diff options
| author | Alee <alee14498@gmail.com> | 2018-11-17 21:38:52 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-17 21:38:52 -0500 |
| commit | 8b116f86f4a6ce0455004bead277770dc605f1c1 (patch) | |
| tree | 691f6730cedf049226a7c5b770ad22cf561907d5 /project.md | |
| parent | 24b08e4c09d9149ca1b7baf8697329a3ae3eae55 (diff) | |
| download | personal-website-8b116f86f4a6ce0455004bead277770dc605f1c1.tar.gz personal-website-8b116f86f4a6ce0455004bead277770dc605f1c1.tar.bz2 personal-website-8b116f86f4a6ce0455004bead277770dc605f1c1.zip | |
Added a default layout and replaced the html with the markdown layout
Diffstat (limited to 'project.md')
| -rw-r--r-- | project.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/project.md b/project.md new file mode 100644 index 0000000..a4ea4a7 --- /dev/null +++ b/project.md @@ -0,0 +1,10 @@ +--- +layout: default +title: Projects +--- + +<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> |
