From 7b207b5b01f7c6a3fc7a97011c9c98114714abe5 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 15 Mar 2022 21:34:16 -0600 Subject: [PATCH] go over resume, add contact page --- contact.html | 84 ++++++++++++++++++++++++++++++++ css/main.css | 13 ++++- index.html | 3 +- resume.html | 135 +++++++++++++++++++++++++++++---------------------- 4 files changed, 175 insertions(+), 60 deletions(-) create mode 100644 contact.html diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..8faa1d8 --- /dev/null +++ b/contact.html @@ -0,0 +1,84 @@ + + + + + + + Brian Picciano - Freelance Developer + + + + + + + + + + + + + + + + + +
+
/contact
+
X
+
+ +
+ +

Contact Me

+ +

+ Please direct all questions and inquiries to: +

+ + bgpicciano@gmail.com + +
+ + + + + + + diff --git a/css/main.css b/css/main.css index eb0a723..315e81d 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ @font-face { font-family: "SourceCode-Pro"; - src: url("sorce-code-pro.woff") format('woff'); + src: url("source-code-pro.woff") format('woff'); } html { @@ -22,6 +22,7 @@ h1, h2, h3, h4, h5, h6, .button-primary, .button { h1 { color: #008700; } h2 { color: #0087af; } h3 { color: #8700af; } +h4 { color: #d75f00; } em { font-style: normal; @@ -61,6 +62,16 @@ a, a:active { color: #444444; } +.header .x { + background-color: #0087af; + color: #eeeeee; + padding: 0; + border-right: 1px solid #005f87; + white-space: nowrap; + display: inline-block; + float: right; +} + .container { margin-top: 3.5rem; margin-bottom: 3.5rem; diff --git a/index.html b/index.html index 53d5e57..a747e18 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,10 @@
-
/about-me
+
X
diff --git a/resume.html b/resume.html index f11d9cb..8f2477f 100644 --- a/resume.html +++ b/resume.html @@ -20,8 +20,8 @@