Subversion Repositories SmartDukaan

Rev

Rev 8410 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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