Skip to content

Commit

Permalink
remove solution code
Browse files Browse the repository at this point in the history
  • Loading branch information
jongrover committed Mar 8, 2014
1 parent d7bfb2c commit 99a4cde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
17 changes: 0 additions & 17 deletions css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,4 @@

/* Posititoning Classes */

.col-1 {
float: left;
width: 32%;
}

.col-2 {
float: left;
width: 66%;
}

[class*="col-"] {
margin: 0 0 2% 2%;
}

.first {
margin: 0 0 2% 0;
clear: both;
}
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -216,9 +216,9 @@ <h3>Follow</h3>

<!--/////////// Footer //////////-->
<footer>
&copy; 2013 Jonathan Grover. All Rights Reserved. | Design by <a href="http://edu.jonathangrover.com" target="_blank">edu.jonathangrover.com</a>
&copy; 2012 ZHW Shoes. All Rights Reserved.
</footer>
<!--/////////// End Footer //////////-->

</body>
</html><!-- code examples copyright Jonathan Grover 2012 -->
</html>

0 comments on commit 99a4cde

Please sign in to comment.