summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 16 insertions, 12 deletions
diff --git a/index.html b/index.html
index 0665fd6..a5499d8 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
+ <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
+ <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<title>This is altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>
@@ -88,24 +90,26 @@
<div class="div-sizing">
<h1 class="center">Blog Posts</h1>
<div class="flex-container flex-center">
- <div class="card" tabindex="9999">
- <img src="https://upload.wikimedia.org/wikipedia/commons/3/3f/Placeholder_view_vector.svg" alt="">
+ <div class="card" tabindex="9999">
+ <img src="/assets/images/blog/33_cover.png"
+ alt="">
<div>
- <a href="" class="link">hey</a>
- <p>yo</p>
- <a href="" class="button">what</a>
+ <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>
+ <p>Wed, 16 August 2023</p>
</div>
</div>
<div class="card" tabindex="9999">
- <img src="https://upload.wikimedia.org/wikipedia/commons/3/3f/Placeholder_view_vector.svg" alt="">
+ <img src="/assets/images/blog/beta0.2_cover.png"
+ alt="">
<div>
- <a href="" class="link">hey</a>
- <p>yo</p>
- <a href="" class="button">what</a>
+ <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>
+ <p>Wed, 26 July 2023</p>
</div>
- </div>
+ </div>
</div>
- <a href="blog/" class="button" style="margin-left: auto; margin-right: auto;">View More</a>
+ <a href="blog/" class="button" style="margin-left: auto; margin-right: auto;">View More</a>
<hr>
<h1 class="center">Socials</h1>
<div class="center-grid" style="min-height: 0;">
@@ -122,4 +126,4 @@
</section>
</body>
-</html> \ No newline at end of file
+</html>