Skip to content

Commit f88f44b

Browse files
1 parent 6d4c0d6 commit f88f44b

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

_layouts/home.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ <h1 class="home-title">{{- page.title | escape -}}</h1>
2020

2121
.fade-out { opacity: 0; transition: opacity 1s; }
2222
.fade-in { opacity: 1; transition: opacity 1s; }
23+
24+
.sponsors-table, .sponsors-item { background-color: #fdfdfd !important; border: none !important; margin: auto !important; }
25+
.sponsors-table { border-collapse: collapse !important; text-align: center !important; }
2326
</style>
2427
</header>
2528

@@ -60,6 +63,23 @@ <h1 class="home-title">{{- page.title | escape -}}</h1>
6063
<p><strong class="first">{%- include t.html key="views.home.features.tinkerable.title" -%}</strong>
6164
{% include t.html key="views.home.features.tinkerable.description" %}</p>
6265

66+
67+
68+
69+
<h1 style="font-size: 40px; margin-top: 100px; text-align: center; border-bottom: none !important; text-decoration: none !important; list-style: none !important;">Sponsors and Funders</h1>
70+
71+
<table class="sponsors-table">
72+
<tr class="sponsors-item">
73+
<td class="sponsors-item" style="padding-left: 20% !important;">
74+
<a href="https://github.com">
75+
<img alt="GitHub Accelerator" width="75%" src="/assets/sponsors/github.png" />
76+
</a>
77+
<br>
78+
<i><a href="https://github.com/accelerator">GitHub Accelerator</a> (<a href="https://github.blog/2023-04-12-github-accelerator-our-first-cohort-and-whats-next">1</a>)</i>
79+
</td>
80+
</tr>
81+
</table>
82+
6383
<div class="badges">
6484
<a href="https://www.hetzner.com/cloud">
6585
<img alt="Hosted by Hetzner" src="/assets/globals/hosts/hosted-by-hetzner.png" width="215" height="83"/></a>

assets/sponsors/github.png

24.6 KB
Loading

0 commit comments

Comments
 (0)