-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
567 lines (519 loc) · 23.2 KB
/
profile.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
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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User Profile | RecruNest</title>
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="style.css">
<!-- Open Graph Meta Tag -->
<meta property="og:image" content="https://recrunest.netlify.app/images/logo.png"/>
</head>
<body>
<nav class="navbar">
<div class="navbar_left">
<a href="index.html" class="logo"><img src="images/logo.png"></a>
<div class="search_box">
<img src="images/search.png">
<input type="text" placeholder="Search">
</div>
</div>
<div class="navbar_center">
<ul>
<li><a href="index.html" class="active_link"><img src="images/home.png"><span>Home</span></a></li>
<li><a href="Network.html"><img src="images/network.png"><span>My Network</span></a></li>
<li><a href="#"><img src="images/message.png" class="Message_drop" onclick="togglemsg()"><span
class="Message_drop" onclick="togglemsg()">Messaging</span></a></li>
<li><a href="jobs.html"><img src="images/jobs.png"><span>Jobs</span></a></li>
<li><a href="notifications.html"><img src="images/notification.png"><span>Notifications</span></a></li>
</ul>
</div>
<div class="navbar_middle">
<div class="n_middle">
<a href="Ai-bot.html"><img src="images/ai-bot.png"><span>AI</span></a>
</div>
</div>
<div class="navbar_right">
<div class="online">
<img src="images/user-1.png" class="nav-profile-img" onclick="togglemenu()">
</div>
<div class="me" onclick="togglemenu()">Me
<p><img src="images/down-arrow.png" width="15px"></p>
</div>
</div>
<!-- ------------------- msg-drop ----------------------------- -->
<div class="profile-msg-wrap" id="drop_down_msg">
<div class="profile-msg">
<div class="user-msg">
<img src="images/user-1.png">
<div>
<b>Chat Box<span>··· <img src="images/down-arrow.png" class="Message_drop"
onclick="togglemsg()"></span></b>
</div>
</div>
<div class="search_box">
<img src="images/search.png">
<input type="text" placeholder="Search messages">
</div>
<hr>
<a href="#" class="profile-msg-link">
<img src="images/user-2.png">
<div>
<b>Mark Helzmen <span>· Aug 12</span></b>
<p>Mark: Hey! I am interested...</p>
</div>
</a>
<a href="#" class="profile-msg-link">
<img src="images/user-x.png">
<div>
<b>Sneha Singh <span>· Aug 6</span></b>
<p>Sneha: Streamline your projects...</p>
</div>
</a>
<a href="#" class="profile-msg-link">
<img src="images/user-3.png">
<div>
<b>Shreya Das <span>· Jul 18</span></b>
<p>You: Any suggestions for...</p>
</div>
</a>
<a href="#" class="profile-msg-link">
<img src="images/company-logo1.png">
<div>
<b>PixerBlock <span>· Jul 5</span></b>
<p>Pixer: Elevate your tech stack...</p>
</div>
</a>
<a href="#" class="profile-msg-link">
<img src="images/user-4.png">
<div>
<b>Manisha Mallik <span>· Jun 30</span></b>
<p>Manisha: Harness AI tools...</p>
</div>
</a>
<a href="#" class="profile-msg-link">
<img src="images/user-z.png">
<div>
<b>Harsh Gupta <span>· Jun 15</span></b>
<p>Harsh: Explore new frameworks ?</p>
</div>
</a>
<a href="#" class="profile-msg-link">
<img src="images/user-y.png">
<div>
<b>Swastik Roy <span>· April 27</span></b>
<p>You: What strategies do...</p>
</div>
</a>
<a href="#" class="profile-msg-link">
<img src="images/mi-logo.png">
<div>
<b style="font-size: 12px;">Startup marketer <span>· Feb 14</span></b>
<p>Startup: Apply to our...</p>
</div>
</a>
</div>
</div>
<!-- ----------------profile drop down menu---------------- -->
<div class="profile-menu-wrap" id="profilemenu">
<div class="profile-menu">
<div class="user-info">
<img src="images/user-1.png">
<div>
<h3>Debargha Sanyal</h3>
<a href="My-profile.html">See your profile</a>
</div>
</div>
<hr>
<a href="#" class="profile-menu-link">
<img src="images/feedback.png">
<p>Give Feedback</p>
<span>></span>
</a>
<a href="#" class="profile-menu-link">
<img src="images/setting.png">
<p>Settings & Privacy</p>
<span>></span>
</a>
<a href="#" class="profile-menu-link">
<img src="images/help.png">
<p>Help & Support</p>
<span>></span>
</a>
<a href="#" class="profile-menu-link">
<img src="images/display.png">
<p>Display & Accessiblity</p>
<span>></span>
</a>
<a href="#" class="profile-menu-link">
<img src="images/logout.png">
<p>Logout</p>
<span>></span>
</a>
<a href="Contact_us.html" class="profile-menu-link-contact">
<h4>CONTACT US</h4>
</a>
</div>
</div>
</nav>
<!-- -------------- navbar close --------------- -->
<div class="container">
<div class="profile-page">
<div class="profile-container">
<img src="images/cover-pic.png" width="100%">
<div class="profile-content">
<img src="images/user-4.png" class="profile-pic">
<h1>Manisha Mallik <img src="images/notification.png" style="cursor: pointer;"></h1>
<b>SD-ll at Microsoft
<a href="#">Microsoft</a>
<img src="images/microsoft.png" width="30px">
</b>
<p>Bangalore, India · <a href="#">Contact info</a></p>
<p>3760 followers · 500+ connections</p>
<div class="mutual-connection">
<img src="images/user-2.png">
<img src="images/user-3.png" class="overlap-img">
<span>Abhra, Shreya, and 22 mutual connections</span>
</div>
<div class="profile-button">
<a href="#" class="connects"><img src="images/connect.png">Connect</a>
<a href="#" class="msg">Message</a>
<a href="#" class="more">More</a>
</div>
</div>
</div>
<div class="profile-description">
<h2>About</h2>
<p>Experienced in enhancing web interfaces with a focus on responsive design, performance optimization,
and cross-browser
compatibility. Proficient in using React and Node.js for dynamic pages, alongside HTML, CSS, and
JavaScript. Recently
expanded expertise into Generative AI, including insights into Large Language Models and Responsible
AI. Eager to apply
these skills to drive technological innovation.
</p>
<a href="#" class="see-more-link">See more...</a>
</div>
<div class="post_of_user">
<div class="user_post">
<img src="images/user-4.png">
<div>
<a href="#">Manisha Mallik</a>
<small>SD-ll at Microsoft</small>
<small>2d ago</small>
</div>
</div>
<p>I'm excited to share that I've recently expanded my knowledge in the field of Generative AI. Through
focused learning,
I've gained insights into Generative AI, Large Language Models, and the crucial role of Responsible
AI. I'm looking
forward to leveraging these skills to drive innovation and contribute to the future of technology.
The journey ahead
looks promising!</p>
<img src="images/post-image-2.png" width="100%">
<div class="post_status">
<div>
<img src="images/thumbsup.png">
<img src="images/love.png">
<img src="images/clap.png">
<span class="liked_user">Sandipan Roy and 34 others</span>
</div>
<div>
<span>21 comment · 3 reposts</span>
</div>
</div>
<div class="post_activity">
<div class="post-activity-link">
<img src="images/like.png">
<span>Like</span>
</div>
<div class="post-activity-link">
<img src="images/comment.png">
<span>Comment</span>
</div>
<div class="post-activity-link">
<img src="images/share.png">
<span>Repost</span>
</div>
<div class="post-activity-link">
<img src="images/send.png">
<span>Send</span>
</div>
</div>
<hr>
<a href="#" class="post-show-all">Show all posts <img src="images/right-arrow.png"></a>
</div>
<div class="profile-description">
<h2>Experience</h2>
<div class="profile-desc-row">
<img src="images/microsoft.png">
<div>
<h3>Software Developer</h3>
<h1>Microsoft · full-time</h1>
<b>Feb 2024 - Present · 6 months</b>
</div>
</div>
<hr>
<div class="profile-desc-row">
<img src="images/company-logo1.png">
<div>
<h3>Lead Developer</h3>
<h1>PixerBlock · full-time</h1>
<b>Aug 2023 - Feb 2024 · 7 months</b>
<p>Enhanced web interfaces with a focus on responsive design, performance optimization, and
cross-browser compatibility
using React and Node.js to create dynamic, functional pages.
</p>
</div>
</div>
<hr>
<div class="profile-desc-row">
<img src="images/company-logo 2.png">
<div>
<h3>Front-End Developer</h3>
<h1>GenixWave Labs · full-time</h1>
<b>Jan 2022 - Jul 2023 · 1.7 Years</b>
<p>Enhanced user interfaces for web applications with a focus on responsive design, performance,
and
cross-browser
compatibility. Used HTML, CSS, and JavaScript to bring designs to life.
</p>
</div>
</div>
<hr>
<a href="#" class="experience-link">Show all experiences <img src="images/right-arrow.png"></a>
</div>
<div class="profile-description">
<h2>Education</h2>
<div class="profile-desc-row">
<img src="images/stanford.png">
<div>
<h3>Standford</h3>
<b>B.Tech, Computer science and Engineering</b>
<b>Feb 2020 - Jun 2024</b>
</div>
</div>
<hr>
<div class="profile-desc-row">
<img src="images/north.png">
<div>
<h3>North point</h3>
<b>HS, Pure Science</b>
<b>Feb 2018- Jun 2020</b>
</div>
</div>
<hr>
<a href="#" class="experience-link">Show all educations <img src="images/right-arrow.png"></a>
</div>
<div class="profile-description">
<h2>Licenses & certifications</h2>
<div class="profile-desc-row">
<img src="images/slack.png">
<div>
<h3>Web Development intern</h3>
<b>Slack</b>
<b>Issued Feb 2024</b>
<b>Credential ID 49XXXXXX</b>
</div>
</div>
<hr>
<div class="profile-desc-row">
<img src="images/google.png">
<div>
<h3>LLM Fundamentals</h3>
<b>Google Cloud Skills Boost</b>
<b>Issued Jun 2024</b>
<b>Credential ID 43XXXXXX</b>
</div>
</div>
<hr>
<a href="#" class="experience-link">Show all 5 licenses and certifications <img
src="images/right-arrow.png"></a>
</div>
<div class="profile-description">
<h2>Skills</h2>
<a href="#" class="skill">Web Development</a>
<a href="#" class="skill">Problem Solving</a>
<a href="#" class="skill">Leadership</a>
<a href="#" class="skill">DSA</a>
<a href="#" class="skill">UI/UX</a>
<a href="#" class="skill">Figma</a>
<a href="#" class="skill">Database</a>
<a href="#" class="skill">Linux</a>
<hr>
<a href="#" class="experience-link">Show all 15 skills <img src="images/right-arrow.png"></a>
</div>
<div class="profile-description">
<h2>Languages</h2>
<p class="lang">English</p>
<p class="lang">Hindi</p>
</div>
</div>
<!-- -----------------------profile-sidebar------------- -->
<div class="profile-sidebar">
<div class="sidebar-ad">
<small>Ad ···</small>
<p>Master AI tools</p>
<div>
<img src="images/user-1.png">
<img src="images/mi-logo.png">
</div>
<b>Apply to start-ups</b>
<a href="#" class="ad-link">Learn more</a>
</div>
<!---------------------- other similer profiles------------------------->
<div class="suggessions">
<h3>Other similar profiles</h3>
<p>From Manisha Mallik's industry</p>
<div class="sidebar-similar-profiles">
<img src="images/user-5.png">
<div>
<h2>Tanya Mukherjee ·<span> 2nd</h2>
<p>SDE at Oraclw</p>
<a href="#">+ Follow</a>
</div>
</div>
<hr>
<div class="sidebar-similar-profiles">
<img src="images/user-z.png">
<div>
<h2>Harsh Gupta ·<span> 2nd</h2>
<p>SD at UNOPAL TECHPUPNA</p>
<a href="#">+ Follow</a>
</div>
</div>
<hr>
<div class="sidebar-similar-profiles">
<img src="images/user-3.png">
<div>
<h2>Shreya Das ·<span> 3rd</h2>
<p>SDE at DataMosaic</p>
<a href="#">+ Follow</a>
</div>
</div>
<hr>
<div class="sidebar-similar-profiles">
<img src="images/user-2.png">
<div>
<h2>Abhra Chatterjee ·<span> 2nd</span></h2>
<p>WDE at GenixWave Labs </p>
<a href="#">+ Follow</a>
</div>
</div>
<hr>
<div class="sidebar-similar-profiles">
<img src="images/user-x.png">
<div>
<h2>Sneha Singh ·<span> 3rd</h2>
<p>Data analyst at VertexHive</p>
<a href="#">+ Follow</a>
</div>
</div>
<div class="read-more-link">
<p href="#">Show all</p>
</div>
</div>
<!--------------------------------people you may know ------------------->
<div class="suggessions">
<h3>People you may know</h3>
<p>From Manisha Mallik's industry</p>
<div class="sidebar-profile-row">
<img src="images/user-y.png">
<div>
<h2>Swastik Roy</h2>
<p>Manager at DataMosaic</p>
<a href="#">Connect</a>
</div>
</div>
<hr>
<div class="sidebar-profile-row">
<img src="images/user-2.png">
<div>
<h2>Abhra Chatterjee</h2>
<p>WDE at GenixWave Labs</p>
<a href="#">Connect</a>
</div>
</div>
<hr>
<div class="sidebar-profile-row">
<img src="images/user-3.png">
<div>
<h2>Shreya Agarwal</h2>
<p>Team-Lead at VertexHive</p>
<a href="#">Connect</a>
</div>
</div>
<hr>
<div class="sidebar-profile-row">
<img src="images/user-z.png">
<div>
<h2>Harsh Gupta</h2>
<p>SD at UNOPAL TECHPUPNA</p>
<a href="#">Connect</a>
</div>
</div>
<hr>
<div class="sidebar-profile-row">
<img src="images/user-5.png">
<div>
<h2>Riya Ghosh</h2>
<p>SE at VertexHive</p>
<a href="#">Connect</a>
</div>
</div>
<div class="read-more-link">
<p href="#">Show all</p>
</div>
</div>
<!-- ---------------- You may like ---------------- -->
<div class="suggessions">
<h3>You might like</h3>
<p>Newsletters for you</p>
<div class="sidebar-similar-profiles">
<img src="images/mi-logo.png">
<div>
<h2>Free courses with certificates</h2>
<p>Learn industry level AI tools and get a hands-on experience...</p>
<a href="#">+ Subscribe</a>
</div>
</div>
<hr>
<div class="sidebar-similar-profiles">
<img src="images/company-logo 4.png">
<div>
<h2>Build your own website </h2>
<p>Get a hands-on idea of web-development, Database management and API building...</p>
<a href="#">+ Subscribe</a>
</div>
</div>
<div class="read-more-link">
<p href="#">Show all</p>
</div>
</div>
<!-------------------full-img-add------------------------>
<div class="full-img-add">
<a href="#"><img src="images/full-ad.png" width="100%"></a>
</div>
</div>
</div>
<div class="profile-footer">
<div class="sidebar-useful-links">
<a href="#">About</a>
<a href="#">Accessibility</a>
<a href="#">Help Center</a>
<a href="#">Privacy & Terms</a>
<a href="#">Ad Choices</a>
<a href="#">Advertising</a>
<a href="#">Business Services</a>
<a href="#">Get the app</a>
<a href="#">More</a>
<div class="copyright">
<img src="images/logo.png">
<p>RecruNest Corporation © 2024 | All rights reserved !</p>
</div>
</div>
</div>
<!-- ----------------------------end----------------------- -->
<script src="script.js"></script>
</body>
</html>