Added a link to the source code and an about page

This commit is contained in:
Emily Doherty 2021-07-03 00:37:45 -04:00
parent 4c7ac49ddd
commit 84fe0082d7
2 changed files with 17 additions and 0 deletions

7
dist/index.html vendored
View File

@ -36,6 +36,13 @@
<a href="javascript:updateTimePreference('all')">all</a> <a href="javascript:updateTimePreference('all')">all</a>
</p> </p>
</div> </div>
<div id="source">
<p>
<a href="https://github.com/sneaky-emily/wowotken.app">Source</a>
|
<a href="https://emilyd.xyz/projects/wowtoken-app/">About</a>
</p>
</div>
</div> </div>
</div> </div>
</body> </body>

View File

@ -336,6 +336,16 @@ p {
color: gold; color: gold;
} }
#source > p {
font-size: 15px;
color: grey;
}
#source > p > a {
font-size: 15px;
color: darkgrey;
}
#token-chart { #token-chart {
color: white; color: white;
} }