-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (89 loc) · 3.87 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Sauravi Sar</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<header class="header">
<h1>SAURAVI SAR</h1>
</header>
<body>
<h1>ABOUT</h1>
<p>I'm a computer science major who's deeply passionate about bioinformatics, fashion and sustainable engineering. My skillset includes HTML, CSS, Python, MS Office, Google Workspace and Canva.
</p>
<img src= ""C:\Users\KIIT\Downloads\images (2).jpeg""/>
<h1>EXPERIENCE</h1>
<p><b>1. Earthify</b></p>
<ul>
<li>Position: <b>Founder</b></li>
<li>Lead a team of 30 people as the board of the directors</li>
<li>Successfully ran a summer program with over 50+students from all over the world on climate science, sustainability and sustainable engineering</li>
<li>Promoted students to work on research topics aligning with Earthify's mission and vision</li>
</ul>
<p><b>2.CosmicUs</b></p>
<ul>
<li>Position: <b>Community and Events Director</b></li>
<li>Collaborated with team members to achieve target results</li>
<li>Conducted workshops related to US College admissions process for underprevilidged students</li>
</ul>
<p><b>3.KIIT Kronicle</b></p>
<ul>
<li>Position:<b> Debater</b></li>
<li>Won 2/4 rounds at Pratijja-National Debate Competition</li>
<li>Team member of the tech and social media management team responsible for the smooth functionality of our DebSoc</li>
</ul>
<p><b>4.GetLit</b></p>
<ul>
<li>Position:<b> Poetry Fellow</b>
<li>Awarded with 100% scholarship to attend the summer program</li>
<li>Focused on literary styles,authors, citations and reading sytles focused on metaphorical and literal writing skills</li>
<li>Current Project: Poetry Book</li>
</ul>
<p><b>5.GirlsWhoCode</b></p>
<ul>
<li>Position: <b>Summer Fellow</b></li>
<li>Completed a summer program on topics such a HTML, CSS, Ethical hack ing and crytography</li>
<li>Connected with industry professionals with similar interests</li>
</ul>
<p><b>6. IISER PUNE G1 Labs</b></p>
<ul>
<li>Position: <b>Student Intern</b></li>
<li>DNA Extraction, Polymerase Chain Reaction and Gel Electrophoresis to obtain the characteristics of sample culture E.coli</li>
<li>Learnt micro-pipetting, BLAST and PCR Techniques, protein extraction techniques </li>
</ul>
<p><b>7.DAV Student Assembly</b></p>
<ul>
<li>Position: <b>President</b></li>
<li>Managed a team of 200+students from 13 divisions each week to participate in programs and performances
Proved successful working within tight deadlines and a fast-paced atmosphere with presentaions, dances, musicals, news bulletins and circulars.</li>
<li>Planned and Managed Events for rising social topics- sex education, LGBTQIA+ rights, sustainability, climate change.
Led workshops with notable alumni, doctors, and other professionals on such topics</li>
</ul>
<h1>EDUCATION</h1>
<ul>
<li><b>Kalinga Insitute of Industrial Technology</b>, KIIT DU- BTech Computer Science Engineering (2022-26)</li>
<li><b>Elpro International School</b>, Pune- 12th Grade, CBSE PCMB Stream (2020-22)</li>
<li><b>DAV Public School</b>, Pune- 6th to 10th Grade, CBSE (2015-2020)</li>
</ul>
<h2>PROJECTS</h2>
<ul>
<li><a href= "https://replit.com/@SauraviSar/rock-paper-and-scissors">Rock, Paper and Scissors</a></li>
<li><a href="https://replit.com/@SauraviSar/Ping-Pong-Game">Ping Pong Game</a></li>
<li><a href= "https://replit.com/@SauraviSar/weather-program#main.py">Weather Program</a></li>
<li><a href= "https://replit.com/@SauraviSar/to-do-list">To-Do List</a></li>
</ul>
<h3>LANGUAGES</h3>
<ul>
<li>English</li>
<li>Hindi</li>
<li>Sanskrit</li>
<li>Bengali</li>
<li>French</li>
</ul>
<h4>CONTACT</h4>
<p><a href="sudeepsar70@gmail.com">Mail</a></p>
<p><a href= "LinkedIn:https://www.linkedin.com/in/sauravi-sar-651804204/">LinkedIn</a></p>
</body>
</html>