| 8156 |
anupam.sin |
1 |
<!DOCTYPE html>
|
|
|
2 |
|
|
|
3 |
<html>
|
| 8300 |
anupam.sin |
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">
|
| 8359 |
anupam.sin |
8 |
<meta content="-1" http-equiv="Expires">
|
|
|
9 |
<meta name="description" content="India's first Android only devices stores. Find all the latest Android smartphones, tablets, accessories and apps under one roof.">
|
| 8300 |
anupam.sin |
10 |
|
| 8361 |
amit.gupta |
11 |
<title>Androidland | Android Store in India</title>
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
<!-- for Facebook Androidland-->
|
|
|
15 |
<meta property="og:title" content="Androidland | Android Store in India" />
|
|
|
16 |
<meta property="og:image" content="http://www.saholic.com/images/androidland/fb-og.jpg" />
|
|
|
17 |
<meta property="og:description" content="India's first Android only devices stores. Find all the latest Android smartphones, tablets, accessories and apps under one roof." />
|
| 8300 |
anupam.sin |
18 |
#include ( "templates/commoncssfiles.vm" )
|
| 8348 |
amit.gupta |
19 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
| 8300 |
anupam.sin |
20 |
<link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
|
|
|
21 |
<link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
|
|
|
22 |
<link href="/css/androidland/counter013.css" media="all" rel="stylesheet" type="text/css">
|
|
|
23 |
<link href="/css/androidland/widget115.css" media="all" rel="stylesheet" type="text/css">
|
|
|
24 |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
|
|
|
25 |
<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
|
| 8433 |
amit.gupta |
26 |
<script type="text/javascript">
|
| 8302 |
anupam.sin |
27 |
function initialize_kor() {
|
|
|
28 |
var mapCanvas = document.getElementById('map_canvas_kor');
|
| 8349 |
anupam.sin |
29 |
var kora = new google.maps.LatLng(12.93518,77.61347);
|
|
|
30 |
var center = new google.maps.LatLng(12.93518,77.61347);
|
| 8300 |
anupam.sin |
31 |
var mapOptions = {
|
|
|
32 |
center: center,
|
| 8302 |
anupam.sin |
33 |
zoom: 14,
|
| 8300 |
anupam.sin |
34 |
mapTypeId: google.maps.MapTypeId.ROADMAP
|
|
|
35 |
};
|
|
|
36 |
var map = new google.maps.Map(mapCanvas, mapOptions);
|
| 8302 |
anupam.sin |
37 |
var koramarker = new google.maps.Marker({
|
|
|
38 |
position: kora,
|
|
|
39 |
map: map,
|
|
|
40 |
title: 'Koramangala, Bangalore'
|
|
|
41 |
});
|
|
|
42 |
}
|
|
|
43 |
|
|
|
44 |
function initialize_noida() {
|
|
|
45 |
var mapCanvas = document.getElementById('map_canvas_noida');
|
| 8320 |
anupam.sin |
46 |
|
|
|
47 |
var tgip = new google.maps.LatLng(28.567812,77.325854);
|
|
|
48 |
var center = new google.maps.LatLng(28.567812,77.325854);
|
| 8302 |
anupam.sin |
49 |
var mapOptions = {
|
|
|
50 |
center: center,
|
|
|
51 |
zoom: 14,
|
|
|
52 |
mapTypeId: google.maps.MapTypeId.ROADMAP
|
|
|
53 |
};
|
|
|
54 |
var map = new google.maps.Map(mapCanvas, mapOptions);
|
| 8300 |
anupam.sin |
55 |
var tgipmarker = new google.maps.Marker({
|
|
|
56 |
position: tgip,
|
|
|
57 |
map: map,
|
|
|
58 |
title: 'TGIP Mall, Noida'
|
|
|
59 |
});
|
| 8302 |
anupam.sin |
60 |
}
|
|
|
61 |
google.maps.event.addDomListener(window, 'load', initialize_noida);
|
|
|
62 |
google.maps.event.addDomListener(window, 'load', initialize_kor);
|
| 8300 |
anupam.sin |
63 |
</script>
|
|
|
64 |
|
|
|
65 |
<style>
|
| 8301 |
anupam.sin |
66 |
|
| 8300 |
anupam.sin |
67 |
.main-background {
|
|
|
68 |
background-color:#E1E1E1;
|
| 8334 |
amit.gupta |
69 |
width: auto;
|
| 8300 |
anupam.sin |
70 |
}
|
|
|
71 |
|
|
|
72 |
.container {
|
|
|
73 |
padding:10px 10px 0 10px;
|
|
|
74 |
box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
|
|
|
75 |
-moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
|
|
|
76 |
-webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
|
|
|
77 |
width:940px;
|
|
|
78 |
margin:auto;
|
|
|
79 |
background-color:white;
|
| 8302 |
anupam.sin |
80 |
color:#444444;
|
| 8300 |
anupam.sin |
81 |
}
|
|
|
82 |
|
| 8301 |
anupam.sin |
83 |
.content-after-banner {
|
|
|
84 |
font-size:18px;
|
|
|
85 |
font-family:'ralewaylight';
|
|
|
86 |
}
|
|
|
87 |
|
| 8300 |
anupam.sin |
88 |
h1, h2 {
|
|
|
89 |
font-size:40px;
|
| 8301 |
anupam.sin |
90 |
font-family:'ralewayregular';
|
| 8300 |
anupam.sin |
91 |
margin:40px 0 0 0;
|
|
|
92 |
color:#444444;
|
|
|
93 |
}
|
|
|
94 |
|
|
|
95 |
h3 {
|
|
|
96 |
font-size:30px;
|
|
|
97 |
margin:30px 0;
|
|
|
98 |
color:#444444;
|
| 8301 |
anupam.sin |
99 |
font-family:'ralewaylight';
|
| 8300 |
anupam.sin |
100 |
}
|
|
|
101 |
|
|
|
102 |
.container p {
|
|
|
103 |
padding:30px 0 30px 20px;
|
|
|
104 |
}
|
|
|
105 |
|
|
|
106 |
.container h1, .container h2{
|
|
|
107 |
padding-left:20px;
|
|
|
108 |
}
|
|
|
109 |
|
|
|
110 |
table.promotion-table {
|
|
|
111 |
padding-left: 20px;
|
|
|
112 |
background-color: #2789c1;
|
|
|
113 |
color: white;
|
|
|
114 |
width: 100%;
|
|
|
115 |
}
|
|
|
116 |
|
|
|
117 |
table.promotion-table td {
|
|
|
118 |
height: 100px;
|
|
|
119 |
vertical-align: middle;
|
|
|
120 |
font-size: 30px;
|
|
|
121 |
}
|
|
|
122 |
|
|
|
123 |
.separator {
|
|
|
124 |
border-top:1px solid #d9d9d9;
|
|
|
125 |
margin:2px 0;
|
|
|
126 |
}
|
|
|
127 |
|
|
|
128 |
.outer-block {
|
|
|
129 |
margin:45px 0;padding: 0 40px;
|
| 8156 |
anupam.sin |
130 |
}
|
| 8300 |
anupam.sin |
131 |
|
|
|
132 |
.image-holding-block {
|
|
|
133 |
text-align:center;
|
|
|
134 |
}
|
|
|
135 |
|
|
|
136 |
.image-block {
|
| 8301 |
anupam.sin |
137 |
width:330px;
|
|
|
138 |
height:300px;
|
| 8302 |
anupam.sin |
139 |
box-shadow:0px 0px 5px 1px #666666;
|
| 8300 |
anupam.sin |
140 |
}
|
| 8302 |
anupam.sin |
141 |
|
|
|
142 |
#store-banners {
|
|
|
143 |
box-shadow:0px 0px 5px 1px #666666;
|
|
|
144 |
}
|
| 8300 |
anupam.sin |
145 |
|
| 8301 |
anupam.sin |
146 |
.left-inner-block {
|
|
|
147 |
padding:0 20px 0 60px;
|
| 8300 |
anupam.sin |
148 |
float:left;
|
| 8301 |
anupam.sin |
149 |
width:350px;
|
| 8300 |
anupam.sin |
150 |
}
|
|
|
151 |
|
| 8301 |
anupam.sin |
152 |
.right-inner-block {
|
|
|
153 |
padding:0 60px 0 20px;
|
|
|
154 |
float:left;
|
|
|
155 |
width:350px;
|
|
|
156 |
}
|
|
|
157 |
|
| 8302 |
anupam.sin |
158 |
.map_canvas {
|
|
|
159 |
width: 420px;
|
|
|
160 |
height: 250px;
|
| 8300 |
anupam.sin |
161 |
}
|
|
|
162 |
|
| 8301 |
anupam.sin |
163 |
.right-inner-block p, .left-inner-block p {
|
|
|
164 |
padding:0 0 0 0;
|
| 8300 |
anupam.sin |
165 |
}
|
| 8302 |
anupam.sin |
166 |
|
|
|
167 |
.inline-mini-banner {
|
|
|
168 |
float:left;
|
|
|
169 |
box-shadow:0px 0px 5px 1px #666666;
|
|
|
170 |
height:140px;
|
|
|
171 |
width:220px;
|
|
|
172 |
}
|
|
|
173 |
|
|
|
174 |
#map_canvas_kor {
|
|
|
175 |
margin: 0 30px 0 20px;
|
|
|
176 |
float: left;
|
|
|
177 |
}
|
|
|
178 |
|
|
|
179 |
#map_canvas_noida {
|
|
|
180 |
margin: 0 20px 0 30px;
|
|
|
181 |
float: left;
|
|
|
182 |
}
|
|
|
183 |
|
|
|
184 |
.address-heading {
|
|
|
185 |
width: 470px;
|
|
|
186 |
float: left;
|
|
|
187 |
text-align: center;
|
|
|
188 |
margin: 30px 0 0 0;
|
|
|
189 |
font-size: 30px;
|
|
|
190 |
}
|
|
|
191 |
|
| 8300 |
anupam.sin |
192 |
</style>
|
|
|
193 |
</head>
|
| 8156 |
anupam.sin |
194 |
|
| 8300 |
anupam.sin |
195 |
<body>
|
| 8337 |
amit.gupta |
196 |
<div id="fb-root"></div>
|
| 8433 |
amit.gupta |
197 |
<script type="text/javascript">(function(d, s, id) {
|
| 8337 |
amit.gupta |
198 |
var js, fjs = d.getElementsByTagName(s)[0];
|
|
|
199 |
if (d.getElementById(id)) return;
|
|
|
200 |
js = d.createElement(s); js.id = id;
|
|
|
201 |
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
|
|
|
202 |
fjs.parentNode.insertBefore(js, fjs);
|
|
|
203 |
}(document, 'script', 'facebook-jssdk'));</script>
|
| 8300 |
anupam.sin |
204 |
$action.getHeaderSnippet()
|
| 8334 |
amit.gupta |
205 |
<div class="main-background wrapper">
|
| 8987 |
anupam.sin |
206 |
<div class='container' style='float:none;'>
|
| 8300 |
anupam.sin |
207 |
<div class="banner_carousel short has_tabbers" style="background: url('/images/androidland/main-banner.jpg') no-repeat;">
|
| 8433 |
amit.gupta |
208 |
<script type="text/javascript">
|
| 8300 |
anupam.sin |
209 |
function navBannerGo(val) {
|
|
|
210 |
location.href = val;
|
|
|
211 |
}
|
|
|
212 |
</script>
|
|
|
213 |
|
|
|
214 |
<div class="content_tabber_con">
|
|
|
215 |
<div class="content_tabber_scroller">
|
|
|
216 |
<a class="content_tabber" href="/androidland-overview">Overview</a>
|
| 8314 |
anupam.sin |
217 |
<a class="content_tabber current" href="/androidland">AndroidLand Store
|
| 8300 |
anupam.sin |
218 |
<img src="/images/androidland/orange-tab.png" style="width: 100%;">
|
|
|
219 |
</a>
|
|
|
220 |
<a class="content_tabber" href="/androidland-devices">Android Devices</a>
|
| 8302 |
anupam.sin |
221 |
<a class="content_tabber" href="/androidland-apps">Android Apps</a>
|
| 8410 |
anupam.sin |
222 |
<a class="content_tabber" href="/androidland-fun-zone">Fun Zone</a>
|
| 8300 |
anupam.sin |
223 |
</div><!-- .content_tabber_con -->
|
|
|
224 |
</div>
|
|
|
225 |
</div>
|
|
|
226 |
<div class="content-after-banner">
|
| 8301 |
anupam.sin |
227 |
<h1>Welcome to Androidland</h1>
|
| 8316 |
anupam.sin |
228 |
<p>India's first chain of Android focused stores. Discover the latest and the widest range of Android smartphones
|
|
|
229 |
and tablets from all the big brands.
|
|
|
230 |
<br><br>An engaging store concept especially developed by Spice in collaboration with Google.</p>
|
| 8300 |
anupam.sin |
231 |
<div id="store-banners">
|
|
|
232 |
<img src="/images/androidland/slide-1.jpg"></img>
|
|
|
233 |
<img src="/images/androidland/slide-2.jpg"></img>
|
|
|
234 |
<img src="/images/androidland/slide-3.jpg"></img>
|
|
|
235 |
<img src="/images/androidland/slide-4.jpg"></img>
|
|
|
236 |
<img src="/images/androidland/slide-5.jpg"></img>
|
|
|
237 |
<img src="/images/androidland/slide-6.jpg"></img>
|
|
|
238 |
</div>
|
|
|
239 |
|
|
|
240 |
<h2>First of its kind</h2>
|
|
|
241 |
<p>AndroidLand chain of stores will sell only Android-related products.</p>
|
|
|
242 |
<p style="padding-top:0;">Inside these vast stores, you will get a comprehensive, never-before experience of the Android platform - products, accessories, apps, helpful assistants, and of course, the gentle green Android Robots.</p>
|
|
|
243 |
<div class='separator' style='margin-top:30px;'></div>
|
|
|
244 |
<table class='promotion-table'>
|
|
|
245 |
<thead></thead>
|
|
|
246 |
<tbody>
|
|
|
247 |
<tr>
|
| 8410 |
anupam.sin |
248 |
<td>Get a music headset worth Rs. 1500 FREE</td>
|
|
|
249 |
<td><a style="background-color: #ff5d00;display: inline-block;padding: 5px;font-size: 25px;text-decoration: none;color: white;" href="/androidland-fun-zone">Know More</a></td>
|
| 8300 |
anupam.sin |
250 |
</tr>
|
|
|
251 |
</tbody>
|
|
|
252 |
</table>
|
|
|
253 |
<div class='separator'></div>
|
|
|
254 |
|
|
|
255 |
<div class='outer-block'>
|
| 8301 |
anupam.sin |
256 |
<div class='left-inner-block'>
|
| 8300 |
anupam.sin |
257 |
<h3>Experience wide, open spaces</h3>
|
|
|
258 |
<p>
|
| 8316 |
anupam.sin |
259 |
Explore our spacious stores and experience the latest Android technology.
|
|
|
260 |
Learn about the things you can do with mobile Internet.
|
|
|
261 |
Interact with the displays and devices at leisure. Take photographs with the Android robots.
|
| 8300 |
anupam.sin |
262 |
</p>
|
|
|
263 |
</div>
|
| 8301 |
anupam.sin |
264 |
<div class='image-holding-block right-inner-block'>
|
| 8314 |
anupam.sin |
265 |
<img class='image-block' src='/images/androidland/space-block.jpg'>
|
| 8300 |
anupam.sin |
266 |
</div>
|
|
|
267 |
<div style='clear:both;'></div>
|
| 8158 |
anupam.sin |
268 |
</div>
|
| 8300 |
anupam.sin |
269 |
<div class='separator'></div>
|
|
|
270 |
|
|
|
271 |
<div class='outer-block'>
|
| 8301 |
anupam.sin |
272 |
<div class='image-holding-block left-inner-block'>
|
| 8314 |
anupam.sin |
273 |
<img class='image-block' src='/images/androidland/brands-block.jpg'>
|
| 8300 |
anupam.sin |
274 |
</div>
|
| 8301 |
anupam.sin |
275 |
<div class='right-inner-block'>
|
| 8300 |
anupam.sin |
276 |
<h3>Explore all the big brands</h3>
|
|
|
277 |
<p>
|
| 8316 |
anupam.sin |
278 |
You will find all the top smartphone and tablet brands under one roof
|
|
|
279 |
- Spice, Sony, Samsung, Micromax, Karbonn, HTC, LG and many more.
|
|
|
280 |
<br>Explore accessories specially designed for your android smartphone.
|
| 8300 |
anupam.sin |
281 |
</p>
|
|
|
282 |
</div>
|
|
|
283 |
<div style='clear:both;'></div>
|
| 8158 |
anupam.sin |
284 |
</div>
|
|
|
285 |
|
| 8300 |
anupam.sin |
286 |
<div>
|
|
|
287 |
<div class="cycle" style="background:url('/images/androidland/panorama.jpg');height:330px"></div>
|
|
|
288 |
</div>
|
| 8158 |
anupam.sin |
289 |
|
| 8300 |
anupam.sin |
290 |
<div class='outer-block'>
|
| 8301 |
anupam.sin |
291 |
<div class='left-inner-block'>
|
| 8314 |
anupam.sin |
292 |
<h3>Expert advice</h3>
|
| 8300 |
anupam.sin |
293 |
<p>
|
| 8314 |
anupam.sin |
294 |
AndroidLand store staff (Spice Android Gurus) have been specially trained
|
|
|
295 |
on the Android platform and will be able to help you select the device that’s
|
|
|
296 |
right for you and then set-up, customize and provide apps recommendations.
|
| 8300 |
anupam.sin |
297 |
</p>
|
|
|
298 |
</div>
|
| 8301 |
anupam.sin |
299 |
<div class='image-holding-block right-inner-block'>
|
| 8314 |
anupam.sin |
300 |
<img class='image-block' src='/images/androidland/advice-block.jpg'>
|
| 8300 |
anupam.sin |
301 |
</div>
|
|
|
302 |
<div style='clear:both;'></div>
|
| 8158 |
anupam.sin |
303 |
</div>
|
| 8300 |
anupam.sin |
304 |
<div class='separator'></div>
|
| 8158 |
anupam.sin |
305 |
|
| 8302 |
anupam.sin |
306 |
<div class="outer-block">
|
|
|
307 |
<div style="margin: 0 25px 0 50px;" class='inline-mini-banner'>
|
| 8314 |
anupam.sin |
308 |
<img width="220px" height="140px" src="/images/androidland/free-wifi.jpg">
|
| 8300 |
anupam.sin |
309 |
</div>
|
| 8302 |
anupam.sin |
310 |
<div style="margin: 0 25px 0 25px;" class='inline-mini-banner'>
|
| 8314 |
anupam.sin |
311 |
<img width="220px" height="140px" src="/images/androidland/special-deals.jpg">
|
| 8300 |
anupam.sin |
312 |
</div>
|
| 8302 |
anupam.sin |
313 |
<div style="margin: 0 50px 0 25px;" class='inline-mini-banner'>
|
| 8314 |
anupam.sin |
314 |
<img width="220px" height="140px" src="/images/androidland/play-zone.jpg">
|
| 8300 |
anupam.sin |
315 |
</div>
|
| 8302 |
anupam.sin |
316 |
|
|
|
317 |
<div style="clear:both;"></div>
|
| 8158 |
anupam.sin |
318 |
</div>
|
|
|
319 |
|
| 8300 |
anupam.sin |
320 |
<div class='separator'></div>
|
| 8158 |
anupam.sin |
321 |
|
| 8302 |
anupam.sin |
322 |
<div>
|
|
|
323 |
<h3 class='address-heading'>Androidland, Koramangla
|
|
|
324 |
<span style="font-size: 16px;">
|
| 8316 |
anupam.sin |
325 |
<br>Shop No 115,
|
|
|
326 |
<br>7th Block, Koramangla,
|
|
|
327 |
<br>Bangalore - 560094 (Karnataka)
|
| 8302 |
anupam.sin |
328 |
</span>
|
|
|
329 |
</h3>
|
|
|
330 |
<h3 class='address-heading'>Androidland, Noida
|
|
|
331 |
<span style="font-size: 16px;">
|
| 8316 |
anupam.sin |
332 |
<br>Shop No 216, 2nd Floor,
|
|
|
333 |
<br>The Great India Place Mall,
|
| 8302 |
anupam.sin |
334 |
<br>Noida - 201301 (UP)
|
|
|
335 |
</span>
|
|
|
336 |
</h3>
|
|
|
337 |
<div style="clear:both;"></div>
|
| 8158 |
anupam.sin |
338 |
</div>
|
| 8302 |
anupam.sin |
339 |
|
| 8300 |
anupam.sin |
340 |
<div style='margin-top:40px;'>
|
| 8302 |
anupam.sin |
341 |
<div id="map_canvas_kor" class='map_canvas'></div>
|
|
|
342 |
<div id="map_canvas_noida" class='map_canvas'></div>
|
| 8345 |
anupam.sin |
343 |
<div style="clear:both;"></div>
|
| 8158 |
anupam.sin |
344 |
</div>
|
|
|
345 |
|
| 8345 |
anupam.sin |
346 |
<div style='margin-top:40px;'>
|
| 8300 |
anupam.sin |
347 |
|
|
|
348 |
</div>
|
|
|
349 |
|
| 8345 |
anupam.sin |
350 |
<div class='separator'></div>
|
|
|
351 |
<div style="height:30px;line-height:30px;">
|
|
|
352 |
<div style='float:left;'>Follow us </div>
|
|
|
353 |
<div style='float:left;'>
|
|
|
354 |
<a style="background: url('/images/Facebook.png') no-repeat;font-size: 24px;text-decoration:none;" href="http://www.facebook.com/androidlandindia" rel="nofollow" target="_blank"> </a>
|
| 8410 |
anupam.sin |
355 |
<a style="background:url('/images/Twitter.png') no-repeat;font-size: 24px;text-decoration:none;" href="https://twitter.com/AndroidLandin" rel="nofollow" target="_blank"> </a>
|
| 8345 |
anupam.sin |
356 |
<a style="background:url('/images/Google_Plus.png') no-repeat;font-size: 24px;text-decoration:none;" href="https://plus.google.com/117223022684716695993/about" rel="nofollow" target="_blank"> </a>
|
|
|
357 |
</div>
|
|
|
358 |
<div style="float:right">
|
|
|
359 |
<div style="width: 75px; font-size: 11px; height: 25px; float: left; margin: 5px 0px 5px 5px;">
|
|
|
360 |
<div class="fb-like" data-href="http://www.saholic.com/androidland" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="button_count" data-action="like" data-show-faces="true" data-send="false"></div>
|
|
|
361 |
</div>
|
|
|
362 |
<div style="width: 66px; font-size: 11px; height: 25px; float: left; margin: 5px 0px 5px 5px;">
|
|
|
363 |
<!-- Place this tag where you want the +1 button to render. -->
|
|
|
364 |
<div class="g-plusone" data-size="medium"></div>
|
|
|
365 |
</div>
|
|
|
366 |
<div style="width: 77px; font-size: 11px; height: 25px; float: left; margin: 5px 0px 0px 0px;">
|
|
|
367 |
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
|
| 8433 |
amit.gupta |
368 |
<script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
| 8345 |
anupam.sin |
369 |
</div>
|
|
|
370 |
<!-- Place this tag after the last +1 button tag. -->
|
|
|
371 |
<script type="text/javascript">
|
|
|
372 |
(function() {
|
|
|
373 |
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
|
|
374 |
po.src = 'https://apis.google.com/js/plusone.js';
|
|
|
375 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
|
|
376 |
})();
|
|
|
377 |
</script>
|
|
|
378 |
</div>
|
|
|
379 |
<div style='float:right'>Like us </div>
|
|
|
380 |
</div>
|
|
|
381 |
<div style='clear:both'></div>
|
|
|
382 |
<div class='separator'></div>
|
| 8302 |
anupam.sin |
383 |
|
| 8345 |
anupam.sin |
384 |
<div style='margin-top:40px;'>
|
|
|
385 |
|
|
|
386 |
</div>
|
|
|
387 |
|
| 8302 |
anupam.sin |
388 |
</div>
|
| 8300 |
anupam.sin |
389 |
</div>
|
|
|
390 |
</div>
|
|
|
391 |
|
|
|
392 |
#include("templates/footer.vm")
|
| 8317 |
amit.gupta |
393 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
394 |
<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
|
| 8433 |
amit.gupta |
395 |
<script type="text/javascript">
|
| 8300 |
anupam.sin |
396 |
(function (jQuery) {
|
|
|
397 |
jQuery.fn.cyclotron = function (options) {
|
|
|
398 |
var settings = jQuery.extend({
|
|
|
399 |
dampingFactor: 0.93,
|
|
|
400 |
historySize: 5
|
|
|
401 |
}, options);
|
|
|
402 |
return this.each(function () {
|
|
|
403 |
var container, sx, dx = 0, armed, offset = 0, tick, prev, h = [];
|
|
|
404 |
container = jQuery(this);
|
|
|
405 |
|
|
|
406 |
container.mousedown(function (e) {
|
|
|
407 |
sx = e.pageX - offset;
|
|
|
408 |
armed = true;
|
|
|
409 |
e.preventDefault();
|
|
|
410 |
});
|
|
|
411 |
container.mousemove(function (e) {
|
|
|
412 |
var px;
|
|
|
413 |
if (armed) {
|
|
|
414 |
px = e.pageX;
|
|
|
415 |
if (prev === undefined) {
|
|
|
416 |
prev = px;
|
|
|
417 |
}
|
|
|
418 |
offset = px - sx;
|
|
|
419 |
if (h.length > settings.historySize) {
|
|
|
420 |
h.shift();
|
|
|
421 |
}
|
|
|
422 |
h.push(prev - px);
|
|
|
423 |
|
|
|
424 |
container.css('background-position', offset);
|
|
|
425 |
|
|
|
426 |
prev = px;
|
|
|
427 |
}
|
|
|
428 |
});
|
|
|
429 |
container.bind('mouseleave mouseup', function () {
|
|
|
430 |
if (armed) {
|
|
|
431 |
var i, len = h.length, v = h[len - 1];
|
|
|
432 |
for (i = 0; i < len; i++) {
|
|
|
433 |
v = (v * len + (h[i])) / (len + 1);
|
|
|
434 |
}
|
|
|
435 |
dx = v;
|
|
|
436 |
}
|
|
|
437 |
armed = false;
|
|
|
438 |
});
|
|
|
439 |
tick = function () {
|
|
|
440 |
if (!armed) {
|
|
|
441 |
dx = 2;
|
|
|
442 |
dx *= settings.dampingFactor;
|
|
|
443 |
offset -= dx;
|
|
|
444 |
container.css('background-position', offset);
|
|
|
445 |
if (Math.abs(dx) < 0.001) {
|
|
|
446 |
dx = 0;
|
|
|
447 |
}
|
|
|
448 |
}
|
|
|
449 |
};
|
|
|
450 |
setInterval(tick, 16);
|
|
|
451 |
});
|
|
|
452 |
};
|
|
|
453 |
}(jQuery));
|
|
|
454 |
|
|
|
455 |
jQuery(document).ready(function (jQuery) {
|
|
|
456 |
jQuery('.cycle').cyclotron();
|
|
|
457 |
});
|
|
|
458 |
</script>
|
| 8433 |
amit.gupta |
459 |
<script type="text/javascript">
|
| 8300 |
anupam.sin |
460 |
jQuery('#store-banners').slidy({
|
|
|
461 |
animation: 'fade',
|
|
|
462 |
pause: true,
|
|
|
463 |
speed: 1500,
|
|
|
464 |
time: 3000,
|
|
|
465 |
width: 940,
|
|
|
466 |
height: 450
|
|
|
467 |
});
|
|
|
468 |
</script>
|
|
|
469 |
</body>
|
| 8156 |
anupam.sin |
470 |
</html>
|