Subversion Repositories SmartDukaan

Rev

Rev 20427 | Rev 20572 | 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
<div class="offerPage_container">
17
<h3 class="offerPage_heading">Current Offers & Schemes</h3>
18
 
19
<div class="offerPage_ContainerLeft">
20427 kshitij.so 20
<img src="/images/_offer-01.jpg" />
20424 kshitij.so 21
<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>
22
</div>
23
<div class="offerPage_ContainerRight">
20427 kshitij.so 24
<img src="/images/_offer-02.jpg" />
20424 kshitij.so 25
<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>
26
</div>
27
 
28
<h3 class="offerPage_AlltimeOffers">Offers available at all times.</h3>
29
<div class="offerPage_AlltimesLeft">
30
<h2 class="offerPage_alltimesHeadline01">Exchange Offers</h2>
20427 kshitij.so 31
<img src="/images/_exchange_offer.png" class="offerPage_alltimes_marginBottomg10"/>
20424 kshitij.so 32
<p class="offerPage_offercontentLeft">
33
Give your Old Phone &  <br />
34
Take home a New one.</p>
35
<p class="offerPage_offerContentBig">Get Best Prices.</p>
36
</div>
37
<div class="offerPage_AlltimesMiddle">
38
<h2 class="offerPage_alltimesheadlines02">Protection Plan</h2>
20427 kshitij.so 39
<img src="/images/_protection_plan.png" />
20424 kshitij.so 40
<p class="offerPage_offercontentMiddle">
41
Insure your Phone against <br />
42
Theft & Damage!</p>
43
</div>
44
<div class="offerPage_AlltimeRight">
45
<h2 class="offerPage_alltimesheadlines03">Finance Offers</h2>
20427 kshitij.so 46
<img src="/images/_zero_cost_emi.png" class="offerPage_alltimes_marginBottomg10" />
20424 kshitij.so 47
<p class="offerPage_offercontentMiddle">
48
Credit Card EMI Offers!</p>
49
</div>
50
 
51
</div>
52
 
53
<!--Offers Starts Ends Here-->
54
#include("templates/footer.vm")
55
 
56
</body>
57
</html>