Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eaze committed Dec 16, 2013
1 parent 9d13b64 commit e2f32bd
Show file tree
Hide file tree
Showing 296 changed files with 460 additions and 171 deletions.
2 changes: 1 addition & 1 deletion Shapes/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>

<head>
<title>jQuery Test</title>
<title>Color-A-Shape</title>
</head>

<body>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 23 additions & 22 deletions eCommerce site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>

<!-- Body ..................................................... -->

<body>

<div id="bodyContainer">

<!-- Header ............................................... -->
<!-- Header ............................................... -->

<header>
<div id="headerContainer" class="clearfix">
Expand All @@ -25,11 +26,11 @@
</header>


<!-- Nav ............................................... -->
<!-- Nav ............................................... -->

<nav class="clearfix" id="navContainer">

<!-- Mens -->
<!-- Mens -->
<div class="nav container mens" id="mensContainer">

<li class="nav dept mens"> mens </li>
Expand All @@ -41,19 +42,19 @@
</ul>
</div>

<!-- Womens -->
<!-- Womens -->
<div class="nav container womens" id="womensContainer">

<li class="nav dept womens"> womens </li>

<ul class="nav menu womens clearfix">
<li class="womens category" data-category="sweaters" > sweaters </li>
<li class="womens category" data-category="skirts" > skirts </li>
<li class="womens category" data-category="tights" > tights </li>
<li class="womens category" data-category="dresses" > dresses </li>
<li class="womens category" data-category="pants" > pants </li>
</ul>
</div>

<!-- Accessoires -->
<!-- Accessoires -->
<div class="nav container accessories" id="accessoriesContainer">

<li class="nav dept accessories"> accessories </li>
Expand All @@ -68,35 +69,35 @@
</nav>


<!-- Product ............................................... -->
<!-- Product ............................................... -->

<div id="imgContainer" class="clearfix">

<img class="row1 column1">
<img class="row1 column2">
<img class="row1 column3">
<img class="row1 column1" data-img="1" >
<img class="row1 column2" data-img="2" >
<img class="row1 column3" data-img="3" >

<img class="row2 column1">
<img class="row2 column2">
<img class="row2 column3">
<img class="row2 column1" data-img="4" >
<img class="row2 column2" data-img="5" >
<img class="row2 column3" data-img="6" >

<img class="row3 column1">
<img class="row3 column2">
<img class="row3 column3">
<img class="row3 column1" data-img="7" >
<img class="row3 column2" data-img="8" >
<img class="row3 column3" data-img="9" >

</div>


<!-- Footer ............................................... -->
<!-- Footer ............................................... -->

<footer>
<div id="footerContainer">

<div class="footer left" id="footerLeft">
<ul class="footer left info">
<li class="leftFooter" href="#" data-link="about" id="bottomLeft"> about </li>
<li class="leftFooter" href="#" data-link="faq" > faq </li>
<li class="leftFooter" href="#" data-link="contact" > contact </li>
<li class="leftFooter" href="#" data-link="about" id="bottomLeft" > about </li>
<li class="leftFooter" href="#" data-link="faq" > faq </li>
<li class="leftFooter" href="#" data-link="contact" > contact </li>
</ul>
</div>

Expand Down
Loading

0 comments on commit e2f32bd

Please sign in to comment.