Skip to content

Sarahmarie hollenstein3 #1583

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

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
157 changes: 156 additions & 1 deletion great-idea-website/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ table {
}

/* Set every element's box-sizing to border-box */




* {
box-sizing: border-box;
}
Expand All @@ -63,4 +67,155 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}

/* Your code starts here! */
/* Your code starts here! */

html, body{
background-color: whitesmoke;
font-family: 'Titillium Web', sans-serif;
}

* {
color: #3C373B;
box-sizing: border-box;
}


.container {
margin: 0 auto;
width: 600;
border: 50% solid black;
}


.box.logo {
display: inline-block;
padding: 20px;
margin: 20px;
text-align: right;
margin-bottom: 20px;
}
.navigation a {
margin: 0 15px;
border: 1px solid transparent;
padding: 40px;
display: inline-block;
border-radius: 20px;
color:#00BFFF;
text-decoration: none;
margin-bottom: 20px;
}


.text_content.content_2_box {
font-family: 'Bangers', cursive;
font-size: 55px;
letter-spacing: 1px;
padding: 85px;
margin-bottom: 15px;
text-align: center;
}

button {
line-height: 25px;
text-align: center;
font-size:16px;
text-transform: uppercase;
}

.content_2_box {
display: inline-block;
vertical-align: top;
margin: 1%;
width: 48%;
min-width: 250px;
vertical-align: middle;
}

.image_content.content_2_box {
float: right;
}


.logo {
border-radius: 50%
}

.box1 {
border: 10px;
display: inline-block;
margin: 1px;
padding: 45px;
height: 40%;
width: 42%
}
.box2 {
border: 10px;
display: inline-block;
margin: 1px;
padding: 45px;
height: 40%;
width: 42%
}

.image_content.content_3_box {
text-align: center;
}

.box3 {
border: 2px;
display: inline-block;
margin: 5px;
padding: 40px;
height: 30%;
width: 28%
}

.middle-img {
width: 95%;
height: 10%;

}

.box4 {
border: 2px ;
display: inline-block;
margin: 5px;
padding: 40px;
height: 30%;
width: 28%
}

.box5 {
border: 2px;
display: inline-block;
margin: 5px;
padding: 40px;
height: 30%;
width: 28%
}

.contact {
margin: 0 0 10px 0;
text-align: center;
}

address {
line-height: 2;
text-align: center;
}

footer {
text-align: center;
padding: 10px;
margin: 10px;
}

address p {
line-height: 0px;
}

/*
#street {
border: 1px dotted pink;
}
*/
182 changes: 120 additions & 62 deletions great-idea-website/index.html
Original file line number Diff line number Diff line change
@@ -1,63 +1,121 @@
<!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.

<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>
<!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>

<div class="container">

<nav class="navigation">
<a href="#">Services</a>
<a href="#">Product</a>
<a href="#">Vision</a>
<a href="#">Features</a>
<a href="#">About</a>
<a href="#">Contact</a>

<div class="box logo">
<img class"="logo" src="img/logo.png" alt="Great Idea! Company logo.">
</div>
</nav>

<div class="content2">
<header>
<section class="content_2_box text_content">

<h2>Innovation</h2>
<h2>On</h2>
<h2>Demand</h2>

<button>Get Started</button>
</section>

<section class="content_2_box image_content">
<img src="img/header-img.png" alt="Image of a code snippet.">
</section>
</header>
</div>

<hr>

<div class="box1">
<h1>Features</h1>

<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="box2">
<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>

</section>

<section class="content_3_box image_content">
<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen">
</section>


<section class="section2">

<div class="box3">

<h3>Services</h3>

<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="box4">
<h4>Product</h4>

<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="box5">

<h4>Vision</h4>

<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>

<hr>

<section class="contact">

<h5>Contact</h5>

<address>
<p> <span id="street">123 Way 456 Street</span></p>
Somewhere, USA<br>
1 (888) 888-8888<br>
[email protected]<br>
</address>
</section>

<footer>

<p class="copyright">&copy; Copyright Great Idea! 2018</p>

</footer>

</body>
</html>