index.html polish
Browse files- index.html +22 -0
index.html
CHANGED
|
@@ -280,6 +280,14 @@
|
|
| 280 |
}
|
| 281 |
.ref-note a:hover { text-decoration: none; }
|
| 282 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
</style>
|
| 284 |
|
| 285 |
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
@@ -1685,6 +1693,20 @@
|
|
| 1685 |
</div>
|
| 1686 |
</div>
|
| 1687 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1688 |
<script>
|
| 1689 |
/* ========= Post-processing “magic” =========
|
| 1690 |
- Finds the “Overall Rank” column by header text.
|
|
|
|
| 280 |
}
|
| 281 |
.ref-note a:hover { text-decoration: none; }
|
| 282 |
|
| 283 |
+
|
| 284 |
+
.env-note {
|
| 285 |
+
margin-top: 1rem;
|
| 286 |
+
font-style: italic;
|
| 287 |
+
color: #8dd98d;
|
| 288 |
+
}
|
| 289 |
+
|
| 290 |
+
|
| 291 |
</style>
|
| 292 |
|
| 293 |
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
|
|
| 1693 |
</div>
|
| 1694 |
</div>
|
| 1695 |
|
| 1696 |
+
<section class="lb-container">
|
| 1697 |
+
<section class="card card-doc">
|
| 1698 |
+
<h3>Project Summary</h3>
|
| 1699 |
+
<p>
|
| 1700 |
+
<strong>Total Machine Runtime:</strong> 18 days 8 hours<br>
|
| 1701 |
+
<strong>Total GPU Time (RTX 5090 @ 100%):</strong> 14 days 23 hours <br>
|
| 1702 |
+
</p>
|
| 1703 |
+
|
| 1704 |
+
<p class="env-note">
|
| 1705 |
+
🌱 The environmental impact caused by this project was mitigated through my active use of public transportation. :)
|
| 1706 |
+
</p>
|
| 1707 |
+
</section>
|
| 1708 |
+
</section>
|
| 1709 |
+
|
| 1710 |
<script>
|
| 1711 |
/* ========= Post-processing “magic” =========
|
| 1712 |
- Finds the “Overall Rank” column by header text.
|