Subversion Repositories SmartDukaan

Rev

Rev 8300 | Rev 8302 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8300 Rev 8301
Line 45... Line 45...
45
            }   
45
            }   
46
            google.maps.event.addDomListener(window, 'load', initialize);
46
            google.maps.event.addDomListener(window, 'load', initialize);
47
        </script>
47
        </script>
48
    	
48
    	
49
    	<style>
49
    	<style>
-
 
50
			@font-face {
-
 
51
                font-family: 'ralewaylight';
-
 
52
                src: url('/fonts/androidland/raleway-light.eot');
-
 
53
                src: url('/fonts/androidland/raleway-light.eot?#iefix') format('embedded-opentype'),
-
 
54
                     url('/fonts/androidland/raleway-light.woff') format('woff'),
-
 
55
                     url('/fonts/androidland/raleway-light.ttf') format('truetype'),
-
 
56
                     url('/fonts/androidland/raleway-light.svg#ralewaylight') format('svg');
-
 
57
                font-weight: normal;
-
 
58
                font-style: normal;
-
 
59
            
-
 
60
            }
-
 
61
            
-
 
62
            
-
 
63
            
-
 
64
            
-
 
65
            @font-face {
-
 
66
                font-family: 'ralewayregular';
-
 
67
                src: url('/fonts/androidland/raleway-regular.eot');
-
 
68
                src: url('/fonts/androidland/raleway-regular.eot?#iefix') format('embedded-opentype'),
-
 
69
                     url('/fonts/androidland/raleway-regular.woff') format('woff'),
-
 
70
                     url('/fonts/androidland/raleway-regular.ttf') format('truetype'),
-
 
71
                     url('/fonts/androidland/raleway-regular.svg#ralewayregular') format('svg');
-
 
72
                font-weight: normal;
-
 
73
                font-style: normal;
-
 
74
            
-
 
75
            }
-
 
76
			
50
    		.main-background {
77
    		.main-background {
51
    			background-color:#E1E1E1;
78
    			background-color:#E1E1E1;
52
    		}
79
    		}
53
    		
80
    		
54
    		.container {
81
    		.container {
Line 60... Line 87...
60
				margin:auto;
87
				margin:auto;
61
				background-color:white;
88
				background-color:white;
62
				color:#666666;
89
				color:#666666;
63
    		}
90
    		}
64
			
91
			
-
 
92
			.content-after-banner {
-
 
93
				font-size:18px;
-
 
94
				font-family:'ralewaylight';
-
 
95
			}
-
 
96
			
65
			h1, h2 {
97
			h1, h2 {
66
				font-size:40px;
98
				font-size:40px;
-
 
99
				font-family:'ralewayregular';
67
				margin:40px 0 0 0;
100
				margin:40px 0 0 0;
68
				color:#444444;
101
				color:#444444;
69
			}
102
			}
70
			
103
			
71
			h3 {
104
			h3 {
72
				font-size:30px;
105
				font-size:30px;
73
				margin:30px 0;
106
				margin:30px 0;
74
				color:#444444;
107
				color:#444444;
75
			}
-
 
76
			
-
 
77
			.content-after-banner {
-
 
78
				font-size:18px;
108
				font-family:'ralewaylight';
79
			}
109
			}
80
			
110
			
81
			.container p {
111
			.container p {
82
				padding:30px 0 30px 20px;
112
				padding:30px 0 30px 20px;
83
			}
113
			}
Line 111... Line 141...
111
            .image-holding-block {
141
            .image-holding-block {
112
            	text-align:center;
142
            	text-align:center;
113
            }
143
            }
114
            
144
            
115
            .image-block {
145
            .image-block {
116
            	width:390px;
146
            	width:330px;
117
				height:355px;
147
				height:300px;
118
            }
148
            }
119
            
149
            
120
            .inner-block {
150
            .left-inner-block {
-
 
151
            	padding:0 20px 0 60px;
-
 
152
				float:left;
-
 
153
				width:350px;
-
 
154
            }
-
 
155
			
-
 
156
			.right-inner-block {
121
            	padding:0 20px;
157
            	padding:0 60px 0 20px;
122
				float:left;
158
				float:left;
123
				width:390px;
159
				width:350px;
124
            }
160
            }
