summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-07-31 20:57:25 +0800
committeraltaf-creator <dev@altafcreator.com>2026-07-31 20:57:25 +0800
commitd163092b5c159ddd1813550d1f9bab72adbdf80a (patch)
treed30657c2aa127a57ff58a267a502aa0e3f7378c6 /www
parentf1966a70cd5bdcb606c579d5146e26acfc1028fc (diff)
index and blog is now ssr
Diffstat (limited to 'www')
-rw-r--r--www/about/index.html2
-rw-r--r--www/projects/index.html2
-rw-r--r--www/scripts/onload.js3
3 files changed, 2 insertions, 5 deletions
diff --git a/www/about/index.html b/www/about/index.html
index bc49f24..46572ee 100644
--- a/www/about/index.html
+++ b/www/about/index.html
@@ -130,7 +130,7 @@
<div class="timeline-item shadow-filter">
<div>
<span class="half-opacity-text"><i class="fa-solid fa-code"></i> Project</span>
- <h2>Tank Shooter</h2>
+ <h2>Tank Shooter <i class="half-opacity-text fa-brands fa-unity"></i></h2>
<p>Created and published my first major game project. A 2D pixel art arcade shooter game.</p>
<p><a class="link" href="https://altaf-creator.itch.io/tank-shooter"><i class="fa-brands fa-itch-io"></i> / Tank Shooter &rarr;</a></p>
</div>
diff --git a/www/projects/index.html b/www/projects/index.html
index cfd3ba2..fd053a2 100644
--- a/www/projects/index.html
+++ b/www/projects/index.html
@@ -123,7 +123,7 @@
</div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/.png);">
- <a href="https://github.com/altaf-creator/droid-esp32-blockly" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
</a>
<div class="img-card-titlebox">
<span class="img-card-subtitle"><i class="fa-solid fa-microchip"></i> Electronics</span>
diff --git a/www/scripts/onload.js b/www/scripts/onload.js
index 539df36..f6089f7 100644
--- a/www/scripts/onload.js
+++ b/www/scripts/onload.js
@@ -33,16 +33,13 @@ function blog(n) {
}
function index() {
- postList(2);
addNodes();
}
function library() {
- postList();
addNodes();
}
function blogPost() {
- postList(3);
addNodes();
}