-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
345 lines (336 loc) · 9.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sakshi Munjal</title>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="menu-toggler">
<div class="bar half start">
</div>
<div class="bar">
</div>
<div class="bar half end">
</div>
</div>
<nav class="top-nav">
<ul class="nav-list">
<li>
<a href="#services" class="nav-link">Services</a>
</li>
<li>
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li>
<a href="#experience" class="nav-link">Achievement</a>
</li>
<li>
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</nav>
<section>
<div class="landing-text">
<h1>
Sakshi Munjal
</h1>
<h6>
Product Manager
</h6>
</div>
</section>
<section class ="about" id ="about">
<div class="container">
<div class="profile-img" data-aos="fade-right" data-aos-delay="300">
<img class="profileimg" src="images/Me.svg">
</div>
<div class="about-details" id="about-details" data-aos="fade-left" data-aos-delay="600">
<p>
Hi! I am Sakshi
I am an open source enthusiast and I love to look for solutions to everyday problems. I believe in the power of giving back to the society and I wish to
bring a change and to be the change.
</p>
</div>
</div>
</section>
<section class ="services" id ="services">
<div class="container">
<div class="section-heading">
<h1>
Services
</h1>
<h6>
What I can do for you
</h6>
</div>
<div class="my-skills">
<div class="skill" data-aos="fade-in" data-aos-delay="300">
<div class = "newImage1">
<img src = "images/section2_1.svg">
</div>
<h1 style = "color: rgba(255,255,255, .3);">
Product Design
</h1>
<p>
I love to make beautiful Product Designs.
</p>
</div>
<div class="skill" data-aos="fade-in" data-aos-delay="600">
<div class = "newImage1">
<img src = "images/section2_2.svg">
</div>
<h1 style = "color: rgba(255,255,255, .3);">
Product Management
</h1>
<p>
I love to wear multiple hats and collaborate with User Researchers, Designers, Developers and QA teams.
</p>
</div>
<div class="skill" data-aos="fade-in" data-aos-delay="900">
<div class = "newImage">
<img src= "images/section2.svg">
</div>
<h1 style = "color: rgba(255,255,255, .3);">
Project Management
</h1>
<p>
Program/ Project Management, Agile methodology for rapid development of products.
</p>
</div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<div class="container">
<div class="section-heading">
<h1>
Portfolio
</h1>
<h6 class="add">
View some of my recent work
</h6>
</div>
<div class="portfolio-item">
<div class="portfolio-img has-margin-right" data-aos="fade-right" data-aos-delay="300">
<img src="images/portitem1.jpeg" alt="">
</div>
<div class="portfolio-description" data-aos="fade-left" data-aos-delay="600">
<h6>
Web Development & Product Management
</h6>
<h1>
Website on Domestic Violence
</h1>
<p>
Feel At Home
This website is a platform to connect people who are facing domestic violence.Machine learning and various new and exciting features have been added.
</p>
<a href="http://doritos.herokuapp.com/" class="cta">View Details</a>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-description" data-aos="fade-right" data-aos-delay="1200">
<h6>
Github Profile
</h6>
<h1>
Open source contributions are my fav!
</h1>
<p>
From Google Code-in to Google Summer of Code, my github has them all!
</p>
<a href="https://github.com/sakshi1499" class="cta">View Details</a>
</div>
<div class="portfolio-img" data-aos="fade-left" data-aos-delay="900">
<img src="images/Os.jpg" alt="">
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-img has-margin-right" data-aos="fade-right" data-aos-delay="1500">
<img src="images/Zenhub.PNG" alt="">
</div>
<div class="portfolio-description" data-aos="fade-left" data-aos-delay="1800">
<h6>
Product Management
</h6>
<h1>
Planning & Delivering Success
</h1>
<p>
I have always been passionate about Product Management and have gained experience as a TPM at AnitaB.org OS.
</p>
</div>
</div>
</div>
</section>
<section class="experience" id="experience">
<div class="container">
<div class="section-heading">
<h1>
Achievements
</h1>
<h6>
Past and Current Achievements
</h6>
</div>
<div class="timeline" data-aos="fade-down" data-aos-delay="300">
<ul>
<li class="date" data-date="September 2020">
<h1>
21 Under 21 Awards
</h1>
<p>
Given for outstanding efforts and achieving great heights under the age of 21.
</p>
</li>
<li class="date" data-date="September 2020">
<h1>
Grace Hopper Celebration Scholarship
</h1>
<p>
Recognized as a Community Leader & awarded with GHC Scholarship.
</p>
</li>
<li class="date" data-date="May-2020">
<h1>
LiFT Scholar
</h1>
<p>
LiFT Scholarship recipient in the category "Women in Open Source".
</p>
</li>
<li class="date" data-date="March-2020">
<h1>
Google Summer of Code [email protected]
</h1>
<p>
Helping participants make contributions.
</p>
</li>
<li class="date" data-date="April-2020">
<h1>
Chapter Lead at Delhi in GirlScript Foundation
</h1>
<p>
Helping empower women in technology and self efficacy.
</p>
</li>
<li class="date" data-date="March-2020">
<h1>
Selected in Ideathon
</h1>
<p>
Ideathon by MHRD IIC National Innovation Contest 2020.
</p>
</li>
<li class="date" data-date="February-2020">
<h1>
Among top three teams in HackVsit
</h1>
<p>
Won the prize for the most effective use of location based components using MapMyIndia SDK/APIs and received a Car Tracker.
</p>
</li>
<li class="date" data-date="January-2020">
<h1>
Microsoft Student Partner
</h1>
<p>
Microsoft Student Partner for the year 2020-2021.
</p>
</li>
<li class="date" data-date="January-2020">
<h1>
HackXpress Winner
</h1>
<p>
Won HackXpress among 26 amazing teams.Event sponsored by Microsoft and IEEE.
</p>
</li>
<li class="date" data-date="December-2019">
<h1>
Google Code-in Mentor@CircuitVerse
</h1>
<p>
Serving as a Google Code-in Mentor at CircuitVerse.org. Helping students through their doubts and helping them achieve their goal, gives me immense pleasure.
</p>
</li>
<li class="date" data-date="October-2019">
<h1>
GirlScript Microsoft Hackathon
</h1>
<p>
Winner of GirlScript Microsoft Hackathon.Developed a website for people facing Domestic Violence.
</p>
</li>
<li class="date" data-date="September-2019">
<h1>
Google Action Developer
</h1>
<p>
I have developed multiple google actions and recieved google home for developing Bilingual Action. Say 'Ok Google talk to Which City Which Country'.
</p>
</li>
<li class="date" data-date="April-2019">
<h1>
Linux Foundation Scholarship
</h1>
<p>
Linux Foundation Lyon Summit Scholarship Recepient
</p>
</li>
</ul>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<div class="section-heading">
<h1>
Contact
</h1>
<h6>
Let's Work Together
</h6>
<div class="social-media">
<ul class="nav-list">
<li>
<a href="mailto: [email protected]" class="icon-link">
<i class="fas fa-envelope"></i>
</a>
</li>
<li>
<a href="https://twitter.com/SakshiMunjal7" class="icon-link">
<i class="fab fa-twitter-square"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/sakshi-munjal-266633187/" class="icon-link">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
</header>
<footer class="copyright" id="footer">
<div class="up" id="up">
<i class=" fas fa-chevron-up"></i>
</div>
<p>
© 2020 Sakshi Munjal
</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="main.js"></script>
</body>
</html>