Add a credit page and make style reusable
This commit is contained in:
@@ -12,19 +12,24 @@
|
||||
<Switcher radius="30" />
|
||||
</div>
|
||||
|
||||
<div class="footer__right">
|
||||
<div class="instagram">
|
||||
<a href="https://instagram.com/{$site.instagram}" target="_blank">
|
||||
<img src="/img/icons/instagram.svg" alt="Instagram">
|
||||
<span>Instagram</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="cetrucflotte">
|
||||
<ul class="footer__right">
|
||||
<li>
|
||||
<ul>
|
||||
<li><a href="/credits">Credits</a></li>
|
||||
<li class="instagram">
|
||||
<a href="https://instagram.com/{$site.instagram}" target="_blank">
|
||||
<img src="/img/icons/instagram.svg" alt="Instagram">
|
||||
<span>Instagram</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="cetrucflotte">
|
||||
<span>A project by</span>
|
||||
<a href="https://cetrucflotte.com" target="_blank">
|
||||
<img src="/img/logo-ctf.svg" alt="Cetrucflotte logo's">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user