diff --git a/services/cms/blog/templates/blog/blog_index_page.html b/services/cms/blog/templates/blog/blog_index_page.html index 1d06c27..77eddd0 100644 --- a/services/cms/blog/templates/blog/blog_index_page.html +++ b/services/cms/blog/templates/blog/blog_index_page.html @@ -6,7 +6,7 @@ {% block content %} -
+

{{ page.title }}

{% for post in blogpages %} diff --git a/services/cms/cms/static/img/programming_background.jpg b/services/cms/cms/static/img/programming_background.jpg new file mode 100644 index 0000000..8c72da9 Binary files /dev/null and b/services/cms/cms/static/img/programming_background.jpg differ diff --git a/services/cms/cms/templates/base.html b/services/cms/cms/templates/base.html index af3e1ea..6879350 100644 --- a/services/cms/cms/templates/base.html +++ b/services/cms/cms/templates/base.html @@ -29,6 +29,9 @@ {% wagtailuserbar %} +{% include "header.html" %} + + {% block content %}{% endblock %} {# Global javascript #} diff --git a/services/cms/cms/templates/header.html b/services/cms/cms/templates/header.html new file mode 100644 index 0000000..374328d --- /dev/null +++ b/services/cms/cms/templates/header.html @@ -0,0 +1,17 @@ +{% load wagtailcore_tags %} + + \ No newline at end of file diff --git a/services/cms/home/templates/home/home_page.html b/services/cms/home/templates/home/home_page.html index 968c6ff..4bb5c60 100644 --- a/services/cms/home/templates/home/home_page.html +++ b/services/cms/home/templates/home/home_page.html @@ -1,10 +1,61 @@ {% extends "base.html" %} +{% load static %} + {% load wagtailcore_tags %} -{% block body_class %}helvetica{% endblock %} +{% block body_class %}helvetica bg-black-10{% endblock %} {% block content %} -

Welcome to Datasketch.io!

- {{ page.body|richtext }} +
+
+
+
+

Datasketch

+

A full stack shop for web design, application development, and + training

+ Read the blog + or + Connect with us +
+
+
+
+
+

Just a man trying to make a buck

+
+
+ +

Training

+
+
+

+ As a college educator I learned what does and does not work for students. I strive to bring each of my students + along thier learning journey. +

+
+
+
+ +

Websites

+
+
+

+ Design & Development, eCommerce, Responsive Design. I can deliver you a stunning website. +

+
+
+
+ +

App Development

+
+
+

+ Quite affectionate and outgoing. + She loves to get chin scratches and will + roll around on the floor waiting for you give her more of them. +

+
+
{% endblock %}