blob: 8ab4fb6add8c0f95649da974adf0577031a97432 (
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
39
40
41
|
---
project: Andrew Lee
---
<!DOCTYPE HTML>
<HTML>
<HEAD>
{% include heading.html %}
<TITLE>Home | {{ site.title }}</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
<div class="jumbotron green darken-4">
<h1><center>{{ site.title }} Homepage</center></h1>
<h3>
<center><b>{{ site.description }}</b></center>
</h3>
</div>
<div class="container">
<div class="row">
<div class="col s12">
<h2>What is this website?</h2>
<h4>This is my personal website.</h4>
</div>
<div class="col s12">
<h2>Who am I?</h2>
<h4>I am Andrew Lee, making videos and software. Also the founder of Alee Productions.</h4>
</div>
<div class="col s12">
<h2>When did I start to get interest on programming?</h2>
<h4>Well.. I started back in 2016 when I made my first VB program which is a HTML Editor.</h4>
</div>
</div>
</div>
{% include footing.html %}
{% include footer.html %}
</BODY>
</HTML>
|