| 8314 |
anupam.sin |
1 |
<!DOCTYPE html>
|
|
|
2 |
|
|
|
3 |
<html>
|
|
|
4 |
<head>
|
|
|
5 |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
|
6 |
<meta content="NO-CACHE" http-equiv="CACHE-CONTROL">
|
|
|
7 |
<meta content="no-cache" http-equiv="Pragma">
|
|
|
8 |
<meta content="Enjoy great contest and awesome prizes." name="description">
|
|
|
9 |
<meta content="-1" http-equiv="Expires">
|
|
|
10 |
|
|
|
11 |
<title>Androidland FunZone | Great prizes</title>
|
|
|
12 |
#include ( "templates/commoncssfiles.vm" )
|
|
|
13 |
<link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
|
|
|
14 |
<link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
|
|
|
15 |
<link href="/css/androidland/counter013.css" media="all" rel="stylesheet" type="text/css">
|
|
|
16 |
<link href="/css/androidland/widget115.css" media="all" rel="stylesheet" type="text/css">
|
|
|
17 |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
|
|
|
18 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
19 |
<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
|
|
|
20 |
<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
|
| 8433 |
amit.gupta |
21 |
<script type="text/javascript">
|
| 8314 |
anupam.sin |
22 |
function initialize_kor() {
|
|
|
23 |
var mapCanvas = document.getElementById('map_canvas_kor');
|
|
|
24 |
var kora = new google.maps.LatLng(12.931957,77.62271);
|
|
|
25 |
var center = new google.maps.LatLng(12.931957,77.62271);
|
|
|
26 |
var mapOptions = {
|
|
|
27 |
center: center,
|
|
|
28 |
zoom: 14,
|
|
|
29 |
mapTypeId: google.maps.MapTypeId.ROADMAP
|
|
|
30 |
};
|
|
|
31 |
var map = new google.maps.Map(mapCanvas, mapOptions);
|
|
|
32 |
var koramarker = new google.maps.Marker({
|
|
|
33 |
position: kora,
|
|
|
34 |
map: map,
|
|
|
35 |
title: 'Koramangala, Bangalore'
|
|
|
36 |
});
|
|
|
37 |
}
|
|
|
38 |
|
|
|
39 |
function initialize_noida() {
|
|
|
40 |
var mapCanvas = document.getElementById('map_canvas_noida');
|
|
|
41 |
var tgip = new google.maps.LatLng(28.57201,77.326555);
|
|
|
42 |
var center = new google.maps.LatLng(28.57201,77.326555);
|
|
|
43 |
var mapOptions = {
|
|
|
44 |
center: center,
|
|
|
45 |
zoom: 14,
|
|
|
46 |
mapTypeId: google.maps.MapTypeId.ROADMAP
|
|
|
47 |
};
|
|
|
48 |
var map = new google.maps.Map(mapCanvas, mapOptions);
|
|
|
49 |
var tgipmarker = new google.maps.Marker({
|
|
|
50 |
position: tgip,
|
|
|
51 |
map: map,
|
|
|
52 |
title: 'TGIP Mall, Noida'
|
|
|
53 |
});
|
|
|
54 |
}
|
|
|
55 |
google.maps.event.addDomListener(window, 'load', initialize_noida);
|
|
|
56 |
google.maps.event.addDomListener(window, 'load', initialize_kor);
|
|
|
57 |
</script>
|
|
|
58 |
|
|
|
59 |
<style>
|
|
|
60 |
@font-face {
|
|
|
61 |
font-family: 'ralewaylight';
|
|
|
62 |
src: url('/fonts/androidland/raleway-light.eot');
|
|
|
63 |
src: url('/fonts/androidland/raleway-light.eot?#iefix') format('embedded-opentype'),
|
|
|
64 |
url('/fonts/androidland/raleway-light.woff') format('woff'),
|
|
|
65 |
url('/fonts/androidland/raleway-light.ttf') format('truetype'),
|
|
|
66 |
url('/fonts/androidland/raleway-light.svg#ralewaylight') format('svg');
|
|
|
67 |
font-weight: normal;
|
|
|
68 |
font-style: normal;
|
|
|
69 |
|
|
|
70 |
}
|
|
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
|
74 |
|
|
|
75 |
@font-face {
|
|
|
76 |
font-family: 'ralewayregular';
|
|
|
77 |
src: url('/fonts/androidland/raleway-regular.eot');
|
|
|
78 |
src: url('/fonts/androidland/raleway-regular.eot?#iefix') format('embedded-opentype'),
|
|
|
79 |
url('/fonts/androidland/raleway-regular.woff') format('woff'),
|
|
|
80 |
url('/fonts/androidland/raleway-regular.ttf') format('truetype'),
|
|
|
81 |
url('/fonts/androidland/raleway-regular.svg#ralewayregular') format('svg');
|
|
|
82 |
font-weight: normal;
|
|
|
83 |
font-style: normal;
|
|
|
84 |
|
|
|
85 |
}
|
|
|
86 |
|
|
|
87 |
.main-background {
|
|
|
88 |
background-color:#E1E1E1;
|
|
|
89 |
}
|
|
|
90 |
|
|
|
91 |
.container {
|
|
|
92 |
padding:10px 10px 0 10px;
|
|
|
93 |
box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
|
|
|
94 |
-moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
|
|
|
95 |
-webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
|
|
|
96 |
width:940px;
|
|
|
97 |
margin:auto;
|
|
|
98 |
background-color:white;
|
|
|
99 |
color:#444444;
|
|
|
100 |
}
|
|
|
101 |
|
|
|
102 |
.content-after-banner {
|
|
|
103 |
font-size:18px;
|
|
|
104 |
font-family:'ralewaylight';
|
|
|
105 |
}
|
|
|
106 |
|
|
|
107 |
h1, h2 {
|
|
|
108 |
font-size:40px;
|
|
|
109 |
font-family:'ralewayregular';
|
|
|
110 |
margin:40px 0 0 0;
|
|
|
111 |
color:#444444;
|
|
|
112 |
}
|
|
|
113 |
|
|
|
114 |
h3 {
|
|
|
115 |
font-size:30px;
|
|
|
116 |
margin:30px 0;
|
|
|
117 |
color:#444444;
|
|
|
118 |
font-family:'ralewaylight';
|
|
|
119 |
}
|
|
|
120 |
|
|
|
121 |
.container p {
|
|
|
122 |
padding:30px 0 30px 20px;
|
|
|
123 |
}
|
|
|
124 |
|
|
|
125 |
.container h1, .container h2{
|
|
|
126 |
padding-left:20px;
|
|
|
127 |
}
|
|
|
128 |
|
|
|
129 |
.separator {
|
|
|
130 |
border-top:1px solid #d9d9d9;
|
|
|
131 |
margin:2px 0;
|
|
|
132 |
}
|
|
|
133 |
|
|
|
134 |
.outer-block {
|
|
|
135 |
margin:45px 0;padding: 0 40px;
|
|
|
136 |
}
|
|
|
137 |
|
|
|
138 |
.image-holding-block {
|
|
|
139 |
text-align:center;
|
|
|
140 |
}
|
|
|
141 |
|
|
|
142 |
.image-block {
|
|
|
143 |
width:330px;
|
|
|
144 |
height:300px;
|
|
|
145 |
box-shadow:0px 0px 5px 1px #666666;
|
|
|
146 |
}
|
|
|
147 |
|
|
|
148 |
#fun-banner {
|
| 8410 |
anupam.sin |
149 |
margin-top:65px;
|
| 8314 |
anupam.sin |
150 |
height:450px;
|
|
|
151 |
width:940px;
|
|
|
152 |
}
|
|
|
153 |
|
|
|
154 |
.left-inner-block {
|
|
|
155 |
padding:0 20px 0 60px;
|
|
|
156 |
float:left;
|
|
|
157 |
width:350px;
|
|
|
158 |
}
|
|
|
159 |
|
|
|
160 |
.right-inner-block {
|
|
|
161 |
padding:0 60px 0 20px;
|
|
|
162 |
float:left;
|
|
|
163 |
width:350px;
|
|
|
164 |
}
|
|
|
165 |
|
|
|
166 |
|
|
|
167 |
.right-inner-block p, .left-inner-block p {
|
|
|
168 |
padding:0 0 0 0;
|
|
|
169 |
}
|
|
|
170 |
|
|
|
171 |
</style>
|
|
|
172 |
</head>
|
|
|
173 |
|
| 8410 |
anupam.sin |
174 |
<body>
|
| 8314 |
anupam.sin |
175 |
$action.getHeaderSnippet()
|
|
|
176 |
<div class='main-background'>
|
| 13218 |
kshitij.so |
177 |
<div class='container' style="float:none;">
|
| 8314 |
anupam.sin |
178 |
<div class="banner_carousel short has_tabbers" style="background: url('/images/androidland/main-banner.jpg') no-repeat;">
|
| 8433 |
amit.gupta |
179 |
<script type="text/javascript">
|
| 8314 |
anupam.sin |
180 |
function navBannerGo(val) {
|
|
|
181 |
location.href = val;
|
|
|
182 |
}
|
|
|
183 |
</script>
|
|
|
184 |
|
|
|
185 |
<div class="content_tabber_con">
|
|
|
186 |
<div class="content_tabber_scroller">
|
|
|
187 |
<a class="content_tabber" href="/androidland-overview">Overview</a>
|
|
|
188 |
<a class="content_tabber" href="/androidland">AndroidLand Store</a>
|
|
|
189 |
<a class="content_tabber" href="/androidland-devices">Android Devices</a>
|
|
|
190 |
<a class="content_tabber" href="/androidland-apps">Android Apps</a>
|
|
|
191 |
<a class="content_tabber current" href="/androidland-fun-zone">Fun Zone
|
|
|
192 |
<img src="/images/androidland/orange-tab.png" style="width: 100%;">
|
|
|
193 |
</a>
|
|
|
194 |
</div><!-- .content_tabber_con -->
|
|
|
195 |
</div>
|
|
|
196 |
</div>
|
|
|
197 |
<div class="content-after-banner">
|
|
|
198 |
<div id="fun-banner">
|
| 8410 |
anupam.sin |
199 |
<img src="/images/androidland/fun-zone-offer-banner.jpg">
|
| 8314 |
anupam.sin |
200 |
</div>
|
|
|
201 |
|
| 8410 |
anupam.sin |
202 |
<h2 style='font-size:24px;'>AndroidLand Powered by Spice Inaugural Offer Terms and Conditions:</h2>
|
| 8316 |
anupam.sin |
203 |
<p style='font-size:14px;line-height:35px;'>
|
| 8410 |
anupam.sin |
204 |
1. The eligibility criteria as mentioned herein are liable to change from time to time.<br>
|
|
|
205 |
2. Spice Retail Ltd. reserves the right to withdraw/suspend/cancel this offer anytime,
|
|
|
206 |
without prior notice and without assigning any reason thereof. Any person taking advantage of this promotion does so,
|
|
|
207 |
on complete acceptance of the terms and conditions.<br>
|
|
|
208 |
3. The offer must be redeemed over the counter only at the time of purchase, from the store of purchase of your primary phone.<br>
|
|
|
209 |
4. The gift item cannot be exchanged for cash under any circumstances.<br>
|
|
|
210 |
5. Disputes, if any, will be settled under the jurisdiction of Delhi court only.<br>
|
| 8316 |
anupam.sin |
211 |
</p>
|
| 8314 |
anupam.sin |
212 |
<div class="separator" style="margin-top:30px;"></div>
|
|
|
213 |
|
|
|
214 |
<div style="margin:40px;">
|
|
|
215 |
|
|
|
216 |
</div>
|
|
|
217 |
|
|
|
218 |
</div>
|
|
|
219 |
|
|
|
220 |
</div>
|
|
|
221 |
</div>
|
|
|
222 |
</div>
|
|
|
223 |
|
|
|
224 |
#include("templates/footer.vm")
|
|
|
225 |
</body>
|
|
|
226 |
</html>
|