Subversion Repositories SmartDukaan

Rev

Rev 8317 | Rev 8410 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8234 amit.gupta 1
<!DOCTYPE html>
2
 
3
<html>
8317 amit.gupta 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 Bangalore</title>
12
        #include ( "templates/commoncssfiles.vm" )
8361 amit.gupta 13
        <script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
8317 amit.gupta 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
                });
8234 amit.gupta 36
            }
8317 amit.gupta 37
 
38
			function initialize_noida() {
39
                var mapCanvas = document.getElementById('map_canvas_noida');
8361 amit.gupta 40
 
41
                var tgip = new google.maps.LatLng(28.567812,77.325854);
42
                var center = new google.maps.LatLng(28.567812,77.325854);
8317 amit.gupta 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;
8361 amit.gupta 62
    			width: auto;
8317 amit.gupta 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>
8234 amit.gupta 187
 
8317 amit.gupta 188
    <body>
8361 amit.gupta 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>
8317 amit.gupta 197
         $action.getHeaderSnippet()
8361 amit.gupta 198
        <div class="main-background wrapper">
8317 amit.gupta 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">
8361 amit.gupta 219
        			<h1>Welcome to Androidland Bangalore</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>
8317 amit.gupta 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>
8234 amit.gupta 231
 
8317 amit.gupta 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>
8361 amit.gupta 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>
8317 amit.gupta 242
							</tr>
243
						</tbody>
244
					</table>
245
					<div class='separator'></div>
8234 amit.gupta 246
 
8317 amit.gupta 247
					<div class='outer-block'>
248
						<div class='left-inner-block'>
249
							<h3>Experience wide, open spaces</h3>
250
							<p>
8361 amit.gupta 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. 
8317 amit.gupta 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>
8234 amit.gupta 260
					</div>
8317 amit.gupta 261
					<div class='separator'></div>
8234 amit.gupta 262
 
8317 amit.gupta 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>
8361 amit.gupta 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.
8317 amit.gupta 273
							</p>
274
						</div>
275
						<div style='clear:both;'></div>
276
					</div>
8234 amit.gupta 277
 
8317 amit.gupta 278
					<div>
279
						<div class="cycle" style="background:url('/images/androidland/panorama.jpg');height:330px"></div>
8234 amit.gupta 280
					</div>
281
 
8317 amit.gupta 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>
8234 amit.gupta 295
					</div>
8317 amit.gupta 296
					<div class='separator'></div>
8234 amit.gupta 297
 
8317 amit.gupta 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>
8234 amit.gupta 310
					</div>
311
 
8317 amit.gupta 312
					<div class='separator'></div>
8361 amit.gupta 313
					<div style='margin-top:40px;'></div>
8317 amit.gupta 314
					<div>
315
						<h3 class='address-heading'>Androidland, Koramangla
316
							<span style="font-size: 16px;">
8361 amit.gupta 317
								<br>Shop No 115,
318
								<br>7th Block, Koramangla,
319
								<br>Bangalore - 560094 (Karnataka)
8317 amit.gupta 320
							</span>
321
						</h3>
322
						<div id="map_canvas_kor" class='map_canvas'></div>
323
						<div style="clear:both;"></div>
8361 amit.gupta 324
					</div>
325
					<div style='margin-top:40px;'></div>
326
					<div class='separator'></div>
327
 
328
 
329
					<div style="height:30px;line-height:30px;">
330
						<div style='float:left;'>Follow us &nbsp;</div> 
331
						<div style='float:left;'>
332
    						<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>
333
    						<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>
334
    						<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>
335
						</div>
336
    					<div style="float:right">
337
    						<div style="width: 75px; font-size: 11px; height: 25px; float: left; margin: 5px 0px 5px 5px;">
338
    						<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>
339
    						</div>
340
    						<div style="width: 66px; font-size: 11px; height: 25px; float: left; margin: 5px 0px 5px 5px;">
341
    							<!-- Place this tag where you want the +1 button to render. -->
342
    							<div class="g-plusone" data-size="medium"></div>
343
    						</div>
344
    						<div style="width: 77px; font-size: 11px; height: 25px; float: left; margin: 5px 0px 0px 0px;">
345
    						    <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
346
    							<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>
347
    						</div>
348
    						<!-- Place this tag after the last +1 button tag. -->
349
    						<script type="text/javascript">
350
    						  (function() {
351
    						    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
352
    						    po.src = 'https://apis.google.com/js/plusone.js';
353
    						    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
354
    						  })();
355
    						</script>
356
    					</div>
357
    					<div style='float:right'>Like us </div>
358
					</div>
359
					<div style='clear:both'></div>
360
					<div class='separator'></div>
361
 
362
					<div style='margin-top:40px;'>
8317 amit.gupta 363
						&nbsp;
8234 amit.gupta 364
					</div>
365
 
8317 amit.gupta 366
    			</div>
367
    		</div>
368
    	</div>
369
 
370
        #include("templates/footer.vm")
371
        #include ( "templates/commonjsfiles.vm" )
372
		<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
373
    	<script>
374
    		(function (jQuery) {
375
                jQuery.fn.cyclotron = function (options) {
376
                    var settings = jQuery.extend({
377
                        dampingFactor: 0.93,
378
                        historySize: 5
379
                    }, options);
380
                    return this.each(function () {
381
                        var container, sx, dx = 0, armed, offset = 0, tick, prev, h = [];
382
                        container = jQuery(this);
383
 
384
                        container.mousedown(function (e) {
385
                            sx = e.pageX - offset;
386
                            armed = true;
387
                            e.preventDefault();
388
                        });
389
                        container.mousemove(function (e) {
390
                            var px;
391
                            if (armed) {
392
                                px = e.pageX;
393
                                if (prev === undefined) {
394
                                    prev = px;
395
                                }
396
                                offset = px - sx;
397
                                if (h.length > settings.historySize) {
398
                                    h.shift();
399
                                }
400
                                h.push(prev - px);
401
 
402
                                container.css('background-position', offset);
403
 
404
                                prev = px;
405
                            }
406
                        });
407
                        container.bind('mouseleave mouseup', function () {
408
                            if (armed) {
409
                                var i, len = h.length, v = h[len - 1];
410
                                for (i = 0; i < len; i++) {
411
                                    v = (v * len + (h[i])) / (len + 1);
412
                                }
413
                                dx = v;
414
                            }
415
                            armed = false;
416
                        });
417
                        tick = function () {
418
                            if (!armed) {
419
                                dx = 2;
420
                                dx *= settings.dampingFactor;
421
                                offset -= dx;
422
                                container.css('background-position', offset);
423
                                if (Math.abs(dx) < 0.001) {
424
                                    dx = 0;
425
                                }
426
                            }
427
                        };
428
                        setInterval(tick, 16);
429
                    });
430
                };
431
            }(jQuery));
432
 
433
            jQuery(document).ready(function (jQuery) {
434
                jQuery('.cycle').cyclotron();
435
            });
436
        </script>
437
		<script>
438
			jQuery('#store-banners').slidy({
439
                animation:  'fade',
440
                pause:      true,
441
                speed:      1500,
442
                time:       3000,
443
    			width:		940,
444
    			height:		450
445
            });
446
		</script>
447
    </body>
8234 amit.gupta 448
</html>