From 7c00af39f6b92e44c2922582ffecf06e22aa09a3 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 5 Nov 2019 21:24:02 -0800 Subject: [PATCH] first commit! --- great-idea-website/css/index.css | 97 ++++++++++++++++++++++++++++++- great-idea-website/index.html | 98 ++++++++++++++++++-------------- 2 files changed, 151 insertions(+), 44 deletions(-) diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..bc01c14b8 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -63,4 +63,99 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Your code starts here! */ \ No newline at end of file +/* Your code starts here! */ +/* body { + padding: 0 5%; +} */ +a { + text-decoration: none; + color: black; +} + +address { + margin-bottom: 20px; +} + +footer p { + margin: 10px 0; +} + +h1 { + font-size: 60px; + line-height: 60px; + padding-bottom: 5px; +} +header { + width: 100%; + padding: 50px 0 50px 0; + text-align: center; +} +header a { + margin: 0 2.5%; + color: gray; + position: relative; + bottom: 10px; + +} + +.copyright-p { + text-align: center; + margin-top: 50px; +} + +.logo { + margin-left: 25px; +} +.start-section { + border-bottom: 1px solid black; + margin-bottom: 50px; + padding-bottom: 50px; + text-align: center; + +} +.start-div { + text-align: center; + display: inline-block; + position: relative; + bottom: 50px; + margin: 0 5%; +} +.start-button { + border: 1px solid rgb(2, 2, 2); + width: 150px; + padding: 5px 20px; + text-align: center; + margin: 0 auto; +} + +.start-img { + height: 350px; + margin: 0 5%; +} + +.detail-section { + margin: 0 auto; + text-align: center; + border-bottom: 1px solid black; + padding-bottom: 30px; + margin-bottoM: 40px; +} + +.detail-div { + display: inline-block; + width: 425px; + margin: 0 1.5%; + text-align: left; + margin-bottom: 15px; +} + +.middle-img { + height: 175px; + width: 100%; + margin: 35px 0; +} + +.threec { + width: 275px; +} + diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 92beabd65..2b21a0275 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -14,50 +14,62 @@ - - - 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 + Product + Vision + Features + About + 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 - sales@greatidea.io - - Copyright Great Idea! 2018 + + +
+
+
+

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

+

Aliqu 3cam 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

+

Aliqua 3cm 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