-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
368 lines (298 loc) · 16.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<!--Page Title-->
<title>Nammude maveli</title>
<!--Meta Keywords and Description-->
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" title="Favicon"/>
<!-- Main CSS Files -->
<link rel="stylesheet" href="css/style.css">
<!-- Namari Color CSS -->
<link rel="stylesheet" href="css/namari-color.css">
<!--Icon Fonts - Font Awesome Icons-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate CSS-->
<link href="css/animate.css" rel="stylesheet" type="text/css">
<!--Google Webfonts-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status" class="la-ball-triangle-path">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!--End of Preloader-->
<div class="page-border" data-wow-duration="0.7s" data-wow-delay="0.2s">
<div class="top-border wow fadeInDown animated" style="visibility: visible; animation-name: fadeInDown;"></div>
<div class="right-border wow fadeInRight animated" style="visibility: visible; animation-name: fadeInRight;"></div>
<div class="bottom-border wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;"></div>
<div class="left-border wow fadeInLeft animated" style="visibility: visible; animation-name: fadeInLeft;"></div>
</div>
<div id="wrapper">
<header id="banner" class="scrollto clearfix" data-enllax-ratio=".5">
<div id="header" class="nav-collapse">
<div class="row clearfix">
<div class="col-1">
<!--Logo-->
<div id="logo">
<!--Logo that is shown on the banner-->
<img src="images/logo (2).png" id="banner-logo" alt="Landing Page"/>
<!--End of Banner Logo-->
<!--The Logo that is shown on the sticky Navigation Bar-->
<img src="images/logo (2).png" id="navigation-logo" alt="Landing Page"/>
<!--End of Navigation Logo-->
</div>
<!--End of Logo-->
<aside>
<!--Social Icons in Header-->
<ul class="social-icons">
<li>
<a target="_blank" title="Facebook" href="https://www.facebook.com/username">
<i class="fa fa-facebook fa-1x"></i><span>Facebook</span>
</a>
</li>
<li>
<a target="_blank" title="Google+" href="http://google.com/+username">
<i class="fa fa-google-plus fa-1x"></i><span>Google+</span>
</a>
</li>
<li>
<a target="_blank" title="Twitter" href="http://www.twitter.com/username">
<i class="fa fa-twitter fa-1x"></i><span>Twitter</span>
</a>
</li>
<li>
<a target="_blank" title="Instagram" href="http://www.instagram.com/username">
<i class="fa fa-instagram fa-1x"></i><span>Instagram</span>
</a>
</li>
</ul>
<!--End of Social Icons in Header-->
</aside>
<!--Main Navigation-->
<nav id="nav-main">
<ul>
<li>
<a href="#banner">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<li>
<a href="#services">Story</a>
</li>
</ul>
</nav>
<!--End of Main Navigation-->
<div id="nav-trigger"><span></span></div>
<nav id="nav-mobile"></nav>
</div>
</div>
</div><!--End of Header-->
<!--Banner Content-->
<div id="banner-content" class="row clearfix">
<div class="col-38">
<div class="section-heading">
<h1>WELCOMING<br>NAMMUDE MAVELI</h1>
<h2>Greetings, surface-dwellers! I am maveli, the uproarious King of Patala, where the party never stops.</h2>
</div>
<!--Call to Action-->
<!--End Call to Action-->
</div>
</div><!--End of Row-->
</header>
<!--Main Content Area-->
<main id="content">
<!--Introduction-->
<section id="about" class="introduction scrollto">
<div class="row clearfix">
<div class="col-3">
<div class="section-heading">
<h2 class="section-title">KNOW ME A BIT MORE</h2>
<p class="section-subtitle">I am Maveli, the beloved and virtuous King of Kerala, renowned for my wisdom, compassion, and unwavering commitment to justice.
Allow me to share a brief introduction that reflects the essence of my character.</p>
</div>
</div>
<div class="col-2-3">
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.1s">
<!--Icon-->
<div class="icon">
<i class="fa fa-html5 fa-2x"></i>
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<h4>WHO AM I?</h4>
<p>I am a legendary king, known for my unparalleled wisdom, benevolence, and devotion to my people.
My reign is celebrated during the grand festival of Onam, which brings together the hearts and homes of Kerala in joyous harmony.</p>
</div>
</div>
<!--End of Icon Block-->
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.3s">
<!--Icon-->
<div class="icon">
<i class="fa fa-bolt fa-2x"></i>
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<h4>ONAM</h4>
<p>During this auspicious time, I am believed to return to the land that I once ruled, Kerala. Onam is a time when the people of Kerala open their doors wide, decorate their homes with vibrant Pookalams, and prepare a sumptuous feast known as the Onam Sadhya.
It's a time of unity, gratitude, and the purest expressions of love and camaraderie.</p>
</div>
</div>
<!--End of Icon Block-->
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.5s">
<!--Icon-->
<div class="icon">
<i class="fa fa-tablet fa-2x"></i>
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<p>As Maveli, I am not a king who seeks power or wealth. Instead, I embody the spirit of selflessness, equality, and humility.
My story serves as a reminder that a leader's true greatness lies not in grandeur but in the well-being and happiness of their subjects.</p>
</div>
</div>
<!--End of Icon Block-->
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.5s">
<!--Icon-->
<div class="icon">
<i class="fa fa-rocket fa-2x"></i>
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<p>My story is intrinsically intertwined with the grand festival of Onam, which is a heartfelt tribute to my memory. During this festive season, Keralites across the world commemorate my return to their beautiful land.
The grand feasts, floral decorations, and cultural performances all pay homage to the golden era of my rule.</p>
</div>
</div>
<!--End of Icon Block-->
</div>
</div>
</section>
<!--End of Introduction-->
<!--Gallery-->
<aside id="gallery" class="row text-center scrollto clearfix" data-featherlight-gallery
data-featherlight-filter="a">
<div class="section-heading">
<h3>GALLERY</h3>
<h2 class="section-title">A Day my Life</h2>
</div>
<a href="images/gallery-images/01.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.1s" style="display:contents;"><img src="images/gallery-images/01.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/02.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.3s" style="display: contents;"><img src="images/gallery-images/02.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/03.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.5s" style="display: contents;"><img src="images/gallery-images/03.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/04.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="1.1s" style="display: contents;"><img src="images/gallery-images/04.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/05.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.9s" style="display: contents;"><img src="images/gallery-images/05.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/06.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.7s" style="display: contents;"><img src="images/gallery-images/06.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/07.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.7s" style="display: contents;"><img src="images/gallery-images/07.jpg" alt="Landing Page"/></a>
</aside>
<!--End of Gallery-->
<!--Content Section-->
<div id="services" class="scrollto clearfix">
<div class="row no-padding-bottom clearfix">
<!--Content Left Side-->
<div class="col-3">
<!--User Testimonial-->
<blockquote class="testimonial text-right bigtest">
<q>"Even kings from celestial realms can find themselves in a pickle when spicy street food and stray dogs join forces in the grand comedy of life."</q>
<footer></footer>
</blockquote>
<!-- End of Testimonial-->
</div>
<!--End Content Left Side-->
<!--Content of the Right Side-->
<div class="col-3">
<div class="section-heading">
<h2 class="section-title">"The Celestial Mischief: King Maveli's Hilarious Encounter with Stray Dogs"</h2>
<p class="section-subtitle">"In the celestial realm of King Maveli, curiosity beckoned him to Earth for a grand adventure.
Little did he know that his visit would lead to a comical escapade involving spicy street food, a pack of stray dogs, and an unexpected lesson in humility."</p>
</div>
<p>In a celestial twist, King Maveli descended to Earth, dressed regally and ready to explore. He tried some spicy street food, but it was too hot to handle, leading to a hilarious chase by a pack of stray dogs.
The comical pursuit through the city had people laughing uncontrollably.
</p>
<p>
Maveli sought refuge in a park, where the dogs mistook him for a belly-rubbing friend.
Eventually, a passerby rescued him, and the celestial king, with his dignity intact, left Earth with a hilarious story of his adventurous visit and newfound respect for spicy street food and loyal stray dogs.
</p>
<!-- Just replace the Video ID "UYJ5IjBRlW8" with the ID of your video on YouTube (Found within the URL) -->
<a href="#" data-videoid="a-11KGe24PU" data-videosite="youtube" class="button video link-lightbox">
GLIMPSE OF THE STORY <i class="fa fa-play" aria-hidden="true"></i>
</a>
</div>
<!--End Content Right Side-->
<div class="col-3">
<img src="images/gallery-images/image1.jpg" style="position: relative;" alt="Dancer"/>
</div>
</div>
</div>
</div>
</section>
</main>
<!--End Main Content Area-->
<!--Footer-->
<footer id="landing-footer" class="clearfix">
<div class="row clearfix">
<p id="copyright" class="col-2">Made with love by <a href="https://www.shapingrain.com">Sreelakshmi</a></p>
<!--Social Icons in Footer-->
<ul class="col-2 social-icons">
<li>
<a target="_blank" title="Facebook" href="https://www.facebook.com/username">
<i class="fa fa-facebook fa-1x"></i><span>Facebook</span>
</a>
</li>
<li>
<a target="_blank" title="Google+" href="http://google.com/+username">
<i class="fa fa-google-plus fa-1x"></i><span>Google+</span>
</a>
</li>
<li>
<a target="_blank" title="Twitter" href="http://www.twitter.com/username">
<i class="fa fa-twitter fa-1x"></i><span>Twitter</span>
</a>
</li>
<li>
<a target="_blank" title="Instagram" href="http://www.instagram.com/username">
<i class="fa fa-instagram fa-1x"></i><span>Instagram</span>
</a>
</li>
</ul>
<!--End of Social Icons in Footer-->
</div>
</footer>
<!--End of Footer-->
</div>
<!-- Include JavaScript resources -->
<script src="js/jquery.1.8.3.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/featherlight.min.js"></script>
<script src="js/featherlight.gallery.min.js"></script>
<script src="js/jquery.enllax.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.stickyNavbar.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/images-loaded.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/site.js"></script>
</body>
</html>