diff --git a/README.md b/README.md
index 1780de4..271828f 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
This is my what will become my personal website.
-Since I haven't worked with web or design in a few years I've decided
-to create this, but with a focus on content rather than "design".
+The goal is to have the entire website be small and entirely
+self-hosted/under my control.
## Semantic and Speed
-My goal for this is to convey everything I want; all whilst keeping
-the website semantic, accessable, and snappy
+The website should convey everything I want; all whilst remaining
+semantic, accessable, and snappy.
## To Do
@@ -17,22 +17,11 @@ the website semantic, accessable, and snappy
- Validation of HTML
- Liquid Layout
- Speed testing and improvements
-- Scripts for blog, page building, etc
-- Scripts for CSS
-- Make more appealing
## Additional Work
A fancy CV/about me boilerplater.
-This could however be made into a seperate project for other's use
+A blog with RSS
-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.
-
-Not due to complexity, but work, home life, and then the unhealthy use of PCs.
+A Git repository page (linked to self-hosted git)
diff --git a/blog.html b/blog.html
new file mode 100644
index 0000000..de90ff2
--- /dev/null
+++ b/blog.html
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+ Aney's Blog
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/css/meyerweb_reset.css b/css/meyerweb_reset.css
deleted file mode 100644
index e29c0f5..0000000
--- a/css/meyerweb_reset.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
-*/
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-/* HTML5 display-role reset for older browsers */
-article, aside, details, figcaption, figure,
-footer, header, hgroup, menu, nav, section {
- display: block;
-}
-body {
- line-height: 1;
-}
-ol, ul {
- list-style: none;
-}
-blockquote, q {
- quotes: none;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
- content: '';
- content: none;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
diff --git a/css/mobile.css b/css/mobile.css
deleted file mode 100644
index 11d566d..0000000
--- a/css/mobile.css
+++ /dev/null
@@ -1,13 +0,0 @@
-@media screen and (max-device-width: 480px){
- .main{
-
- }
-
- h1,h2,h3,h4,h5,p{
- text-align: center;
- }
-
- .content-list section{
- width: 100%;
- }
-}
diff --git a/css/stylesheet.css b/css/stylesheet.css
deleted file mode 100644
index 03a52e1..0000000
--- a/css/stylesheet.css
+++ /dev/null
@@ -1,165 +0,0 @@
-html{
- overflow-y: scroll; /* Invalid? But it works */
- font-size: 1em;
-}
-
-html,body{
- background: #282828;
-/* background: #ECEFF4; /* Nord */
- font-family: 'Open Sans', sans-serif;
-}
-
-.main{
- max-width: 960px;
- padding: 0 1%;
- margin: 0 auto;
-}
-
-/* Text */
-h1, h2, h3, h4, h5{
- color: #98971a;
-/* color: #3B4252; /* Nord */
- font-weight: bold;
- margin: 0.25em 0;
-}
-
-p{
- color: #a89984;
-/* color: #3B4252; /* Nord */
- margin: 0.5em 0;
-}
-
-ul p{
- margin: 0.1em 0;
-}
-
-h1{
- font-size: 1.5em;
- text-align: center;
- margin-bottom: 1em;
-}
-
-h2{
- font-size: 1em;
-}
-
-h3{
- font-size: 1em;
-}
-
-p{
- line-height: 1.2em;
-}
-
-/* Links */
-a{
- text-decoration: none;
- color: #458588;
-}
-
-a:hover{
- color: #b16286;
-}
-
-.anchor, .anchor:hover{
- color: #98971a;
- cursor: default;
-}
-
-/* Lists */
-ul{
-
-}
-/* Positions */
-section, article{
- margin-bottom: 2em;
-}
-
-.item{
- margin-left: 1em;
- margin-bottom: 1em;
-}
-
-
-/* Stuff */
-.home h2{
- font-size: 1em;
-}
-
-
-/* Footer */
-footer{
- margin: 0 auto;
- text-align: center;
- margin-bottom: 0.5em;
-}
-
-footer p{
- margin: 0;
- line-height: 1em;
-}
-
-/* Header */
-header{
- padding: 0.5em 0;
- margin-bottom: 2em;
- background: #98971a;
-}
-
-header *{
- vertical-align: middle;
-}
-
-header h1{
- display: inline-block;
- text-align: left;
- width: 18.5%;
- margin: 0;
- font-size: 1.2em;
- color: #282828;
-}
-
-/* Navigation */
-nav{
- text-align: right;
- display: inline-block;
- width: 80%;
-}
-
-nav ul{
- display: inline-block;
- margin-left: 0;
- list-style-type: none;
-}
-
-nav ul li p{
- display: inline-block;
-}
-
-nav ul li{
- display: inline-block;
-}
-
-nav a{
- color: #282828;
-}
-
-nav a:hover{
- color: #d78821;
-}
-
-.content{
- padding-bottom: 2em;
-}
-
-.content-list section{
- width: 49.5%;
- display: inline-block;
- vertical-align: top;
- margin-bottom: 0;
-}
-/* cc241d red
-d79921 yellow
-689d6a aqua
-458588 blue*
-purple b16286 */
diff --git a/equipment.html b/equipment.html
new file mode 100644
index 0000000..ffb070f
--- /dev/null
+++ b/equipment.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+ Aney's Network
+
+
+
+
+
+
+
+ My tech, and gear
+ This is the hardware I use to make and manage my home and life.
+ This page is going to be reworked, for now it's content is there to prevent broken links
+
+
+
+
+ Computers
+
+ Laptop
+ Thinkpad x220
+
+
+ i5 2540m
+ 6GB RAM
+ 500GB mSata SSD
+ 500GB SSD
+
+
+
+
+ Computer
+ Custom Build
+
+
+ R5 2600X
+ 16GB RAM
+ 500GB m.2. SSD
+ Vega 64
+
+
+
+
+
+
+ Peripherals
+
+ Keyboard
+ Razer Blackwidow Lite
+
+
+ Mouse
+ Logitech MX Master
+
+
+ Microphone
+ Blue Yeti
+
+
+ Monitors
+ Something 1920x1080
+ BenQ 1600x900
+
+
+
+
+ Servers
+
+ Thinkcentre
+ Proxmox Host
+
+
+ i5 4570
+ 16GB RAM
+ 1TB HDD
+ 2 Port Network Card
+ GT 710
+
+
+
+
+ lilnas
+ OMV NAS
+
+
+ i3 4160
+ 8GB RAM
+ 32GB USB
+ 500GB HDD
+ 4TB HDD
+
+
+
+
+ moxbox
+ Proxmox Host
+
+
+ i7 7500
+ 8GB RAM
+ 500GB HDD
+
+
+
+
+
+ Mobile
+ Huawei P8 Lite 2017
+
+
+
+
+
+
+
diff --git a/favicon/favicon.ico b/images/favicon.ico
similarity index 100%
rename from favicon/favicon.ico
rename to images/favicon.ico
diff --git a/images/logo.png b/images/logo.png
new file mode 100644
index 0000000..1dd21e6
Binary files /dev/null and b/images/logo.png differ
diff --git a/includes/footer.html b/includes/footer.html
deleted file mode 100644
index 83926c3..0000000
--- a/includes/footer.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-