feat: removed the github star thingy ;-;

This commit is contained in:
2024-05-28 21:49:34 -05:00
parent cf72cd4e90
commit 23a21000c3
4 changed files with 50 additions and 42 deletions

View File

@@ -33,6 +33,14 @@
<li><a href="https://derec4.github.io/ut-grade-distribution-viewer/index">Home</a></li>
<li><a href="https://derec4.github.io/ut-grade-distribution-viewer/about">About</a></li>
<li><a href="https://derec4.github.io/ut-grade-distribution-viewer/changelog">Changelog</a></li>
<div class="top-left">
<input type="checkbox" class="checkbox" id="colorToggle">
<label for="colorToggle" class="checkbox-label">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
<span class="ball"></span>
</label>
</div>
</ul>
</nav>
<div class="wrapper-changelog">
@@ -103,24 +111,15 @@
</div>
</div>
<div class="footy">
Created by Derek Chen
<div>
<input type="checkbox" class="checkbox" id="colorToggle" />
<label for="colorToggle" class="checkbox-label">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
<span class="ball"></span>
</label>
<div class="footy-interior">
<p>Created by <a href="https://www.linkedin.com/in/derekyujirchen/">Derek Chen.</a>
<!-- because VAPA lecture was a bit boring that day -->
Help keep the site up by <a href="https://www.paypal.com/donate/?business=ND35WHTPKM494&no_recurring=0&item_name=Help+support+our+grade+distribution+site+and+other+tools%21&currency_code=USD">supporting it here!</a></p>
<!-- <iframe
src="https://ghbtns.com/github-btn.html?user=Derec4&repo=ut-grade-distribution-viewer&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="100" height="30" title="GitHub">
</iframe> -->
</div>
<iframe
src="https://ghbtns.com/github-btn.html?user=Derec4&repo=ut-grade-distribution-viewer&type=star&count=true&size=large"
frameborder="0"
scrolling="0"
width="100"
height="30"
title="GitHub"
>
</iframe>
</div>
<script src="main.js"></script>
<script src="colorScheme.js"></script>