-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPricing.html
325 lines (283 loc) · 13.2 KB
/
Pricing.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html manifest="example.appcache">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lifestyle</title>
<link rel="stylesheet" href="css/header_footer.css" />
<link rel="stylesheet" href="css/pricing.css">
<script>
function clickCounter() {
if (typeof(Storage) !== "undefined") {
if (localStorage.clickcount) {
localStorage.clickcount = Number(localStorage.clickcount)+1;
} else {
localStorage.clickcount = 1;
}
document.getElementById("result").innerHTML = "You have clicked the button " + localStorage.clickcount + " time(s).The counter will continue to count even after you close the browser tab .";
} else {
document.getElementById("result").innerHTML = "Sorry, your browser does not support web storage...";
}
}
function clickCounter2() {
if (typeof(Storage) !== "undefined") {
if (sessionStorage.clickcount) {
sessionStorage.clickcount = Number(sessionStorage.clickcount)+1;
} else {
sessionStorage.clickcount = 1;
}
document.getElementById("result2").innerHTML = "You have clicked the button " + sessionStorage.clickcount + " time(s) in this session.";
} else {
document.getElementById("result2").innerHTML = "Sorry, your browser does not support web storage...";
}
}
</script>
</head>
<body>
<header>
<form>
<input type="search" name="search" placeholder="Search Term Here"/>
<button id="searchButton">
<img id="searchImg" src="images/search.png" alt="search" />
</button>
</form>
<h1>FOKUS</h1>
<p id="header_p">Alert today - Alive tomorrow.</p>
<nav id="mainMenu">
<ul><li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a class="active">PRICING</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li ><a href="#" id="drop">MORE</a>
<div id="dropdown">
<ul >
<li><a href="contact.html">CONTACT</a></li>
<li><a href="login.html">LOG IN</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<main>
<div id="ballina"></div>
<section>
<h1>BEST PRICES</h1>
<p id="paragrafi">
A price is the quantity of payment or compensation given by one party to another in return for one unit of goods or services.[1]
A price is influenced by both production costs and demand for the product. A price may be determined by a monopolist or may be imposed
on the firm by market conditions.In modern economies, prices are generally expressed in units of some form of currency. (For commodities,
they are expressed as currency per unit weight of the commodity, e.g. euros per kilogram or Rands per KG.) Although prices could be quoted
as quantities of other goods or services, this sort of barter exchange is rarely seen. Prices are sometimes quoted in terms of vouchers such
as trading stamps and air miles. In some circumstances, cigarettes have been used as currency, for example in prisons, in times of hyperinflation,
and in some places during World War II. In a black market economy, barter is also relatively common.
</p>
</section>
<table cellspacing="pixels">
<tr>
<th>Foto</th>
<th>Kategoria</th>
<th>BAZIKE</th>
<th>PRO</th>
<th>PREMIUM</th>
</tr>
<tr class="noborder" >
<td rowspan="4"><img src="images/f1.jpg" alt="Automjeti" width="300px" height="200px" ></td>
<td rowspan="4">Kategoria A</td>
<td>30 orë vozitje</td>
<td>30 orë vozitje</td>
<td>30 orë vozitje</td>
</tr>
<tr class="noborder">
<td>Orari i caktuar</td>
<td>Orari i diskutueshem</td>
<td>Orari i diskutueshem</td>
</tr>
<tr class="noborder">
<td>Zgjatë 1 muaj</td>
<td>Zgjatë 1 muaj</td>
<td>Zgjatë 1 muaj</td>
</tr>
<tr class="noborder">
<td>300€</td>
<td>350€</td>
<td>350€</td>
</tr>
<tr>
<td rowspan="4"><img src="images/f1.jpg" alt="Automjeti" width="300px" height="200px"></td>
<td rowspan="4">Kategoria B</td>
<td>15 orë vozitje</td>
<td>20 orë vozitje</td>
<td>30 orë vozitje</td>
</tr>
<tr>
<td>Orari i caktuar</td>
<td>Orari i diskutueshem</td>
<td>Orari i diskutueshem</td>
</tr>
<tr>
<td>Zgjatë 21 ditë</td>
<td>Zgjatë 21 ditë</td>
<td>Zgjatë 21 ditë</td>
</tr>
<tr>
<td>210€</td>
<td>360€</td>
<td>360€</td>
</tr>
<tr>
<td rowspan="4"><img src="images/f1.jpg" alt="Automjeti" width="300px" height="200px"></td>
<td rowspan="4">Kategoria C</td>
<td>20 orë vozitje</td>
<td>25 orë vozitje</td>
<td>25 orë vozitje</td>
</tr>
<tr>
<td>Orari i caktuar</td>
<td>Orari i diskutueshem</td>
<td>Orari i diskutueshem</td>
</tr>
<tr>
<td>Zgjatë 15 ditë</td>
<td>Zgjatë 15 ditë</td>
<td>Zgjatë 15 ditë</td>
</tr>
<tr>
<td>200€</td>
<td>250€</td>
<td>250€</td>
</tr>
<tr>
<td rowspan="4"><img src="images/f1.jpg" alt="Automjeti" width="300px" height="200px"></td>
<td rowspan="4">Kategoria D</td>
<td>30 orë vozitje</td>
<td>30 orë vozitje</td>
<td>30 orë vozitje</td>
</tr>
<tr>
<td>Orari i caktuar</td>
<td>Orari i diskutueshem</td>
<td>Orari i diskutueshem</td>
</tr>
<tr>
<td>Zgjatë 1 muaj</td>
<td>Zgjatë 1 muaj</td>
<td>Zgjatë 1 muaj</td>
</tr>
<tr>
<td>300€</td>
<td>350€</td>
<td>350€</td>
</tr>
<tr>
<td rowspan="4"><img src="images/f1.jpg" alt="Automjeti" width="300px" height="200px"></td>
<td rowspan="4">Kategoria M</td>
<td>15 orë vozitje</td>
<td>15 orë vozitje</td>
<td>20 orë vozitje</td>
</tr>
<tr>
<td>Orari i caktuar</td>
<td>Orari i diskutueshem</td>
<td>Orari i diskutueshem</td>
</tr>
<tr>
<td>Zgjatë 2 javë</td>
<td>Zgjatë 2 javë</td>
<td>Zgjatë 2 javë</td>
</tr>
<tr>
<td>150€</td>
<td>180€</td>
<td>180€</td>
</tr>
</table>
</div>
<canvas id="myText" width="1200" height="100"
style="border:none;">
Your browser does not support the canvas element.
</canvas>
<script>
var canvas = document.getElementById("myText");
var ctx = canvas.getContext("2d");
ctx.font = "20px Arial";
ctx.fillText("Ne vijim gjeni lojen 'Image Puzzle' ",575,90);
</script>
<canvas id="myCanvas" width="1200" height="10"
style="border:none;">
Your browser does not support the canvas element.
</canvas>
<script>
var canvas = document.getElementById("myCanvas");
var ctx = canvas.getContext("2d");
ctx.fillStyle = "black";
var grd = ctx.createLinearGradient(0,0,1200,0);
grd.addColorStop(0,"#2d2d2d");
grd.addColorStop(1,"white");
ctx.fillStyle = grd;
ctx.fillRect(80,0,1200,10);
</script>
<div id="game">
<a href="game.html">Play Game</a>
</div>
<div id="clickme" >
<button onclick="clickCounter()" clickCounter2() type="button" class="buttonClick">Click me</button>
<div id="result"></div>
<button onclick="clickCounter2()" type="button" class="buttonClick">Click me</button>
<div id="result2"></div>
</div>
</main>
<footer>
<div id="footer_row1">
<div class="footerDivs" id="contact">
<h2 class="divHeader">Contact Us</h2>
<ul>
<li>Company Name</li>
<li>
<address>Street Name & Number</address>
</li>
<li>Town</li>
<li>Post Code/Zip</li>
<br>
<li>Tel:xxxxxxxxxxxxxxxx</li>
<li>Fax: xxxxxxxxx xxxx</li>
<li>Email: <a href="mailto:contact@mydomain.com">contact@mydomain.com</a></li>
<br>
</ul>
</div>
<div class="footerDivs" id="links">
<h2 class="divHeader">Quick Links</h2>
<nav>
<ul>
<li><a href="#top">Back to top of page</a></li><br>
<li><a href="https://www.autoshkolla-ks.com/literatura/rregullat-e-trafikut"> Rregullat e trafikut </a></li><br>
<li><a href="http://www.autoshkollaonline.com/kosove/" target="_blank"> Testi online </a></li><br>
<li><a href="images/videoplayback.mp4"> Rreth testit</a></li><br>
</ul>
</nav>
</div>
<div class="footerDivs" id="blog">
<h2 class="divHeader">From The Blog</h2>
<h3>Blog Post Title</h3>
<small>Posted by Admin on 00.00.0000</small>
<p>
Vestibulumaccumsan egestibulum eu justo convallis augue estas
aenean elit intesque facilispede estibulum.
</p>
<a id="read" href="#">Read More » </a>
</div>
<div class="footerDivs" id="contact">
<h2 class="divHeader">Grab Our Newsletter</h2>
<form method="post" action="http://www.google.com">
<input type="text" name="name" placeholder="Name"/>
<input type="text" name="email" placeholder="Email"/>
<input type="submit" name="submit" value="SUBMIT"/>
</form>
</div>
</div>
<div id="footer_row2">
<p>Copyright © 2013 Domain Name-All Rights Reserved </p><p style="float: right;">Template by OS Templates</p>
</div>
</footer>
</body>
</html>