125
			
161
			
126
			#map_canvas {
162
			#map_canvas {
127
                width: 940px;
163
                width: 940px;
128
                height: 400px;
164
                height: 400px;
129
			}
165
			}
130
			
166
			
131
			.inner-block p {
167
			.right-inner-block p, .left-inner-block p {
132
				padding:20px 0;
168
				padding:0 0 0 0;
133
			}
169
			}
134
    	</style>
170
    	</style>
135
    </head>
171
    </head>
136
 
172
 
137
    <body>
173
    <body>
Line 155... Line 191...
155
        					<a class="content_tabber" href="/androidland-apps">Android Apps</a> 
191
        					<a class="content_tabber" href="/androidland-apps">Android Apps</a> 
156
                        </div><!-- .content_tabber_con -->
192
                        </div><!-- .content_tabber_con -->
157
                    </div>
193
                    </div>
158
                </div>
194
                </div>
159
				<div class="content-after-banner">
195
				<div class="content-after-banner">
160
        			<h1>India's first chain of Android-only mobile stores.</h1>
196
        			<h1>Welcome to Androidland</h1>
161
        			<p>Discover the latest and the widest range of Android smartphones and tablets from all the big brands.</p>
197
        			<p>India's first chain of Android-only mobile stores. Discover the latest and the widest range of Android smartphones and tablets from all the big brands.</p>
162
					<div id="store-banners">
198
					<div id="store-banners">
163
						<img src="/images/androidland/slide-1.jpg"></img>
199
						<img src="/images/androidland/slide-1.jpg"></img>
164
						<img src="/images/androidland/slide-2.jpg"></img>
200
						<img src="/images/androidland/slide-2.jpg"></img>
165
						<img src="/images/androidland/slide-3.jpg"></img>
201
						<img src="/images/androidland/slide-3.jpg"></img>
166
						<img src="/images/androidland/slide-4.jpg"></img>
202
						<img src="/images/androidland/slide-4.jpg"></img>
Line 182... Line 218...
182
						</tbody>
218
						</tbody>
183
					</table>
219
					</table>
184
					<div class='separator'></div>
220
					<div class='separator'></div>
185
					
221
					
186
					<div class='outer-block'>
222
					<div class='outer-block'>
187
						<div class='inner-block'>
223
						<div class='left-inner-block'>
188
							<h3>Experience wide, open spaces</h3>
224
							<h3>Experience wide, open spaces</h3>
189
							<p>
225
							<p>
190
								Explore our spacious stores and experience the latest Android technology 
226
								Explore our spacious stores and experience the latest Android technology 
191
								and learn about the things you can do with the mobile Internet. 
227
								and learn about the things you can do with the mobile Internet. 
192
								Interact with the displays and devices. Take photographs with the Android robots. 
228
								Interact with the displays and devices. Take photographs with the Android robots. 
193
							</p>
229
							</p>
194
						</div>
230
						</div>
195
						<div class='image-holding-block inner-block'>
231
						<div class='image-holding-block right-inner-block'>
196
							<img class='image-block' src='/images/androidland/open-design.jpg'>
232
							<img class='image-block' src='/images/androidland/open-design.jpg'>
197
						</div>
233
						</div>
198
						<div style='clear:both;'></div>
234
						<div style='clear:both;'></div>
199
					</div>
235
					</div>
200
					<div class='separator'></div>
236
					<div class='separator'></div>
201
					
237
					
202
					<div class='outer-block'>
238
					<div class='outer-block'>
203
						<div class='image-holding-block inner-block'>
239
						<div class='image-holding-block left-inner-block'>
204
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
240
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
205
						</div>
241
						</div>
206
						<div class='inner-block'>
242
						<div class='right-inner-block'>
207
							<h3>Explore all the big brands</h3>
243
							<h3>Explore all the big brands</h3>
208
							<p>
244
							<p>
209
								You will find all the top smartphone/tablet brands under one roof
245
								You will find all the top smartphone/tablet brands under one roof
210
								- Spice, Samsung, Micromaxx, Karbonn, HTC, LG, Motorola, Asus, and much more...
