diff options
| author | Alee <alee14498@gmail.com> | 2018-11-17 17:01:45 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-17 17:01:45 -0500 |
| commit | e349472bacfa978ffe424f8582c76e6abc736de3 (patch) | |
| tree | 378c9e60e8d3c26817af717edca8c6a883a09ec0 /about.html | |
| parent | 27d887872a0b89517b26dd149ea670501ccb41d6 (diff) | |
| download | personal-website-e349472bacfa978ffe424f8582c76e6abc736de3.tar.gz personal-website-e349472bacfa978ffe424f8582c76e6abc736de3.tar.bz2 personal-website-e349472bacfa978ffe424f8582c76e6abc736de3.zip | |
Added some things
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..c24a3ae --- /dev/null +++ b/about.html @@ -0,0 +1,20 @@ +--- +project: Andrew's Website +--- + +<HTML> + <HEAD> + {% include heading.html %} + <TITLE>About Andrew</TITLE> + </HEAD> +<BODY> + {% include navigator.html %} +<h1 class ="title">About Andrew</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>Discord: <a href="https://discord.gg/EFhRDqG">Alee's Community</a></p> + {% include footer.html %} +</BODY> +</HTML> |
