Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gregorypoole3 #1575

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
124 changes: 122 additions & 2 deletions great-idea-website/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
Expand Down Expand Up @@ -63,4 +62,125 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}

/* Your code starts here! */
/* Your code starts here! */
*{
box-sizing:border-box;
padding:0;
margin:0;
max-width:100%;
}

p {
font-size:20px;
}


h2{
font-size:20px;
}

.links{
display:inline-block;
width:40%;
color: grey;

}

header{
display:inline-block;
width:100%;
}
header nav a{
width:70%;
text-decoration:none;
padding: 15px;
}

.logo{
margin-left: 80%;
border-top: 1px solid black;
max-width:100%;
}

#top .container{
display:inline-block;
width: 50%;
}

#top p{
display:inline-block;
width: auto;
margin-left:275px;
margin-bottom:50px;
padding: 10px 15px;
border: 1px solid black;
}

#top h1{
font-size: 50px;
text-align: center;
padding: 15px;
}


#middletop .container{
display:inline-block;
width: 100%;
padding: 2%;
border-top: 1px solid black;
}

.features{
display:inline-block;
width:49%;
}

.about{
display:inline-block;
width:49%;
}

.middle-img{
display:inline-block;
margin: 25px auto;
width: 100%;
height: 180px;
}

#middlebottom .container2{
display:inline-block;
width: 100%;
padding: 2%;
}

.services{
display:inline-block;
width:33%;
}

.product{
display:inline-block;
width:33%;
}

.vision{
display:inline-block;
width:33%;
}

address{
display:inline-block;
padding-top:5%;
width: 100%;
margin-top: 30px;
border-top: 1px solid black;
}

address p{
line-height: 1.6;
}

footer{
padding-top: 25px;
text-align: center;
}
110 changes: 62 additions & 48 deletions great-idea-website/index.html
Original file line number Diff line number Diff line change
@@ -1,63 +1,77 @@
<!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>

Services
Product
Vision
Features
About
Contact

<img class="logo" src="img/logo.png" alt="Great Idea! Company logo.">
Innovation
On
Demand

Get Started

<img src="img/header-img.png" alt="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.

<header>
<nav class="links">
<a href="">Services</a>
<a href="">Product</a>
<a href="">Vision</a>
<a href="">Features</a>
<a href="">About</a>
<a href="">Contact</a>
</nav>

<img class="logo" src="img/logo.png" alt="Great Idea! Company logo.">
</header>
<section id="top">
<div class="container">
<h1>Innovation<br>
On<br>
Demand</h1>

<p>Get Started</p>
</div>
<img src="img/header-img.png" alt="Image of a code snippet.">
</section>
<section id="middletop">
<div class="container">
<div class="features">
<h2>Features</h2>
<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 class="about">
<h2>About</h2>
<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>
</section>
<section>
<img class="middle-img" src="img/mid-page-accent.jpg" alt="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
[email protected]

Copyright Great Idea! 2018

</body>
<section>
<section id="middlebottom"></section>
<div class="container2">
<div class="services">
<h2>Services</h2>
<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 class="product">
<h2>Product</h2>
<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 class="vision">
<h2>Vision</h2>
<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>
<address>
<h2>Contact</h2>
<p>123 Way 456 Street<br>
Somewhere, USA<br>
1 (888) 888-8888<br>
[email protected]</p>
</address>
<footer>
Copyright Great Idea! 2018
</footer>
</body>
</html>