summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/index.html1
-rw-r--r--assets/images/favicon.icobin0 -> 4286 bytes
-rw-r--r--blog/index.html1
-rw-r--r--blog/simpliCity/beta02/index.html1
-rw-r--r--blog/simpliCity/well-that-was-dumb/index.html5
-rw-r--r--index.html28
-rw-r--r--projects/index.html1
7 files changed, 23 insertions, 14 deletions
diff --git a/about/index.html b/about/index.html
index 2018778..c705b60 100644
--- a/about/index.html
+++ b/about/index.html
@@ -6,6 +6,7 @@
<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">
<title>Projects • altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>
diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico
new file mode 100644
index 0000000..4538705
--- /dev/null
+++ b/assets/images/favicon.ico
Binary files differ
diff --git a/blog/index.html b/blog/index.html
index 09abf94..65a4d79 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -6,6 +6,7 @@
<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">
<title>Blog • altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>
diff --git a/blog/simpliCity/beta02/index.html b/blog/simpliCity/beta02/index.html
index b633e1e..c2a29a8 100644
--- a/blog/simpliCity/beta02/index.html
+++ b/blog/simpliCity/beta02/index.html
@@ -6,6 +6,7 @@
<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">
<title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
diff --git a/blog/simpliCity/well-that-was-dumb/index.html b/blog/simpliCity/well-that-was-dumb/index.html
index b1b1ff7..8489006 100644
--- a/blog/simpliCity/well-that-was-dumb/index.html
+++ b/blog/simpliCity/well-that-was-dumb/index.html
@@ -6,7 +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">
- <title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title>
+ <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
+ <title>Blog / This Week's Devlog: Well that was dumb. (33nd Week of 2023) • altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
<style>
@@ -189,4 +190,4 @@
</section>
</body>
-</html> \ No newline at end of file
+</html>
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>
diff --git a/projects/index.html b/projects/index.html
index 00214de..92e38c9 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -6,6 +6,7 @@
<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">
<title>Projects • altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>