From e67d1f785a43e793e040dd2c49d2ebcaa701dfaf Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 3 Mar 2020 01:54:24 -0600 Subject: [PATCH 1/9] d --- great-idea-website/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..8e7da8a01 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -2,7 +2,7 @@ v2.0 | 20110126 License: none (public domain) */ - +.............. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, From 99b23558423afd4624644cfedb2dacbd728a6c66 Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 3 Mar 2020 03:26:09 -0600 Subject: [PATCH 2/9] html markup --- great-idea-website/css/index.css | 2 +- great-idea-website/index.html | 69 ++++++++++++++++++-------------- 2 files changed, 41 insertions(+), 30 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 8e7da8a01..7766e7f18 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -2,7 +2,7 @@ v2.0 | 20110126 License: none (public domain) */ -.............. + html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 92beabd65..e4e6675b7 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -15,49 +15,60 @@ - +
+ +
+
+

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

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

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 + Somewhere, USA
+ 1 (888) 888-8888
sales@greatidea.io - - Copyright Great Idea! 2018 - +
+
Copyright Great Idea! 2018 +
\ No newline at end of file From dbcaf9dc3df11e07858c9cebf80aa4d7c50cc4ae Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 3 Mar 2020 03:56:48 -0600 Subject: [PATCH 3/9] worked on code --- great-idea-website/css/index.css | 13 ++++++++++++- great-idea-website/index.html | 18 ++++++++++-------- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..9e02e972f 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -63,4 +63,15 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Your code starts here! */ \ No newline at end of file +/* Your code starts here! */ + +.logo { + text-align: right; + padding: 2px 15px; +} + +nav { + display: inline; + padding: 10px; + margin: 5px 10px; +} \ No newline at end of file diff --git a/great-idea-website/index.html b/great-idea-website/index.html index e4e6675b7..ecfcfd9cb 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -16,15 +16,17 @@
- From f0bcdd898dae0cf2d75f1f71f9316dd97c709422 Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 3 Mar 2020 18:04:19 -0600 Subject: [PATCH 5/9] worked code --- great-idea-website/index.html | 176 +++++++++++++++++++++------------- 1 file changed, 111 insertions(+), 65 deletions(-) diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 602d2e8c6..d27d7e6d3 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -1,76 +1,122 @@ - + - - + + - Great Idea! + Great Idea! - - + + - - + + -
- - -

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

+ +
+

+ Innovation
+ On
+ Demand +

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

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.

+
+
+

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

+
-

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 -
+
+ 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 +
+
+ +
Copyright Great Idea! 2018
+ - \ No newline at end of file + From 3cf766d084ea45cd86376bf00ad27558794e196a Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 3 Mar 2020 18:04:25 -0600 Subject: [PATCH 6/9] worked code --- great-idea-website/css/index.css | 224 ++++++++++++++++++++++++------- 1 file changed, 178 insertions(+), 46 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 4e0eb5c3a..c2351354e 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -3,75 +3,207 @@ License: none (public domain) */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; } body { - line-height: 1; + line-height: 1; } -ol, ul { - list-style: none; +ol, +ul { + list-style: none; } -blockquote, q { - quotes: none; +blockquote, +q { + quotes: none; } -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; } table { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } /* Set every element's box-sizing to border-box */ * { - box-sizing: border-box; + box-sizing: border-box; } -html, body { - height: 100%; - font-family: 'Titillium Web', sans-serif; +html, +body { + height: 100%; + font-family: 'Titillium Web', sans-serif; } -h1, h2, h3, h4, h5 { - font-family: 'Bangers', cursive; - letter-spacing: 1px; - margin-bottom: 15px; +h1, +h2, +h3, +h4, +h5 { + font-family: 'Bangers', cursive; + letter-spacing: 1px; + margin-bottom: 15px; } /* Your code starts here! */ .logo { - text-align: right; - padding: 2px 15px; + text-align: right; + padding: 2px 15px; } .menu { - display: ; - padding: 10px; - margin: 5px 10px; + display: inline-block; + padding: 10px; + margin: 5px 10px; +} + +img { + display: inline-block; +} + +.box { + width: 200px; + height: 50px; + padding: 100px 100px 50px 50px; + text-align: center; + float: left; +} + +.box h1 { + font-size: 48px; +} + + +/** Im moving to somthing easier for a second, the text is pissing me off **/ +.wrapper { + width: 980px; + align-content: center; +} + +.image-wrapper { + margin: 40px; + display: inline-block; +} + +.content-item { + float: right; + width: 47%; +} + +.content-item-three { + float: right; + width: 32%; +} + +section { + border-top: 1px solid black; + margin-top: 20px; + margin-bottom: 20px; + padding-top: 20px; + padding-bottom: 20px; } \ No newline at end of file From b875eff9feee9a4c1dbd1937b597e3a04271b697 Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 4 Mar 2020 02:55:18 -0600 Subject: [PATCH 7/9] Co-authored-by: Chad Carpenter --- great-idea-website/css/index.css | 31 +++++++++++++++++++------------ great-idea-website/index.html | 4 ++-- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index c2351354e..14a36c198 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -151,15 +151,19 @@ h5 { /* Your code starts here! */ -.logo { - text-align: right; + + +.menu { + display: inline-block; + text-align: left; padding: 2px 15px; + margin: 5px 5px; } -.menu { +.logo { display: inline-block; - padding: 10px; - margin: 5px 10px; + text-align: right; + float: right; } img { @@ -174,15 +178,18 @@ img { float: left; } +.image { + padding: 50px 5px 100px 50px; +} + .box h1 { font-size: 48px; } - -/** Im moving to somthing easier for a second, the text is pissing me off **/ .wrapper { - width: 980px; - align-content: center; + display: block; + width: 960px; + align-content: center; } .image-wrapper { @@ -191,7 +198,7 @@ img { } .content-item { - float: right; + float: right; width: 47%; } @@ -201,9 +208,9 @@ img { } section { - border-top: 1px solid black; margin-top: 20px; margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px; -} \ No newline at end of file +} + diff --git a/great-idea-website/index.html b/great-idea-website/index.html index d27d7e6d3..eb55fca43 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -44,7 +44,7 @@

Get Started -
+
Image of a code snippet.
@@ -117,6 +117,6 @@

Contact

Copyright Great Idea! 2018
-
+ From 3186d7771fd9f4785106e04b828e1b68ef12fac6 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 9 Mar 2020 05:32:08 -0700 Subject: [PATCH 8/9] d --- great-idea-website/css/index.css | 314 ++++++++++++++++++++++++++----- great-idea-website/index.html | 94 +++++---- 2 files changed, 325 insertions(+), 83 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..5106cd7de 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -3,64 +3,294 @@ License: none (public domain) */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; } body { - line-height: 1; + line-height: 1; } -ol, ul { - list-style: none; +ol, +ul { + list-style: none; } -blockquote, q { - quotes: none; +blockquote, +q { + quotes: none; } -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ""; + content: none; } table { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } /* Set every element's box-sizing to border-box */ * { - box-sizing: border-box; + box-sizing: border-box; } -html, body { - height: 100%; - font-family: 'Titillium Web', sans-serif; +html, +body { + height: 100%; + font-family: "Titillium Web", sans-serif; +} + +h1, +h2, +h3, +h4, +h5 { + font-family: "Bangers", cursive; + letter-spacing: 1px; + margin-bottom: 15px; +} + +/* Your code starts here! */ +body { + margin: auto; + width: 900px; + box-sizing: border-box; +} + +header { + width: 900px; + height: 70px; + margin: 10px; + text-align: center; + padding-bottom: 40px; +} + +nav { + width: 800px; + height: 50px; + margin: 5px; + display: inline-block; + padding-top: 15px; + text-align: left; +} + +.logobox { + display: inline-block; + width: 150px; + margin-top: 10px; + text-align: right; +} + +a { + padding-right: 50px; + margin-top: 10px; + opacity: 0.4; + text-decoration-line: none; + text-align: justify; +} + +a:hover { + opacity: 1; +} + +.sectionOneA { + height: 390px; + width: 425px; + padding: 25px 5px; + margin: 10px; + } + +.sectionOne { + height: 390px; + width: 425px; + padding: 25px 5px; + margin: 10px; +} + +.demand { + width: 420px; + height: 380px; + display: inline-block; + padding: 10px; + text-align: center; +} + +h1 { + text-align: center; + font-size: 65px; + letter-spacing: 6px; + display: inline-block; +} + +button { + width: 150px; + height: 25px; +} + +.codepic { + display: inline-block; + width: 300px; + vertical-align: top; +} + +.sectionTwo { + display: inline; + padding: 30px; +} + +div.features { + width: 400px; + display: inline-block; + text-align: left; + padding: 40px; + margin-left: 60px; +} + +div.about { + width: 400px; + display: inline-block; + text-align: left; + padding: 40px; +} + +.middle-img { + display: block; + margin: auto; + width: 850px; + padding: 10px; +} + +.bot-content { + width: 850px; + margin: auto; + padding: 10px; + height: 200px; + text-align: center; + display: block; + box-sizing: content-box; +} + +.box { + width: 28%; + height: 150px; + display: inline-block; + padding: 20px; + box-sizing: content-box; + text-align: left; +} + +.goright { + display: inline-block; } -h1, h2, h3, h4, h5 { - font-family: 'Bangers', cursive; - letter-spacing: 1px; - margin-bottom: 15px; +.contact { + margin: auto; + width: 100%; + text-align: left; + display: block; + padding: 50px; } -/* Your code starts here! */ \ No newline at end of file +footer { + text-align: center; + padding: 50px; +} \ No newline at end of file diff --git a/great-idea-website/index.html b/great-idea-website/index.html index e4e6675b7..2dae3dbd9 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -15,60 +15,72 @@ -
+
-
- -
-

- Innovation - On + Services + Product + Vision + Features + About + Contact + +
+
+ +

+
+

Innovation
+ On
Demand -

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

Features

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

+
+ -

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.

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

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.

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


+
+ Contact 123 Way 456 Street - Somewhere, USA
- 1 (888) 888-8888
+ Somewhere, USA + 1 (888) 888-8888 sales@greatidea.io -
-
Copyright Great Idea! 2018 +
+
+ Copyright Great Idea! 2018
+ \ No newline at end of file From f8e194eb75f618cc4757941b477ceae59544ef0b Mon Sep 17 00:00:00 2001 From: David Date: Mon, 9 Mar 2020 05:49:10 -0700 Subject: [PATCH 9/9] MVP --- great-idea-website/css/index.css | 204 ++++++++++++------------------- great-idea-website/index.html | 139 +++++++++++---------- 2 files changed, 151 insertions(+), 192 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 5106cd7de..77fc50d39 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -84,12 +84,12 @@ time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, @@ -103,40 +103,40 @@ hgroup, menu, nav, section { - display: block; + display: block; } body { - line-height: 1; + line-height: 1; } ol, ul { - list-style: none; + list-style: none; } blockquote, q { - quotes: none; + quotes: none; } blockquote:before, blockquote:after, q:before, q:after { - content: ""; - content: none; + content: ''; + content: none; } table { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } /* Set every element's box-sizing to border-box */ * { - box-sizing: border-box; + box-sizing: border-box; } html, body { - height: 100%; - font-family: "Titillium Web", sans-serif; + height: 100%; + font-family: 'Titillium Web', sans-serif; } h1, @@ -144,153 +144,107 @@ h2, h3, h4, h5 { - font-family: "Bangers", cursive; - letter-spacing: 1px; - margin-bottom: 15px; + font-family: 'Bangers', cursive; + letter-spacing: 1px; + margin-bottom: 15px; } /* Your code starts here! */ -body { - margin: auto; - width: 900px; - box-sizing: border-box; -} -header { - width: 900px; - height: 70px; - margin: 10px; - text-align: center; - padding-bottom: 40px; +.container { + width: 880px; + margin: 0 auto; } -nav { - width: 800px; - height: 50px; - margin: 5px; - display: inline-block; - padding-top: 15px; - text-align: left; +.container header { + position: relative; } -.logobox { - display: inline-block; - width: 150px; - margin-top: 10px; - text-align: right; +.container header nav { + display: inline-block; + margin: 10px 0px; } -a { - padding-right: 50px; - margin-top: 10px; - opacity: 0.4; - text-decoration-line: none; - text-align: justify; +.container header nav li { + display: inline; + padding: 0px 55px 0px 0px; } -a:hover { - opacity: 1; +.container header nav li a { + text-decoration: none; + color: gray; } -.sectionOneA { - height: 390px; - width: 425px; - padding: 25px 5px; - margin: 10px; - } - -.sectionOne { - height: 390px; - width: 425px; - padding: 25px 5px; - margin: 10px; +.container header nav li a:hover { + text-decoration: underline; } -.demand { - width: 420px; - height: 380px; - display: inline-block; - padding: 10px; - text-align: center; +.container header .logo { + position: absolute; + right: 0px; } -h1 { - text-align: center; - font-size: 65px; - letter-spacing: 6px; - display: inline-block; +.container main .cta { + position: relative; + height: 500px; + width: 100%; } -button { - width: 150px; - height: 25px; +.container main .cta .cta-text { + display: inline-block; + font-size: 76px; + text-align: center; + margin: 120px 90px; } -.codepic { - display: inline-block; - width: 300px; - vertical-align: top; +.container main .cta .cta-text h1 { + letter-spacing: 2px; } -.sectionTwo { - display: inline; - padding: 30px; +.container main .cta .cta-text a { + font-size: 18px; + text-decoration: none; + color: black; + background-color: white; + border: 1px solid black; + padding: 4px 50px; } -div.features { - width: 400px; - display: inline-block; - text-align: left; - padding: 40px; - margin-left: 60px; +.container main .cta .cta-text a:hover { + color: white; + background-color: black; } -div.about { - width: 400px; - display: inline-block; - text-align: left; - padding: 40px; +.container main .cta .cta-img { + position: absolute; + right: 0px; + margin: 60px 0; } -.middle-img { - display: block; - margin: auto; - width: 850px; - padding: 10px; +main .top-content { + border-top: 1px solid black; } -.bot-content { - width: 850px; - margin: auto; - padding: 10px; - height: 200px; - text-align: center; - display: block; - box-sizing: content-box; +main .top-content .text-content { + display: inline-block; + width: 425px; + margin: 40px 10px 30px 0; } -.box { - width: 28%; - height: 150px; - display: inline-block; - padding: 20px; - box-sizing: content-box; - text-align: left; +main .bottom-content { + border-bottom: 1px solid black; } -.goright { - display: inline-block; +main .bottom-content .text-content { + display: inline-block; + width: 280px; + margin: 30px 10px 40px 0; } -.contact { - margin: auto; - width: 100%; - text-align: left; - display: block; - padding: 50px; +main .contact { + margin: 30px 0; } footer { - text-align: center; - padding: 50px; + text-align: center; } \ No newline at end of file diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 2dae3dbd9..d2f8a750c 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -1,6 +1,7 @@ + @@ -10,77 +11,81 @@ + + - -
+ +
+
-
-
-

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

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 +
+
+
-
- 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 -
+ +
+ - \ No newline at end of file