aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 14:24:02 -0500
committerAlee <alee14498@gmail.com>2018-11-18 14:24:02 -0500
commitde08697ecd437c1df67dc07ac323efabfdaac3cf (patch)
tree7291f4b04b571e927a8ab82830cd0ebc5bb9ec36 /index.html
parentd393774579f410e1107a2f31818565ce19b50975 (diff)
downloadpersonal-website-de08697ecd437c1df67dc07ac323efabfdaac3cf.tar.gz
personal-website-de08697ecd437c1df67dc07ac323efabfdaac3cf.tar.bz2
personal-website-de08697ecd437c1df67dc07ac323efabfdaac3cf.zip
added columns and rows in homepage
Diffstat (limited to 'index.html')
-rw-r--r--index.html46
1 files changed, 29 insertions, 17 deletions
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
---
<!DOCTYPE HTML>
<HTML>
- <HEAD>
- {% include heading.html %}
- <TITLE>Home | {{ site.title }}</TITLE>
- </HEAD>
+
+<HEAD>
+ {% include heading.html %}
+ <TITLE>Home | {{ site.title }}</TITLE>
+</HEAD>
+
<BODY>
{% include navigator.html %}
-<div class="jumbotron">
- <h1 class ="title">{{ site.title }} Homepage</h1>
- <h2><center><b>{{ site.description }}</b></center></h2>
-</div>
-<div class="container">
-<h3>What is this website?</h3>
-<p>This is website my own personal website.</p>
-<h3>Who am I?</h3>
-<p>My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.</p>
-<h3>When did I start programming?</h3>
-<p>Well.. I started back in 2016 when I made my first VB program which is a HTML Editor.</p>
+ <div class="jumbotron">
+ <h1 class="title">{{ site.title }} Homepage</h1>
+ <h2>
+ <center><b>{{ site.description }}</b></center>
+ </h2>
+ </div>
+ <div class="container">
+ <div class="row-column">
+ <div class="column">
+ <h3>What is this website?</h3>
+ <p>This is website my own personal website.</p>
+ </div>
+ <div class="column">
+ <h3>Who am I?</h3>
+ <p>My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.</p>
+ </div>
+ <div class="column"></div>
-</div>
+ <h3>When did I start to program?</h3>
+ <p>Well.. I started back in 2016 when I made my first VB program which is a HTML Editor.</p>
+ </div>
+ </div>
{% include footer.html %}
</BODY>
-</HTML>
+
+</HTML> \ No newline at end of file