diff options
-rw-r--r-- | favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | index.html | 10 | ||||
-rw-r--r-- | style.css | 14 |
3 files changed, 16 insertions, 8 deletions
diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..4538705 --- /dev/null +++ b/favicon.ico @@ -60,21 +60,21 @@ <div class="flex-container flex" style="min-height: 600px;"> <div class="flex full-img-card" style="background-image: url(/assets/images/game-hero/simplicity_screenshot.png); "> - <a href="" class="fill-div gradient-overlay"> + <a href="https://store.steampowered.com/app/2381230/simpliCity/" class="fill-div gradient-overlay"> <span>simpliCity</span> </a> </div> <div class="flex full-img-card" style="background-image: url(/assets/images/game-hero/tank_screenshot.png);"> - <a href="" class="fill-div gradient-overlay"> + <a href="https://altaf-creator.itch.io/tank-shooter" class="fill-div gradient-overlay"> <span>Tank Shooter</span> </a> </div> <div class="flex full-img-card" style="background-image: url(/assets/images/game-hero/markdown_screenshot.png);"> - <a href="" class="fill-div gradient-overlay"> + <a href="https://github.com/altaf-creator/MarkdownEditor" class="fill-div gradient-overlay"> <span>MarkdownEditor</span> </a> @@ -95,7 +95,7 @@ alt=""> <div> <div class="flex-container-normal"> <span class="colored-text">Devlog</span>, <span class="colored-text"> simpliCity</span></div> - <a href="simpliCity/well-that-was-dumb/" class="link">This Week's Devlog: Well that was dumb. (33nd Week of 2023)</a> + <a href="blog/simpliCity/well-that-was-dumb/" class="link">This Week's Devlog: Well that was dumb. (33nd Week of 2023)</a> <p>Wed, 16 August 2023</p> </div> </div> @@ -104,7 +104,7 @@ alt=""> <div> <div class="flex-container-normal"><span class="colored-text">simpliCity</span></div> - <a href="simpliCity/beta02/" class="link">beta0.2: The Visual Update is Out!</a> + <a href="blog/simpliCity/beta02/" class="link">beta0.2: The Visual Update is Out!</a> <p>Wed, 26 July 2023</p> </div> </div> @@ -376,11 +376,11 @@ pre { .gradient-overlay { width: 100%; height: 100%; - background: linear-gradient(5deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%); + background: linear-gradient(5deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%); } .gradient-overlay:hover { - background: linear-gradient(5deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 60%); + background: linear-gradient(5deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 80%); } .fill-div { @@ -459,4 +459,12 @@ pre { height: 50%; box-sizing: border-box; } -}
\ No newline at end of file + + section { + padding-inline: 10px; + } + + .gallery-card { + flex: 1 0 300px; + } +} |