Skip to content

Commit 6790694

Browse files
committed
add badges in footer
1 parent 4f6fe1a commit 6790694

File tree

9 files changed

+45
-0
lines changed

9 files changed

+45
-0
lines changed

β€Žassets/css/footer.cssβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
justify-content: center;
6262
}
6363

64+
.footerBadges {
65+
display: flex;
66+
flex-wrap: wrap;
67+
justify-content: center;
68+
align-items: center;
69+
gap: 6px;
70+
padding: 1rem 0.5rem;
71+
image-rendering: pixelated;
72+
}
73+
74+
.footerBadges img {
75+
image-rendering: pixelated;
76+
}
77+
6478
.footerOthers {
6579
margin-top: 2rem;
6680
display: flex;

β€Žlib/event_horizon_web/components/page_components.exβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@ defmodule EventHorizonWeb.PageComponents do
156156
</div>
157157
</div>
158158
</div>
159+
160+
<div class="footerBadges">
161+
<img src="/images/badges/elixir.svg" alt="Powered by Elixir" width="88" height="31" />
162+
<img src="/images/badges/liveview.svg" alt="Phoenix LiveView" width="88" height="31" />
163+
<img src="/images/badges/dark-mode.gif" alt="Dark mode" width="88" height="31" />
164+
<img src="/images/badges/besteyes.gif" alt="Best eyes" width="88" height="31" />
165+
<img src="/images/badges/theoldnet_but.gif" alt="The Old Net" width="88" height="31" />
166+
<img src="/images/badges/button-devils.gif" alt="Devils" width="88" height="31" />
167+
<img src="/images/badges/built_with_love.svg" alt="Built with love" width="88" height="31" />
168+
</div>
159169
</div>
160170
</div>
161171
"""
1.93 KB
Loading
Lines changed: 7 additions & 0 deletions
Loading
27.4 KB
Loading
554 Bytes
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
20 KB
Loading

0 commit comments

Comments
Β (0)