diff --git a/_includes/head.html b/_includes/head.html
index 50213c4..39fbff0 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -5,6 +5,6 @@
{%- seo -%}
{%- feed_meta -%}
-
-
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 2e9989e..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- {%- include head.html -%}
-
-
-
- {%- include header.html -%}
-
-
- {{ content }}
-
-
- {%- include footer.html -%}
-
-
-
-
diff --git a/_layouts/home.html b/_layouts/home.html
deleted file mode 100644
index a86a717..0000000
--- a/_layouts/home.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: default
----
-
- {%- if page.title -%}
-
{{ page.title }}
- {%- endif -%}
-
- {{ content }}
-
-
diff --git a/custom.css b/custom.css
index fd51e0a..50c101c 100644
--- a/custom.css
+++ b/custom.css
@@ -1,6 +1,12 @@
-body {
+.site-header {
background: #202226;
- color: #00ADFF;
+}
+/* TODO Proper theme overrides */
+h1, .site-title {
+ color: #00ADFF !important;
+}
+.page-link {
+ color: white !important;
}
.bigimage {
transform: skew(-10deg);
@@ -41,3 +47,18 @@ a.button {
padding: 0.5em;
background: rgba(255, 255, 255, 0.3);
}
+.badge {
+ /* Center the content */
+ align-items: center;
+ display: inline-flex;
+ justify-content: center;
+
+ /* Rounded border */
+ border-radius: 0.5em;
+
+ /* Spacing */
+ padding: 4px 8px;
+}
+.bg-green {
+ background: green;
+}
diff --git a/dev.html b/dev.html
new file mode 100644
index 0000000..04e117e
--- /dev/null
+++ b/dev.html
@@ -0,0 +1,20 @@
+---
+layout: page
+title: Development
+permalink: /development/
+---
+
+
Langagues/Technologies:
+
+ Java
+ Python
+ Gulp.js
+
+
Projects:
+
+
+
R.I.G.S
+
R.I.G.S or Rig Information Gathering System is Django-based webapp handling events management for TEC PA and Lighting. I have taken over project managaging and developing this project from Tom Price and David Taylor , working alongside Matt Smith . Together we have updated to Django 3.0, implemented a long awaited asset management system, rewritten the testing suite for the project and generally refactoring what is, in the main, five year old code.
+
+
+
diff --git a/index.html b/index.html
index 369611a..a718873 100644
--- a/index.html
+++ b/index.html
@@ -11,9 +11,9 @@