-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
146 lines (134 loc) · 5.33 KB
/
products.html
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="he" dir='rtl'> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr-2.0.6.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via ant build script-->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- end scripts-->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; // Change UA-XXXXX-X to be your site's ID
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script>
<script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script>
<![endif]-->
</head>
<body>
<div id="header-container">
<header class="wrapper clearfix">
<div id="logo" >
<img class="hidden" src="images/logo.png" alt="בישרא" title="לוגו" />
</div>
<div id="statistics">
<span ><a href="#">כניסה</a></span>|<span >סל קניות</span>
</div>
<h1 id="title">בישרא</h1>
<nav>
<ul>
<li><a href="index.html">ראשי</a></li>
<li><a href="products.html">מוצרים</a></li>
<li><a href="#">צור קשר</a></li>
<li><a href="about.html">אודות</a></li>
</ul>
</nav>
</header>
</div>
<div id="main-container">
<div id="main" class="wrapper clearfix products_page">
<aside>
<section id="cart" class="opened">
<a href="#">סל בשר</a>
<span>7 מוצרים <small>(3000 ש"ח)</small></span>
<table>
<tr><th>כמות</th><th>מוצר</th><th>ש"ח</th></tr>
<tr><td class="numeric" >5</td><td>קילו אנטריקוט</td><td class="numeric" >900</td></tr>
<tr><td class="numeric" >5</td><td>קילו אנטריקוט</td><td class="numeric" >900</td></tr>
</table>
</section>
<section id="categories">
<ul>
<li><a href="#">נקניקיות</a></li>
<li><a href="#">נתחים</a></li>
<li><a href="#">מעושנים</a></li>
<li><a href="#">משהו ליד</a></li>
<li><a href="#">מיקס גריל</a></li>
</ul>
</section>
</aside>
<section id="category_products" >
<ul class="products favorites">
<li class="alpha">
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
<li>
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
<li>
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
<li class="omega">
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
<li class="alpha">
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
<li>
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
<li>
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
<li class="omega">
<img src="images/prod.jpg" />
<span class="name">נתחים ביישון יבש</span>
<span class="price">200 ש"ח</span>
<span class="buy"> <a class="plus" href="#" >+</a><a class="minus" href="#" >-</a></span>
</li>
</ul>
</section>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div id="footer-container">
<footer class="wrapper">
<h3>footer</h3>
</footer>
</div>
</body>
</html>