Simplify footer

- Remove source code link
- Replace handles with service names
This commit is contained in:
Ivan R. 2024-11-06 16:37:48 +05:00
parent 4f8f045d52
commit 7810a2051b
Signed by: lumin
GPG key ID: 9B2CA5D12844D4D0
3 changed files with 5 additions and 12 deletions

View file

@ -59,7 +59,8 @@ nav .space {
} }
footer { footer {
margin-top: 32px; margin-top: 64px;
margin-bottom: 64px;
} }
footer .link-row { footer .link-row {

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#FFFFFF"><path d="M320-240 80-480l240-240 57 57-184 184 183 183-56 56Zm320 0-57-57 184-184-183-183 56-56 240 240-240 240Z"/></svg>

Before

Width:  |  Height:  |  Size: 229 B

View file

@ -39,13 +39,6 @@
</main> </main>
<footer> <footer>
<div class="link-row">
<a href="https://git.comfycamp.space/lumin/comfycamp">
<img src="/assets/icons/code.svg" height="20" width="20" alt="" />
Исходный код
</a>
</div>
<div class="link-row"> <div class="link-row">
<a href="https://m.comfycamp.space/@lumin" rel="me"> <a href="https://m.comfycamp.space/@lumin" rel="me">
<img src="/assets/icons/mastodon.svg" height="20" width="20" alt="" /> <img src="/assets/icons/mastodon.svg" height="20" width="20" alt="" />
@ -53,18 +46,18 @@
</a> </a>
<a href="mailto:admin@comfycamp.space"> <a href="mailto:admin@comfycamp.space">
<img src="/assets/icons/mail.svg" height="20" width="20" alt="" /> <img src="/assets/icons/mail.svg" height="20" width="20" alt="" />
admin@comfycamp.space Email
</a> </a>
</div> </div>
<div class="link-row"> <div class="link-row">
<a href="https://matrix.to/#/@lumin:matrix.comfycamp.space"> <a href="https://matrix.to/#/@lumin:matrix.comfycamp.space">
<img src="/assets/icons/matrix.svg" height="20" width="20" alt="" /> <img src="/assets/icons/matrix.svg" height="20" width="20" alt="" />
@lumin:matrix.comfycamp.space Matrix
</a> </a>
<a href="xmpp://lumin@xmpp.comfycamp.space"> <a href="xmpp://lumin@xmpp.comfycamp.space">
<img src="/assets/icons/xmpp.svg" height="20" width="20" alt="" /> <img src="/assets/icons/xmpp.svg" height="20" width="20" alt="" />
lumin@xmpp.comfycamp.space XMPP
</a> </a>
</div> </div>
</footer> </footer>