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.
- Loading branch information
Showing
2 changed files
with
143 additions
and
27 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
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 |
---|---|---|
|
@@ -17,67 +17,78 @@ | |
<body> | ||
<header> | ||
<nav> | ||
Services | ||
Product | ||
Vision | ||
Features | ||
About | ||
Contact | ||
</nav> | ||
<logo> | ||
<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."> | ||
</logo> | ||
</nav> | ||
|
||
</header> | ||
|
||
<div class="banner"> | ||
<h1> | ||
Innovation | ||
On | ||
Demand | ||
|
||
Get Started | ||
Innovation<br/> | ||
On<br/> | ||
Demand<br/> | ||
<button>Get Started</button> | ||
</h1> | ||
<div> | ||
<img src="img/header-img.png" alt="Image of a code snippet."> | ||
</div> | ||
<img class="bannerimg" src="img/header-img.png" alt="Image of a code snippet."> | ||
</div> | ||
|
||
<section> | ||
<hr> | ||
|
||
<section class="fistsection"> | ||
<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="features"> | ||
<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> | ||
|
||
<div> | ||
<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen"> | ||
</div> | ||
|
||
<section> | ||
<section class="secondsection"> | ||
|
||
<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="services"> | ||
<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="services"> | ||
<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> | ||
|
||
<hr> | ||
|
||
<div class="contact"> | ||
Contact | ||
123 Way 456 Street | ||
Somewhere, USA | ||
1 (888) 888-8888 | ||
[email protected] | ||
<h2>Contact</h2> | ||
<p>123 Way 456 Street<br /> | ||
Somewhere, USA</p> | ||
<br /> | ||
<p>1 (888) 888-8888</p> | ||
<br /> | ||
<p>[email protected]</p> | ||
</div> | ||
|
||
<footer> | ||
|