-
+
Technology
Automotive
My Life
diff --git a/_layouts/index.liquid b/_layouts/index.liquid
index 753a464..1bea078 100644
--- a/_layouts/index.liquid
+++ b/_layouts/index.liquid
@@ -2,6 +2,7 @@
{% include "head.liquid" %}
+
@@ -26,11 +27,11 @@
-
+
{{ page.title }}
-
@@ -38,8 +39,10 @@
-
-
+
+
diff --git a/auto.md b/auto.md
deleted file mode 100644
index 445ae09..0000000
--- a/auto.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Automotive
-layout: page.liquid
----
-
-More to come soon!
diff --git a/bulma.sass b/bulma.sass
deleted file mode 100644
index 006fcf5..0000000
--- a/bulma.sass
+++ /dev/null
@@ -1,35 +0,0 @@
-@charset "utf-8"
-/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
-
-// primary colors
-$balboa: hsl(196, 63%, 27%);
-
-/* coolors.co/193a44-ffffff-1c5d99-639fab-bbcde5 */
-$white: hsl(0%, 0%, 100%);
-$lapis-lazuli: hsl(209%, 69%, 35%);
-$cadet-blue: hsl(190%, 30%, 53%);
-$pale-aqua: hsl(214%, 45%, 82%);
-
-/* coolors.co/193a44-dcedff-94b0da-8f91a2-505a5b */
-//$azurish-white: hsl(211%, 100%, 93%);
-//$light-cobalt-blue: hsl(216%, 49%, 72%);
-//$gray-blue: hsl(234%, 9%, 60%);
-//$feldgrau: hsl(185%, 6%, 34%);
-
-// derived colors
-$primary: $balboa;
-$info: $lapis-lazuli;
-$link: $lapis-lazuli;
-$success: $cadet-blue;
-//$warning:
-//$danger:
-$light: $pale-aqua;
-//$dark:
-
-@import "_sass/utilities/_all";
-@import "_sass/base/_all";
-@import "_sass/elements/_all";
-@import "_sass/components/_all";
-@import "_sass/grid/_all";
-@import "_sass/layout/_all";
-//@import "animate.css";
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index 62c2f88..0000000
Binary files a/favicon.ico and /dev/null differ
diff --git a/index.md b/index.md
index a292317..63b6ebe 100644
--- a/index.md
+++ b/index.md
@@ -1,11 +1,12 @@
---
layout: index.liquid
-title: I'm Adam Carpenter
+title: Hi, I'm Adam Carpenter
categories: ["index"]
---
-## Automation Application Developer at ADP
+Greetings! I am a...
-## Amateur Hudson mechanic
-
-## Loving fiancé and puppy parent
+- Automation Application Developer at ADP
+- Amateur Hudson mechanic
+- Loving fiancé and puppy parent
+Welcome to my website! Here's what you'll find here:
diff --git a/life.md b/life.md
deleted file mode 100644
index 677129e..0000000
--- a/life.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: My Life
-layout: page.liquid
----
-More to come soon!
diff --git a/logo.png b/logo.png
deleted file mode 100644
index 549bd0e..0000000
Binary files a/logo.png and /dev/null differ
diff --git a/pages/auto.md b/pages/auto.md
new file mode 100644
index 0000000..367bff2
--- /dev/null
+++ b/pages/auto.md
@@ -0,0 +1,7 @@
+---
+title: Automotive
+layout: page.liquid
+permalink: "/{{slug}}"
+---
+
+More to come soon!
diff --git a/pages/life.md b/pages/life.md
new file mode 100644
index 0000000..0be3fc8
--- /dev/null
+++ b/pages/life.md
@@ -0,0 +1,6 @@
+---
+title: My Life
+layout: page.liquid
+permalink: "/{{slug}}"
+---
+More to come soon!
diff --git a/pages/tech.md b/pages/tech.md
new file mode 100644
index 0000000..4c2c13a
--- /dev/null
+++ b/pages/tech.md
@@ -0,0 +1,6 @@
+---
+title: Technology
+layout: page.liquid
+permalink: "/{{slug}}"
+---
+More to come soon!
diff --git a/public/css/styles.sass b/public/css/styles.sass
new file mode 100644
index 0000000..400ead3
--- /dev/null
+++ b/public/css/styles.sass
@@ -0,0 +1,35 @@
+@charset "utf-8"
+/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
+
+// primary colors
+$balboa: hsl(196, 63%, 27%);
+
+/* coolors.co/193a44-ffffff-1c5d99-639fab-bbcde5 */
+// $white: hsl(0%, 0%, 100%);
+$lapis-lazuli: hsl(209%, 69%, 35%);
+$cadet-blue: hsl(190%, 30%, 53%);
+$pale-aqua: hsl(214%, 45%, 82%);
+
+/* coolors.co/193a44-dcedff-94b0da-8f91a2-505a5b */
+//$azurish-white: hsl(211%, 100%, 93%);
+//$light-cobalt-blue: hsl(216%, 49%, 72%);
+//$gray-blue: hsl(234%, 9%, 60%);
+//$feldgrau: hsl(185%, 6%, 34%);
+
+// derived colors
+$primary: $balboa;
+$info: $lapis-lazuli;
+$link: $lapis-lazuli;
+$success: $cadet-blue;
+//$warning:
+//$danger:
+$light: $pale-aqua;
+//$dark:
+
+@import "_sass/utilities/_all";
+@import "_sass/base/_all";
+@import "_sass/elements/_all";
+@import "_sass/components/_all";
+@import "_sass/grid/_all";
+@import "_sass/layout/_all";
+//@import "animate.css";
diff --git a/public/images/favicon.ico b/public/images/favicon.ico
new file mode 100644
index 0000000..62c2f88
Binary files /dev/null and b/public/images/favicon.ico differ
diff --git a/public/images/logo.png b/public/images/logo.png
new file mode 100644
index 0000000..549bd0e
Binary files /dev/null and b/public/images/logo.png differ
diff --git a/tech.md b/tech.md
deleted file mode 100644
index 5d0dba1..0000000
--- a/tech.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Technology
-layout: page.liquid
----
-More to come soon!
--
cgit v1.2.3