summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <athaalaa@gmail.com>2023-10-11 13:48:01 +0700
committeraltaf-creator <athaalaa@gmail.com>2023-10-11 13:48:01 +0700
commit0c11a5b9afd18be6f7bc1ec618031161699e7ba0 (patch)
tree8ed0ce248473f689ef16d3b67c8b47a90f551aa5
parent30dd81de5474e8002ae438a32cbf4f45afb813f5 (diff)
Fixed links
-rw-r--r--favicon.icobin0 -> 4286 bytes
-rw-r--r--index.html10
-rw-r--r--style.css14
3 files changed, 16 insertions, 8 deletions
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..4538705
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/index.html b/index.html
index a5499d8..9439c2c 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/style.css b/style.css
index 896d8c5..d1da828 100644
--- a/style.css
+++ b/style.css
@@ -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;
+ }
+}