Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 160 additions & 0 deletions great-idea-website/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
/* http://meyerweb.com/eric/tools/css/reset/
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,
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;
}

/* Your code starts here! */
.container{
width: 90%;
margin: 5rem;
}
.navbar a {
margin: 20px;
display: inline;
padding: 40px;
text-decoration:none;
font-size: 16px;
}
.main{
margin: 2%;

}
.circle{
display:inline-block;
width:55%;
}
button{
background:white;
}
.main .left{

font-size: 50px;
display: inline-block;
padding: 40px;
margin-bottom: 5px;
width: 43%;
}
.main .left button{
margin: 60px;
border: 1px solid black;
vertical-align: center;
width: 43%;

}
.IOD{
font-size: 70px;
padding:1%;
margin-top: 5%;
vertical-align: center;
}
.main .first {
vertical-align: center;
display: inline-block;
width: 43%;
padding: 30px;

}
.mid{
display: inline;
width: 80%;

}
.mid div{
width: 450px;
height: 90px;
margin: 10px;
padding: 40px;
display:inline-block;

}
.middle-img{
margin: 20px;
padding: 30px;
}
.Mid{
width: 80%;
}
.Mid div{
width: 250px;
height: 2px;
margin-left:30px;
padding: 20px;
display:inline-block;
}
.footer {
width: 80%;
margin: 20px;
padding: 20px;
}
.footer span h5{
color: red;


}
.copyright{
display:inline-block;
position:center;
margin-left:45%;
}


Binary file added great-idea-website/img/header-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added great-idea-website/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added great-idea-website/img/mid-page-accent.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions great-idea-website/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!doctype html>

<html lang="en">
<head>
<meta charset="utf-8">

<title>Great Idea!</title>

<link href="https://fonts.googleapis.com/css?family=Bangers|Titillium+Web" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">

<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>
<header>
<nav class="navbar">
<a href="#">Services</a>
<a href="#">Product</a>
<a href="#"> Vision</a>
<a href="#">Features</a>
<a href="#">About</a>
<a href="#">Contact</a>
<img class="logo" src="img/logo.png" alt="Great Idea! Company logo.">
</nav>
</header>

<div class="container">
<section class="main">
<div class="left">
<h1 class="IOD">
Innovation<br>
on<br>
Demand <br>
</h1>
<button>Get Started</button>
</div>

<div class="circle">
<img class="circle" src="img/header-img.png" alt="Image of a code snippet.">
</div>
</section>
<hr>
<section class="mid">
<div class="first">
<h5>Features</h5>
<p>
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.
</p>
</div>
<div>
<h5>About</h5>
<p>
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.
</p>
</div>
</section>
<div>
<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen">
</div>

<div class="Mid">
<div>
<h5> Services </h5>
<p>
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.
</p>
</div>
<div>
<h5> Product </h5>
<p>
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.
</p>
</div>

<div>
<h5>Vision</h5>
<p>
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.
</p>
</div>
</div>
<hr>
<footer>
<div class="footer">
<h5 id="add">Contact </h5>
<address>
123 Way 456 Street
Somewhere,USA
<br>
<br>
1(888)888-8888
<br>
<br>
<span> sales@greatidea.io</span>
</address>
</div>
</footer>
<span class="copyright">Copyright Great Idea! 2018
</span>
</div>

</body>
</html>