diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2024-10-27 02:20:07 -0700 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2024-10-27 02:20:07 -0700 |
commit | bf7221c90041de182d1bb4e5fcd12a9dd5b291d9 (patch) | |
tree | 248eb750aef5a5c2db619e9c526aaa39302611ff | |
parent | d7626c1c62d8e36e2a43af182a2222d75c4c019b (diff) |
Added Nauvis factory map view
-rw-r--r-- | Factorio/Nauvis.webp | bin | 0 -> 293812 bytes | |||
-rw-r--r-- | Factorio/Nauvis_Orbit.webp | bin | 0 -> 108632 bytes | |||
-rw-r--r-- | factorio.html | 10 | ||||
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | styles.css | 7 |
5 files changed, 20 insertions, 3 deletions
diff --git a/Factorio/Nauvis.webp b/Factorio/Nauvis.webp Binary files differnew file mode 100644 index 0000000..e16eff4 --- /dev/null +++ b/Factorio/Nauvis.webp diff --git a/Factorio/Nauvis_Orbit.webp b/Factorio/Nauvis_Orbit.webp Binary files differnew file mode 100644 index 0000000..058bd0e --- /dev/null +++ b/Factorio/Nauvis_Orbit.webp 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> @@ -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> @@ -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); |