From 6992457eedb6c9d7357d02fc374d39af8a26ecb9 Mon Sep 17 00:00:00 2001 From: SarahSchoonmaker Date: Wed, 18 Oct 2017 11:08:53 -0400 Subject: [PATCH 1/2] Add files via upload --- README.md | 3 +- css/style.css | 3 ++ index.html | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 7 +++ 4 files changed, 156 insertions(+), 2 deletions(-) create mode 100644 css/style.css create mode 100644 index.html create mode 100644 style.css diff --git a/README.md b/README.md index 1444c5a..91981e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# assignment_html_resume -Build an HTML5 resume to jump start your job search +Link to my HTML resume: https://sarahschoonmaker.github.io/html_resume-master/ diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..754e37f --- /dev/null +++ b/css/style.css @@ -0,0 +1,3 @@ +h1 { + color: #006400; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c6cf623 --- /dev/null +++ b/index.html @@ -0,0 +1,145 @@ + + + + + + Sarah's Resume + + + + +
+