Skip to content

Commit 99da5b2

Browse files
authored
Merge pull request #1989 from To1ne/toon-tangled-logo
site-root: add tangled.sh logo
2 parents f52102d + 27e2f66 commit 99da5b2

File tree

10 files changed

+293
-152
lines changed

10 files changed

+293
-152
lines changed

assets/sass/front-page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ $monitor-height: 271px;
223223
justify-items: center;
224224

225225
li {
226-
margin: 1em 2em;
226+
margin: 0 1em;
227227

228228
$num: 11;
229229
$prime: 97;

layouts/partials/site-root.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ <h3 class="text-center">Products providing Git hosting</h3>
6767
(dict "name" "codeberg" "url" "https://codeberg.org")
6868
(dict "name" "sourcehut" "url" "https://sourcehut.org")
6969
(dict "name" "gitea" "url" "https://gitea.com")
70+
(dict "name" "tangled" "url" "https://tangled.sh")
7071
}}
7172
{{ range shuffle $m }}
7273
<li><a href="{{ .url }}">{{ partial "company-svg" (printf "company-project-logos/%s" .name) }}</a></li>

static/images/company-project-logos/all.svg

Lines changed: 150 additions & 73 deletions
Loading

static/images/company-project-logos/codeberg.svg

Lines changed: 11 additions & 5 deletions
Loading

static/images/company-project-logos/forgejo.svg

Lines changed: 12 additions & 5 deletions
Loading

static/images/company-project-logos/gitea.svg

Lines changed: 50 additions & 50 deletions
Loading

0 commit comments

Comments
 (0)