diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/about/index.html | 2 | ||||
| -rw-r--r-- | www/projects/index.html | 2 | ||||
| -rw-r--r-- | www/scripts/onload.js | 3 |
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 →</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();
}
|
