favicon and small fix

This commit is contained in:
2026-04-14 16:50:11 +03:00
parent 7c88e2aeb4
commit b36fc4a919
17 changed files with 9 additions and 107 deletions
+7 -2
View File
@@ -14,6 +14,7 @@
href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" href="./favicon.png" type="image/png" />
<script src="./js/data.js" defer></script>
<script src="./js/stack.js" defer></script>
@@ -43,7 +44,9 @@
<span class="section-index">01</span>
<h2>Stack</h2>
</div>
<p class="block-subtitle">Tools I reach for when the task needs to ship.</p>
<p class="block-subtitle">
Tools I reach for when the task needs to ship.
</p>
<div class="stack-grid" id="stack"></div>
</section>
@@ -61,7 +64,9 @@
<span class="section-index">03</span>
<h2>Links</h2>
</div>
<p class="block-subtitle">Places where I answer, publish, or keep code.</p>
<p class="block-subtitle">
Places where I answer, publish, or keep code.
</p>
<div class="link-grid" id="links"></div>
</section>
</body>