forked from learn-co-students/hs-zhw-shoes-layout-cb-000
-
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
11 additions
and
28 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 |
---|---|---|
|
@@ -59,7 +59,7 @@ <h2>Shoes</h2> | |
<div class="wrapper"> | ||
|
||
<!--/////////// Sale //////////--> | ||
<section class="first shadow"> | ||
<section class="shadow"> | ||
<figure> | ||
<img src="images/holidays_shoe_sale.jpg" alt="Picture of kids' shoes on the steps"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -76,7 +76,7 @@ <h2>Holidays Sale</h2> | |
<h2 class="milk_text">Featured Brands</h2> | ||
|
||
<!--/////////// Featured Brands //////////--> | ||
<section class="col-2 first shadow"> | ||
<section class="shadow"> | ||
<figure> | ||
<img src="images/shoes_on_grass.jpg" alt="Photo of shoes in the wet grass"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -92,7 +92,7 @@ <h3>Summer Grass</h3> | |
<!--/////////// Ends Featured Brands //////////--> | ||
|
||
<!--/////////// Archive List //////////--> | ||
<section class="col-1 shadow"> | ||
<section class="shadow"> | ||
<h2>Shoe Archive</h2> | ||
<h3><a href="#">2014</a></h3> | ||
<ul> | ||
|
@@ -137,7 +137,7 @@ <h3><a href="#">2012</a></h3> | |
<!--/////////// End Archive List //////////--> | ||
|
||
<!--/////////// Deals //////////--> | ||
<section class="col-1 first shadow"> | ||
<section class="shadow"> | ||
<figure> | ||
<img src="images/lady_bug_shoe.jpg" alt="Pair of Lady Bug Shoes"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -147,7 +147,7 @@ <h3>Lady Bugs</h3> | |
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p> | ||
</section> | ||
|
||
<section class="col-1 shadow"> | ||
<section class="shadow"> | ||
<figure> | ||
<img src="images/skate_shoe.jpg" alt="Pair of Skater Shoes"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -157,7 +157,7 @@ <h3>Skaters</h3> | |
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p> | ||
</section> | ||
|
||
<section class="col-1 shadow"> | ||
<section class="shadow"> | ||
<figure> | ||
<img src="images/heel_3.jpg" alt="Picture of baby shoes"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -177,7 +177,7 @@ <h3>Bluestar Heels</h3> | |
|
||
<div class="wrapper"> | ||
|
||
<div class="col-1 first border_right"> | ||
<div class="border_right"> | ||
<h3>Contact</h3> | ||
<p>email: <a href="mailto:[email protected]">[email protected]</a><br> | ||
phone: +1 504 555 5555</p> | ||
|
@@ -187,7 +187,7 @@ <h3>Correspondence</h3> | |
Maricia, CA 91555, USA</address> | ||
</div> | ||
|
||
<div class="col-1 border_right"> | ||
<div class="border_right"> | ||
<h3>Links</h3> | ||
<p><a href="#" target="_blank">Shoe Repair & Restoration</a><br> | ||
<a href="#" target="_blank">Fashion Editors Assoc.</a><br> | ||
|
@@ -199,7 +199,7 @@ <h3>Links</h3> | |
<a href="#" target="_blank">Spearhead Artist Mgmt.</a></p> | ||
</div> | ||
|
||
<div class="col-1"> | ||
<div class=""> | ||
<h3>Follow</h3> | ||
<p><a href="#" target="_blank">Youtube</a><br> | ||
<a href="#" target="_blank">Facebook</a><br> | ||
|
@@ -216,9 +216,9 @@ <h3>Follow</h3> | |
|
||
<!--/////////// Footer //////////--> | ||
<footer> | ||
© 2013 Jonathan Grover. All Rights Reserved. | Design by <a href="http://edu.jonathangrover.com" target="_blank">edu.jonathangrover.com</a> | ||
© 2012 ZHW Shoes. All Rights Reserved. | ||
</footer> | ||
<!--/////////// End Footer //////////--> | ||
|
||
</body> | ||
</html><!-- code examples copyright Jonathan Grover 2012 --> | ||
</html> |