Update footer.html
This commit is contained in:
parent
25e1a139c2
commit
f0dea11261
|
@ -1,32 +1,4 @@
|
|||
<footer class="footer container">
|
||||
<div class="sponsorship">
|
||||
<div class="container">
|
||||
<h2>
|
||||
{{ i18n "sponsoredBy" }}
|
||||
</h2>
|
||||
|
||||
<div class="logo-grid">
|
||||
<div>
|
||||
<a href="https://www.dotcom-monitor.com/es/">
|
||||
<img src="/assets/sponsors/dotcom-monitor-logo.png" alt="Dotcom-Monitor" />
|
||||
</a>
|
||||
|
||||
<a href="https://www.loadview-testing.com/api-testing/">
|
||||
<img src="/assets/sponsors/LoadView-logo.png" alt="LoadView" />
|
||||
</a>
|
||||
|
||||
<a href="https://webhostingbuddy.com/wordpress-hosting/">
|
||||
<img src="/assets/sponsors/web-hosting-buddy-logo.png" alt="Web Hosting Buddy" />
|
||||
</a>
|
||||
|
||||
<a href="https://www.drivencoffee.com/">
|
||||
<img src="/assets/sponsors/driven-coffee-logo.png" alt="Driven Coffee" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="legal legal--right">
|
||||
<a href='https://joinmastodon.org'>{{ i18n "joinMastodon" }}</a> · <a href='https://blog.joinmastodon.org'>{{ i18n "blog" }}</a> · <a href='https://mastodon.social/@Mastodon' target='_blank'><i class='fab fa-mastodon'></i></a> · <a href='https://twitter.com/joinmastodon' rel='nofollow' target='_blank'><i class='fab fa-twitter'></i></a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue