From 1e4cf51d75ea4b8094a11554afb43ba0a7e7817e Mon Sep 17 00:00:00 2001 From: dannyd216 Date: Wed, 11 Mar 2020 15:20:40 -0600 Subject: [PATCH 01/13] waiting to see where to go --- great-idea-website/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 92beabd65..e581f455a 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -28,6 +28,8 @@ On Demand + + - Get Started Image of a code snippet. From f64288c6610f0419fecd965903a7b30097fd4350 Mon Sep 17 00:00:00 2001 From: dannyd216 Date: Wed, 11 Mar 2020 15:35:59 -0600 Subject: [PATCH 02/13] commiting to see whats up --- great-idea-website/css/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..7fd64ff4b 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -63,4 +63,6 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Your code starts here! */ \ No newline at end of file +/* Your code starts here! */ + + From 192615837210e5db7a3bebb3b2e7727e306fe8ca Mon Sep 17 00:00:00 2001 From: dannyd216 Date: Wed, 11 Mar 2020 16:21:22 -0600 Subject: [PATCH 03/13] got divs and sections --- great-idea-website/index.html | 84 ++++++++++++++++++++++++++--------- 1 file changed, 62 insertions(+), 22 deletions(-) diff --git a/great-idea-website/index.html b/great-idea-website/index.html index e581f455a..4577847c2 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -16,50 +16,90 @@ - Services - Product - Vision - Features - About - Contact + +
+ + +
+ - Innovation - On - Demand +

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. + +
+

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. +

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. +

Product

- 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. +

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 +

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 + +
\ No newline at end of file From a8c9a5e77929ebdf15203c24b4e0517894a698f1 Mon Sep 17 00:00:00 2001 From: dannyd216 Date: Wed, 11 Mar 2020 16:24:13 -0600 Subject: [PATCH 04/13] touch ups --- great-idea-website/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 4577847c2..60902e13d 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -84,16 +84,16 @@

Vision

-
+

Contact


- 123 Way 456 Street - Somewhere, USA +

123 Way 456 Street

+

Somewhere, USA


1 (888) 888-8888
sales@greatidea.io -
+
From 88a80628cf01df84b78c5e75459138664cf422ea Mon Sep 17 00:00:00 2001 From: dannyd216 Date: Wed, 11 Mar 2020 16:39:57 -0600 Subject: [PATCH 05/13] adding css --- great-idea-website/css/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7fd64ff4b..90ca7ab3e 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -66,3 +66,13 @@ h1, h2, h3, h4, h5 { /* Your code starts here! */ +/*NAV*/ + +section { + +} + +#navLinks { + display: inline-block; +} + From 19f47cb54796a8b6c9ef478a4b72e50e2d1cdfe1 Mon Sep 17 00:00:00 2001 From: dannyd216 Date: Wed, 11 Mar 2020 18:12:53 -0600 Subject: [PATCH 06/13] save --- great-idea-website/css/index.css | 1 + great-idea-website/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 90ca7ab3e..8f09a2684 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -74,5 +74,6 @@ section { #navLinks { display: inline-block; + border } diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 60902e13d..a3ca6c6ba 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -21,7 +21,7 @@ +
- + +

Innovation

On

Demand

+ +
- + -
+
Image of a code snippet.
@@ -55,9 +64,7 @@

Demand

- - -
+

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.

@@ -101,5 +108,6 @@

Contact

+ \ No newline at end of file From 7bda3380c39781cbf45b5debd2300830afb14e8a Mon Sep 17 00:00:00 2001 From: dannyd216 Date: Wed, 11 Mar 2020 20:46:22 -0600 Subject: [PATCH 09/13] trying to get the sections inline. no go --- great-idea-website/css/index.css | 85 +++++++++++++++++++++++++++++--- great-idea-website/index.html | 30 +++++++++++ 2 files changed, 107 insertions(+), 8 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 8634fafa2..81cdd739d 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -69,16 +69,13 @@ h1, h2, h3, h4, h5 { #outerDiv { - border: 3px blueviolet dashed; + /* border: 3px blueviolet dashed; */ margin: 1%; } /*NAV*/ -section { - -} #navLinks { display: inline-block; @@ -114,8 +111,7 @@ section { #innoDiv { - margin: 0 auto; - border: 3px outset darkorchid; + /* border: 3px outset darkorchid; */ width: 40%; text-align: center; display: inline-block; @@ -123,10 +119,33 @@ section { } +/* + +PADDING ON THE INSIDE + +MARGIN ON THE OUTSIDE + +****** + +TRBL +PADDING: 29PX; + +TB RL +PADDING: 29PX 20PX; + +T RL B +PADDING: 1PX 49PX 22PX; + +T R B L +PADDING: 3PX 5PX 2PX 5PX; + +*/ + + #innoDiv h1{ font-size: 60px; max-width: 100%; - + padding-top: 25px; } @@ -136,14 +155,16 @@ section { } #circleImage { - border: 3px dashed lightseagreen; + /* border: 3px dashed lightseagreen; */ width: 49%; display: inline-block; + /* margin: 12% auto; */ } #circleImage img { max-width: 100%; + /* margin: 0 auto; */ } @@ -156,4 +177,52 @@ section { } +#midSection h2 { + + font-size: 30px; + text-align: left; + +} + +#midSection p { + + font-size: 20px; + text-align: justify; + +} + +#featAbout { + + border: 2px pink solid; + /* display: inline-block; */ +} + +#feat { + + display: inline-block; +} + +#about { + display: inline-block; +} + + +/* MIDDLE IMAGE AREA */ + +#midImg img{ + max-width: 100%; +} + +/* SERVICES PRODUCT VISION */ + + + + + + + +/* BOTTOM SECTION */ + + + diff --git a/great-idea-website/index.html b/great-idea-website/index.html index dacd1de5b..1ea30be72 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -20,7 +20,10 @@
+ +