diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6b37817ff --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#0A350A", + "titleBar.activeBackground": "#0F4B0F", + "titleBar.activeForeground": "#F2FCF2" + } +} \ No newline at end of file diff --git a/great-idea/.Vscode/settings.json b/great-idea/.Vscode/settings.json new file mode 100644 index 000000000..94370fc51 --- /dev/null +++ b/great-idea/.Vscode/settings.json @@ -0,0 +1,8 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#0F276E", + "titleBar.activeBackground": "#15369A", + "titleBar.activeForeground": "#F9FAFE" + }, + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/great-idea/css/index.css b/great-idea/css/index.css index a6445bd84..afb46fc72 100644 --- a/great-idea/css/index.css +++ b/great-idea/css/index.css @@ -63,4 +63,176 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Copy and paste your work from yesterday here and start to refactor into flexbox */ \ No newline at end of file +/* Copy and paste your work from yesterday here and start to refactor into flexbox */ + +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + + +/* Your code starts here! */ + +body{ + border: 1px; + padding: 100px; + padding-top: 3%; + +} + + +.nav-header{ width: 100%; + display: flex; + flex-direction: center; + justify-content: space-evenly; + color:lightgrey; + font-size: 18px; + font-weight:bold; +} + +a .services{ + color:lightgrey; +} + +.section-one { + display: flex; + justify-content: space-evenly; + padding:5px; + width:100%; + margin-top: 100px; + margin-bottom: 100px; + +} + +h1{ + display: flex; + justify-content:flex-start; + font-size:100px; + flex-direction: column; + text-align: center; + height:300px; + width:500px; + +} + +.title { + display:flex; + justify-content: center; + flex-direction:column; + +} + +.Get-started { + display: flex; + justify-content: space-evenly; + margin-left: 125px; + font-size: 22px ; + height:7%; + width:240px; + border:2px solid black ; + +} + + +hr{ + border-top:2px solid black; + width:100%; +} + +.section-two{ + display:flex; + height:150px; + margin-top: 50px; + +} +.Features{ + width:46%; + height: 90%; + font-size: 20px; + font-weight:bold; + text-align:left; +} + +.about{ + font-size:20px; + margin-left:69px; + width:48%; + height:90%; + font-weight:bold; + text-align:left; +} +.middle-img{ + background-size: cover; + width:100%; + padding:10px; +} + +.section-three{ + width:100%; + height:25%; + display:flex; + justify-content: space-evenly; + margin-top:50px; + margin-bottom:40px; +} + +.services{ + font-size:20px; + font-weight:bold; + width:425px; + height:98%; + text-align:left; +} +.product{ + font-size:20px; + font-weight:bold; + width:425px; + height:98%; + margin-left:30px; + text-align:left; +} +.visions{ + font-size:20px; + font-weight:bold; + width:425px; + height:98%; + margin-left:30px; + text-align:left; + +} +.section-four{ + display:flex; + flex-direction: column; + height:180px; +} + + +.contact{ + display:flex; + justify-content: left; + line-height: 20px; + font-size: 22px; + font-weight: bold; + width:33%; +} + +.phone-number{ + display:flex; + font-weight: bold; + font-size: 22px; + width:33%; + line-height:100px; +} +.email{ + font-size:22px; + font-weight:bold; + width:20%; + +} + +.copyright{ + display:flex; + justify-content: center; + margin-top:20px; + font-weight:bold; +} \ No newline at end of file diff --git a/great-idea/index.html b/great-idea/index.html index c5f374a23..4eae28003 100644 --- a/great-idea/index.html +++ b/great-idea/index.html @@ -19,5 +19,107 @@ + + + + + + + + + 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.

+
+
+

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.

+
+
+
+ + \ No newline at end of file diff --git a/great-idea/services.css b/great-idea/services.css new file mode 100644 index 000000000..07db7091f --- /dev/null +++ b/great-idea/services.css @@ -0,0 +1,230 @@ +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; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} + +/* Set every element's box-sizing to border-box */ +* { + box-sizing: border-box; +} + +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; +} + + + + + + + + + +header{ + display:flex; +} + +nav{ + display:flex; + justify-content: space-evenly; + font-size: 18px; + font-weight: bold; + color:lightgrey; + width:100%; + text-align:center; + margin:1%; + margin-top:3%; +} + +a { + color:lightgrey; +} + + +.container-1{ + text-align:center; + + +} + +.services-header-img{ + width: 83%; + padding:5px; + +} + + +.services{ + Display:flex; + justify-content:center; + flex-direction:column ; + height:130px; + width:82%; + margin-left: 9%; + margin-top:10px; + margin-bottom:20px; + +} + + +hr{ + border-top:2px solid black; + width:82%; + background-color: black; + margin-top:35px ; + margin-bottom: 35px; + +} + +.design-box{ + display:flex; + flex-direction: column; + justify-content: center; + width:37%; + padding:2px; + border:2px solid black; + background-color: gainsboro; +} + + +.three-rows{ + display:flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-around; + width:100%; + + +} + +.row-1{ + display:flex; + justify-content: space-around; + padding:10px; + width:92%; + +} + + + +.row-2{ + display:flex; + justify-content: space-around; + padding:10px; + width:92%; + +} +.row-3{ + display:flex; + justify-content: space-around; + padding:10px; + width:92%; +} + +button{ + border-radius: 10px; + width:30%; + height: 35px; + +} + +.learn-more { + display: flex; + justify-content: space-evenly; + margin:15px; + +} + + + +h2{ + font-size: 25px; + padding-left:22px; + padding-top: 30px; +} + +P{ + font-size: 20px; + text-align: left; + padding:20px; + font-weight:bold; +} + + +footer{ + display:flex; + width:82%; + justify-content: center; + margin-left: 9%; +} + + +.some-facts-listed{ + display:flex; + justify-content: start; + flex-direction: column; + width:80%; + margin:x; + + +} + +.facts-p-ul{ + display:flex; + flex-direction: column; + width:75%; + height:100%; +} +ul{ + list-style: square inside; + font-size:18px; + margin:20px; + line-height: 30px; + font-weight:bold; +} \ No newline at end of file diff --git a/great-idea/services.html b/great-idea/services.html index 271c36bea..510668ddb 100644 --- a/great-idea/services.html +++ b/great-idea/services.html @@ -4,10 +4,10 @@ - Great Idea! + Great Idea!-Services - +