forked from bloominstituteoftechnology/User-Interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated readme - Added .DS_Store to gitignore - Moved design files - Updated HTML structure
- Loading branch information
Showing
11 changed files
with
107 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<!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"> | ||
|
||
<header> | ||
<nav> | ||
<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 class="cta"> | ||
<div class="cta-text"> | ||
<h1>Innovation<br> On<br> Demand</h1> | ||
<button>Get Started</button> | ||
</div> | ||
<img src="img/header-img.png" alt="Image of a code snippet."> | ||
</section><!-- cta --> | ||
|
||
<section class="main-content"> | ||
<div class="top-content"> | ||
<div class="text-content"> | ||
<h4>Features</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="text-content"> | ||
<h4>About</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> | ||
<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen"> | ||
<div class="bottom-content"> | ||
<div class="text-content"> | ||
<h4>Services</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="text-content"> | ||
<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="text-content"> | ||
<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><!-- main-content --> | ||
|
||
<section class="contact"> | ||
<h4>Contact</h4> | ||
<p>123 Way 456 Street<br> | ||
Somewhere, USA</p> | ||
<p>1 (888) 888-8888</p> | ||
<p>[email protected]</p> | ||
</section><!-- contact --> | ||
|
||
<footer> | ||
<p>Copyright Great Idea! 2018</p> | ||
</footer> | ||
|
||
</div><!-- container --> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Empty file.