Compare commits
No commits in common. "310857d59cc7bead34c13f3fdd2f37e836d37b09" and "4f8f045d529e693c5d762e98cb16f5915ab3a89a" have entirely different histories.
310857d59c
...
4f8f045d52
4 changed files with 13 additions and 7 deletions
|
@ -26,8 +26,7 @@
|
||||||
|
|
||||||
.service .image img {
|
.service .image img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
width: 100%;
|
object-position: 50% 50%;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.service .tag {
|
.service .tag {
|
||||||
|
|
|
@ -59,8 +59,7 @@ nav .space {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin-top: 64px;
|
margin-top: 32px;
|
||||||
margin-bottom: 64px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .link-row {
|
footer .link-row {
|
||||||
|
|
1
src/web/assets/icons/code.svg
Normal file
1
src/web/assets/icons/code.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<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>
|
After Width: | Height: | Size: 229 B |
|
@ -39,6 +39,13 @@
|
||||||
</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="" />
|
||||||
|
@ -46,18 +53,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="" />
|
||||||
Email
|
admin@comfycamp.space
|
||||||
</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="" />
|
||||||
Matrix
|
@lumin:matrix.comfycamp.space
|
||||||
</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="" />
|
||||||
XMPP
|
lumin@xmpp.comfycamp.space
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue