diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 00:24:28 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 00:24:28 -0500 |
| commit | e0a73854a9e48d87e28e415e7d0b312e386c4b82 (patch) | |
| tree | 4a5a62b38fff5c939a47a0d46d7b6c77e3c9da1f /index.html | |
| parent | 8b116f86f4a6ce0455004bead277770dc605f1c1 (diff) | |
| download | personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.gz personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.bz2 personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.zip | |
Massive changes
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -9,12 +9,17 @@ project: Andrew Lee </HEAD> <BODY> {% include navigator.html %} + <div class="container"> <h1 class ="title">{{ site.title }} Homepage</h1> -<h2>Who am I?</h2> -<p>Hello! My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.</p> -<h2>When did I start programming?</h2> +<h2><center><b>{{ site.description }}</b></center></h2> +<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> {% include footer.html %} </BODY> </HTML> |
