blob: 98c10e663254777760a88c68460009df5736549d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
---
project: Andrew Lee
---
<!DOCTYPE HTML>
<HTML>
<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">
<div class="row-column">
<div class="column">
<h3>What is this website?</h3>
<p>This is a 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>
<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>
|