-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
530 lines (496 loc) · 31 KB
/
index.html
File metadata and controls
530 lines (496 loc) · 31 KB
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Shriniwas Mahajan</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="icon" type="image/x-icon" href="simg.png" />
<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=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+EAN13+Text&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<nav class="border-gray-200 bg-zinc-900 dark:bg-zinc-900 dark:border-gray-700">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4 pt-8">
<a href="#" class="flex items-center" data-aos="zoom-in-left" data-aos-delay="800">
<img src="simg.png" class="h-10 ml-5 mr-3 rounded" alt="S Logo" />
<!-- <span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">Shriniwas Mahajan</span> -->
</a>
<button data-collapse-toggle="navbar-solid-bg" type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-solid-bg" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M1 1h15M1 7h15M1 13h15" />
</svg>
</button>
<div class="w-full md:block md:w-auto" id="navbar-solid-bg">
<ul
class="flex flex-col font-medium rounded-lg md:flex-row md:space-x-8 md:border-0 md:bg-transparent dark:bg-gray-800 md:dark:bg-transparent dark:border-gray-700">
<li data-aos="fade-right" data-aos-delay="800">
<div href="#"
class="block mt-1 cursor-pointer pl-3 pr-4 rounded md:hover:bg-transparent md:border-0 hover:text-emerald-400 md:p-0 text-white md:dark:hover:text-emerald-400 dark:hover:bg-gray-700 md:dark:hover:bg-transparent">
<a class="terminal">00.</a><a href="#about"
class="ml-2 text-white hover:text-emerald-400">About</a>
</div>
</li>
<li data-aos="fade-right" data-aos-delay="850">
<div href="#"
class="block mt-1 cursor-pointer pl-3 pr-4 rounded md:hover:bg-transparent md:border-0 hover:text-emerald-400 md:p-0 text-white md:dark:hover:text-emerald-400 dark:hover:bg-gray-700 md:dark:hover:bg-transparent">
<a class="terminal">01.</a><a href="#experience"
class="ml-2 text-white hover:text-emerald-400">Experience</a>
</div>
</li>
<li data-aos="fade-right" data-aos-delay="900">
<div href="#"
class="block mt-1 cursor-pointer pl-3 pr-4 rounded md:hover:bg-transparent md:border-0 hover:text-emerald-400 md:p-0 text-white md:dark:hover:text-emerald-400 dark:hover:bg-gray-700 md:dark:hover:bg-transparent">
<a class="terminal">10.</a><a href="#project"
class="ml-2 text-white hover:text-emerald-400">Projects</a>
</div>
</li>
<li data-aos="fade-right" data-aos-delay="950">
<div href="#"
class="block mt-1 cursor-pointer pl-3 pr-4 rounded md:hover:bg-transparent md:border-0 hover:text-emerald-400 md:p-0 text-white md:dark:hover:text-emerald-400 dark:hover:bg-gray-700 md:dark:hover:bg-transparent">
<a class="terminal">11.</a><a href="#contact"
class="ml-2 text-white hover:text-emerald-400">Contact</a>
</div>
</li>
<li data-aos="fade-right" data-aos-delay="1000">
<a href="resume_ShriniwasMahajan.png" download>
<button class="ml-5">Resume</button></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ------------------------------------- HOME ------------------------------------ -->
<div class="bg-zinc-900 dark:bg-zinc-900 h-auto pb-12">
<div class="px-52 sm:px-auto flex-row items-center justify-center text-left">
<div data-aos="fade-down" data-aos-delay="100">
<p class="text-emerald-400 pt-20 text-lg">Hello world! My name is</p>
</div>
<div data-aos="fade-down" data-aos-delay="200">
<p class="text-slate-200 text-7xl font-bold pt-5">
Shriniwas Mahajan.
</p>
</div>
<div data-aos="fade-down" data-aos-delay="300">
<p class="text-slate-400 text-6xl font-semibold pt-10">
An Enthusiastic Developer!
</p>
</div>
<div data-aos="zoom-in-up" data-aos-delay="500">
<p class="text-slate-400 text-lg font-semibold pt-10 w-1/2">
I am a undergraduate at SIT Nagpur pursuing B.tech in Computer
Science and Engineering who enjoys Learning and Developing new
things.
</p>
</div>
</div>
</div>
<!-- ------------------------------------- ABOUT ------------------------------------ -->
<div class="bg-zinc-900 text-slate-400 pl-24 pt-64">
<div id="about" class="text-slate-200 text-2xl font-bold pb-12" data-aos="fade-down-right" data-aos-delay="200">
<span class="terminal">00. </span>About Me -------------------
</div>
<div class="grid grid-cols-2 text-lg">
<div>
<div class="pb-5" data-aos="fade-right" data-aos-duration="500">
Hello! I am Shriniwas Mahajan, a UIUX Designer and a Web Developer
who's day revolves around designing & developing stuff and around
Technical Communities.
</div>
<div class="pb-5" data-aos="fade-right" data-aos-duration="500">
I started exploring various things apart from my college curriculum
since my 1st year and presently working on various projects and
learning new & latest technologies to build & design something
innovative.
</div>
<div class="pb-2" data-aos="fade-right" data-aos-duration="500">
Here is a list of few skills & technologies that I'm familiar with
and working on!
</div>
<div class="grid grid-cols-2 gap-14 text-emerald-400 text-base pb-20">
<div>
<ul class="list-none">
<li data-aos="fade-right" data-aos-duration="1000">> UI/UX</li>
<li data-aos="fade-right" data-aos-duration="1000">> html5</li>
<li data-aos="fade-right" data-aos-duration="1000">> tailwind</li>
<li data-aos="fade-right" data-aos-duration="1000">> bootstrap</li>
<li data-aos="fade-right" data-aos-duration="1000">> Angular</li>
<li data-aos="fade-right" data-aos-duration="1000">> Java</li>
<li data-aos="fade-right" data-aos-duration="1000">> C/C++</li>
</ul>
</div>
<div>
<ul class="list-none">
<li data-aos="fade-right" data-aos-duration="1000">> Python</li>
<li data-aos="fade-right" data-aos-duration="1000">> Node</li>
<li data-aos="fade-right" data-aos-duration="1000">> Graphics</li>
<li data-aos="fade-right" data-aos-duration="1000">> SQL</li>
<li data-aos="fade-right" data-aos-duration="1000">> php</li>
<li data-aos="fade-right" data-aos-duration="1000">> ubuntu</li>
</ul>
</div>
</div>
</div>
<div data-aos="zoom-in" data-aos-delay="600">
<img src="photo.jpg"
class="h-30 w-3/4 shadow-xl transition-all duration-300 rounded-lg cursor-pointer filter grayscale hover:grayscale-0 ml-10 rounded"
alt="S image" />
</div>
</div>
</div>
<!-- ------------------------------------- Experience ------------------------------------ -->
<div class="bg-zinc-900 text-slate-400 pl-24 pt-64">
<div id="experience" class="text-slate-200 text-2xl font-bold pb-12" data-aos="fade-down-right"
data-aos-delay="200">
<span class="terminal">01. </span>Work Experience
-------------------
</div>
<div class="grid grid-cols-2 text-lg gap-5">
<div>
<div class="pb-3" data-aos="fade-right" data-aos-delay="200">Internship in Angular Development</div>
<div class="text-sm ml-5" data-aos="fade-down" data-aos-delay="300">July 1 - July 31</div>
<div class="pb-2 pt-2" data-aos="fade-right" data-aos-delay="300" data-aos-duration="1000">
<i class="fa-solid fa-caret-right text-emerald-400 mr-3"></i> I
learned developing a full angular website.
</div>
<div class="pb-2" data-aos="fade-right" data-aos-delay="200" data-aos-duration="1000">
<i class="fa-solid fa-caret-right text-emerald-400 mr-3"></i> I
learned about various components and details of how angular reactive
forms work.
</div>
<div class="pb-2" data-aos="fade-right" data-aos-delay="200" data-aos-duration="1000">
<i class="fa-solid fa-caret-right text-emerald-400 mr-3"></i> I also
learned and implemented API calls and SQL database along with Nodejs
for backend language.
</div>
</div>
<div data-aos="zoom-in" data-aos-delay="200">
<div >
<iframe class="rounded rounded-lg h-72 w-3/4" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3721.94820389845!2d79.0540650735486!3d21.114631084827003!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bd4bf893de99313%3A0x33933805f917a021!2sEnable%20IT%20Solutions%20Pvt.%20Ltd.!5e0!3m2!1sen!2sin!4v1693760751595!5m2!1sen!2sin"
allowfullscreen="true" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
<!-- ------------------------------------- Projects ------------------------------------ -->
<div class="bg-zinc-900 text-slate-400 px-24 pt-64">
<div id="project" class="text-slate-200 text-2xl font-bold pb-12" data-aos="fade-down-right"
data-aos-delay="200">
<span class="text-emerald-400">10. </span>Projects worked on
-------------------
</div>
<div data-aos="flip-up" data-aos-delay="1500">
<a href="https://github.com/R-S-M-J?tab=repositories"
class="space-y-10 font-bold p-5 pb-10 flex justify-center text-gray-300">
<p class="capitalize
inline-block
text-md
relative
cursor-pointer
transition-all
duration-500
before:content-['']
before:absolute
before:-bottom-2
before:left-1/2
before:-translate-x-1/2
before:w-0
before:h-0.5
before:rounded-full
before:opacity-0
before:transition-all
before:duration-500
before:bg-gradient-to-r
before:from-emerald-500
before:via-slate-100
before:to-emerald-500
hover:before:w-full
hover:before:opacity-100
">View all projects
</p>
</a>
</div>
<div class="w-full text-lg pb-20 flex justify-center">
<div class="grid lg:grid-cols-4 lg:gap-8 sm:grid-cols-1 sm:gap-8">
<div class="book" data-aos="fade-right" data-aos-delay="500">
<p>A table made in with ability to perform CRUD operations. the operations are reflected in the SQL
database</p>
<div class="cover">
<p>Reactive Forms CRUD</p>
</div>
</div>
<div class="book" data-aos="fade-right" data-aos-delay="500">
<p>A angular website for mobile shopping</p>
<div class="cover">
<p>Mobile Shopping</p>
</div>
</div>
<div class="book" data-aos="fade-left" data-aos-delay="500">
<p>A static frontend in tailwind CSS for online Campus recruitment system</p>
<div class="cover">
<p>Campus Recruitment System</p>
</div>
</div>
<div class="book" data-aos="fade-left" data-aos-delay="500">
<a href="texteditor.html">A simple text editor using javascript</a>
<div class="cover">
<p>Text Editor</p>
</div>
</div>
<div class="book" data-aos="fade-right" data-aos-delay="500">
<p>content</p>
<div class="cover">
<p>Coming soon...</p>
</div>
</div>
</div>
</div>
</div>
<!-- ------------------------------------- contact ------------------------------------ -->
<div class="bg-zinc-900 text-slate-400 pl-24 pt-64">
<div id="contact" class="text-slate-200 text-2xl font-bold pb-12" data-aos="fade-down-right"
data-aos-delay="200">
<span class="text-emerald-400">11. </span>Contact me
-------------------
</div>
<div class="container mx-auto md:px-6 text-md pb-5">
<section>
<div class="flex flex-wrap">
<div class="mb-10 w-full shrink-0 grow-0 basis-auto md:mb-0 md:w-6/12 md:px-3 lg:px-6">
<div class="mb-6 text-neutral-500 dark:text-neutral-300" data-aos="fade-right"
data-aos-delay="200">
Feel free to get in touch with me if you have any questions, collaborations, or
opportunities.
I'm always excited to connect with fellow creatives, developers, and enthusiasts.
Whether you want to discuss a project, share ideas, or just have a friendly chat, I'm here!
Let's make something great together!
</div>
<div class="mb-2 text-neutral-500 dark:text-neutral-300" data-aos="fade-right"
data-aos-delay="200">
New York, 94126, United States
</div>
<div class="mb-2 text-neutral-500 dark:text-neutral-300" data-aos="fade-right"
data-aos-delay="200">
+ 01 234 567 89
</div>
<div class="mb-2 text-neutral-500 dark:text-neutral-300" data-aos="fade-right"
data-aos-delay="200">
info@gmail.com
</div>
</div>
<div class="mb-12 w-full shrink-0 grow-0 basis-auto md:mb-0 md:w-6/12 md:px-3 lg:px-6">
<form>
<div class="relative mb-6" data-te-input-wrapper-init data-aos="fade-left"
data-aos-delay="200">
<input type="text"
class="peer block min-h-[auto] w-full rounded border-0 bg-zinc-700 py-[0.32rem] px-3 leading-[1.6] outline-none transition-all duration-200 ease-linear focus:placeholder:opacity-100 peer-focus:text-primary data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-neutral-200 dark:placeholder:text-neutral-200 dark:peer-focus:text-primary [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0"
id="exampleInput90" placeholder="Name" />
<label
class="pointer-events-none absolute top-0 left-3 mb-0 max-w-[90%] origin-[0_0] truncate pt-[0.37rem] leading-[1.6] text-neutral-500 transition-all duration-200 ease-out peer-focus:-translate-y-[0.9rem] peer-focus:scale-[0.8] peer-focus:text-primary peer-data-[te-input-state-active]:-translate-y-[0.9rem] peer-data-[te-input-state-active]:scale-[0.8] motion-reduce:transition-none dark:text-neutral-200 dark:peer-focus:text-primary"
for="exampleInput90">Name
</label>
</div>
<div class="relative mb-6" data-te-input-wrapper-init data-aos="fade-left"
data-aos-delay="200">
<input type="email"
class="peer block min-h-[auto] w-full rounded border-0 bg-zinc-700 py-[0.32rem] px-3 leading-[1.6] outline-none transition-all duration-200 ease-linear focus:placeholder:opacity-100 peer-focus:text-primary data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-neutral-200 dark:placeholder:text-neutral-200 dark:peer-focus:text-primary [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0"
id="exampleInput91" placeholder="Email address" />
<label
class="pointer-events-none absolute top-0 left-3 mb-0 max-w-[90%] origin-[0_0] truncate pt-[0.37rem] leading-[1.6] text-neutral-500 transition-all duration-200 ease-out peer-focus:-translate-y-[0.9rem] peer-focus:scale-[0.8] peer-focus:text-primary peer-data-[te-input-state-active]:-translate-y-[0.9rem] peer-data-[te-input-state-active]:scale-[0.8] motion-reduce:transition-none dark:text-neutral-200 dark:peer-focus:text-primary"
for="exampleInput91">Email address
</label>
</div>
<div class="relative mb-6" data-te-input-wrapper-init data-aos="fade-left"
data-aos-delay="200">
<textarea
class="peer block min-h-[auto] w-full rounded border-0 bg-zinc-700 py-[0.32rem] px-3 leading-[1.6] outline-none transition-all duration-200 ease-linear focus:placeholder:opacity-100 data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-neutral-200 dark:placeholder:text-neutral-200 [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0"
id="exampleFormControlTextarea1" rows="3" placeholder="Your message"></textarea>
<label for="exampleFormControlTextarea1"
class="pointer-events-none absolute top-0 left-3 mb-0 max-w-[90%] origin-[0_0] truncate pt-[0.37rem] leading-[1.6] text-neutral-500 transition-all duration-200 ease-out peer-focus:-translate-y-[0.9rem] peer-focus:scale-[0.8] peer-focus:text-primary peer-data-[te-input-state-active]:-translate-y-[0.9rem] peer-data-[te-input-state-active]:scale-[0.8] motion-reduce:transition-none dark:text-neutral-200 dark:peer-focus:text-primary">Message</label>
</div>
<div class="mb-6 inline-block min-h-[1.5rem] justify-center pl-[1.5rem] md:flex"
data-aos="fade-down" data-aos-delay="200">
<input
class="relative float-left mt-[0.15rem] mr-[6px] -ml-[1.5rem] h-[1.125rem] w-[1.125rem] appearance-none rounded-[0.25rem] border-[0.125rem] border-solid border-neutral-300 outline-none before:pointer-events-none before:absolute before:h-[0.875rem] before:w-[0.875rem] before:scale-0 before:rounded-full before:bg-transparent before:opacity-0 before:shadow-[0px_0px_0px_13px_transparent] before:content-[''] checked:border-primary checked:bg-primary checked:before:opacity-[0.16] checked:after:absolute checked:after:ml-[0.25rem] checked:after:-mt-px checked:after:block checked:after:h-[0.8125rem] checked:after:w-[0.375rem] checked:after:rotate-45 checked:after:border-[0.125rem] checked:after:border-t-0 checked:after:border-l-0 checked:after:border-solid checked:after:border-white checked:after:bg-transparent checked:after:content-[''] hover:cursor-pointer hover:before:opacity-[0.04] hover:before:shadow-[0px_0px_0px_13px_rgba(0,0,0,0.6)] focus:shadow-none focus:transition-[border-color_0.2s] focus:before:scale-100 focus:before:opacity-[0.12] focus:before:shadow-[0px_0px_0px_13px_rgba(0,0,0,0.6)] focus:before:transition-[box-shadow_0.2s,transform_0.2s] focus:after:absolute focus:after:z-[1] focus:after:block focus:after:h-[0.875rem] focus:after:w-[0.875rem] focus:after:rounded-[0.125rem] focus:after:content-[''] checked:focus:before:scale-100 checked:focus:before:shadow-[0px_0px_0px_13px_#3b71ca] checked:focus:before:transition-[box-shadow_0.2s,transform_0.2s] checked:focus:after:ml-[0.25rem] checked:focus:after:-mt-px checked:focus:after:h-[0.8125rem] checked:focus:after:w-[0.375rem] checked:focus:after:rotate-45 checked:focus:after:rounded-none checked:focus:after:border-[0.125rem] checked:focus:after:border-t-0 checked:focus:after:border-l-0 checked:focus:after:border-solid checked:focus:after:border-white checked:focus:after:bg-transparent dark:border-neutral-600 dark:checked:border-primary dark:checked:bg-primary dark:focus:before:shadow-[0px_0px_0px_13px_rgba(255,255,255,0.4)] dark:checked:focus:before:shadow-[0px_0px_0px_13px_#3b71ca]"
type="checkbox" value="" id="exampleCheck96" checked />
<label class="inline-block pl-[0.15rem] hover:cursor-pointer" for="exampleCheck96">
Send me a copy of this message
</label>
</div>
<div data-te-ripple-init data-te-ripple-color="light" data-aos="zoom-in"
data-aos-delay="200"
class="mb-6 text-center bg-cyan-600 inline-block w-full rounded bg-primary px-6 pt-2.5 pb-2 text-xs font-medium uppercase leading-normal text-white shadow-[0_4px_9px_-4px_#3b71ca] transition duration-150 ease-in-out hover:bg-primary-600 hover:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.3),0_4px_18px_0_rgba(59,113,202,0.2)] focus:bg-primary-600 focus:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.3),0_4px_18px_0_rgba(59,113,202,0.2)] focus:outline-none focus:ring-0 active:bg-primary-700 active:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.3),0_4px_18px_0_rgba(59,113,202,0.2)] dark:shadow-[0_4px_9px_-4px_rgba(59,113,202,0.5)] dark:hover:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.2),0_4px_18px_0_rgba(59,113,202,0.1)] dark:focus:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.2),0_4px_18px_0_rgba(59,113,202,0.1)] dark:active:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.2),0_4px_18px_0_rgba(59,113,202,0.1)]">
Send
</div>
</form>
</div>
</div>
</section>
</div>
</div>
<!-- ------------------------------------- footer ------------------------------------ -->
<div class="bg-zinc-900">
<footer class="bg-white rounded-t-lg shadow dark:bg-emerald-600">
<div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between">
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-100">© 2023 <a
href="https://flowbite.com/" class="hover:underline">Shriniwas Mahajan</a>. All Rights Reserved.
</span>
<ul
class="flex flex-wrap items-center mt-3 text-sm font-medium text-gray-500 dark:text-gray-400 sm:mt-0">
<li>
<a href="#" class="mr-4 hover:underline md:mr-6 ">About</a>
</li>
<li>
<a href="#" class="mr-4 hover:underline md:mr-6">Privacy Policy</a>
</li>
<li>
<a href="#" class="mr-4 hover:underline md:mr-6">Licensing</a>
</li>
<li>
<a href="#" class="hover:underline">Contact</a>
</li>
</ul>
</div>
</footer>
</div>
<style>
body {
font-family: 'Raleway', sans-serif;
}
.terminal {
font-family: 'Libre Barcode EAN13 Text', cursive;
color: #34d399;
}
button {
--green: #1bfd9c;
font-size: 13px;
padding: 0.5em 2.7em;
letter-spacing: 0.06em;
position: relative;
font-family: inherit;
border-radius: 0.6em;
overflow: hidden;
transition: all 0.3s;
line-height: 1.4em;
border: 2px solid var(--green);
background: linear-gradient(to right,
rgba(27, 253, 156, 0.1) 1%,
transparent 40%,
transparent 60%,
rgba(27, 253, 156, 0.1) 100%);
color: var(--green);
box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4),
0 0 9px 3px rgba(27, 253, 156, 0.1);
}
button:hover {
color: #82ffc9;
box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6),
0 0 9px 3px rgba(27, 253, 156, 0.2);
}
button:before {
content: "";
position: absolute;
left: -4em;
width: 4em;
height: 100%;
top: 0;
transition: transform 0.4s ease-in-out;
background: linear-gradient(to right,
transparent 1%,
rgba(27, 253, 156, 0.1) 40%,
rgba(27, 253, 156, 0.1) 60%,
transparent 100%);
}
button:hover:before {
transform: translateX(15em);
}
.book {
position: relative;
border-radius: 10px;
padding: 8px;
width: 220px;
height: 300px;
background-color: rgb(0, 218, 138);
-webkit-box-shadow: 1px 1px 12px #000;
box-shadow: 1px 1px 12px rgb(0, 218, 138);
-webkit-transform: preserve-3d;
-ms-transform: preserve-3d;
transform: preserve-3d;
-webkit-perspective: 2000px;
perspective: 2000px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #000;
}
.cover {
top: 0;
position: absolute;
background-color: #71717a;
color: azure;
text-shadow: 0 0 3px #000000;
padding: 8px;
width: 100%;
height: 100%;
border-radius: 10px;
cursor: pointer;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
/* -webkit-box-shadow: 1px 1px 12px #000; */
/* box-shadow: 1px 1px 12px #ffffff; */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.book:hover .cover {
-webkit-transition: all 0.5s;
transition: all 0.5s;
/* -webkit-transform: rotatey(-89deg);
-ms-transform: rotatey(-89deg); */
transform: rotateY(-90deg);
}
html::-webkit-scrollbar {
width: 10px;
}
html::-webkit-scrollbar-track {
background-color: #18181b;
}
html::-webkit-scrollbar-thumb {
border-radius: 7px;
border: 3px solid transparent;
background-clip: content-box;
background-color: #4ade80;
}
</style>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>