core: fixup completed page #25
+1
-5
@@ -65,7 +65,6 @@ nav ul {
|
||||
display: inline-block;
|
||||
width: 60rem;
|
||||
vertical-align: bottom;
|
||||
border: solid 4px #8c7862;
|
||||
}
|
||||
|
||||
.stats {
|
||||
@@ -143,10 +142,7 @@ a:visited {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
border: 2px solid #8c7862;
|
||||
}
|
||||
|
||||
.reserve {
|
||||
max-height: 800px;
|
||||
padding: 10px 0px;
|
||||
}
|
||||
|
||||
#pong {
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Sitemap</h3>
|
||||
<a href="/completed">[ Completed Projects ]</a> .
|
||||
<a href="/completed">[ Completed JavaScript Projects ]</a> .
|
||||
<a href="/current">[ Current Personal Projects ]</a>
|
||||
<br>
|
||||
<a href="/other">[ Other Projects and Contributions ]</a> .
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<p>Progress Not Perfection</p>
|
||||
<h2>Completed Projects</h2>
|
||||
<div class="card reserve">
|
||||
<h2>Completed JavaScript Projects</h2>
|
||||
<div class="card">
|
||||
<div class="canvas">
|
||||
<canvas width="750" height="585" id="pong"></canvas>
|
||||
<script src="/public/pong.js"></script>
|
||||
@@ -39,7 +39,7 @@
|
||||
<a href="https://lab.trianta.dev/Trianta/trianta.dev/src/branch/main/src/pong.js">[ View Code ]</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card reserve">
|
||||
<div class="card">
|
||||
<div class="canvas">
|
||||
<canvas width="625" height="375" id="snake"></canvas>
|
||||
<script src="/public/snake.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user