From de08697ecd437c1df67dc07ac323efabfdaac3cf Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 14:24:02 -0500 Subject: added columns and rows in homepage --- index.html | 46 +++++++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 17 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index f8867cc..8e6de8d 100644 --- a/index.html +++ b/index.html @@ -3,25 +3,37 @@ project: Andrew Lee --- - - {% include heading.html %} - Home | {{ site.title }} - + + + {% include heading.html %} + Home | {{ site.title }} + + {% include navigator.html %} -
-

{{ site.title }} Homepage

-

{{ site.description }}

-
-
-

What is this website?

-

This is website my own personal website.

-

Who am I?

-

My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.

-

When did I start programming?

-

Well.. I started back in 2016 when I made my first VB program which is a HTML Editor.

+
+

{{ site.title }} Homepage

+

+
{{ site.description }}
+

+
+
+
+
+

What is this website?

+

This is website my own personal website.

+
+
+

Who am I?

+

My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.

+
+
-
+

When did I start to program?

+

Well.. I started back in 2016 when I made my first VB program which is a HTML Editor.

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