blob: ccb21094ce7334233c2e810ead0c8faa31d4b176 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
project: Andrew's Website
---
<HTML>
<HEAD>
{% include heading.html %}
<TITLE>Projects | Andrew Lee</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
<h1 class ="title">Andrew's Projects</h1>
<h2>These are the projects i'm currently working on:</h2>
<p><a href="https://silicon-linux.net">Silicon Linux</a></p>
<p><a href="https://github.com/AleeCorp/AleeBot">AleeBot</a></p>
<p><a href="https://github.com/UniverseDevGroup/Project-Silicon">Project: Silicon</a></p>
{% include footer.html %}
</BODY>
</HTML>
|