246
								- Spice, Samsung, Micromaxx, Karbonn, HTC, LG, Motorola, Asus, and much more...
211
							</p>
247
							</p>
Line 216... Line 252...
216
					<div>
252
					<div>
217
						<div class="cycle" style="background:url('/images/androidland/panorama.jpg');height:330px"></div>
253
						<div class="cycle" style="background:url('/images/androidland/panorama.jpg');height:330px"></div>
218
					</div>
254
					</div>
219
					
255
					
220
					<div class='outer-block'>
256
					<div class='outer-block'>
221
						<div class='inner-block'>
257
						<div class='left-inner-block'>
222
							<h3>Enjoy special deals</h3>
258
							<h3>Enjoy special deals</h3>
223
							 
259
							 
224
							<p>
260
							<p>
225
								Get special pricing and offers on devices powered by Android, 
261
								Get special pricing and offers on devices powered by Android, 
226
								the world's most dynamic mobile operating system. 
262
								the world's most dynamic mobile operating system. 
227
							</p>
263
							</p>
228
						</div>
264
						</div>
229
						<div class='image-holding-block inner-block'>
265
						<div class='image-holding-block right-inner-block'>
230
							<img class='image-block' src='/images/androidland/open-design.jpg'>
266
							<img class='image-block' src='/images/androidland/open-design.jpg'>
231
						</div>
267
						</div>
232
						<div style='clear:both;'></div>
268
						<div style='clear:both;'></div>
233
					</div>
269
					</div>
234
					<div class='separator'></div>
270
					<div class='separator'></div>
235
					
271
					
236
					<div class='outer-block'>
272
					<div class='outer-block'>
237
						<div class='image-holding-block inner-block'>
273
						<div class='image-holding-block left-inner-block'>
238
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
274
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
239
						</div>
275
						</div>
240
						<div class='inner-block'>
276
						<div class='right-inner-block' style='padding:0 60px 0 20px;'>
241
							<h3>Get expert advice</h3>
277
							<h3>Get expert advice</h3>
242
							<p>
278
							<p>
243
								Let our trained staff guide you through the most amazing Android tips and tricks.
279
								Let our trained staff guide you through the most amazing Android tips and tricks.
244
							</p>
280
							</p>
245
						</div>
281
						</div>
Line 247... Line 283...
247
					</div>
283
					</div>
248
					
284
					
249
					<div class='separator'></div>
285
					<div class='separator'></div>
250
					
286
					
251
					<div class='outer-block'>
287
					<div class='outer-block'>
252
						<div class='inner-block'>
288
						<div class='left-inner-block'>
253
							<h3> Browse the Google Play Zone</h3>
289
							<h3> Browse the Google Play Zone</h3>
254
							<p>
290
							<p>
255
								 Search, choose and download your favorite Android apps in the Google Play Zone.
291
								 Search, choose and download your favorite Android apps in the Google Play Zone.
256
							</p>
292
							</p>
257
						</div>
293
						</div>
258
						<div class='image-holding-block inner-block'>
294
						<div class='image-holding-block right-inner-block'>
259
							<img class='image-block' src='/images/androidland/open-design.jpg'>
295
							<img class='image-block' src='/images/androidland/open-design.jpg'>
260
						</div>
296
						</div>
261
						<div style='clear:both;'></div>
297
						<div style='clear:both;'></div>
262
					</div>
298
					</div>
263
					
299
					
264
					<div class='separator'></div>
300
					<div class='separator'></div>
265
					
301
					
266
					<div class='outer-block'>
302
					<div class='outer-block'>
267
						<div class='image-holding-block inner-block'>
303
						<div class='image-holding-block left-inner-block'>
268
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
304
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
269
						</div>
305
						</div>
270
						<div class='inner-block'>
306
						<div class='right-inner-block' style='padding:0 60px 0 20px;'>
271
							<h3>Enjoy Free WiFi</h3>
307
							<h3>Enjoy Free WiFi</h3>
272
							<p>
308
							<p>
273
								Browse the internet for free using our always-on devices.
309
								Browse the internet for free using our always-on devices.
274
							</p>
310
							</p>
275
						</div>
311
						</div>