Subversion Repositories SmartDukaan

Rev

Rev 8277 | 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>
8361 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 Delhi</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
                });
8234 amit.gupta 36
            }
8361 amit.gupta 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_noida);
56
			google.maps.event.addDomListener(window, 'load', initialize_kor);
57
        </script>
58
 
59
    	<style>
60
 
61
    		.main-background {
62
    			background-color:#E1E1E1;
63
    			width: auto;
64
    		}
65
 
66
    		.container {
67
    			padding:10px 10px 0 10px;
68
    			box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
69
                -moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
70
                -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
71
				width:940px;
72
				margin:auto;
73
				background-color:white;
74
				color:#444444;
75
    		}
76
 
77
			.content-after-banner {
78
				font-size:18px;
79
				font-family:'ralewaylight';
80
			}
81
 
82
			h1, h2 {
83
				font-size:40px;
84
				font-family:'ralewayregular';
85
				margin:40px 0 0 0;
86
				color:#444444;
87
			}
88
 
89
			h3 {
90
				font-size:30px;
91
				margin:30px 0;
92
				color:#444444;
93
				font-family:'ralewaylight';
94
			}
95
 
96
			.container p {
97
				padding:30px 0 30px 20px;
98
			}
99
 
100
			.container h1, .container h2{
101
				padding-left:20px;
102
			}
103
 
104
			table.promotion-table {
105
                padding-left: 20px;
106
                background-color: #2789c1;
107
                color: white;
108
                width: 100%;
109
			}
110
 
111
			table.promotion-table td {
112
                height: 100px;
113
                vertical-align: middle;
114
                font-size: 30px;
115
			}
116
 
117
			.separator {
118
				border-top:1px solid #d9d9d9;
119
				margin:2px 0;
120
			}
121
 
122
			.outer-block {
123
            	margin:45px 0;padding: 0 40px;
124
            }
125
 
126
            .image-holding-block {
127
            	text-align:center;
128
            }
129
 
130
            .image-block {
131
            	width:330px;
132
				height:300px;
133
				box-shadow:0px 0px 5px 1px #666666;
134
            }
135
 
136
			#store-banners {
137
				box-shadow:0px 0px 5px 1px #666666;
138
			}
139
 
140
            .left-inner-block {
141
            	padding:0 20px 0 60px;
142
				float:left;
143
				width:350px;
144
            }
145
 
146
			.right-inner-block {
147
            	padding:0 60px 0 20px;
148
				float:left;
149
				width:350px;
150
            }
151
 
152
			.map_canvas {
153
                width: 420px;
154
                height: 250px;
155
			}
156
 
157
			.right-inner-block p, .left-inner-block p {
158
				padding:0 0 0 0;
159
			}
160
 
161
			.inline-mini-banner {
162
				float:left;
163
				box-shadow:0px 0px 5px 1px #666666;
164
				height:140px;
165
				width:220px;
166
			}
167
 
168
			#map_canvas_kor {
169
				margin: 0 30px 0 20px;
170
				float: left;
171
			}
172
 
173
			#map_canvas_noida {
174
				margin: 0 20px 0 30px;
175
				float: left;
176
			}
177
 
178
			.address-heading {
179
				width: 470px;
180
				float: left;
181
				text-align: center;
182
				margin: 30px 0 0 0;
183
				font-size: 30px;
184
			}
185
 
186
    	</style>
187
    </head>
8234 amit.gupta 188
 
8361 amit.gupta 189
    <body>
190
    	<div id="fb-root"></div>
191
		<script>(function(d, s, id) {
192
		  var js, fjs = d.getElementsByTagName(s)[0];
193
		  if (d.getElementById(id)) return;
194
		  js = d.createElement(s); js.id = id;
195
		  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
196
		  fjs.parentNode.insertBefore(js, fjs);
197
		}(document, 'script', 'facebook-jssdk'));</script>
198
         $action.getHeaderSnippet()
199
        <div class="main-background wrapper">
200
    		<div class='container'>
201
				<div class="banner_carousel short has_tabbers" style="background: url('/images/androidland/main-banner.jpg') no-repeat;">
202
                    <script>
203
        function navBannerGo(val) {
204
                    location.href = val;
205
                    }
206
                    </script>
207
 
208
                    <div class="content_tabber_con">
209
                        <div class="content_tabber_scroller">
210
                            <a class="content_tabber" href="/androidland-overview">Overview</a>
211
        					<a class="content_tabber  current" href="/androidland">AndroidLand Store
212
								<img src="/images/androidland/orange-tab.png" style="width: 100%;">
213
							</a>
214
        					<a class="content_tabber" href="/androidland-devices">Android Devices</a>
215
        					<a class="content_tabber" href="/androidland-apps">Android Apps</a>
216
                        </div><!-- .content_tabber_con -->
217
                    </div>
218
                </div>
219
				<div class="content-after-banner">
220
        			<h1>Welcome to Androidland Delhi</h1>
221
        			<p>India's first chain of Android focused stores. Discover the latest and the widest range of Android smartphones
222
						and tablets from all the big brands.
223
						<br><br>An engaging store concept especially developed by Spice in collaboration with Google.</p>
