From e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Nov 2019 15:45:48 -0500 Subject: Porting the website to jekyll.... --- index.html | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..2a1bd90 --- /dev/null +++ b/index.html @@ -0,0 +1,97 @@ +--- +title: Home +permalink: /index +--- + + + + + + {% include header.html %} + + + + {% include navbar.html %} +
+
+

Hello! Welcome to Alee Productions.

+

We are a very small productions company.

+
+

If you want to know more about us click the button down below.

+ Learn more +
+ +
+ + +
+ + {% include scripts.html %} + {% include footer.html %} +
+ + + \ No newline at end of file -- cgit v1.2.3