Add telegram link

This commit is contained in:
Jesse C. Fisher 2023-04-29 11:08:25 +00:00 committed by Bort
parent 950f487a9c
commit 163f681fa1
4 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -113,3 +113,8 @@ li
text-shadow: 0 0 3px black
font-family: fantasy
letter-spacing: 0.3
footer
padding: 2em 3em
text-align: right
background: #00000033

View File

@ -0,0 +1 @@
= link_to (image_tag "telegram-logo.png", height: 32, width: 32), "https://t.me/+IEp-tAetjYozYWM5"

View File

@ -19,5 +19,9 @@
<%= yield %>
</div>
<footer>
<%= render "layouts/footer" %>
</footer>
</body>
</html>