From e28babfd70478eaf29f5750f39bc108100b4ffe0 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 9 Feb 2018 23:41:30 -0700 Subject: [PATCH] Added a proper readme --- README.txt | 20 -------------------- readme.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 README.txt create mode 100644 readme.md diff --git a/README.txt b/README.txt deleted file mode 100644 index 8466089..0000000 --- a/README.txt +++ /dev/null @@ -1,20 +0,0 @@ -My personal resume based off a template from html5up.net . I plan on updating this website as my resume grows and am hosting it on Github just so I can practice learning to use it. -The test.html is there just for examples of what is possible in the future and are left over from the original template. - - -Credits: - - Template: - html5up.net | @ajlkn - - Icons: - Font Awesome (fortawesome.github.com/Font-Awesome) - - Other: - jQuery (jquery.com) - html5shiv.js (@afarkas @jdalton @jon_neal @rem) - CSS3 Pie (css3pie.com) - Respond.js (j.mp/respondjs) - Skel (skel.io) - formspree.io - \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..2a00879 --- /dev/null +++ b/readme.md @@ -0,0 +1,23 @@ +# Personal Resume + +This repository contains my personal which was originally based off of a template found on HTML5 UP. I plan on updating this website as my resume grows. The main reason that this is on GitLab is so that I can practice useing git version control, but if you have any comments, or would like to add anything to the site feel free to put in a PR or contact me. +The website is live at http://ansonbiggs.com and hosted on a https://www.digitalocean.com/ droplet. + +The test.html is there just for examples of what is possible in the future and are left over from the original template. + + +## Credits: + +### Template: +* html5up.net | @ajlkn + +### Icons: +* Font Awesome (fortawesome.github.com/Font-Awesome) + +### Other: +* jQuery (jquery.com) +* html5shiv.js (@afarkas @jdalton @jon_neal @rem) +* CSS3 Pie (css3pie.com) +* Respond.js (j.mp/respondjs) +* Skel (skel.io) +* formspree.io