From 8c7c26d968c1158d22c5d26d417fad1031f6fb42 Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 24 Apr 2019 18:27:58 -0400 Subject: Website rewrite --- _includes/footer.html | 17 +++++++++++++++++ _includes/footing.html | 1 + _includes/heading.html | 10 ++++++++++ _includes/navigator.html | 9 +++++++++ 4 files changed, 37 insertions(+) create mode 100644 _includes/footer.html create mode 100644 _includes/footing.html create mode 100644 _includes/heading.html create mode 100644 _includes/navigator.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..76b65d7 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,17 @@ + + \ No newline at end of file diff --git a/_includes/footing.html b/_includes/footing.html new file mode 100644 index 0000000..f7eeab5 --- /dev/null +++ b/_includes/footing.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/heading.html b/_includes/heading.html new file mode 100644 index 0000000..701a3c5 --- /dev/null +++ b/_includes/heading.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/_includes/navigator.html b/_includes/navigator.html new file mode 100644 index 0000000..61918d5 --- /dev/null +++ b/_includes/navigator.html @@ -0,0 +1,9 @@ + \ No newline at end of file -- cgit v1.2.3