diff --git a/README.md b/README.md index 9910cfa..ad5b7ad 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ the website semantic, accessable, and snappy - Validation of HTML - Liquid Layout - Speed testing and improvements +- Server side programming (?) ## Additional Work @@ -31,6 +32,10 @@ A fancy CV/about me boilerplater. This could however be made into a seperate project for other's use +A blog and RSS system + +Again, this may be made into a seperate modular project and added onto the site + ### Will take a while Like all things I work on, this will likely take a hot minute to complete. diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..c473abc --- /dev/null +++ b/blog.html @@ -0,0 +1,61 @@ + + + + Blog + + + + + + +
+

Aney's homepage

+ +
+ +
+
+

Title

+

ajsfkjfds fdj kfjd lfjdsl fjd f

+
+
+ + + + + + diff --git a/css/stylesheet.css b/css/stylesheet.css index 0f3ea6c..93e979c 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -1,9 +1,14 @@ +html{ + overflow-y: scroll; /* Invalid? But it works */ +} + html,body{ background: #282828; - width: 960px; + max-width: 960px; margin: 0 auto; margin-top: 1em; font-family: courier monospace; + padding: 0 0.5em; } /* Navigation */ @@ -11,12 +16,14 @@ nav{ margin: 0 auto; text-align: center; margin-bottom: 2em; - width: 75%; + width: 80%; } nav ul{ display: inline-block; + margin-left: 0; margin-right: 0.5em; + list-style-type: none; } nav ul li p{ @@ -29,9 +36,18 @@ nav ul li{ display: inline-block; } +/* Footer */ +footer{ + margin: 0 auto; + text-align: center; +} + /* Text */ -h1, h2, h3, h4, h5{ color: #98971a; font-weight: bold; margin: 0.25em 0 0.25em 0;} -p{ color: #ededed; } +h1, h2, h3, h4, h5{ + color: #98971a; + font-weight: bold; margin: 0.25em 0 0.25em 0;} + +p{ color: #a89984;} h1{ font-size: 2em; @@ -43,6 +59,10 @@ h2{ font-size: 1.5em; } +h3{ + font-size: 1.2em; +} + p{ line-height: 1.2em; } @@ -57,10 +77,26 @@ a:hover{ color: #b16286; } +.anchor, .anchor:hover{ + color: #98971a; + cursor: default; +} + +/* Lists */ +ul{ + margin-left: 1em; + list-style-type: circle; /* square */ + color: #d79921; +} /* Positions */ section{ margin-bottom: 3em; } + +.item{ + margin-left: 1em; + margin-bottom: 1em; +} /* cc241d red d79921 yellow 689d6a aqua diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..c473abc --- /dev/null +++ b/donate.html @@ -0,0 +1,61 @@ + + + + Blog + + + + + + +
+

Aney's homepage

+ +
+ +
+
+

Title

+

ajsfkjfds fdj kfjd lfjdsl fjd f

+
+
+ + + + + + diff --git a/includes/footer.html b/includes/footer.html new file mode 100644 index 0000000..a10d23c --- /dev/null +++ b/includes/footer.html @@ -0,0 +1,4 @@ + + diff --git a/includes/header.html b/includes/header.html index a9736dc..702b299 100644 --- a/includes/header.html +++ b/includes/header.html @@ -2,6 +2,11 @@

Aney's homepage