From b5154c763013e8181180abd99dfa749bc9d9d488 Mon Sep 17 00:00:00 2001 From: Ian <48700036+IXLives@users.noreply.github.com> Date: Fri, 22 Mar 2019 21:34:56 -0400 Subject: [PATCH 1/5] Styling per Design HTML Markup and CSS Styling to approach --- design-files/desktop.jpg | Bin 309462 -> 326114 bytes great-idea-website/css/index.css | 302 ++++++++++++++++++++++++------- great-idea-website/index.html | 130 ++++++++----- 3 files changed, 319 insertions(+), 113 deletions(-) diff --git a/design-files/desktop.jpg b/design-files/desktop.jpg index 1362654514633b47bd1ebec2b05a47bcff8c3f8c..495eec0eb1b15552f05be412526afbd9ac126657 100644 GIT binary patch delta 12923 zcmciJ&1(}u6aetq4{h37DOGPlLZKE^+H9&tLv1Ox1%;w`upl06n-qhzscoRSQJe#%N$q#=p(lbdCVX$pL!sL!W}`l^(8KYa!J03v$+z(jxoRO7Ue&#egg3Y8fD zSQHo$I)7jsSOIRpX?|Zs;rG=lfR7RW`GH<=I(8Igeyjp-j?))ZIDO>`&F>H@Qo>WWQ0)@d(RdM|&B6a?5+t6oJ z2^A1aai2#az)+avt5HHIvF!S3D;j=;XqRT@ z>f5X9Ps+7id8>3|d~bYi*8Yxew%!}_W+%|i743ZMftfY!kLYRZg;^cNK~~d{ZaDus g;ynyg(@&i2%iyca`?h&tn;L%U_+`AaP4i3pKWr6GF!{dllwbuL{i2jK zE0@&b6 z2eybI + - + - Great Idea! + Great Idea! - - + + - - - - Services - Product - Vision - Features - About - Contact - - - Innovation - On - Demand - - Get Started - - Image of a code snippet. - - Features - Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis. - - - About - Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis. - - Image of code snippets across the screen - - Services - Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis. - - - Product - Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis. - - Vision - Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis. - - Contact - 123 Way 456 Street - Somewhere, USA - 1 (888) 888-8888 - sales@greatidea.io + +
+ + + +
+

Innovation On Demand

+ +
+ + Image of a code snippet. +
+ +
+
+
+

Features

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+

About

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+ + Image of code snippets across the screen +
+ +
+
+

Services

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+

Product

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+

Vision

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+
+ +

Contact

+
+
+ + 123 Way 456 Street + Somewhere, USA
+
+ 1 (888) 888-8888
+
+ sales@greatidea.io +
+
+ + +
+

Copyright Great Idea! 2018

+
+ + +
+ - Copyright Great Idea! 2018 - - \ No newline at end of file From 1f7f0f9e9499352ac68bb3368e5298fe64f8bc65 Mon Sep 17 00:00:00 2001 From: Ian <48700036+IXLives@users.noreply.github.com> Date: Fri, 22 Mar 2019 22:01:23 -0400 Subject: [PATCH 2/5] Update index.css --- great-idea-website/css/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 4f12bbf46..458780226 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -239,4 +239,11 @@ h1 { font-size: 86pt; + } + + button { + background-color: white; + border: 1.5px solid grey; + padding: 5px 40px; + color: grey; } \ No newline at end of file From ec977140967696425ce5135aaab70a3014ff1c9a Mon Sep 17 00:00:00 2001 From: Ian <48700036+IXLives@users.noreply.github.com> Date: Sat, 23 Mar 2019 13:25:28 -0400 Subject: [PATCH 3/5] Update index.css Figured out how to move my logo! --- great-idea-website/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 458780226..b0482bd20 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -246,4 +246,9 @@ border: 1.5px solid grey; padding: 5px 40px; color: grey; + } + + .logo { + vertical-align: top; + margin-left: 150px; } \ No newline at end of file From 4e82ca335f948a08f241d2b80a5681a7e56304c3 Mon Sep 17 00:00:00 2001 From: Ian <48700036+IXLives@users.noreply.github.com> Date: Sat, 23 Mar 2019 14:15:00 -0400 Subject: [PATCH 4/5] Updated Styling Alignment changes and spacing --- great-idea-website/css/index.css | 15 ++++++++++++++- great-idea-website/index.html | 3 ++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index b0482bd20..62aca19e8 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -233,12 +233,13 @@ footer div { display: block; - vertical-align: bottom; + margin-top: 50px; margin-left: 350px; } h1 { font-size: 86pt; + margin-left: 20px; } button { @@ -251,4 +252,16 @@ .logo { vertical-align: top; margin-left: 150px; + } + + footer address { + margin-left: 15px; + } + + footer h2 { + margin-left: 15px; + } + + nav { + margin-bottom: 15px; } \ No newline at end of file diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 927af1fbb..a8d6df997 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -68,8 +68,9 @@

Vision

-

Contact

+