Skip to content

Commit a152459

Browse files
authored
Merge pull request #41 from mgerni/add-discord
add-discord
2 parents 5ae1c5f + 5b8e19d commit a152459

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

static/styles.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,8 @@ nav .home-link {
856856
padding-left: 20px;
857857
}
858858

859+
860+
859861
nav .home-link:before {
860862
font-family: "Font Awesome 5 Free";
861863
content: "\f015";
@@ -866,7 +868,15 @@ nav .home-link:before {
866868
color: var(--complete-color);
867869
}
868870

869-
871+
/* nav .discord-link {
872+
margin-right: auto;
873+
display: flex;
874+
align-items: center;
875+
background-image: url('https://fonts.google.com/icons?selected=Material+Symbols+Outlined:home:FILL@0;wght@400;GRAD@0;opsz@24&icon.size=24&icon.color=+%23ffff00');
876+
background-position: left-center;
877+
background-repeat: no-repeat;
878+
padding-left: 20px;
879+
} */
870880

871881
nav .profile:before {
872882
font-family: "Font Awesome 5 Free";

templates/base_updated.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<svg xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e8eaed"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
2727
</label>
2828
<a href="/dashboard/" class="home-link">Dashboard</a>
29+
<a href="https://discord.gg/kNa7wqQm" target="_blank" class="discord-link">Join us on Discord!</a>
2930
<a class="faq" href="/faq/">FAQ/Rules</a>
3031
<a class="wop" href="/wall-of-pain/">Wall Of Pain</a>
3132
<a class="rank-check" href="/rank-check/">Rank Check</a>

0 commit comments

Comments
 (0)