aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/index.html b/index.html
index e7e83cf..45fb092 100644
--- a/index.html
+++ b/index.html
@@ -5,12 +5,15 @@ project: Andrew's Website
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>Andrew's Website</TITLE>
+ <TITLE>{{ site.title }}</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
-<h1 class ="title">Andrew's Website</h1>
-
+<h1 class ="title">{{ site.title }}</h1>
+<h2>Who am I?</h2>
+<p>Hey there! My name is Andrew Lee and I like program things such as C# and JavaScript.</p>
+<h2>When did I start programming?</h2>
+<p>Well.. I started back in 2016 when I made my first VB program which is a HTML Editor.</p>
{% include footer.html %}
</BODY>