aboutsummaryrefslogtreecommitdiff
path: root/about.html
blob: cff97ff5a64874688c9aceedcd8c9d161b2c02f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
---

<HTML>
  <HEAD>
    {% include heading.html %}
    <TITLE>About | {{ site.title }}</TITLE>
  </HEAD>
<BODY>
  {% include navigator.html %}
<h1 class ="title">About {{ site.title }}</h1>
<h2>Contact me</h2>
<p>Email Address: {{ site.email }}</p>
<p>GitHub: <a href="https://github.com/Alee14">Alee14</a></p>
<p>Twitter: <a href="https://twitter.com/Alee14498">Alee14498</a></p>
<p>YouTube: <a href="https://youtube.com/user/Andrew14Lee/">Andrew Lee</a></p>
<p>Discord: <a href="https://discord.gg/EFhRDqG">Alee's Community</a></p>
  {% include footer.html %}
</BODY>
</HTML>