Subversion Repositories SmartDukaan

Rev

Rev 20568 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20424 kshitij.so 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<title>Hotspot Store | Latest Offers</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
7
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
8
#include ( "templates/commoncssfiles.vm" )
20568 kshitij.so 9
#include ("templates/commonjsfiles.vm" )
20424 kshitij.so 10
</head>
11
<body>
12
#include("templates/header.vm")
13
 
14
<!--Offers Starts Here-->
15
 
16
 
17
<h3 class="offerPage_AlltimeOffers">Offers available at all times.</h3>
18
<div class="offerPage_AlltimesLeft">
19
<h2 class="offerPage_alltimesHeadline01">Exchange Offers</h2>
20427 kshitij.so 20
<img src="/images/_exchange_offer.png" class="offerPage_alltimes_marginBottomg10"/>
20424 kshitij.so 21
<p class="offerPage_offercontentLeft">
22
Give your Old Phone &  <br />
23
Take home a New one.</p>
24
<p class="offerPage_offerContentBig">Get Best Prices.</p>
25
</div>
26
<div class="offerPage_AlltimesMiddle">
27
<h2 class="offerPage_alltimesheadlines02">Protection Plan</h2>
20427 kshitij.so 28
<img src="/images/_protection_plan.png" />
20424 kshitij.so 29
<p class="offerPage_offercontentMiddle">
30
Insure your Phone against <br />
31
Theft & Damage!</p>
32
</div>
33
<div class="offerPage_AlltimeRight">
34
<h2 class="offerPage_alltimesheadlines03">Finance Offers</h2>
20427 kshitij.so 35
<img src="/images/_zero_cost_emi.png" class="offerPage_alltimes_marginBottomg10" />
20424 kshitij.so 36
<p class="offerPage_offercontentMiddle">
37
Credit Card EMI Offers!</p>
38
</div>
39
 
40
</div>
41
 
42
<!--Offers Starts Ends Here-->
43
#include("templates/footer.vm")
44
 
45
</body>
46
</html>