Skip to content

Danay williams #1584

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
Binary file added Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 77 additions & 1 deletion great-idea-website/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,80 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}

/* Your code starts here! */
/* 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;
}
122 changes: 79 additions & 43 deletions great-idea-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,86 @@
<![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">
<body>
<nav>
<div class="nav-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>
</div>
<div>
<img class="logo" src="img/logo.png" alt="Great Idea! Company logo.">
</div>
</nav>

<header>
<div>
<h1>
Innovation<br>
On<br>
Demand
</h1>
<button>
Get Started
</button>
</div>

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

<hr style="width:90%; height:1px; background-color: black; border:none;" />

<section class="top-content">
<div class="items">
<h5>Features</h5>
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.
</div>
<div class="items">
<h5>About</h5>
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.
</div>
</section>

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]
<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen">

Copyright Great Idea! 2018
<section class="bottom-content">
<div class="item">
<h5>Services</h5>
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.
</div>

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

<div class="item">
<h5>Vision</h5>
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.
</div>
</section><br>
<br>
<br>
<hr style="width:90%; height:1px; background-color: black; border:none;" />

<address>
<h5>Contact</h5>
123 Way 456 Street<br>
Somewhere, USA<br>
<br>
1 (888) 888-8888<br>
<br>
[email protected]
</address>

<footer>
Copyright Great Idea! 2018
</footer>

</body>
</body>
</html>