diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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> |
