-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·400 lines (330 loc) · 15.6 KB
/
index.html
File metadata and controls
executable file
·400 lines (330 loc) · 15.6 KB
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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Resume Page</title>
<!-- Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
* {
margin: 0px;
padding: 0px;
}
#left-side {
background-color: #003049;
height: 1000px;
position: fixed;
}
#left-side ul li {
background-color: #003049;
color: #fff;
margin: 30px 0px 0px 10px;
}
#right-side {
text-align: center;
}
#img1 {
border: #fefcf9 5px solid;
height: 250PX;
width: 250PX;
border-radius: 180px;
margin: 20px 0px 0px 10px;
}
.tab ul li {
margin: 25px;
background-color: #fafbfc;
box-shadow: 0px 0px 10px #393939;
border-radius: 5px;
}
.tab-content p {
margin: 50px;
font-size: large;
font-family: 'Times New Roman', Times, serif;
}
.tab-content h1 {
background-color: #003049;
color: #fff;
border-radius: 50px 0px 50px 0px;
text-align: center;
font-family: fantasy;
}
#carousel-id{
width: 60%;
margin-left: 170px;
margin-top: 30px;
}
#probar{
width: 200px;
height:10px;
margin-left: 70px;
}
#experiance ul li{
box-shadow: none;
text-align: justify;
font-size: larger;
padding: 0px;
margin: 15px 70px 0px 70px;
}
@media only screen and (max-width:1000px) {
#left-side {
position: relative;
height: fit-content;
}
#carousel-id{
width: 100%;
margin: 0px;
}
#img1{
margin-left: 350px;
}
}
@media only screen and (max-width:600px){
#img1{
margin-left: 70px;
}
.tab ul li {
margin:0px;
font-size: smaller;
}
.tab ul li a{
margin:4px;
padding: 0px;
}
.tab{
margin-top: 20px;
}
}
</style>
</head>
<body>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3" id="left-side">
<img src="images/IMG-20240318-WA0063.jpg" class="img-responsive" alt="Image" id="img1">
<ul class="list-group">
<li class="list-group-item"><b> ABHIJEET MASKE</b></li>
<li class="list-group-item">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
<b> abhijeetmaske609@gmail.com</b>
</li>
<li class="list-group-item">
<span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>
<b> 9130811810</b>
</li>
<li class="list-group-item">
<span class="glyphicon glyphicon-phone" aria-hidden="true"></span>
<b> abhi_hk_18 </b>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
</div>
<div id="right-side" class="col-xs-12 col-sm-12 col-md-9 col-lg-9">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"
style="background-image: url(images/black2.jpg); color: #fff;">
<h1> A B H I</h1>
<h3>
- Web developer
</h3>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" id="content">
<div role="tabpanel" class="tab">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation">
<a href="#summary" aria-controls="summary" role="tab" data-toggle="tab">SUMMARY</a>
</li>
<li role="presentation">
<a href="#education" aria-controls="education" role="tab" data-toggle="tab">EDUCATION</a>
</li>
<li role="presentation">
<a href="#experiance" aria-controls="experiance" role="tab" data-toggle="tab">EXPERIANCE</a>
</li>
<li role="presentation">
<a href="#skills" aria-controls="skills" role="tab" data-toggle="tab">SKILLS</a>
</li>
<li role="presentation">
<a href="#certificate" aria-controls="certificate" role="tab" data-toggle="tab">CERTIFICATES</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="summary">
<h1>SUMMARY</h1>
<P>Detail-oriented and motivated Bachelor of Computer Applications (BCA) graduate with a solid
foundation in computer science principles and programming languages. Proficient in software
development, database management, and system analysis. Adept at problem-solving and
collaborating with teams to achieve project goals. Possesses excellent communication skills
and a strong commitment to continuous learning and professional development. Eager to
leverage academic knowledge and practical skills to contribute effectively to innovative IT
projects in a dynamic work environment.
</P>
</div>
<div role="tabpanel" class="tab-pane" id="education">
<h1>EDUCATION</h1>
<p>
<h2> Bachelor of Computer Applications (BCA)</h2>
<hr>
<h4> [Dr. Babasaheb Ambedker Marathawada Univercity],[ Chatrapati Sambhaji Nagar]</h4>
<h3> [2024-25]</h3>
<br>
<big><b> Relevant Coursework:</b>
<br>
<ul>
<li>Introduction to Programming</li>
<li> Data Structures and Algorithms</li>
<li> Database Management Systems</li>
<li> Web Development</li>
<li>Object-Oriented Programming</li>
<li>Software Engineering</li>
<li> Operating Systems</li>
<li> Network Security</li>
</ul>
</big>
</p>
</div>
<div role="tabpanel" class="tab-pane" id="experiance">
<h1>EXPERIANCE</h1>
<p>
<h4><big><b><u>Software Development Intern</u></b></big>
<br>
[Company Name], [Location]
<br>
[Dates of Internship]
</h4>
<ul>
<li>Assisted in the development and implementation of [specific project or task], gaining
hands-on experience with [relevant technologies or programming languages].</li>
<li> Collaborated with team members to troubleshoot and debug software issues, contributing
to
the overall success of [project or initiative].</li>
<li> Participated in code reviews and provided constructive feedback to improve code quality
and
maintainability.</li>
<li>Conducted research on emerging technologies and industry trends, presenting findings to
the
team to inform decision-making processes.</li>
<li>Actively contributed to team meetings and brainstorming sessions, offering creative
solutions to technical challenges.</li>
<hr>
</p>
<p>
<h4> <big> <b> <u>Web Development Project </u></b></big>
<br>
[Project Name],
<br>
[Your Role/Contribution],
<br>
[Dates]
</h4>
<ul>
<li> Designed and developed a [describe the project: website, web application, etc.]
using
[specific technologies or frameworks].</li>
<li>Implemented responsive design principles to ensure compatibility across various
devices and
screen sizes.</li>
<li>Integrated [specific feature or functionality] to enhance user experience and
optimize
performance.</li>
<li>Collaborated with peers to plan project milestones, allocate tasks, and meet
deadlines
effectively.</li>
<li>Conducted testing and debugging to identify and resolve issues, ensuring a seamless
user
experience.</li>
</ul>
</p>
</div>
<div role="tabpanel" class="tab-pane" id="skills">
<h1>SKILLS</h1>
<b>
<li>C++</li>
</b>
<div class="progress" id="probar">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow=""
aria-valuemin="0%" aria-valuemax="100%" style="width: 110px;">
<span style="padding-left: 20px;"></span>
</div>
</div>
<hr>
<b>
<li>python</li>
</b>
<div class="progress" id="probar">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow=""
aria-valuemin="0%" aria-valuemax="100%" style="width: 140px;">
<span style="padding-left: 20px;"></span>
</div>
</div>
<hr>
<b>
<li>HTML</li>
</b>
<div class="progress" id="probar">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow=""
aria-valuemin="0%" aria-valuemax="100%" style="width: 120px;">
<span style="padding-left: 20px;"></span>
</div>
</div>
<hr>
<b>
<li>DSA</li>
</b>
<div class="progress" id="probar">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow=""
aria-valuemin="0%" aria-valuemax="100%" style="width: 90px;">
<span style="padding-left: 20px;"></span>
</div>
</div>
<hr>
<b>
<li>RDBMS</li>
</b>
<div class="progress" id="probar">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow=""
aria-valuemin="0%" aria-valuemax="100%" style="width: 80px;">
<span style="padding-left: 20px;"></span>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="certificate">
<h1>CERTIFICATES</h1>
<div id="carousel-id" class="carousel slide" data-ride="carousel" >
<ol class="carousel-indicators">
<li data-target="#carousel-id" data-slide-to="0" class=""></li>
<li data-target="#carousel-id" data-slide-to="1" class=""></li>
<li data-target="#carousel-id" data-slide-to="2" class="active"></li>
</ol>
<div class="carousel-inner">
<div class="item">
<img src="images/Python-Certificate-.png">
</div>
<div class="item">
<img src="images/certificate4e.png">
</div>
<div class="item active">
<img src="images/certificate3e.png">
</div>
</div>
<a class="left carousel-control" href="#carousel-id" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#carousel-id" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>