diff --git a/static/img/Wall 47.png b/static/img/Wall 47.png new file mode 100644 index 0000000..d24a900 Binary files /dev/null and b/static/img/Wall 47.png differ diff --git a/static/img/community.jpg b/static/img/community.jpg new file mode 100644 index 0000000..67db3af Binary files /dev/null and b/static/img/community.jpg differ diff --git a/templates/head_mine.html b/templates/head_mine.html new file mode 100644 index 0000000..3cfbc9c --- /dev/null +++ b/templates/head_mine.html @@ -0,0 +1,68 @@ + + + + + ARM | Archangel Raphael's Mission + + + + + + + + + + + + + {% include seo.html %} + \ No newline at end of file diff --git a/templates/landing.html b/templates/landing.html new file mode 100644 index 0000000..9ea107a --- /dev/null +++ b/templates/landing.html @@ -0,0 +1,28 @@ +{% extends "start.html" %} +{% block content %} + +
+
+ +
+ +
+

YOUR CONTRIBUTION MATTERS!

+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
+ +
+ +
+ + + + + + +
+ +{% endblock %} \ No newline at end of file diff --git a/templates/start.html b/templates/start.html new file mode 100644 index 0000000..e96c04f --- /dev/null +++ b/templates/start.html @@ -0,0 +1,25 @@ + + + +{% include 'head_mine.html' %} + + +
+
+ +
+ +
+ + {% block content %} + {# Actual content specific to each page will be rendered here in the content block #} + {% endblock %} + + + \ No newline at end of file