-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
432 lines (428 loc) · 17.9 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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./assets/style.css" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/activities-style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Abel&family=Audiowide&family=Bungee+Shade&family=Kalam&family=Poppins&family=Saira+Stencil+One&family=Syne+Mono&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<title>Maveli</title>
</head>
<body>
<div class="sidemenu">
<div class="display">
<div class="header">
<i id="menu-btn-close" class="bx bx-x"></i>
<h2>Maveli ka HUKKUM!</h2>
<img src="./public/maveli/8.jpg" />
</div>
<div class="content">
<a href="">Home</a>
<a href="./about.html">About Me</a>
<a href="./projects.html">Projects</a>
<a href="./contact.html">Contact</a>
</div>
<div class="footer">aswanth.vc © 2023</div>
</div>
</div>
<div class="main">
<div class="topbar mobile">
<!-- Top Bar MOBILE -->
<div class="left">
<i id="menu-btn" class="bx bx-menu"></i>
</div>
<div class="right">
<div class="community-icons">
<a href="#"><i class="bx bxl-instagram"></i></a>
<a href="#"><i class="bx bxl-twitter"></i></a>
<a href="#"><i class="bx bxl-youtube"></i></a>
<a href="#"><i class="bx bxl-facebook"></i></a>
</div>
</div>
</div>
<div class="topbar desktop">
<!-- Top Bar MOBILE -->
<div class="links">
<a href="./index.html">Home</a>
<a href="./about.html">About Me</a>
<a href="./projects.html">Projects</a>
<a href="./contact.html">Contact</a>
</div>
<div class="community-icons">
<a href="#"><i class="bx bxl-instagram"></i></a>
<a href="#"><i class="bx bxl-twitter"></i></a>
<a href="#"><i class="bx bxl-youtube"></i></a>
<a href="#"><i class="bx bxl-facebook"></i></a>
</div>
</div>
<div class="page page1">
<div class="content">
<!-- Content -->
<div class="buttons desktop">
<a href="#about"><i class="bi bi-person"></i> Me </a>
<a href="#services"><i class="bi bi-collection"></i> Services</a>
<a href="#timeline"
><i class="bi bi-calendar-week"></i> Activities
</a>
<a href="#contact"><i class="bi bi-chat"></i> Contact</a>
</div>
<div class="headline">
<div class="intro">
<span class="intro1">Namaskaram!</span>
<span class="intro2">I Am,</span>
</div>
<h2>Mahabali</h2>
<span class="caption">"The Underground Agent"</span>
</div>
<div class="buttons mobile">
<a href="#about"><i class="bi bi-person"></i> </a>
<a href="#services"><i class="bi bi-collection"></i></a>
<a href="#timeline"><i class="bi bi-calendar-week"></i></a>
<a href="#contact"><i class="bi bi-chat"></i></a>
</div>
<img
src="./public/maveli_mahabali_png_image_by_anulubi_dd4pwbk-414w-2x.png"
alt="Maveli"
class="maveli"
/>
</div>
<img class="nature" src="./public/nature.png" />
</div>
<div id="about" class="page2">
<div class="content">
<h2 class="underline">About Me</h2>
<p>
Hello, I am Maveli, once a noble king of Kerala, India. My reign was
characterized by a deep-rooted commitment to justice, unity, and the
welfare of my people. The narrative of my life takes a profound turn
with the appearance of Lord Vishnu, who approached me as a humble
Brahmin. Unbeknownst to me, this encounter would mark the genesis of
the cherished Onam festival—a celebration embodying selflessness and
unity. In today's rapidly changing world, where divisions often
overshadow connections, my story serves as a poignant reminder of
the power of empathy and shared values.
</p>
</div>
<!-- <img src="./public/onam2.png" class="onam" /> -->
</div>
<div id="services" class="page3">
<h2 class="underline title-style">ENTE SEVANANGAL / MY SERVICES</h2>
<div class="container">
<div class="item">
<div class="image">
<img src="./public/maveli/3.jpg" />
</div>
<div class="content">
<h2 class="title">Overseeing operations</h2>
<p>
"Directing operations is another facet of my role, ensuring that
the intricate workings of our domain are orchestrated
seamlessly. While my primary mantle is that of a sovereign, the
art of managing operations allows me to synchronize processes
with the same precision and care that I applied to governing my
kingdom. It's a harmonious blend of tradition and modernity,
where I infuse contemporary operational strategies with the
timeless principles of unity and efficiency that have always
guided my path."
</p>
</div>
</div>
<div class="item">
<div class="image">
<img src="./public/maveli/1.jpg" />
</div>
<div class="content">
<h2 class="title">UI/UX Designing</h2>
<p>
"I also dabble in the art of UI/UX design, crafting digital
experiences that harmonize with the needs and desires of the
user. While my primary role might be that of a king, my passion
for design allows me to create interfaces that resonate with the
same sense of unity and clarity that I sought to foster in my
realm. It's an opportunity to bridge the past and present,
infusing modern design principles with the timeless values of
compassion and empathy that I hold dear."
</p>
</div>
</div>
<div class="item">
<div class="image">
<img src="./public/maveli/5.jpg" />
</div>
<div class="content">
<h2 class="title">Software Development</h2>
<p>
"Coding is another facet of my work, crafting digital solutions
that align with the needs and aspirations of our users. Though
my primary mantle may not be that of a software developer, I
approach coding with the same passion and dedication I bring to
all my endeavors. It's a harmonious blend of roles, where I
integrate modern development practices with the timeless
principles of innovation and precision to create software that
stands the test of time."
</p>
</div>
</div>
</div>
</div>
<div class="page4" id="timeline">
<div class="activities">
<h2 class="underline title">Timeline / Activities</h2>
<div class="content">
<div class="line-container">
<svg
class="desktop"
width="215"
height="1168"
viewBox="0 0 215 1166"
fill="none"
preserveAspectRatio="xMidYMax meet"
>
<path
class="activities-path"
d="M106.5 4.5C-112.5 134 80.4998 273.667 156 340.5C261.5 456 130 565.5 42.5 633C-59 750 80.5 853.5 156 917.5C259.5 1005.24 156 1108 106.5 1162"
stroke="#e1a00299"
stroke-width="7"
stroke-linecap="round"
></path>
<circle
class="circle1"
cx="6"
cy="132"
r="10"
fill="#e1a002"
></circle>
<circle
class="circle2"
cx="195"
cy="422"
r="10"
fill="#e1a002"
></circle>
<circle
class="circle3"
cx="8"
cy="708"
r="10"
fill="#e1a002"
></circle>
<circle
class="circle4"
cx="200"
cy="1006"
r="10"
fill="#e1a002"
></circle></svg
><svg
class="mobile"
width="100%"
height="auto"
viewBox="0 0 332 1108"
fill="none"
preserveAspectRatio="xMinYMin meet"
>
<path
class="activities-path"
d="M6.5 0C6.5 230.5 6.5 259.5 52 259.5C253.5 259.5 301.5 248.5 301.5 291C301.5 479.4 301.5 529.5 253.5 529.5C55.9 529.5 6.5 526.5 6.5 582C6.5 795.451 6.5 776.5 52 799.5C253.5 799.5 299 791 301.5 852C301.5 1036 301.5 1065.5 253.5 1065.5C126.5 1065.5 129 1063.5 129 1107.5"
stroke="#e1a00299"
stroke-width="7"
stroke-linecap="round"
style="
stroke-dasharray: 1996.02, 1996.02;
stroke-dashoffset: 0;
"
></path>
<circle
class="circle1"
cx="7"
cy="115"
r="10"
fill="#e1a002"
style="opacity: 1"
></circle>
<circle
class="circle2"
cx="302"
cy="395"
r="10"
fill="#e1a002"
style="opacity: 1"
></circle>
<circle
class="circle3"
cx="7"
cy="665"
r="10"
fill="#e1a002"
style="opacity: 1"
></circle>
<circle
class="circle4"
cx="302"
cy="935"
r="10"
fill="#e1a002"
style="opacity: 1"
></circle>
</svg>
</div>
<div class="activities-container desktop">
<div class="left">
<div class="activity-none"></div>
<div class="activity activity2">
<span class="date">20-16-1100 BC</span
><span class="title">Went to Underground!</span
><span class="description"
>I ventured deep into the earth's core, a journey that
bestowed upon me invaluable experiences. It was in the
depths that I learned the art of resilience in the face of
adversity, and the enduring power of sacrifice. These
profound experiences continue to guide me in my endeavors,
reminding me of the strength found in the most unexpected
places.
</span>
</div>
<div class="activity-none"></div>
<div class="activity activity4">
<span class="date">23-10-2023</span
><span class="title">Joined MuLearn </span
><span class="description"
>I became a part of the Mulearn community, a vibrant
peer-to-peer learning network. This experience allowed me to
refine skills such as problem-solving, and gaining diverse
insights from fellow learners. Through this collective
effort, I broadened my horizons and honed my abilities,
fostering a sense of connection and knowledge-sharing</span
>
</div>
</div>
<div class="right">
<div class="activity activity1">
<span class="date">20-16-1000 BC</span
><span class="title">Kerala's Royal Power</span
><span class="description"
>As the former king of Kerala, my reign honed skills in
leadership, compassion, and justice. Today, I apply these
strengths in my leadership qualities. My journey as a ruler
continues to inspire my path.
</span>
</div>
<div class="activity-none"></div>
<div class="activity activity3">
<span class="date">04-05-2020</span
><span class="title">Mastered coding.</span
><span class="description"
>I enrolled in an online coding course and embarked on a
transformative journey. Through dedicated effort and
practice, I acquired essential coding skills, including
proficiency in multiple programming languages, web
development expertise, and UI/UX. This newfound expertise
has empowered me to take on complex digital challenges and
create innovative solutions.</span
>
</div>
</div>
</div>
<div class="activities-container mobile">
<div class="activity activity1" style="opacity: 1">
<span class="date">20-16-1000 BC</span
><span class="title">Kerala's Royal Power</span
><span class="description"
>As the former king of Kerala, my reign honed skills in
leadership, compassion, and justice. Today, I apply these
strengths in my leadership qualities. My journey as a ruler
continues to inspire my path.
</span>
</div>
<div class="activity activity2" style="opacity: 1">
<span class="date">20-16-1100 BC</span
><span class="title">Went to Underground!</span
><span class="description"
>I ventured deep into the earth's core, a journey that
bestowed upon me invaluable experiences. It was in the depths
that I learned the art of resilience in the face of adversity,
and the enduring power of sacrifice. These profound
experiences continue to guide me in my endeavors, reminding me
of the strength found in the most unexpected places.
</span>
</div>
<div class="activity activity3" style="opacity: 1">
<span class="date">04-05-2020</span
><span class="title">Mastered coding.</span
><span class="description"
>I enrolled in an online coding course and embarked on a
transformative journey. Through dedicated effort and practice,
I acquired essential coding skills, including proficiency in
multiple programming languages, web development, and UI/UX.
This newfound expertise has empowered me to take on complex
digital challenges and create innovative solutions.</span
>
</div>
<div class="activity activity4" style="opacity: 1">
<span class="date">23-10-2023</span
><span class="title">Joined MuLearn </span
><span class="description"
>I became a part of the Mulearn community, a vibrant
peer-to-peer learning network. This experience allowed me to
refine skills such as problem-solving, and gaining diverse
insights from fellow learners. Through this collective effort,
I broadened my horizons and honed my abilities, fostering a
sense of connection and knowledge-sharing</span
>
</div>
</div>
</div>
</div>
</div>
<div class="page5" id="contact">
<h2 class="title-style underline">Contact Options</h2>
<div class="content">
<div class="item">
<i class="bx bx-phone"></i>
<span>Phone</span>
</div>
<div class="item">
<i class="bx bxl-whatsapp"></i>
<span>Whatsapp</span>
</div>
<div class="item">
<i class="bx bx-envelope"></i>
<span>E-Mail</span>
</div>
<div class="item">
<i class="bx bxl-instagram"></i>
<span>Instagram</span>
</div>
</div>
</div>
<div class="footer">
<div class="hidden">
<h2>MAVELI KA HUKKUM!</h2>
</div>
<div class="left">
<a href="https://github.com/aswanthabam">Github Profile</a>
<a href="https://mulearn.org">MuLearn</a>
<a href="">Join community</a>
<a href="">Book tickets to paathaalam!</a>
</div>
<div class="right">
<img src="./public/maveli/1.jpg" />
</div>
</div>
</div>
<script type="module" src="./assets/main.js"></script>
</body>
</html>