diff --git a/index.html b/index.html
index c7592ef..4d54ff7 100644
--- a/index.html
+++ b/index.html
@@ -7,11 +7,20 @@
-
Greg Shuflin - Software Developer
-
Contact me via greg.shuflin@protonmail.com
- or LinkedIn.
+
About me
diff --git a/self.jpg b/self.jpg
new file mode 100644
index 0000000..026483a
Binary files /dev/null and b/self.jpg differ
diff --git a/style.css b/style.css
index 72e0104..568f9a0 100644
--- a/style.css
+++ b/style.css
@@ -4,6 +4,16 @@ h1 {
font-family: Ubuntu;
}
+header {
+ display: flex;
+ justify-content: space-between;
+}
+
+#selfPhoto {
+ margin-top: 20px;
+ margin-right: 30px;
+}
+
#main {
margin-left:auto;
margin-right:auto;