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
1 parent
e2bccdc
commit 0fa2ade
Showing
2 changed files
with
39 additions
and
12 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 |
---|---|---|
|
@@ -70,11 +70,11 @@ <h2>Holidays Sale</h2> | |
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non | ||
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | ||
</section> | ||
|
||
<h2 class="milk_text">Featured Brands</h2> | ||
|
||
<!--/////////// Featured Brands //////////--> | ||
<section class="shadow"> | ||
<section class="shadow col-2 first"> | ||
<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> | ||
|
@@ -88,9 +88,9 @@ <h3>Summer Grass</h3> | |
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | ||
</section> | ||
<!--/////////// Ends Featured Brands //////////--> | ||
|
||
<!--/////////// Archive List //////////--> | ||
<section class="shadow"> | ||
<section class="shadow col-1"> | ||
<h2>Shoe Archive</h2> | ||
<h3><a href="#">2014</a></h3> | ||
<ul> | ||
|
@@ -135,7 +135,7 @@ <h3><a href="#">2012</a></h3> | |
<!--/////////// End Archive List //////////--> | ||
|
||
<!--/////////// Deals //////////--> | ||
<section class="shadow"> | ||
<section class="shadow first col-1"> | ||
<figure> | ||
<img src="images/lady_bug_shoe.jpg" alt="Pair of Lady Bug Shoes"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -145,7 +145,7 @@ <h3>Lady Bugs</h3> | |
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p> | ||
</section> | ||
|
||
<section class="shadow"> | ||
<section class="shadow col-1"> | ||
<figure> | ||
<img src="images/skate_shoe.jpg" alt="Pair of Skater Shoes"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -155,7 +155,7 @@ <h3>Skaters</h3> | |
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p> | ||
</section> | ||
|
||
<section class="shadow"> | ||
<section class="shadow col-1"> | ||
<figure> | ||
<img src="images/heel_3.jpg" alt="Picture of baby shoes"> | ||
<figcaption>royalty free image from www.sxc.hu</figcaption> | ||
|
@@ -175,7 +175,7 @@ <h3>Bluestar Heels</h3> | |
|
||
<div class="wrapper"> | ||
|
||
<div class="border_right"> | ||
<div class="border_right col-1 first"> | ||
<h3>Contact</h3> | ||
<p>email: <a href="mailto:[email protected]">[email protected]</a><br> | ||
phone: +1 504 555 5555</p> | ||
|
@@ -185,7 +185,7 @@ <h3>Correspondence</h3> | |
Maricia, CA 91555, USA</address> | ||
</div> | ||
|
||
<div class="border_right"> | ||
<div class="border_right col-1"> | ||
<h3>Links</h3> | ||
<p><a href="#" target="_blank">Shoe Repair & Restoration</a><br> | ||
<a href="#" target="_blank">Fashion Editors Assoc.</a><br> | ||
|
@@ -197,7 +197,7 @@ <h3>Links</h3> | |
<a href="#" target="_blank">Spearhead Artist Mgmt.</a></p> | ||
</div> | ||
|
||
<div class=""> | ||
<div class="col-1"> | ||
<h3>Follow</h3> | ||
<p><a href="#" target="_blank">Youtube</a><br> | ||
<a href="#" target="_blank">Facebook</a><br> | ||
|