summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2024-10-27 02:20:07 -0700
committerAlmightyMiau <almightymeow612@gmail.com>2024-10-27 02:20:07 -0700
commitbf7221c90041de182d1bb4e5fcd12a9dd5b291d9 (patch)
tree248eb750aef5a5c2db619e9c526aaa39302611ff
parentd7626c1c62d8e36e2a43af182a2222d75c4c019b (diff)
Added Nauvis factory map view
-rw-r--r--Factorio/Nauvis.webpbin0 -> 293812 bytes
-rw-r--r--Factorio/Nauvis_Orbit.webpbin0 -> 108632 bytes
-rw-r--r--factorio.html10
-rw-r--r--index.html6
-rw-r--r--styles.css7
5 files changed, 20 insertions, 3 deletions
diff --git a/Factorio/Nauvis.webp b/Factorio/Nauvis.webp
new file mode 100644
index 0000000..e16eff4
--- /dev/null
+++ b/Factorio/Nauvis.webp
Binary files differ
diff --git a/Factorio/Nauvis_Orbit.webp b/Factorio/Nauvis_Orbit.webp
new file mode 100644
index 0000000..058bd0e
--- /dev/null
+++ b/Factorio/Nauvis_Orbit.webp
Binary files differ
diff --git a/factorio.html b/factorio.html
index 3c72789..a8d5287 100644
--- a/factorio.html
+++ b/factorio.html
@@ -41,6 +41,16 @@
<div class="content">
<div class="date">10/23/2024</div>
<p>
+ My friend told me to update this page, so here are the map views of Nauvis and Nauvis Orbit :p
+ </p>
+ This is my main planet, located on Nauvis
+ <img src="Factorio/Nauvis.webp">
+ This is Nauvis Orbit, where I make all of the space sciences
+ <img src="Factorio/Nauvis_Orbit.webp">
+ </div>
+ <div class="content">
+ <div class="date">10/23/2024</div>
+ <p>
I just want to say that I have passed 1300 hours total and 600 on SE. I didn't finish SE before the dlc came out though, and got really burned out in trying to :(.
</p>
</div>
diff --git a/index.html b/index.html
index 299f704..01bd9be 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,12 @@
<div class="content">
<div class="date">10/23/2024</div>
<p>
+ I added two pictures of my Factorio Space Exploration factory to the <a href="factorio.html">Factorio</a> page.
+ </p>
+ </div>
+ <div class="content">
+ <div class="date">10/23/2024</div>
+ <p>
woa not neglected this time
</p>
<p>
diff --git a/styles.css b/styles.css
index 74f06c5..b019d68 100644
--- a/styles.css
+++ b/styles.css
@@ -64,9 +64,6 @@ body {
max-width: 850px;
margin: 0 auto;
}
-a {
- color:var(--accent-1);
-}
.topbar img {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
@@ -82,6 +79,10 @@ a {
max-width: 850px;
}
+a {
+ color:var(--accent-1);
+}
+
aside {
width: 30%;
margin-left: var(--content-spacing);