diff --git a/src/app.html b/src/app.html index da9abee..dc08e8f 100644 --- a/src/app.html +++ b/src/app.html @@ -8,7 +8,7 @@ - + %svelte.head% diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 41ba2af..04ca61b 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -17,24 +17,24 @@ }
-
\ No newline at end of file diff --git a/src/routes/404.svelte b/src/routes/404.svelte new file mode 100644 index 0000000..466f570 --- /dev/null +++ b/src/routes/404.svelte @@ -0,0 +1,350 @@ + + + + + + 404 - Page not found + + + + +
+

The requested page could not be found.

+ + +
+
+

{active}
+
+
+
+

+This was a triumph! +I'm making a note here: +Huge success! + +It's hard to overstate +my satisfaction. + +Aperture Science: +We do what we must +because we can +For the good of all of us. +Except the ones who are dead. + +But there's no sense crying +over every mistake. +You just keep on trying +'til you run out of cake. +And the science gets done. +And you make a neat gun +for the people who are +still alive. + +I'm not even angry... +I'm being so sincere right now. +Even though you broke my heart, +and killed me. + +And tore me to pieces. +And threw every piece into a fire. +As they burned it hurt because +I was so happy for you! + +Now, these points of data +make a beautiful line. +And we're out of beta. +We're releasing on time! +So I'm GLaD I got burned! +Think of all the things we learned! +for the people who are +still alive. + +Go ahead and leave me... +I think I'd prefer to stay inside... +Maybe you'll find someone else +to help you. +Maybe Black Mesa? +That was a joke. Ha Ha. Fat Chance! + +Anyway this cake is great! +It's so delicious and moist! + +Look at me: still talking +when there's science to do! +When I look out there, +it makes me glad I'm not you. + +I've experiments to run. +There is research to be done. +On the people who are +still alive. +And believe me I am +still alive. +I'm doing science and I'm +still alive. +I feel fantastic and I'm +still alive. +While you're dying I'll be +still alive. +And when you're dead I will be +still alive + +Still alive. + +Still alive. +

+
diff --git a/src/routes/__error.svelte b/src/routes/__error.svelte index f804622..44c3f9a 100644 --- a/src/routes/__error.svelte +++ b/src/routes/__error.svelte @@ -230,38 +230,29 @@ H@: :HHHHHHHHHHHHHHHHHHX, =@H diff --git a/src/routes/blog/index.svelte b/src/routes/blog/index.svelte index 63507e4..defdb36 100644 --- a/src/routes/blog/index.svelte +++ b/src/routes/blog/index.svelte @@ -29,13 +29,13 @@

Posts

\ No newline at end of file diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 5aa23b5..c031e17 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -7,14 +7,14 @@ { name: "Sirius", link: "./sirius", - img: "https://placehold.it/600x300", + img: "img/600x300.png", size: { width: 600, height: 300 }, description: "A 2D game about a wannabe space captain exploring the galaxy.", }, { name: "Quartz", link: "./sirius", - img: "https://placehold.it/600x300", + img: "img/600x300.png", size: { width: 600, height: 300 }, description: "" } diff --git a/static/css/global.css b/static/css/global.css index dcaa7d4..571871e 100755 --- a/static/css/global.css +++ b/static/css/global.css @@ -50,10 +50,11 @@ header { } nav { - align-items: center; - display: flex; - flex-direction: row; - justify-content: space-between; + /* border: 2px solid red; */ + /* align-items: center; */ + /* display: flex; */ + /* flex-direction: row; */ + /* justify-content: space-between; */ max-width: 1200px; margin: 0 auto; } @@ -66,8 +67,8 @@ nav li { /* Link effects */ nav li a { - text-decoration: none; padding: 4px 8px; + text-decoration: none; transition: color 0.1s linear; } @@ -130,19 +131,19 @@ footer { text-align: center; } - nav { + /* nav { flex-direction: column; } nav ul { flex-direction: column; margin: 0 auto; - } + } */ - nav ul li a { + /* nav ul li a { text-align: center; margin: 0 auto; - } + } */ } @media (max-width: 576px) { diff --git a/static/img/600x300.png b/static/img/600x300.png new file mode 100644 index 0000000..373b06a Binary files /dev/null and b/static/img/600x300.png differ