Cleaning up minor issues with modal
This commit is contained in:
parent
9d52641ae3
commit
3326247cbc
|
@ -89,7 +89,7 @@
|
|||
<span>gmail.com</span>
|
||||
</div>
|
||||
</a>
|
||||
<a class="apps-item" onclick="location.href='https://discordapp.com/channels/@me';">
|
||||
<a class="apps-item" href="https://discordapp.com/channels/@me">
|
||||
<div class="apps-icon">
|
||||
<span class="iconify icon" data-icon="mdi-discord"></span>
|
||||
</div>
|
||||
|
@ -162,7 +162,7 @@
|
|||
</div>
|
||||
<div class="links-item">
|
||||
<h4>Reddit</h4>
|
||||
<a id="link" href="https://www.reddit.com/r/wallpapers">r/wallpapers</a>
|
||||
<a id="link" href="https://www.reddit.com/r/wallpapers">r/wallpapers</a>
|
||||
<a id="link" href="https://www.reddit.com/r/startpages">r/startpages</a>
|
||||
<a id="link" href="https://www.reddit.com/r/unixporn">r/unixporn</a>
|
||||
</div>
|
||||
|
@ -192,10 +192,11 @@
|
|||
<div class="modaloptions">
|
||||
<a href="https://">Something</a>
|
||||
</div>
|
||||
<div class="modaloptions">
|
||||
<div class="credits">
|
||||
Made by: <a href="https://github.com/TB-96/">this guy</a><br>
|
||||
Inspired by: <a href="https://github.com/jeroenpardon/">that dude</a><br>
|
||||
Icons by: <a href="https://materialdesignicons.com/">those lads</a><br>
|
||||
(Ab)using the <a href="https://www.nordtheme.com/">Nord theme</a><br>
|
||||
Todo: Weather, random link, tfw wanna add more JS crap but I wanna save my dignity
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
|
Loading…
Reference in New Issue