-
Notifications
You must be signed in to change notification settings - Fork 0
/
getcv.html
207 lines (182 loc) · 8.27 KB
/
getcv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="getcv.css">
</head>
<body>
<div class="container">
<div class="profile">
<div class="profile_container">
<div class="profile_profileImg">
<img src="home-right.png" alt="shaif arfan">
</div>
<div>
<h1 class="profile_name">
<span class="profile_name_firstName">Hello,</span>
<span class="profile_name_lastName"> I am Palak Bohra</span>
</h1>
<p class="profile_title">Software Developer || Front-end web developer</p>
<p class="description profile_description">
I am 2nd year student, pursuing my B. Tech in electrical and computer from Indian Institute of
Information Technology, Guwahati. An enthusiast fresher, with good leadership and interpersonal
skills. I worked as the coordinator of Quiz club of IIIT'G and was core member of event
management team of college fest YUVAAN, which enhanced my event management and event planning
skills.
My objective is to associate with progressive organization which can provide me with dynamic
work sphere to extract my inherent skills as a professional
</p>
<a class="downloadBtn" href="Palak_Resume.pdf" download="Resume.pdf">Download Resume</a>
</div>
</div>
</div>
<div class="edu">
<h3 class="title">Education</h3>
<div class="edu_item">
<h4 class="item_title">Indian Institute of Information Technology'Guwahati(2021-2025)</h4>
<p class="item_subtitle">
I am currently pursuing my B.TECH in Electronic and communication
from Institute of Information Technology'Guwahati with a CGPA of 6.9.
</p>
<h4 class="item_title">Aditya Birla Public School</h4>
<p class="item_subtitle">
I completed my primary schooling with a CGPA 9.8!
</p>
</div>
<div class="edu_item">
<h4 class="item_title">Children Academy</h4>
<p class="item_subtitle">
I completed my higher secondary schooling from Children academy with
a CGPA of 9.8!
</p>
</div>
</div>
<div class="edu">
<h3 class="title">Projects</h3>
<div class="edu_item">
<h4 class="item_title">Portfolio</h4>
<p class="item_subtitle">
I am delighted to present my portfolio website,
a digital representation of my skills,
accomplishments, and professional journey. This platform serves as an online
showcase of my work, allowing visitors to gain insight into
my expertise, projects, and passions.
</p>
<h4 class="item_title">Spotify clone</h4>
<p class="item_subtitle">
Creating my Spotify clone was an exciting and rewarding
experience. Although it may be a basic and simplified
version of the original platform, it allowed me to gain valuable
knowledge and hands-on experience in web development. It is a responsive website which will give
you insight of my playlist!
</p>
</div>
</div>
<div class="group-1">
<div class="skills">
<h3 class="title">Expertise:</h3>
<ul class="skills_list description">
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>C</li>
<li>C++</li>
</ul>
</div>
<div class="group-1">
<div class="skills">
<h3 class="title">Familiar with:</h3>
<ul class="skills_list description">
<li>Bootstrap</li>
<li>MYSQL</li>
<li>Data structures</li>
<li>React JS</li>
</ul>
</div>
</div>
<div class="certification">
<h3 class="title">certification</h3>
<div class="certification_item">
<h4 class="item_title">I am one star coder at codechef with highest rating of 1241!</h4>
<a href="https://www.codechef.com/users/palak_2526"
class="main-btn secondary-btn border-white mb-3">Codechef</a>
<p class="description">
I started my journey with coding in C++ 1.5 years back, With my consistancy
I am very close to earn my second star at Codechef.
</p>
</div>
<div class="certification_item">
<h4 class="item_title">I have earned 3 star at hackerank in C.</h4>
<a href="https://www.hackerrank.com/palakbohra09?hr_r=1"
class="main-btn secondary-btn border-white mb-3">Hackerrank</a>
<p class="description">
I am currently working on programming skills more, I do practice question so that
I can level up my value as a coder on hackerrank too!
</p>
</div>
</div>
</div>
<div class="awards">
<h3 class="title">Skills other than Academic:</h3>
<div class="awards_item">
<h4 class="item_title">Leadership</h4>
<p class=" description">
I am the head of the Quiz club of our college, this position
helped me to enhance my leadership skills, along with that
I also learnt about event management and event planning.
</p>
</div>
<div class="awards_item">
<h4 class="item_title">Event Management</h4>
<p class="description">
I was the core team member of event management team of our college fest "Yuvaan", The skills I
gained
as the coordinator of quiz club of event planning and event management were enhanced by being the
part
of the team.
</p>
</div>
</div>
<div class="interest">
<h3 class="title">Interest:</h3>
<div class="interest_items">
<div class="interest_item">
<i data-feather="music"></i>
<span>Music</span>
</div>
<div class="interest_item">
<i data-feather="book"></i>
<span>Books</span>
</div>
<div class="interest_item">
<i data-feather="map"></i>
<span>Travel</span>
</div>
</div>
</div>
</div>
<hr>
<div class="group-3">
<div class="contact">
<h3 class="title">Contact</h3>
<div class="contact_info">
<p class="description">
7049508252
</p>
<p class="description">
</p>
</div>
</div>
</div>
</div>
</div>
<script>
feather.replace()
</script>
</body>
</html>