-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
279 lines (251 loc) · 13.1 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
<!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>Responsive Resume using CSS Grid</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main class="main-content">
<section class="left-section ">
<div class="left-content">
<div class="profile-details">
<img class="profile-image" src="kY_h_YOP_400x400.jpg" alt="profile_image">
</div>
<h2 class="name">Nikhil masurkar</h2>
<h4 class="designation">mechanical enginner</h4>
<hr>
<p class="description">BTG Engineer | supervision | problem solving</p>
</div>
<div class="contact-info">
<div class="contact-item">
<ul class="social-media">
<li class="icon"> <a href="https://www.linkedin.com/in/nikhil-masurkar-71bb5312b"
title="linkdin">
<i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li class="icon"> <a href="https://github.com/NikhilMasurkar" title="Github">
<i class="fa fa-github" aria-hidden="true"></i></a></li>
<li class="icon"> <a href="https://www.facebook.com/nickmasurkar" title="facebook">
<i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li class="icon"> <a href="https://twitter.com/@nikhilmasurkar3" title="twitter">
<i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
<ul class="personal-details">
<li class="icon"><a href="mailto:[email protected]"><i class="fa fa-envelope">
<span> [email protected]</span></i></a></li>
<li class="icon"><a href="https://wa.me/918530080493"><i class="fa fa-whatsapp">
<span> +917385208601</span></i></a></li>
<li class="icon"><a href="https://goo.gl/maps/dUcVvXFQkvRdS3xr8"><i class="fa fa-map-marker">
<span> New madha colony,Near shivsena corner,Hinganghat-442301</span></i></a></li>
<li class="icon"><a href="https://nikhilmasurkar-personal-portfolio.netlify.app/#"><i
class="fa fa-globe">
<span>www.nikhilmasurkar_portfolio.com</span></i></a></li>
</ul>
</div>
<div class="contact-info skills">
<h2 class="skill-title">Skills</h2>
<div class="skill-item">
<div class="skill-name">
<h3>HTML</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:90%"></div>
</div>
</div>
</div>
<div class="skill-item">
<div class="skill-name">
<h3>CSS</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:80%"></div>
</div>
</div>
</div>
<div class="skill-item">
<div class="skill-name">
<h3>JAVASCRIPT</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:70%"></div>
</div>
</div>
</div>
<div class="skill-item">
<div class="skill-name">
<h3>REACT</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:60%"></div>
</div>
</div>
</div>
<div class="skill-item">
<div class="skill-name">
<h3>NOTEJS</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:50%"></div>
</div>
</div>
</div>
<div class="skill-item">
<div class="skill-name">
<h3>MONGODB</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:40%"></div>
</div>
</div>
</div>
<div class="skill-item">
<div class="skill-name">
<h3>MYSQL</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:30%"></div>
</div>
</div>
</div>
<div class="skill-item">
<div class="skill-name">
<h3>PHP</h3>
</div>
<div class="barback">
<div class="skill-progress">
<div class="progress-bar" style="width:20%"></div>
</div>
</div>
</div>
</div>
</section>
<section class="right-section">
<div class="right-main-content">
<section class="about">
<h2 class="right-title">ABOUT ME</h2>
<p class="para" style="text-align: justify;">My name is Nikhil Masurkar I'm from Hinganghgat in
Wardha district, Maharashtra. currently, I'm
working as an Associate Field Engineer in GMR power plant 300*2 MW generation. I completed my
bachelor's in Mechanical Engineering from Priyadarshini Bhagwati college of engineering,Nagpur
in 2019 just following after my diploma in the same stream in 2016 from Goverment
polytechnic,Bramhapuri.
<p>I'm a dynamic, adaptable & having experiance in mechanical sector. While working the passion to
IT/Software is attracting me day to day and finally I have decided to choose my passion over the
situation.</p>
</p>
</section>
<section class="about">
<h2 class="right-title">Education</h2>
<div class="box">
<div class="year_company">
<h5>goverment poly bramhapuri</h5>
<h5>2012 - 2016</h5>
</div>
<div class="text">
<h4 class="qualification">Diploma in mechanical Engineering</h4>
<p style="text-align: justify;">Completed in mechanical Engineering From Goverment
Polytechnic,Bramhapuri
having aggregate 66.53% .</p>
</div>
</div>
<div class="box">
<div class="year_company">
<h5>Priyadarshini college of Engineering</h5>
<h5>2016 - 2019</h5>
</div>
<div class="text">
<h4 class="qualification">Bachelors in mechanical enginnering</h4>
<p style="text-align: justify;">completed bachelor's in Mechanical Engineering from
Priyadarshini Bhagwati college of engineering,Nagpur having aggregate 62.87% . </p>
</div>
</div>
</section>
<section class="about">
<h2 class="right-title">Experiance</h2>
<div class="box">
<div class="year_company">
<h5>GMR Energy pvt.Ltd.</h5>
<h5>2020-Present</h5>
</div>
<div class="text">
<h4 class="qualification">Associate Engineer</h4>
<p style="text-align: justify;">Integrated operation of 300 MW unit and managing the team
for fast , safe and efficient operation .Handling emergency condition such as Blackout,
unit Trip and startup operation . Attending daily safety Toolbox talk meeting as per
daily rutine .
Demonstrate the proper use of safety equipments and facility to the people.</p>
</div>
</div>
<div class="box">
<div class="year_company">
<h5>Aurangabad electricals</h5>
<h5>2019-2020</h5>
</div>
<div class="text">
<h4 class="qualification">junior Engineer</h4>
<p style="text-align: justify;">Handaling the assembly unit and managing the team for safe
and productive operation.fulfill the target of the shift and making the report of the
operation. </p>
</div>
</div>
</section>
<section class="about">
<h2 class="right-title">projects </h2>
<div class="box">
<div class="year_company">
<h5>Design & manufacturing</h5>
<h5>2015 - 2016</h5>
</div>
<div class="text">
<h4 class="qualification">Chain making machine</h4>
<p style="text-align: justify;">This is the working project which form a link chain.
This same concept we can use for workshops.
</p>
</div>
</div>
<div class="box">
<div class="year_company">
<h5>Design & manufacturing</h5>
<h5>2017 - 2019</h5>
</div>
<div class="text">
<h4 class="qualification">Go-Kart</h4>
<p style="text-align: justify;">
<ul>
<li> Using various software like “Solidworks Creo and ANSYS. </li>
<li>The kart has without suspensions and Differential kart and It is generally use for
racing competition.</li>
</ul>
</p>
</div>
</div>
<div class="box">
<div class="year_company">
<h5>Website Projects</h5>
<h5>Made in 2022</h5>
</div>
<div class="text">
<h4 class="qualification">Personal PortFolio</h4>
<p style="text-align: justify;">this is a current responsive portfolio project using
HTML,CSS,CSS-flexBox,JavaScript.Contaoins project with Hosted and GitHub Link.
</p>
</div>
</div>
</section>
</div>
</section>
</main>
</body>
</html>