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>

View File

@@ -46,6 +46,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>
@@ -118,25 +126,15 @@
</div>
</div>
<div class="footy">
Created by Derek Chen
<!-- because VAPA lecture was a bit boring that day -->
<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="colorScheme.js"></script>
</body>

View File

@@ -110,13 +110,15 @@
</div>
</div>
<div class="footy">
<p>Created by Derek Chen</p>
<!-- because VAPA lecture was a bit boring that day -->
<p>Help keep our 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 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>
</div>
<script src='main.js'></script>
<script src='colorScheme.js'></script>

View File

@@ -171,6 +171,15 @@ nav ul li a:hover {
flex-shrink: 0;
}
.footy-interior {
max-width: 1200px;
margin: 0 auto;
text-align: center;
display: flex;
flex-direction: row;
column-gap: 10px;
}
p {
font-size: var(--p-size);
line-height: 1.5;