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 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 @@
diff --git a/resume.html b/resume.html
index f11d9cb..8f2477f 100644
--- a/resume.html
+++ b/resume.html
@@ -20,8 +20,8 @@