-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
400 lines (346 loc) · 16.9 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
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="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Personal Portfolio</title>
<link rel="stylesheet" href="progresscircle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Baloo+Thambi+2&family=Dancing+Script:wght@500&family=Nunito:ital,wght@0,700;1,600&family=Pacifico&family=Source+Sans+Pro&family=Ubuntu:wght@300&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--title section-->
<section id="title">
<!--navbar-->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#"> 人𝕣𝕜𝕒𝕞𝕚𝕥𝕣•◡•</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#title">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#about">Education</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#project">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<br />
<br />
<!--name and image-->
<div class="row">
<div class="col-lg-6">
<br>
<br>
<br>
<br>
<br>
<br>
<h1><strong>Hi, I'm Arkamitra</strong></h1>
<br />
<h1 style="font-size: 45px;">I'm a <span class="auto-typed"
style="color: #a11065; font-weight: 900;"></span></h1>
</div>
<div class="col-lg-6">
<img class="my-img" src="images\myImg.jpeg" alt="My Image" />
</div>
</div>
</section>
<!--about section-->
<section id="about">
<div class="row">
<div class="col-lg-6">
<img class="my2ndImg" src="images/myImg2.jpeg" alt="">
</div>
<div class="col-lg-6">
<h1 style="color: black;">About Me</h1>
<br>
<p>I am a 4th year, B.TECH student in Information Technology seeking for a challenging job role to
expand skills and gain valuable -real-world experience. I am hardworking, passionate ,punctual,
reliable and have excellent communication skills , willing to take added responsibilities to meet
team goals.</p>
<div class="row">
<div class="col-lg-4" id="tab-title">
<h5 class="tab-link active-link" onclick="opentab('experience')"><strong>Experience</strong>
</h5>
</div>
<div class="col-lg-4" id="tab-title">
<h5 class="tab-link" onclick="opentab('education')"><strong>Education</strong></h5>
</div>
<div class="col-lg-4" id="tab-title">
<h5 class="tab-link" onclick="opentab('language')"><strong>Language</strong></h5>
</div>
</div>
<div class="tab-content active-tab" id="experience">
<ul style="text-align: left; margin: 2px;">
<li><span style="font-size: 18px;">Internship</span><br>Front end developer at suvidha
foundation</li>
</ul>
</div>
<div class="tab-content" id="education">
<ul style="text-align: left; margin: 2px;">
<li><span>2019-2023</span>
<br>
B.Tech in Information Technology
<br>
<strong>Institution : </strong> Calcutta Institute Of Engineering and Management
<br>
<strong>CGPA : </strong> 9.53
</li>
<li><span>2018-2019</span>
<br>
12th standard
<br>
<strong>Institution : </strong> Barisha High School
<br>
<strong>Percentage : </strong>84.6%
</li>
<li><span>2016-2017</span>
<br>
10th standard
<br>
<strong>Institution : </strong> Sree Sarada Ashrama Balika Vidyalaya
<br>
<strong>Percentage : </strong>90%
</li>
</ul>
</div>
<div class="tab-content" id="language">
<ul style="text-align: left; margin: 2px;">
<li>
<span style="font-size: 17px;">English</span>
<br>
<strong>proficiency : </strong> Advanced
<br>
<span style="font-size: 17px;">Bengali</span>
<br>
<strong>proficiency : </strong> Advanced
<br>
<span style="font-size: 17px;">Hindi</span>
<br>
<strong>proficiency : </strong> Advanced
<br>
<span style="font-size: 17px;">German</span>
<br>
<strong>proficiency : </strong> beginner
</li>
</ul>
</div>
</div>
</div>
<br>
<br>
</section>
<!--skill section-->
<section id="skills">
<h1><strong>My Skills</strong></h1>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="mh-professional-skill">
<h3>Technical Skill</h3>
<div class="each-skill">
<div class="skill-name">JAVA</div>
<div class="progress-bar">
<div class="skill-percentage" per="50%" style="max-width: 50%;"></div>
</div>
</div>
<div class="each-skill">
<div class="skill-name">SQL</div>
<div class="progress-bar">
<div class="skill-percentage" per="36%" style="max-width: 36%;"></div>
</div>
</div>
<div class="each-skill">
<div class="skill-name">HTML</div>
<div class="progress-bar">
<div class="skill-percentage" per="85%" style="max-width: 85%;"></div>
</div>
</div>
<div class="each-skill">
<div class="skill-name">CSS</div>
<div class="progress-bar">
<div class="skill-percentage" per="65%" style="max-width: 65%;"></div>
</div>
</div>
<div class="each-skill">
<div class="skill-name">JS</div>
<div class="progress-bar">
<div class="skill-percentage" per="35%" style="max-width: 35%;"></div>
</div>
</div>
<br>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="mh-professional-skill">
<h3>Soft Skill</h3>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="circlechart" data-percentage="97" style="padding-bottom: 20px;">
Communication
</div>
<div class="circlechart" data-percentage="95" style="padding-bottom: 20px;">
Time Management
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="circlechart" data-percentage="97" style="padding-bottom: 20px;">
Team Work
</div>
<div class="circlechart" data-percentage="85" style="padding-bottom: 20px;">
Creativity
</div>
</div>
</div>
</div>
</div>
</section>
<!--project section-->
<section id="project">
<h1><strong>My Work</strong></h1>
<div class="row">
<div class="col-lg-4">
<div class="work">
<img src="images\Pharma.png" height="106%"
style="border: 1pt solid black; border-radius:5%">
<div class="text">
<h3>Pharma Site</h3>
<p>This is a pharma site,Jivichem Pharma.</p>
<a href="https://jivichempharma.netlify.app/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<!-- -->
</div>
<div class="col-lg-4">
<div class="work">
<img src="images\todolist.png" height="126%"
style="border: 1pt solid black; border-radius:5%">
<div class="text">
<h3>To-Do-List</h3>
<p>This is a daily to do list where user can add on new item to list</p>
<a href="https://morning-island-89546.herokuapp.com/"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="work">
<img src="images/drumKit.png" height="126%"
style="border: 1pt solid black; border-radius:5%">
<div class="text">
<h3>Drum Kit</h3>
<p>Here you can enjoy various music instrument sounds by pressing keys</p>
<a href="https://arkamitra03.github.io/DrumKit/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="work">
<img src="images/GymSite.png" height="126%"
style="border: 1pt solid black; border-radius:5% ;">
<div class="text">
<h3>Gym Website</h3>
<p>This is a landing page of a gym website</p>
<a href="https://arkamitra03.github.io/Gym-Website/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 male-gym">
<div class="work">
<img src="images/newsletter.png" height="126%"
style="border: 1pt solid black; border-radius:5%">
<div class="text">
<h3>NewsLetter SignUp</h3>
<p>Here you can signUp to my newsletter by filling necessary details</p>
<a href="https://glacial-island-42682.herokuapp.com/" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="work">
<img src="images/diceGame.png" height="126%"
style="border: 1pt solid black; border-radius:5%">
<div class="text">
<h3>Dice Game</h3>
<p>This is a dice game website where two players can play and get immediate result</p>
<a href="https://arkamitra03.github.io/DiceGame/"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--contact section-->
<section id="contact">
<div class="row">
<div class="col-lg-6">
<h1>Contact Me</h1>
<p><i class="fa-solid fa-paper-plane"></i>[email protected]</p>
<p><i class="fa-solid fa-phone"></i>8335936751</p>
<a href="https://github.com/Arkamitra03" class="icon"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://www.linkedin.com/in/arkamitra-mukherjee-055407215" class="icon"><i class="fa-brands fa-github"></i></a>
<br>
<a href="images\Arkamitra_Mukherjee_Resume.pdf" download class="btn"><i class="fa-solid fa-download"></i>Download CV</a>
</div>
<div class="col-lg-6">
<form>
<input type="text" name="Name" placeholder="enter name" required>
<input type="email" name="email" placeholder="enter email id" required>
<br>
<br>
<textarea name="msg" cols="25" rows="5" placeholder="Drop a msg" style="text-align: left;"></textarea>
<br>
<button type="submit" class="btn">Submit</button>
</form>
</div>
</div>
<p>© Copyright 2022 Arkamitra</p>
</section>
<script src="circle-progress.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js
"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="progresscircle.js"></script>
<script>
$(function () {
$('.circlechart').circlechart();
});
</script>
<script src="index.js"></script>
</body>
</html>