-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
396 lines (305 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="css/style.css" />
<title>My Project</title>
</head>
<body class="bg-bodyColor text-white">
<!-- ------------------------------------------------------------- -->
<!-- Navbar -->
<!-- ------------------------------------------------------------- -->
<nav class="fixed w-screen nav-bg transition-all duration-500 z-10">
<span>Sayan</span> Banerjee
<ul
class="flex bg-boxColor flex-col space-y-8 top-0 px-20 py-20 h-screen absolute items-center side-menu transition-all duration-300 z-10 md:flex-row md:space-x-6 md:right-20 md:top-3 md:space-y-0 md:px-0 md:py-0 md:h-auto md:items-start md:bg-transparent">
<li><a href="#header" class="md:hover:text-mainColor transition-all duration-500">Home</a></li>
<li><a href="#about" class="md:hover:text-mainColor transition-all duration-500">About</a></li>
<li><a href="#services" class="md:hover:text-mainColor transition-all duration-500">Services</a></li>
<li><a href="#portfolio" class="md:hover:text-mainColor transition-all duration-500">Portfolio</a></li>
<li><a href="#reviews" class="md:hover:text-mainColor transition-all duration-500">Reviews</a></li>
<li><a href="#contact" class="md:hover:text-mainColor transition-all duration-500">Contact</a></li>
</ul>
<div class="cursor-pointer text-2xl absolute top-3 right-6 z-20 md:hidden"><i
class="fa-solid fa-bars side-menu-btn"></i></div>
</nav>
<!-- ------------------------------------------------------------- -->
<!-- Header -->
<!-- ------------------------------------------------------------- -->
<section id="header">
<div class="flex flex-col">
<img src="images/image.jpg" alt="" class="w-60 mx-auto pt-10 cursor-pointer lg:mt-10 clk"
style="border-radius: 50%">
<div class="mx-auto text-mainColor py-5">--Hello--</div>
</section>
<div class="text-center text-4xl font-black tracking-tight -z-10 lg:text-6xl mx-auto">I'm <span
class="auto-type"></span>
</div>
<section>
<p class="text-center text-sm tracking-tight pt-5 lg:px-28 lg:text-base">I am a 1st year student at NIT Durgapur
studying CS &
a
<span>web
developer</span> with a
strong
passion for
building <span>web application</span> &
mobile application.
</p>
<p class="text-center text-sm">Here's a bit <a href="#about"><span
class="md:hover:text-yellow-400 transition-all duration-300">about
me</span></a></p>
</div>
<div class="flex flex-row justify-center space-x-4 py-4">
<a href="https://www.facebook.com/profile.php?id=100027520621727" target="_blank"><i
class="fa-brands fa-facebook-f glow-icon px-4"></i></a>
<a href="https://www.instagram.com/sayan_banerjee____/" target="_blank"><i
class="fa-brands fa-instagram glow-icon"></i></a>
<a href="https://www.linkedin.com/in/sayan-banerjee-77603a23b/" target="_blank"><i
class="fa-brands fa-linkedin-in glow-icon"></i></a>
<a href="https://github.com/Sayan4444" target="_blank"><i class="fa-brands fa-github glow-icon "></i></a>
</div>
</section>
<!-- ------------------------------------------------------------- -->
<!-- ABOUT -->
<!-- ------------------------------------------------------------- -->
<section id="about" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50" data-aos-duration="1000">
<h1 class="text-center text-6xl text-headingColor font-bold my-10">ABOUT</h1>
<div class="lg:flex lg:flex-row">
<div class="w-full">
<span class="text-sm">ABOUT ME</span>
<p class="text-3xl font-semibold my-3 lg:lleading-relaxed ">Web Developer & <br>App Developer & <br> TA for DSA
</p>
<div class="my-10">
<a href="#portfolio" class="glow-btn">My Portfolio <i class="fa-solid fa-download"></i></a>
</div>
</div>
<div class="">
<p class="text-sm lg:text-lg">I am an undergrand student at NIT Durgapur Computer Science Engeneering 22-26</p>
<p class="my-4 text-sm lg:text-lg"><span>WBJEE RANK:</span> 1276, <br>
<span>JEE Main:</span> 99 percentile, <br>
<span>ISC:</span> 92.75 percentage, <br>
<p class="text-sm lg:text-lg">Get your project booked with <a href="#contact"
class="text-mainColor md:hover:text-yellow-400 transition-all duration-500">contact
button</a>
</p>
</div>
</div>
</section>
<!-- ------------------------------------------------------------- -->
<!-- SERVICES -->
<!-- ------------------------------------------------------------- -->
<section id="services" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50" data-aos-duration="1000">
<h1 class="text-center text-6xl text-headingColor font-bold my-10">SERVICES</h1>
<div class="grid grid-cols-2 gap-8 md:grid-cols-3">
<div class="flex flex-col items-center px-6 service-box md:hover:scale-105 transition-all duration-300">
<i class="fa-solid fa-code border-dashed border-2 rounded-full p-3"></i>
<h2 class="text-mainColor text-lg tracking-tighter my-2 text-center">Web Development</h2>
<p class="text-center mb-2 text-sm">Design and simplicity are the core for a any working website. Easily get a
stunning SEO friendly website created by us all by a simple click.</p>
</div>
<div class="flex flex-col items-center px-6 service-box md:hover:scale-105 transition-all duration-300">
<i class="fa-solid fa-code border-dashed border-2 rounded-full p-3"></i>
<h2 class="text-mainColor text-lg tracking-wider my-2 text-center ">App Development</h2>
<p class="text-center mb-2 text-sm">Using solid expertise in mobile apps development, our team will help you
create practical and seamless experiences on any device and get the best of mobile technology for your
business.
</p>
</div>
<div class="flex flex-col items-center px-6 service-box md:hover:scale-105 transition-all duration-300">
<i class="fa-solid fa-code border-dashed border-2 rounded-full p-3"></i>
<h2 class="text-mainColor text-lg tracking-tighter my-2 text-center">Teaching Assisstant for DSA</h2>
<p class="text-center mb-2 text-sm">Can work as a teaching assistant for part time for any of the fields in
Computer Science specially in Data Structures and Algorithm.</p>
</div>
</div>
</section>
<!-- ------------------------------------------------------------- -->
<!-- SERVICES -->
<!-- ------------------------------------------------------------- -->
<section id="portfolio" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50" data-aos-duration="1000">
<h1 class="text-center text-5xl text-headingColor font-bold my-10">MY PORTFOLIO</h1>
<div class="grid grid-cols-1 gap-y-10 my-20 md:grid-cols-2">
<div class="bg-white flex flex-col space-y-8 w-80 px-12 rounded-2xl mx-auto py-10">
<h2 class="text-mainColor text-3xl font-bold">Web Development</h2>
<p class="text-black">Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Assumenda, incidunt
ducimus
recusandae vero aperiam
beatae dolore. Explicabo placeat cupiditate reprehenderit.</p>
<div class="">
<a href="#" class="w-32 glow-btn">Read More</a>
</div>
</div>
<div class="bg-white flex flex-col space-y-8 w-80 px-12 rounded-2xl mx-auto py-10">
<h2 class="text-mainColor text-3xl font-bold">App Development</h2>
<p class="text-black">Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Assumenda, incidunt
ducimus
recusandae vero aperiam
beatae dolore. Explicabo placeat cupiditate reprehenderit.</p>
<div class="">
<a href="#" class="w-32 glow-btn">Read More</a>
</div>
</div>
<div class="bg-white flex flex-col space-y-8 w-80 px-12 rounded-2xl mx-auto py-10">
<h2 class="text-mainColor text-3xl font-bold">Teaching Assisstant in DSA</h2>
<p class="text-black">Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Assumenda, incidunt
ducimus
recusandae vero aperiam
beatae dolore. Explicabo placeat cupiditate reprehenderit.</p>
<div class="">
<a href="#" class="w-32 glow-btn">Read More</a>
</div>
</div>
<div class="bg-white flex flex-col space-y-8 w-80 px-12 rounded-2xl mx-auto py-10">
<h2 class="text-mainColor text-3xl font-bold">Others</h2>
<p class="text-black">Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Assumenda, incidunt
ducimus
recusandae vero aperiam
beatae dolore. Explicabo placeat cupiditate reprehenderit.</p>
<div class="">
<a href="#" class="w-32 glow-btn">Read More</a>
</div>
</div>
</div>
</section>
<!-- ------------------------------------------------------------- -->
<!-- REVIEWS -->
<!-- ------------------------------------------------------------- -->
<section id="reviews" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50" data-aos-duration="1000">
<h1 class="text-center text-5xl text-headingColor font-bold mt-10">TOP REVIEWS</h1>
<div class="swiper mySwiper py-14">
<div class="swiper-wrapper relative">
<div class="swiper-slide">
<div class="flex flex-col space-y-3 items-center">
<i class="fa-solid fa-quote-right text-mainColor text-4xl"></i>
<p class="text-sm text-center">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, reprehenderit cupiditate commodi
aliquid non
temporibus architecto itaque nihil a laborum corrupti omnis, ipsa
</p>
<h3 class="text-center text-mainColor">Swagata Mukherjee</h3>
<p>From India</p>
<figure class="w-10">
<img src="images/vivek.jpg" alt="" class="rounded-full border-2 border-red-500">
</figure>
</div>
</div>
<div class="swiper-slide">
<div class="flex flex-col space-y-3 items-center">
<i class="fa-solid fa-quote-right text-mainColor text-4xl"></i>
<p class="text-sm text-center">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, reprehenderit cupiditate commodi
aliquid non
temporibus architecto itaque nihil a laborum corrupti omnis, ipsa
</p>
<h3 class="text-center text-mainColor">Vivek Adhikary</h3>
<p>From India</p>
<figure class="w-10">
<img src="images/vivek.jpg" alt="" class="rounded-full border-2 border-red-500">
</figure>
</div>
</div>
<div class="swiper-slide">
<div class="flex flex-col space-y-3 items-center">
<i class="fa-solid fa-quote-right text-mainColor text-4xl"></i>
<p class="text-sm text-center">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, reprehenderit cupiditate commodi
aliquid non
temporibus architecto itaque nihil a laborum corrupti omnis, ipsa
</p>
<h3 class="text-center text-mainColor">Argha Sinha Roy</h3>
<p>From India</p>
<figure class="w-10">
<img src="images/vivek.jpg" alt="" class="rounded-full border-2 border-red-500">
</figure>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- ------------------------------------------------------------- -->
<!-- CONTACT -->
<!-- ------------------------------------------------------------- -->
<section id="contact" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50" data-aos-duration="1000">
<h1 class="text-center text-5xl text-headingColor font-bold my-10">CONTACT ME</h1>
<!-- <h3 class="text-center text-sm mb-3">This is form is only for <span class="text-red-400">feedback</span> of the
website,
<span class="text-yellow-300"> features</span>
that can be added and
things that
can be <span class="text-green-400">improved</span>
</h3> -->
<h3 class="mb-4">Write in the message section:- <br> <br><span class="text-red-400 pl-4">1. Things which you like of
the website
<br>
</span>
<span class="text-green-400 pl-4">2. Features that can be added more <br> </span>
<span class="text-yellow-400 pl-4">3. Improvements to be made</span>
</h3>
<!-- https://formsubmit.co/cd3c21ffa19099afedb0a5b14d6694a7 method="POST" -->
<form action="https://formsubmit.co/cd3c21ffa19099afedb0a5b14d6694a7" method="POST"
class="flex flex-col space-y-5 items-start lg:px-28" autocomplete="off">
<input type="text" id="name" name="name" placeholder="Your Name*"
class="w-full rounded-xl px-5 py-4 text-sm focus:outline-none bg-formBg autofill:bg-black" required>
<div class="w-full relative">
<input type="email" id="email" name="email" placeholder="Your E-mail address*"
class="w-full rounded-xl text-sm px-5 py-4 focus:outline-none bg-formBg" required>
<figure>
<img src="" alt="" class="w-8 absolute right-4 top-3 email-pic">
</figure>
</div>
<div class="w-full relative">
<input type="number" id="number" name="number" placeholder="Your mobile number*"
class="w-full rounded-xl text-sm px-5 py-4 focus:outline-none bg-formBg" maxlength="10" required>
<figure>
<img src="" alt="" class="w-8 absolute right-4 top-3 number-pic">
</figure>
</div>
<textarea id="message" name="message" cols="30" rows="10" placeholder="Message"
class="w-full rounded-xl text-sm px-5 py-4 focus:outline-none bg-formBg"></textarea>
<input id="submit" type="submit" value="Submit" class="glow-submit-btn cursor-not-allowed" disabled>
</form>
</section>
<footer id="footer" class="flex flex-col">
<div class="flex flex-row justify-center space-x-4 py-2">
<a href="https://www.facebook.com/profile.php?id=100027520621727" target="_blank"><i
class="fa-brands fa-facebook-f glow-icon px-4"></i></a>
<a href="https://www.instagram.com/sayan_banerjee____/" target="_blank"><i
class="fa-brands fa-instagram glow-icon"></i></a>
<a href="https://www.linkedin.com/in/sayan-banerjee-77603a23b/" target="_blank"><i
class="fa-brands fa-linkedin-in glow-icon"></i></a>
<a href="https://github.com/Sayan4444" target="_blank"><i class="fa-brands fa-github glow-icon "></i></a>
</div>
<div class="flex flex-row justify-center space-x-4">
<a href="#" class="md:hover:text-mainColor transition-all duration-500 text-sm">Privacy Policy</a>
<a href="#" class="md:hover:text-mainColor transition-all duration-500 text-sm">Terms of use</a>
<a href="#" class="md:hover:text-mainColor transition-all duration-500 text-sm">Disclaimer</a>
</div>
<div>
<p class="text-sm text-center">Created by <span class="text-base">SAYAN BANERJEE</span> | 2022 All Rights
reserved</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="index.js"></script>
</body>
</html>