diff --git a/Screenshot.png b/Screenshot.png new file mode 100644 index 000000000..0b82f553a Binary files /dev/null and b/Screenshot.png differ diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..cc3107e8d 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -63,4 +63,80 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Your code starts here! */ \ No newline at end of file +/* Your code starts here! */ +nav{ + margin: 20px; + padding: 20px; + word-spacing: 50px; + text-align: center; + } + + a{ + text-decoration: none; + color: darkgrey; + } + +.nav-links{ + margin: 20px; +} + +header{ + margin: 20px; + padding: 20px; + text-align: center; + } + +h1{ + margin: 50px; + width: 300px; + height: 200px; + font-size: 75px; + } +button{ + font-size: 30px; + font-family: 'Titillium Web', sans-serif; + padding: 3px 30px; + border: 1px solid black; +} + +div{ + display: inline-block; + } + +.top-content{ + height: 200px; +} + +.top-content .items{ + width: 525px; + height: 200px; + padding: 25px; + margin: 50px; + box-align: center; +} + +.middle-img{ + width: 1100px; + margin-left: 125px; + margin-right:125px; +} + +.bottom-content{ + height: 200px; +} + +.bottom-content .item{ + width: 290px; + height: 200px; + padding: 25px; + margin: 50px; + display: inline-block; +} + +address{ + margin: 75px; +} + +footer{ + text-align: center; +} diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 92beabd65..e054be627 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -14,50 +14,86 @@ - - - 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 + + + +
+
+

+ 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. +
+
- 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 + Image of code snippets across the screen - Copyright Great Idea! 2018 +
+
+
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 +
+ + - + \ No newline at end of file