-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcategory.html
More file actions
124 lines (110 loc) · 5.64 KB
/
category.html
File metadata and controls
124 lines (110 loc) · 5.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>VideoFitness - Category</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<!-- Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="css/style.css">
<!-- For the less-enabled mobile browsers like Opera Mini -->
<link rel="stylesheet" media="handheld" href="css/handheld.css">
<!-- For smaller browser windows and Mobile devices -->
<link rel="stylesheet" media="all and (max-width: 420px)" href="css/handheld.css" />
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="js/modernizr-1.5.min.js"></script>
</head>
<body id="category">
<div id="container">
<header>
<div class="branding">
<h1><a id="logo" href="index.html">VideoFitness</a></h1>
</div>
<form>
<input name="Search" type="text" value="Search">
<input name="submit" type="submit" value="Go">
</form>
<div class="account">
<a href="#">Support</a>
<a href="#">Your Account</a>
<a href="cart"><img src="images/cart.png" width="36" height="30" alt="Shopping Cart">0 items</a>
</div>
<nav>
<ul>
<li><a href="#">New Releases</a></li>
<li><a href="#">Instructors</a></li>
<li id="wotype">
<a href="#">Workout Type</a>
<ul id="type">
<li> <a href="#" class="category"><span class="icon-ball"></span>Ball Workouts</a> </li>
<li> <a href="#" class="category"><span class="icon-ballet"></span>Ballet/Barre</a> </li>
<li> <a href="#" class="category"><span class="icon-cardio"></span>Cardio Aerobics</a> </li>
<li> <a href="#" class="category"><span class="icon-circuit"></span>Circuit</a> </li>
<li> <a href="#" class="category"><span class="icon-kettlebell"></span>Kettlebell</a> </li>
<li> <a href="#" class="category"><span class="icon-kickbox"></span>Kickboxing</a> </li>
<li> <a href="#" class="category"><span class="icon-pilates"></span>Pilates</a> </li>
<li> <a href="#" class="category"><span class="icon-spinning"></span>Spinning</a> </li>
<li> <a href="#" class="category"><span class="icon-step"></span>Step</a> </li>
<li> <a href="#" class="category"><span class="icon-strength"></span>Strength</a> </li>
<li> <a href="#" class="category"><span class="icon-taichi"></span>Tai Chi</a> </li>
<li> <a href="#" class="category"><span class="icon-yoga"></span>Yoga</a></li>
</ul>
</li>
<li><a href="#">Equipment</a></li>
<li><a href="#">Specials</a></li>
</ul>
</nav>
<p>100% Satisfaction Guaranteed</p>
</header>
<div id="main">
<div id="listing">
<ul>
<li> <a href="#" class="category"><span class="icon-ball"></span>Ball Workouts</a> </li>
<li> <a href="#" class="category"><span class="icon-ballet"></span>Ballet/Barre</a> </li>
<li> <a href="#" class="category"><span class="icon-cardio"></span>Cardio Aerobics</a> </li>
<li> <a href="#" class="category"><span class="icon-circuit"></span>Circuit</a> </li>
<li> <a href="#" class="category"><span class="icon-kettlebell"></span>Kettlebell</a> </li>
<li> <a href="#" class="category"><span class="icon-kickbox"></span>Kickboxing</a> </li>
<li> <a href="#" class="category"><span class="icon-pilates"></span>Pilates</a> </li>
<li> <a href="#" class="category"><span class="icon-spinning"></span>Spinning</a> </li>
<li> <a href="#" class="category"><span class="icon-step"></span>Step</a> </li>
<li> <a href="#" class="category"><span class="icon-strength"></span>Strength</a> </li>
<li> <a href="#" class="category"><span class="icon-taichi"></span>Tai Chi</a> </li>
<li> <a href="#" class="category"><span class="icon-yoga"></span>Yoga</a></li>
</ul>
</div>
</div><!-- END of main -->
<footer>
<ul>
<li><a href="/videofitness">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#" class="last">Sitemap</a></li>
</ul>
<p class="copyright">Copyright © 2011 videofitness.com</p>
</footer>
</div><!-- END of container -->
<!-- JAVASCRIPT -->
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
attributes.id = "ad";
swfobject.embedSWF("ad.swf", "ad", "728", "90", "10.0.0", false, flashvars, params, attributes);
</script>
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> -->
<script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
</body>
</html>