Subversion Repositories SmartDukaan

Rev

Rev 20427 | Go to most recent revision | Details | 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" )
9
</head>
10
<body>
11
#include("templates/header.vm")
12
 
13
<!--Offers Starts Here-->
14
 
15
<div class="offerPage_container">
16
<h3 class="offerPage_heading">Current Offers & Schemes</h3>
17
 
18
<div class="offerPage_ContainerLeft">
19
<img src="/hotspot/images/_offer-01.jpg" />
20
<p class="offerPage_font14">Buy select Smartphone from your nearest Hotspot above Rs.5000 & Get* amazing Gifts. Terms and Conditions apply. Limited Period Offer.</p>
21
</div>
22
<div class="offerPage_ContainerRight">
23
<img src="/hotspot/images/_offer-02.jpg" />
24
<p class="offerPage_font14">Buy select Smartphone from your nearest Hotspot above Rs.5000 & Get* amazing Gifts. Terms and Conditions apply. Limited Period Offer.</p>
25
</div>
26
 
27
<h3 class="offerPage_AlltimeOffers">Offers available at all times.</h3>
28
<div class="offerPage_AlltimesLeft">
29
<h2 class="offerPage_alltimesHeadline01">Exchange Offers</h2>
30
<img src="/hotspot/images/_exchange_offer.png" class="offerPage_alltimes_marginBottomg10"/>
31
<p class="offerPage_offercontentLeft">
32
Give your Old Phone &  <br />
33
Take home a New one.</p>
34
<p class="offerPage_offerContentBig">Get Best Prices.</p>
35
</div>
36
<div class="offerPage_AlltimesMiddle">
37
<h2 class="offerPage_alltimesheadlines02">Protection Plan</h2>
38
<img src="/hotspot/images/_protection_plan.png" />
39
<p class="offerPage_offercontentMiddle">
40
Insure your Phone against <br />
41
Theft & Damage!</p>
42
</div>
43
<div class="offerPage_AlltimeRight">
44
<h2 class="offerPage_alltimesheadlines03">Finance Offers</h2>
45
<img src="/hotspot/images/_zero_cost_emi.png" class="offerPage_alltimes_marginBottomg10" />
46
<p class="offerPage_offercontentMiddle">
47
Credit Card EMI Offers!</p>
48
</div>
49
 
50
</div>
51
 
52
<!--Offers Starts Ends Here-->
53
#include("templates/footer.vm")
54
 
55
</body>
56
</html>