Add telegram link
This commit is contained in:
parent
950f487a9c
commit
163f681fa1
BIN
app/assets/images/telegram-logo.png
Normal file
BIN
app/assets/images/telegram-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
@ -113,3 +113,8 @@ li
|
|||||||
text-shadow: 0 0 3px black
|
text-shadow: 0 0 3px black
|
||||||
font-family: fantasy
|
font-family: fantasy
|
||||||
letter-spacing: 0.3
|
letter-spacing: 0.3
|
||||||
|
|
||||||
|
footer
|
||||||
|
padding: 2em 3em
|
||||||
|
text-align: right
|
||||||
|
background: #00000033
|
||||||
|
|||||||
1
app/views/layouts/_footer.html.haml
Normal file
1
app/views/layouts/_footer.html.haml
Normal file
@ -0,0 +1 @@
|
|||||||
|
= link_to (image_tag "telegram-logo.png", height: 32, width: 32), "https://t.me/+IEp-tAetjYozYWM5"
|
||||||
@ -19,5 +19,9 @@
|
|||||||
<%= yield %>
|
<%= yield %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<%= render "layouts/footer" %>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user