| 8314 |
anupam.sin |
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="Enjoy great contest and awesome prizes." name="description">
|
|
|
9 |
<meta content="-1" http-equiv="Expires">
|
|
|
10 |
|
|
|
11 |
<title>Androidland FunZone | Great prizes</title>
|
|
|
12 |
#include ( "templates/commoncssfiles.vm" )
|
|
|
13 |
<link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
|
|
|
14 |
<link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
|
|
|
15 |
<link href="/css/androidland/counter013.css" media="all" rel="stylesheet" type="text/css">
|
|
|
16 |
<link href="/css/androidland/widget115.css" media="all" rel="stylesheet" type="text/css">
|
|
|
17 |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
|
|
|
18 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
19 |
<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
|
|
|
20 |
<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
|
|
|
21 |
<script>
|
|
|
22 |
function initialize_kor() {
|
|
|
23 |
var mapCanvas = document.getElementById('map_canvas_kor');
|
|
|
24 |
var kora = new google.maps.LatLng(12.931957,77.62271);
|
|
|
25 |
var center = new google.maps.LatLng(12.931957,77.62271);
|
|
|
26 |
var mapOptions = {
|
|
|
27 |
center: center,
|
|
|
28 |
zoom: 14,
|
|
|
29 |
mapTypeId: google.maps.MapTypeId.ROADMAP
|
|
|
30 |
};
|
|
|
31 |
var map = new google.maps.Map(mapCanvas, mapOptions);
|
|
|
32 |
var koramarker = new google.maps.Marker({
|
|
|
33 |
position: kora,
|
|
|
34 |
map: map,
|
|
|
35 |
title: 'Koramangala, Bangalore'
|
|
|
36 |
});
|
|
|
37 |
}
|
|
|
38 |
|
|
|
39 |
function initialize_noida() {
|
|
|
40 |
var mapCanvas = document.getElementById('map_canvas_noida');
|
|
|
41 |
var tgip = new google.maps.LatLng(28.57201,77.326555);
|
|
|
42 |
var center = new google.maps.LatLng(28.57201,77.326555);
|
|
|
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 |
@font-face {
|
|
|
61 |
font-family: 'ralewaylight';
|
|
|
62 |
src: url('/fonts/androidland/raleway-light.eot');
|
|
|
63 |
src: url('/fonts/androidland/raleway-light.eot?#iefix') format('embedded-opentype'),
|
|
|
64 |
url('/fonts/androidland/raleway-light.woff') format('woff'),
|
|
|
65 |
url('/fonts/androidland/raleway-light.ttf') format('truetype'),
|
|
|
66 |
url('/fonts/androidland/raleway-light.svg#ralewaylight') format('svg');
|
|
|
67 |
font-weight: normal;
|
|
|
68 |
font-style: normal;
|
|
|
69 |
|
|
|
70 |
}
|
|
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
|
74 |
|
|
|
75 |
@font-face {
|
|
|
76 |
font-family: 'ralewayregular';
|
|
|
77 |
src: url('/fonts/androidland/raleway-regular.eot');
|
|
|
78 |
src: url('/fonts/androidland/raleway-regular.eot?#iefix') format('embedded-opentype'),
|
|
|
79 |
url('/fonts/androidland/raleway-regular.woff') format('woff'),
|
|
|
80 |
url('/fonts/androidland/raleway-regular.ttf') format('truetype'),
|
|
|
81 |
url('/fonts/androidland/raleway-regular.svg#ralewayregular') format('svg');
|
|
|
82 |
font-weight: normal;
|
|
|
83 |
font-style: normal;
|
|
|
84 |
|
|
|
85 |
}
|
|
|
86 |
|
|
|
87 |
.main-background {
|
|
|
88 |
background-color:#E1E1E1;
|
|
|
89 |
}
|
|
|
90 |
|
|
|
91 |
.container {
|
|
|
92 |
padding:10px 10px 0 10px;
|
|
|
93 |
box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
|
|
|
94 |
-moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
|
|
|
95 |
-webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
|
|
|
96 |
width:940px;
|
|
|
97 |
margin:auto;
|
|
|
98 |
background-color:white;
|
|
|
99 |
color:#444444;
|
|
|
100 |
}
|
|
|
101 |
|
|
|
102 |
.content-after-banner {
|
|
|
103 |
font-size:18px;
|
|
|
104 |
font-family:'ralewaylight';
|
|
|
105 |
}
|
|
|
106 |
|
|
|
107 |
h1, h2 {
|
|
|
108 |
font-size:40px;
|
|
|
109 |
font-family:'ralewayregular';
|
|
|
110 |
margin:40px 0 0 0;
|
|
|
111 |
color:#444444;
|
|
|
112 |
}
|
|
|
113 |
|
|
|
114 |
h3 {
|
|
|
115 |
font-size:30px;
|
|
|
116 |
margin:30px 0;
|
|
|
117 |
color:#444444;
|
|
|
118 |
font-family:'ralewaylight';
|
|
|
119 |
}
|
|
|
120 |
|
|
|
121 |
.container p {
|
|
|
122 |
padding:30px 0 30px 20px;
|
|
|
123 |
}
|
|
|
124 |
|
|
|
125 |
.container h1, .container h2{
|
|
|
126 |
padding-left:20px;
|
|
|
127 |
}
|
|
|
128 |
|
|
|
129 |
.separator {
|
|
|
130 |
border-top:1px solid #d9d9d9;
|
|
|
131 |
margin:2px 0;
|
|
|
132 |
}
|
|
|
133 |
|
|
|
134 |
.outer-block {
|
|
|
135 |
margin:45px 0;padding: 0 40px;
|
|
|
136 |
}
|
|
|
137 |
|
|
|
138 |
.image-holding-block {
|
|
|
139 |
text-align:center;
|
|
|
140 |
}
|
|
|
141 |
|
|
|
142 |
.image-block {
|
|
|
143 |
width:330px;
|
|
|
144 |
height:300px;
|
|
|
145 |
box-shadow:0px 0px 5px 1px #666666;
|
|
|
146 |
}
|
|
|
147 |
|
|
|
148 |
#fun-banner {
|
|
|
149 |
box-shadow:0px 0px 5px 1px #666666;
|
|
|
150 |
height:450px;
|
|
|
151 |
width:940px;
|
|
|
152 |
}
|
|
|
153 |
|
|
|
154 |
.left-inner-block {
|
|
|
155 |
padding:0 20px 0 60px;
|
|
|
156 |
float:left;
|
|
|
157 |
width:350px;
|
|
|
158 |
}
|
|
|
159 |
|
|
|
160 |
.right-inner-block {
|
|
|
161 |
padding:0 60px 0 20px;
|
|
|
162 |
float:left;
|
|
|
163 |
width:350px;
|
|
|
164 |
}
|
|
|
165 |
|
|
|
166 |
|
|
|
167 |
.right-inner-block p, .left-inner-block p {
|
|
|
168 |
padding:0 0 0 0;
|
|
|
169 |
}
|
|
|
170 |
|
|
|
171 |
</style>
|
|
|
172 |
</head>
|
|
|
173 |
|
| 8320 |
anupam.sin |
174 |
<body style='display:none;'>
|
| 8314 |
anupam.sin |
175 |
$action.getHeaderSnippet()
|
|
|
176 |
<div class='main-background'>
|
|
|
177 |
<div class='container'>
|
|
|
178 |
<div class="banner_carousel short has_tabbers" style="background: url('/images/androidland/main-banner.jpg') no-repeat;">
|
|
|
179 |
<script>
|
|
|
180 |
function navBannerGo(val) {
|
|
|
181 |
location.href = val;
|
|
|
182 |
}
|
|
|
183 |
</script>
|
|
|
184 |
|
|
|
185 |
<div class="content_tabber_con">
|
|
|
186 |
<div class="content_tabber_scroller">
|
|
|
187 |
<a class="content_tabber" href="/androidland-overview">Overview</a>
|
|
|
188 |
<a class="content_tabber" href="/androidland">AndroidLand Store</a>
|
|
|
189 |
<a class="content_tabber" href="/androidland-devices">Android Devices</a>
|
|
|
190 |
<a class="content_tabber" href="/androidland-apps">Android Apps</a>
|
|
|
191 |
<a class="content_tabber current" href="/androidland-fun-zone">Fun Zone
|
|
|
192 |
<img src="/images/androidland/orange-tab.png" style="width: 100%;">
|
|
|
193 |
</a>
|
|
|
194 |
</div><!-- .content_tabber_con -->
|
|
|
195 |
</div>
|
|
|
196 |
</div>
|
|
|
197 |
<div class="content-after-banner">
|
|
|
198 |
<h1>7 days of Android Contest</h1>
|
| 8316 |
anupam.sin |
199 |
<h3 style='margin:20px 0 30px 20px;color:#80CA1D;'>#7daysofandroid</h3>
|
| 8314 |
anupam.sin |
200 |
<p>
|
|
|
201 |
<b>How well do you know the Android Operating System?</b> <br><br>
|
|
|
202 |
Answer 7 questions over 7 days and you can win a Nexus 4 smartphone!
|
|
|
203 |
</p>
|
|
|
204 |
<div id="fun-banner">
|
|
|
205 |
<img src="/images/androidland/slide-6.jpg">
|
|
|
206 |
</div>
|
|
|
207 |
|
|
|
208 |
<h2>How to play</h2>
|
|
|
209 |
<p>
|
| 8316 |
anupam.sin |
210 |
Everyday we shall ask a question about the Android Operating System.
|
|
|
211 |
2 correct answers everyday shall win cool Androidland merchandise.
|
|
|
212 |
On the eighth day, a Grand prize winner shall be chosen who will get a Nexus4 smartphone.
|
| 8314 |
anupam.sin |
213 |
<br><br>
|
| 8316 |
anupam.sin |
214 |
To participate, just tag your answers with <b>#7daysofandroid</b> and tweet to @AndroidLandin
|
| 8314 |
anupam.sin |
215 |
<br><br>
|
| 8316 |
anupam.sin |
216 |
<span>Contest start date:</span> <span style="color: #80CA1D;">8th October, 2013</span><br><br>
|
|
|
217 |
<span>Contest end date:</span> <span style="color: red;">14th October, 2013</span>
|
| 8314 |
anupam.sin |
218 |
</p>
|
| 8316 |
anupam.sin |
219 |
<h2>Terms and conditions</h2>
|
|
|
220 |
<p style='font-size:14px;line-height:35px;'>
|
|
|
221 |
1. The Promotion is open from 8th October 2013 until 14th October 2013 for resident of India only.<br>
|
|
|
222 |
2. The Grand prize winner shall be announced on our Twitter page @AndroidLandin on October 16, 2013.<br>
|
|
|
223 |
3. The Grand prize winner will also be announecd on the <a style='text-decoration:none;color:#2789C1' href='https://www.facebook.com/androidland.in'>AndroidLand India Facebook page.</a><br>
|
|
|
224 |
4. Only answers that are tweeted to @AndroidLandin and contain the hash tag #7daysofandroid will be accepted.<br>
|
|
|
225 |
5. No purchase necessary.<br>
|
|
|
226 |
6. Only one entry per person per day.<br>
|
|
|
227 |
</p>
|
| 8314 |
anupam.sin |
228 |
<div class="separator" style="margin-top:30px;"></div>
|
|
|
229 |
|
|
|
230 |
<div style="margin:40px;">
|
|
|
231 |
|
|
|
232 |
</div>
|
|
|
233 |
|
|
|
234 |
</div>
|
|
|
235 |
|
|
|
236 |
</div>
|
|
|
237 |
</div>
|
|
|
238 |
</div>
|
|
|
239 |
|
|
|
240 |
#include("templates/footer.vm")
|
|
|
241 |
</body>
|
|
|
242 |
</html>
|