224
					<div id="store-banners">
225
						<img src="/images/androidland/slide-1.jpg"></img>
226
						<img src="/images/androidland/slide-2.jpg"></img>
227
						<img src="/images/androidland/slide-3.jpg"></img>
228
						<img src="/images/androidland/slide-4.jpg"></img>
229
						<img src="/images/androidland/slide-5.jpg"></img>
230
						<img src="/images/androidland/slide-6.jpg"></img>
231
                    </div>
8234 amit.gupta 232
 
8361 amit.gupta 233
					<h2>First of its kind</h2>
234
					<p>AndroidLand chain of stores will sell only Android-related products.</p> 
235
					<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>
236
					<div class='separator' style='margin-top:30px;'></div>
237
					<table class='promotion-table'>
238
						<thead></thead>
239
						<tbody>
240
							<tr>
241
								<td>Get a chance to win fabulous prizes</td>
242
								<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>
243
							</tr>
244
						</tbody>
245
					</table>
246
					<div class='separator'></div>
8234 amit.gupta 247
 
8361 amit.gupta 248
					<div class='outer-block'>
249
						<div class='left-inner-block'>
250
							<h3>Experience wide, open spaces</h3>
251
							<p>
252
								Explore our spacious stores and experience the latest Android technology. 
253
								Learn about the things you can do with mobile Internet. 
254
								Interact with the displays and devices at leisure. Take photographs with the Android robots. 
255
							</p>
256
						</div>
257
						<div class='image-holding-block right-inner-block'>
258
							<img class='image-block' src='/images/androidland/space-block.jpg'>
259
						</div>
260
						<div style='clear:both;'></div>
8234 amit.gupta 261
					</div>
8361 amit.gupta 262
					<div class='separator'></div>
8234 amit.gupta 263
 
8361 amit.gupta 264
					<div class='outer-block'>
265
						<div class='image-holding-block left-inner-block'>
266
							<img class='image-block' src='/images/androidland/brands-block.jpg'>
267
						</div>
268
						<div class='right-inner-block'>
269
							<h3>Explore all the big brands</h3>
270
							<p>
271
								You will find all the top smartphone and tablet brands under one roof
272
								- Spice, Sony, Samsung, Micromax, Karbonn, HTC, LG and many more.
273
								<br>Explore accessories specially designed for your android smartphone.
274
							</p>
275
						</div>
276
						<div style='clear:both;'></div>
277
					</div>
8234 amit.gupta 278
 
8361 amit.gupta 279
					<div>
280
						<div class="cycle" style="background:url('/images/androidland/panorama.jpg');height:330px"></div>
8234 amit.gupta 281
					</div>
282
 
8361 amit.gupta 283
					<div class='outer-block'>
284
						<div class='left-inner-block'>
285
							<h3>Expert advice</h3>
286
							<p>
287
								AndroidLand store staff (Spice Android Gurus) have been specially trained
288
								on the Android platform and will be able to help you select the device that’s
289
								right for you and then set-up, customize and provide apps recommendations. 
290
							</p>
291
						</div>
292
						<div class='image-holding-block right-inner-block'>
293
							<img class='image-block' src='/images/androidland/advice-block.jpg'>
294
						</div>
295
						<div style='clear:both;'></div>
8234 amit.gupta 296
					</div>
8361 amit.gupta 297
					<div class='separator'></div>
8234 amit.gupta 298
 
8361 amit.gupta 299
					<div class="outer-block">
300
						<div style="margin: 0 25px 0 50px;" class='inline-mini-banner'>
301
							<img width="220px" height="140px" src="/images/androidland/free-wifi.jpg">
302
						</div>
303
						<div style="margin: 0 25px 0 25px;" class='inline-mini-banner'>
304
							<img width="220px" height="140px" src="/images/androidland/special-deals.jpg">
305
						</div>
306
						<div style="margin: 0 50px 0 25px;" class='inline-mini-banner'>
307
							<img width="220px" height="140px" src="/images/androidland/play-zone.jpg">
308
						</div>
309
 
310
						<div style="clear:both;"></div>
311
					</div>
8234 amit.gupta 312
 
8361 amit.gupta 313
					<div class='separator'></div>
314
					<div style='margin-top:40px;'></div>
315
					<div>
316
						<h3 class='address-heading'>Androidland, Noida
317
							<span style="font-size: 16px;">
318
								<br>Shop No 216, 2nd Floor,
319
								<br>The Great India Place Mall,
320
								<br>Noida - 201301 (UP)
321
							</span>
322
						</h3>
323
						<div id="map_canvas_noida" class='map_canvas'></div>
324
						<div style="clear:both;"></div>
8234 amit.gupta 325
					</div>
8361 amit.gupta 326
					<div style='margin-top:40px;'></div>
327
					<div class='separator'></div>					
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>
8234 amit.gupta 358
					</div>
8361 amit.gupta 359
					<div style='clear:both'></div>
360
					<div class='separator'></div>
8234 amit.gupta 361
 
8361 amit.gupta 362
					<div style='margin-top:40px;'>
363
						&nbsp;
8234 amit.gupta 364
					</div>
365
 
8361 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>