Landing page: revision
parent
f114c742b0
commit
2d66d6e044
|
|
@ -1,8 +1,5 @@
|
||||||
<!DOCTYPE html><html><head><title> New Dawn </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg>
|
<!DOCTYPE html><html><head><title> New Dawn </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg>
|
||||||
<h1> New Dawn </h1>
|
<h1> New Dawn </h1>
|
||||||
<p class="comment">
|
|
||||||
Now with 100% more title! It might be a bit too on-the-nose tho, Idk.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
Welcome, reader! This website is basically a book that I am working
|
Welcome, reader! This website is basically a book that I am working
|
||||||
on during my commute to work. It's an adventure story with sci-fi
|
on during my commute to work. It's an adventure story with sci-fi
|
||||||
|
|
@ -14,7 +11,7 @@
|
||||||
<b>Please give feedback.</b> I need it to turn what looks good to me into
|
<b>Please give feedback.</b> I need it to turn what looks good to me into
|
||||||
something that is actually passable. You find me as @bodgemaster on
|
something that is actually passable. You find me as @bodgemaster on
|
||||||
Discord, please direct your feedback to my DMs or to the story channel
|
Discord, please direct your feedback to my DMs or to the story channel
|
||||||
if you have access to that (you know who you are :] ...).
|
if you have access to that (you know who you are...).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
As the story is quite incomplete at this point, it might be helpful to
|
As the story is quite incomplete at this point, it might be helpful to
|
||||||
|
|
@ -28,10 +25,11 @@
|
||||||
course of the story.
|
course of the story.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Another thing worth mentioning here: While parts of the story involve
|
Another thing worth mentioning here: Parts of the story rely heavily
|
||||||
computers, intimate knowledge of them shouldn't be required. I make
|
on the use of computers. I plan on making these segments more
|
||||||
an effort to explain what's going on through context. If you find
|
self-explanatory so that deep knowledge will not be required.
|
||||||
something unclear, let me know.
|
As of right now, it's a mixed bag. If anything is unclear,
|
||||||
|
let me know.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Below, in the table of contents, you find links to all the (already
|
Below, in the table of contents, you find links to all the (already
|
||||||
|
|
@ -40,9 +38,7 @@
|
||||||
so they show up in the right order but there is an unknown amount of
|
so they show up in the right order but there is an unknown amount of
|
||||||
chapters inbetween them.
|
chapters inbetween them.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<h2> Table of Contents: </h2>
|
||||||
Table of Contents:
|
|
||||||
</p>
|
|
||||||
<ul>
|
<ul>
|
||||||
<!-- chapter_list_here -->
|
<!-- chapter_list_here -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ h1 {
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, pre, ul {
|
p, pre, ul, h2 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue