From 22abcf03cb9f5fc963b4372da00f7ec13660738b Mon Sep 17 00:00:00 2001
From: ljsikuade <40580944+ljsikuade@users.noreply.github.com>
Date: Fri, 7 Sep 2018 14:13:35 +0100
Subject: [PATCH 01/11] The first commit, basic structure
---
index.html | 74 +++++++++++++++++++++++++++++++++
style.css | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 194 insertions(+)
create mode 100644 index.html
create mode 100644 style.css
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..fa31640
--- /dev/null
+++ b/index.html
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+ Luke Sikuade
+
+
+
+
+
+
+
+
+
+
+
+
+
+
And this will be an even cooler introductory message...
+
+
+
+
+
+
+
+
+
Things I've Built...
+
+
+
+
+
+
+
+
+
+
+
+
+ Work Images
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..c5fb020
--- /dev/null
+++ b/style.css
@@ -0,0 +1,120 @@
+* {
+ box-sizing: inherit;
+}
+
+.body {
+ background: #f2f9fc;
+ box-sizing: border-box;
+ font-family: "M PLUS 1p", sans-serif;
+}
+
+.app {
+ padding: 0%;
+ display: flex;
+ flex-direction: column;
+ min-height: 100vh;
+ text-align: center;
+}
+a {
+ text-decoration: none;
+}
+a:visited {
+ color: #ffffff;
+}
+
+.masthead {
+ display: flex;
+ background: #e7ecef;
+}
+
+.masthead__controls {
+ display: flex;
+ flex: 1;
+ flex-direction: row;
+ list-style-type: none;
+ justify-content: space-around;
+ padding-left: 0px;
+ padding-right: 20px;
+}
+
+.contact {
+ align-self: center;
+ text-align: right;
+ background-color: #499ab5;
+ padding: 6px 9px 6px 9px;
+ border: 2px solid #ffffff;
+ border-radius: 5px;
+}
+.contact:hover {
+ background-color: #ffffff;
+}
+.contact:hover .contact__link {
+ color: #499ab5;
+}
+
+.introduction__section {
+ display: flex;
+ color: #fff;
+}
+.intro {
+ flex-grow: 3;
+ display: flex;
+ flex-direction: column;
+ background: #499ab5;
+}
+
+.intro__header {
+ flex-grow: 1;
+}
+
+.break__text {
+ flex-grow: 2;
+}
+
+.skills__section {
+ display: flex;
+}
+
+.section__header__text {
+ display: flex;
+ flex-direction: column;
+}
+
+.skills {
+ display: flex;
+ flex-grow: 1;
+ flex-direction: row;
+ background: #e7ecef;
+}
+
+.skill__column__one {
+ flex-grow: 1;
+}
+.skill__column__two {
+ flex-grow: 1;
+}
+.skill__column__three {
+ flex-grow: 1;
+}
+.work__section {
+ display: flex;
+ flex-direction: column;
+}
+
+.work__images {
+ background: #c1cfd7;
+ flex: 3;
+}
+
+.break__text {
+ text-decoration-color: #e7ecef;
+}
+
+.footer {
+ background: #499ab5;
+}
+
+@media (min-width: 768px) {
+}
+@media (min-width: 960px) {
+}
From f895e55e4d4dcc3fdb26895446a9cacb316660e1 Mon Sep 17 00:00:00 2001
From: ljsikuade <40580944+ljsikuade@users.noreply.github.com>
Date: Fri, 7 Sep 2018 17:09:13 +0100
Subject: [PATCH 02/11] basic layout and colour scheme set in place
---
index.html | 51 ++++++++++++++++++++++++--------------
style.css | 73 ++++++++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 98 insertions(+), 26 deletions(-)
diff --git a/index.html b/index.html
index fa31640..d64a587 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,8 @@
Luke Sikuade
+
@@ -29,40 +31,51 @@
-
+
-
-
-
+
+
Front End Developer
+
+
+
Writer
+
+
+
Visual Concepts
+
-
+
+
Things I've Built...
+
-
Things I've Built...
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
- Work Images
+