-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (178 loc) Β· 9.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity=
"sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar">
<ul class="link-group">
<li class="link active"><a href="#">home</a></li>
<li class="link"><a href="#">projects</a></li>
<li class="link"><a href="#">about</a></li>
<li class="link"><a href="#">contact</a></li>
</ul>
</nav>
<!-- home section -->
<section class="home-section active">
<h1 class="hero-heading">hello, i am <br> Jahanvi Gupta</h1>
<img src="me pic.jpeg" class="home-img" alt="">
</section>
<!-- project section -->
<section class="project-section active">
<h1 class="project-heading">some of my projects</h1>
<div class="project-container">
<div class="project-card">
<img src="Screenshot (7).png" class="project-img" alt="">
<div class="project-content">
<h1 class="project-title">project 01</h1>
<p class="project-info">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Impedit vitae delectus cumque repudiandae aliquam optio accusamus natus nobis! Nam, sunt?
</p>
<div class="project-btn-grp">
<button class="project-btn github">github repo</button>
<button class="project-btn live">see live</button>
</div>
</div>
</div>
<div class="project-card">
<img src="Screenshot (13).png" class="project-img" alt="">
<div class="project-content">
<h1 class="project-title">project 01</h1>
<p class="project-info">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Impedit vitae delectus cumque repudiandae aliquam optio accusamus natus nobis! Nam, sunt?
</p>
<div class="project-btn-grp">
<button class="project-btn github">github repo</button>
<button class="project-btn live">see live</button>
</div>
</div>
</div>
<div class="project-card">
<img src="Screenshot (10).png" class="project-img" alt="">
<div class="project-content">
<h1 class="project-title">project 01</h1>
<p class="project-info">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Impedit vitae delectus cumque repudiandae aliquam optio accusamus natus nobis! Nam, sunt?
</p>
<div class="project-btn-grp">
<button class="project-btn github">github repo</button>
<button class="project-btn live">see live</button>
</div>
</div>
</div>
<div class="project-card">
<img src="Screenshot (12).png" class="project-img" alt="">
<div class="project-content">
<h1 class="project-title">project 01</h1>
<p class="project-info">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Impedit vitae delectus cumque repudiandae aliquam optio accusamus natus nobis! Nam, sunt?
</p>
<div class="project-btn-grp">
<button class="project-btn github">github repo</button>
<button class="project-btn live">see live</button>
</div>
</div>
</div>
</div>
</section>
<!-- about section -->
<section class="about-section active">
<div class="about">
<div class="about-img-container">
<h1 class="about-info2">About Me</h1>
<img src="download.jpeg" class="about-img" alt="">
<button class="download-cv-btn">downlaod cv</button>
</div>
<p class="about-info">π Welcome to my digital abode! I'm a passionate 2nd-year B.Tech CSE student at Shri Ramswaroop Memorial University, where I'm immersed in the dynamic world of computer science and engineering. My journey in the tech realm has been a fascinating exploration, marked by a diverse skill set and a commitment to continuous learning.
π» Armed with proficiency in Java, JavaScript, C, and Python, I revel in the art of coding and problem-solving. Whether it's crafting elegant algorithms or architecting robust software solutions, I thrive on the challenges that the world of programming throws at me.
π Beyond the realm of code, I've delved into the world of data analytics with hands-on experience in IBM Cognos tool analytics, leveraging its power to unravel insights and drive informed decisions. My adeptness extends to the realms of MS Excel and a fundamental grasp of Power BI, allowing me to transform data into actionable intelligence.
π Deeply engrossed in the world of competitive programming, I am an avid participant on platforms like LeetCode and HackerRank, honing my skills in data structures and algorithms. The thrill of problem-solving and the joy of cracking intricate coding puzzles fuel my relentless pursuit of excellence.
π As I navigate the vast landscape of technology, I'm not just a coder; I'm a holistic problem solver with an insatiable curiosity for emerging trends and technologies. Join me on this exciting journey as I continue to push the boundaries of what's possible in the digital realm.
Let's build the future, one line of code at a time! π‘β¨</p>
</div>
</div>
</section>
<!-- skills -->
<div class="skill-section active">
<h1 class="heading">skills</h1>
<div class="skills-container">
<div class="skill-card">
<img src="img/html.png" class="skill-img" alt="">
<div class="skill-level">100%</div>
<h1 class="skill-name">HTML</h1>
<p class="skill-info">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequatur, delectus!</p>
</div>
<div class="skill-card">
<img src="img/html.png" class="skill-img" alt="">
<div class="skill-level">98%</div>
<h1 class="skill-name">CSS&Bootstrap</h1>
<p class="skill-info">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequatur, delectus!</p>
</div>
<div class="skill-card">
<img src="img/html.png" class="skill-img" alt="">
<div class="skill-level">80%</div>
<h1 class="skill-name">Java</h1>
<p class="skill-info">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequatur, delectus!</p>
</div>
<div class="skill-card">
<img src="img/html.png" class="skill-img" alt="">
<div class="skill-level">90%</div>
<h1 class="skill-name">Javascript</h1>
<p class="skill-info">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequatur, delectus!</p>
</div>
<div class="skill-card">
<img src="img/html.png" class="skill-img" alt="">
<div class="skill-level">100%</div>
<h1 class="skill-name">Wordpress</h1>
<p class="skill-info">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequatur, delectus!</p>
</div>
</div>
</div>
<!-- timeline -->
<div class="timeline">
<h1 class="heading">education and experience</h1>
<div class="card">
<div class="card-body">
<h1 class="card-title">2020</h1>
<p class="card-detail">Passed High School with 95 percent from Woodbine Gardenia School.</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h1 class="card-title">2022</h1>
<p class="card-detail">Passed Intermediate from Gail DAV Public School.</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h1 class="card-title">2022-2026</h1>
<p class="card-detail"> Pursuing Btech CSE with specialization in Data Science & Artificial Intelligence from Shri Ramswaroop Memorial University.</p>
</div>
</div>
</div>
<!-- contact section -->
<section class="contact-section active">
<form class="contact-form">
<input type="text" name="name" id="name" autocomplete="off" placeholder="name">
<input type="text" name="email" id="email" autocomplete="off" placeholder="email">
<textarea name="msg" id="msg" placeholder="message" autocomplete="off"></textarea>
<button type="submit" class="form-submit-btn">contact</button>
</form>
<!-- map -->
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d448181.163742937!2d76.81306771991275!3d28.647279935262464!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfd5b347eb62d%3A0x37205b715389640!2sDelhi!5e0!3m2!1sen!2sin!4v1639489002410!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</section>
</body>
</html>