-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
466 lines (376 loc) · 20.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hishita Gupta</title>
<link rel="icon" type="image/x-icon" href="https://www.pinclipart.com/picdir/big/324-3243715_heart-emoji-transparent-background-clipart.png">
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- header site -->
<header>
<div class="logo"><span>H</span>ishita.</div>
<ul class="navlist">
<li><a href="#home" style="--i:1;">Home</a></li>
<li><a href="#about" style="--i:2;">About</a></li>
<li><a href="#services" style="--i:3;">Services</a></li>
<li><a href="#skills" style="--i:4;">Skills</a></li>
<li><a href="#portfolio" style="--i:5;">Portfolio</a></li>
<li><a href="#contact" style="--i:6;">Contact</a></li>
</ul>
<div id="menu-icon" class="bx bx-menu"></div>
</header>
<!-- home section-------------------------- -->
<section id="home" class="home">
<div class="home-content">
<h1> Hi! I'm Hishita Gupta</h1>
<div class="change-text">
<h3>And I'm</h3>
<h3 class="ml6">
<span class="text-wrapper">
<span class="letters">Web Developer</span>
</span>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!-- <span class="word">Student</span>
<span class="word">Web Developer</span>
<span class="word">Content Writer</span>
<span class="word">Artist</span> -->
</h3>
</div>
<p>CBSE City Topper 2023 | Currently pursuing BCA I Tech Enthusiast | Innovative and Creative | Aspiring
Changemaker in the Computer & Startup World.</p>
<div class="info-box">
<div class="email-info">
<h5>Email:</h5>
<span>[email protected]</span>
</div>
<!-- <div class="email-info">
<h5>Email:</h5>
<span>[email protected]</span>
</div> -->
</div>
<div class="btn-box">
<a href="https://lnkd.in/gch2DvNt" class="btn">Download CV</a>
<a href="https://www.linkedin.com/in/hishita-gupta/" class="btn">Hire Me Now!</a>
</div>
<div class="social-icons">
<a href="https://github.com/HishitaGupta"><i class='bx bxl-github'></i></a>
<a href="https://www.instagram.com/hishitagupta?igsh=azF3bGFjamN6ZGxh&utm_source=qr"><i
class='bx bxl-instagram'></i></a>
<a
href="https://www.linkedin.com/in/hishita-gupta-261a5328b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app"><i
class='bx bxl-linkedin'></i></a>
<a href="https://discord.com/channels/@me"><i class='bx bxl-discord'></i></a>
</div>
</div>
<div class="home-image">
<div class="img-box">
<img src="pictures\me3.jpg" alt="">
</div>
<!-- <div class="liquid-shape">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" id="blobSvg">
<path fill="#12f7ff">
<animate attributeName="d" dur="20000ms" repeatCount="indefinite" values="M394.5,351.5Q367,453,265,426.5Q163,400,119.5,325Q76,250,106.5,152Q137,54,237.5,75.5Q338,97,380,173.5Q422,250,394.5,351.5Z;
M422.5,344Q359,438,245.5,446Q132,454,91.5,352Q51,250,113,184.5Q175,119,260.5,101Q346,83,416,166.5Q486,250,422.5,344Z;
M406.5,295Q373,340,347.5,406.5Q322,473,249.5,474Q177,475,145,412.5Q113,350,95,300Q77,250,90.5,197Q104,144,141,86Q178,28,248,35Q318,42,376.5,79Q435,116,437.5,183Q440,250,406.5,295Z;
M445,304.5Q400,359,352.5,388.5Q305,418,240.5,447.5Q176,477,122.5,429.5Q69,382,47.5,316Q26,250,69.5,200Q113,150,152.5,110.5Q192,71,249,74.5Q306,78,377,92Q448,106,469,178Q490,250,445,304.5Z;
M405.5,298Q383,346,346.5,390Q310,434,251.5,430Q193,426,122,410Q51,394,38.5,322Q26,250,58.5,192Q91,134,145,113.5Q199,93,252,86.5Q305,80,345.5,115.5Q386,151,407,200.5Q428,250,405.5,298Z;
M433.5,279Q389,308,377.5,337Q366,366,350.5,410.5Q335,455,292.5,454.5Q250,454,208,453.5Q166,453,147.5,412Q129,371,85.5,353.5Q42,336,40.5,293Q39,250,60,215Q81,180,89.5,139Q98,98,135.5,81.5Q173,65,211.5,61Q250,57,288,62Q326,67,374.5,72Q423,77,442,120Q461,163,469.5,206.5Q478,250,433.5,279Z;
M381.5,281.5Q403,313,383.5,338.5Q364,364,334.5,373Q305,382,277.5,419.5Q250,457,206,459.5Q162,462,119.5,442.5Q77,423,71,374.5Q65,326,54.5,288Q44,250,35,203.5Q26,157,54,119.5Q82,82,125,66.5Q168,51,209,80.5Q250,110,272,127.5Q294,145,334,135.5Q374,126,368,165Q362,204,361,227Q360,250,381.5,281.5Z;
M475.5,296Q472,342,436,371Q400,400,360,410Q320,420,285,451.5Q250,483,202.5,481.5Q155,480,130,437.5Q105,395,92.5,357.5Q80,320,59.5,285Q39,250,35,204.5Q31,159,74.5,138.5Q118,118,138.5,74.5Q159,31,204.5,32Q250,33,290.5,43.5Q331,54,351,91.5Q371,129,390,156.5Q409,184,444,217Q479,250,475.5,296Z;
M430.5,291Q447,332,413,355.5Q379,379,358,419Q337,459,293.5,441.5Q250,424,220,409.5Q190,395,133.5,409Q77,423,91.5,366.5Q106,310,91.5,280Q77,250,90.5,219.5Q104,189,121.5,164Q139,139,153,95Q167,51,208.5,41Q250,31,286,53.5Q322,76,341.5,107.5Q361,139,393,158.5Q425,178,419.5,214Q414,250,430.5,291Z;
M394.5,351.5Q367,453,265,426.5Q163,400,119.5,325Q76,250,106.5,152Q137,54,237.5,75.5Q338,97,380,173.5Q422,250,394.5,351.5Z;
"></animate>
</path>
</svg>
</div>
<div class="liquid-shape">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" id="blobSvg">
<path fill="#12f7ff">
<animate attributeName="d" dur="20000ms" repeatCount="indefinite" values="M394.5,351.5Q367,453,265,426.5Q163,400,119.5,325Q76,250,106.5,152Q137,54,237.5,75.5Q338,97,380,173.5Q422,250,394.5,351.5Z;
M422.5,344Q359,438,245.5,446Q132,454,91.5,352Q51,250,113,184.5Q175,119,260.5,101Q346,83,416,166.5Q486,250,422.5,344Z;
M406.5,295Q373,340,347.5,406.5Q322,473,249.5,474Q177,475,145,412.5Q113,350,95,300Q77,250,90.5,197Q104,144,141,86Q178,28,248,35Q318,42,376.5,79Q435,116,437.5,183Q440,250,406.5,295Z;
M445,304.5Q400,359,352.5,388.5Q305,418,240.5,447.5Q176,477,122.5,429.5Q69,382,47.5,316Q26,250,69.5,200Q113,150,152.5,110.5Q192,71,249,74.5Q306,78,377,92Q448,106,469,178Q490,250,445,304.5Z;
M405.5,298Q383,346,346.5,390Q310,434,251.5,430Q193,426,122,410Q51,394,38.5,322Q26,250,58.5,192Q91,134,145,113.5Q199,93,252,86.5Q305,80,345.5,115.5Q386,151,407,200.5Q428,250,405.5,298Z;
M433.5,279Q389,308,377.5,337Q366,366,350.5,410.5Q335,455,292.5,454.5Q250,454,208,453.5Q166,453,147.5,412Q129,371,85.5,353.5Q42,336,40.5,293Q39,250,60,215Q81,180,89.5,139Q98,98,135.5,81.5Q173,65,211.5,61Q250,57,288,62Q326,67,374.5,72Q423,77,442,120Q461,163,469.5,206.5Q478,250,433.5,279Z;
M381.5,281.5Q403,313,383.5,338.5Q364,364,334.5,373Q305,382,277.5,419.5Q250,457,206,459.5Q162,462,119.5,442.5Q77,423,71,374.5Q65,326,54.5,288Q44,250,35,203.5Q26,157,54,119.5Q82,82,125,66.5Q168,51,209,80.5Q250,110,272,127.5Q294,145,334,135.5Q374,126,368,165Q362,204,361,227Q360,250,381.5,281.5Z;
M475.5,296Q472,342,436,371Q400,400,360,410Q320,420,285,451.5Q250,483,202.5,481.5Q155,480,130,437.5Q105,395,92.5,357.5Q80,320,59.5,285Q39,250,35,204.5Q31,159,74.5,138.5Q118,118,138.5,74.5Q159,31,204.5,32Q250,33,290.5,43.5Q331,54,351,91.5Q371,129,390,156.5Q409,184,444,217Q479,250,475.5,296Z;
M430.5,291Q447,332,413,355.5Q379,379,358,419Q337,459,293.5,441.5Q250,424,220,409.5Q190,395,133.5,409Q77,423,91.5,366.5Q106,310,91.5,280Q77,250,90.5,219.5Q104,189,121.5,164Q139,139,153,95Q167,51,208.5,41Q250,31,286,53.5Q322,76,341.5,107.5Q361,139,393,158.5Q425,178,419.5,214Q414,250,430.5,291Z;
M394.5,351.5Q367,453,265,426.5Q163,400,119.5,325Q76,250,106.5,152Q137,54,237.5,75.5Q338,97,380,173.5Q422,250,394.5,351.5Z;
"></animate>
</path>
</svg>
</div> -->
</div>
<!-- <div class="ccircle">
<div class="loggo">
<img src="pictures\me3.jpg" alt="">
</div>
<div class="ttext">
<p>Hishita Gupta Hishita Gupta Hishita Gupta </p>
</div>
</div>-->
</div>
</section>
<!-- about section------------------------------------------ -->
<section id="about" class="about">
<div class="img-about">
<img src="pictures/1.jpg" alt="">
<!-- <div class="info-about1">
<span>10+</span>
<p>Years Of Experience</p>
</div>
<div class="info-about2">
<span>10+</span>
<p>Years Of Experience</p>
</div>
<div class="info-about3">
<span>10+</span>
<p>Years Of Experience</p>
</div> -->
</div>
<div class="about-content">
<span>Let Me Introduce Myself</span>
<h2>About Me</h2>
<h3>A story of good</h3>
<p>Hello, I'm Hishita Gupta, a first year student of Bachelor of Computer Applications.As a diligent and
disciplined individual, I'm proud to have achieved the title of School Topper in my Class 10 board exams
in 2020 and City Topper of Rajpura in CBSE Class 12 board exams in 2023.I'm excited to embark on a
journey of continuous learning, innovation, and problem-solving as I work towards becoming a proficient
professional in the field of Computer Applications. </p>
<!-- <div class="btn-box">
<a href="#" class="btn">Read More</a>
</div> -->
</div>
</section>
<!-- services section--------------------------------------------------------- -->
<section id="services" class="services">
<div class="main-text">
<span>What will I do for you</span>
<h2>Our services</h2>
</div>
<div class="section-services">
<div class="service-box">
<i class='bx bxs-layer service-icon'></i>
<h3>Web Development </h3>
<p> Crafting visually appealing and functional websites tailored to your needs.!</p>
<!-- <div class="btn-box service-btn">
<a href="#" class="btn">Read More</a>
</div> -->
</div>
<div class="service-box">
<i class='bx bx-desktop service-icon'></i>
<h3>Web Design</h3>
<p>
Driven by creativity and user-centric design principles.Translating client needs into compelling web
solutions.!
</p>
<!-- <div class="btn-box service-btn">
<a href="#" class="btn">Read More</a>
</div> -->
</div>
<div class="service-box">
<i class='bx bx-code-alt service-icon'></i>
<h3>Video Editing</h3>
<p>Driven by creativity and a keen eye for visual storytelling.Shaping compelling narratives.!</p>
<!-- <div class="btn-box service-btn">
<a href="#" class="btn">Read More</a>
</div> -->
</div>
</div>
</section>
<!-- skills section----------------------------------------------------- -->
<section id="skills" class="skills">
<div class="main-text">
<span>Technical and Professional Skills</span>
<h2>My Skills</h2>
</div>
<div class="skill-main">
<div class="skill-left">
<h3>Technical Skills</h3>
<div class="skill-bar">
<div class="info">
<p>HTML</p>
<p>72%</p>
</div>
<div class="bar">
<span class="html"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>CSS</p>
<p>50%</p>
</div>
<div class="bar">
<span class="css"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>Javascript</p>
<p>25%</p>
</div>
<div class="bar">
<span class="javascript"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>React</p>
<p>5%</p>
</div>
<div class="bar">
<span class="react"></span>
</div>
</div>
</div>
<div class="skill-right">
<h3>Professional Skills</h3>
<div class="professional">
<div class="box">
<div class="circle" data-dots="80" data-percent="90"></div>
<div class="text">
<big>90%</big>
<small>Team Work</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="80" data-percent="90"></div>
<div class="text">
<big>80%</big>
<small>Creativity</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="80" data-percent="90"></div>
<div class="text">
<big>55%</big>
<small>Project Managenent</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="80" data-percent="90"></div>
<div class="text">
<big>70%</big>
<small>Communication</small>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- portfolioooooooooooooooooooooooooooooooooo -->
<section id="portfolio" class="portfolio">
<div class="main-text">
<span>What I Will Do For You </span>
<h2>Latest Projects</h2>
</div>
<div class="container">
<div class="filter-button">
<button class="btn" data-filter="all">All</button>
<button class="btn" data-filter=".product">Product</button>
<button class="btn" data-filter=".inter">Interacting</button>
<button class="btn" data-filter=".web">Web App</button>
</div>
<div class="portfolio-gallery">
<div class="port-box mix product">
<div class="port-image">
<img src="pictures\1.jpg" alt="">
</div>
<div class="port-content">
<h3>Landing Page</h3>
<p>Created a JBl website clone </p>
<a href="https://jbl-landing-page.vercel.app/"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="port-box mix product">
<div class="port-image">
<img src="pictures\2.jpg" alt="">
</div>
<div class="port-content">
<h3>Calculator</h3>
<p>Created a Simple Calculator</p>
<a href="https://lnkd.in/gRKn3nax"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="port-box mix product">
<div class="port-image">
<img src="pictures\3.jpg" alt="">
</div>
<div class="port-content">
<h3>CUCEED Website ReDesign</h3>
<p></p>
<a href="https://cuceed.vercel.app/"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="port-box mix inter">
<div class="port-image">
<img src="pictures\4.jpg" alt="">
</div>
<div class="port-content">
<h3>Coming Soon</h3>
<p></p>
<!-- <a href=""><i class='bx bx-link-external'></i></a> -->
</div>
</div>
<div class="port-box inter">
<div class="port-image">
<img src="pictures\5.jpg" alt="">
</div>
<div class="port-content">
<h3>Coming Soon</h3>
<p></p>
<!-- <a href=""><i class='bx bx-link-external'></i></a> -->
</div>
</div>
<div class="port-box web">
<div class="port-image">
<img src="pictures\6.jpg" alt="">
</div>
<div class="port-content">
<h3>Coming Soon</h3>
<p></p>
<!-- <a href=""><i class='bx bx-link-external'></i></a> -->
</div>
</div>
</div>
</div>
</section>
<!-- contact section----------------------------------------------------- -->
<section id="contact" class="contact">
<div class="main-text">
<span>Ask Me A Question </span>
<h2>Contact Me</h2>
</div>
<form action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="47ffea6d-0ce3-43ea-993b-89c5d23756c5">
<input type="text" name="name" placeholder="Your Name">
<input type="email" name="email" placeholder="Your Email">
<!-- <input type="text" placeholder="Your Address">
<input type="number" placeholder="Phone Number"> -->
<textarea name="message" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<div class="btn-box formBtn">
<button type="submit" class="btn">Send Message</button>
</div>
</form>
</section>
<!-- footer----------------------------------------------- -->
<footer>
<p>Copyright © 2024 by Hishita Gupta || All Rights Reseved.</p>
<a href="#home"><i class='bx bx-up-arrow-alt'></i></a>
</footer>
<script src="mixitup.min.js"></script>
<script src="script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script>
const text = document.querySelector('.ttext p');
text.innerHTML = text.innerText.split("").map((char, i) =>
`<span style="transform:rotate(${i * 8.6}deg)">${char}</span>`).join("");
</script>
</body>
</html>