diff --git a/themes/lite/templates/base.html b/themes/lite/templates/base.html index 133b96c..27938f5 100644 --- a/themes/lite/templates/base.html +++ b/themes/lite/templates/base.html @@ -1,4 +1,2 @@ -{% block meta %}{% endblock %}{% block style %}{% endblock %}
Tanner Collin
-
-{% block content %}
+{% block meta %}{% endblock %}{% block style %}{% endblock %}{% block content %}
{% endblock %}
diff --git a/themes/lite/templates/index.html b/themes/lite/templates/index.html
index 5cfd9ad..da7fc9e 100644
--- a/themes/lite/templates/index.html
+++ b/themes/lite/templates/index.html
@@ -1,15 +1,14 @@
{% extends "base.html" %}
{% block content %}
-Hi, I'm Tanner! I do firmware and web development in Calgary.
+Hi, I'm Tanner! I like home automation, bots, privacy,
+Python, Debian, coffee, and makerspaces.
Please sign my Guest Book!
---[ Contact Info
-
-Email: site2@tannercollin.com
+Email: site3@tannercollin.com
Telegram: @tannercollin
---[ Resume
+Resume:
Firmware Engineer at Cabana Blockchain, 2018-
Lead Hardware Engineer at Critical Control, 2016-2018
@@ -17,7 +16,7 @@ Electrical Engineer at Opener Aero, 2016-2016
Electrical Engineer Intern at Pason Systems, 2014-2015
BSc. Electrical Engineering from University of Calgary
---[ Projects
+Projects:
QotNews*
Notica*
@@ -27,13 +26,13 @@ BSc. Electrical Engineering from University of Calgary
* external link
---[ Creations
+Creations:
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
{{ article.title }}
{% endfor %}
---[ Writing
+Writing:
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
{{ article.title }}
diff --git a/themes/theme/templates/article.html b/themes/theme/templates/article.html
index 5a44cd8..b25dffb 100644
--- a/themes/theme/templates/article.html
+++ b/themes/theme/templates/article.html
@@ -27,7 +27,7 @@
{% block info %}
Tanner Collin
diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html
index a7dfa9b..a189670 100644
--- a/themes/theme/templates/index.html
+++ b/themes/theme/templates/index.html
@@ -17,7 +17,7 @@
Tanner Collin
@@ -33,7 +33,7 @@
Contact Info
- Email: site2@tannercollin.com
+ Email: site4@tannercollin.com
Telegram: @tannercollin
diff --git a/themes/theme/templates/text-files.html b/themes/theme/templates/text-files.html
new file mode 100644
index 0000000..d3f85b3
--- /dev/null
+++ b/themes/theme/templates/text-files.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% block meta %}
+{% endblock %}
+
+{% block style %}
+{% endblock %}
+
+{% block content %}
+Nothing to see here...
+{% endblock %}