-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
389 lines (297 loc) · 19.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
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
<!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>Subrata Pramanik</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/8fcbe63841.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/animate.css">
<!--tab icon-->
<link rel="icon" href="media/web_icon.png"/>
<!--nam-brand-->
<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=Pacifico&display=swap" rel="stylesheet">
<!--front-des-->
<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=Dancing+Script:wght@500&display=swap" rel="stylesheet">
<!--name-->
<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=Rubik+Marker+Hatch&display=swap" rel="stylesheet">
<!--about me-->
<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=Roboto+Slab&display=swap" rel="stylesheet">
<!--element heading-->
<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=Libre+Bodoni&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body onload="loading_function()">
<div id="pre-loader"></div>
<!--nav bar...............................................................................................................-->
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent fixed-top my-nav animate__animated animate__fadeInDown">
<div class="container-fluid" style="margin-left: 6%;">
<a class="navbar-brand" href="#top"><span class="brand-font"><i class="fa-solid fa-user-tie"></i></span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="shutter_down fa-solid fa-bars" style="color: #F806CC;"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav ">
<li class="nav-item">
<li class="nav-link active" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"><a class="nav-item_link" href="#about"><span class="my-nav-option">About</span class="my-nab-option"></a></li>
</li>
<li class="nav-item">
<li class="nav-link active" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"><a class="nav-item_link" href="#skill"><span class="my-nav-option">Skills</span></a></li>
</li>
<li class="nav-item">
<li class="nav-link active" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"><a class="nav-item_link" href="#project"><span class="my-nav-option">Projects</span></a></li>
</li>
<li class="nav-item">
<li class="nav-link active" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"><a class="nav-item_link" href="#education"><span class="my-nav-option">Education</span></a></li>
</li>
<li class="nav-item">
<li class="nav-link active" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"><a class="nav-item_link" href="#contact"><span class="my-nav-option">Contact</span></a></li>
</li>
</ul>
</div>
</div>
</nav>
<div><a name="top"></a></div>
<!--front section.......................................................................................-->
<a name="top_area"></a>
<div class="top_area_pc"><br><br><br><br><br></div>
<div class="top_area_ph"><a></a><br><br><br></div>
<section class="front-section">
<div class="front-test-img">
<div class="front-text-text">
<div class="front-inner-div">
<h4 class="front-text-style hey_i_am">Hey, I'm</h6>
<h1 class="front-text-style my-name">Subrata Pramanik</h1>
</div>
<h2 class="front-inner-div front-text-style">I'm a<span class="animation-content animate__animated animate__jello"></span> </h2>
<div class="front-inner-div">
<h5 class="front-text-style front-des">Self-driven, quick starter, passionate programmer with a curious mind.</h5>
</div>
<div class="front-inner-div button-div">
<a href="#contact" class="button1">Contact</a>
<a href="https://drive.google.com/file/d/1pw1tsZ0JUlERT73grHzLxdvCOahGXS_9/view?usp=drive_link" class="button2" download>Resume</a>
</div>
</div>
<image class="pic-edit" src="media/my_pic.jpg">
<div class="front-inner-div button-div_e">
<a href="#contact" class="button1">Contact</a>
<a href="https://drive.google.com/file/d/1pw1tsZ0JUlERT73grHzLxdvCOahGXS_9/view?usp=drive_link" class="button2" download>Resume</a>
</div>
</div>
</section>
<!--about-section-->
<div><a name="about"></a></div>
<section class="about-section">
<div class="wrapper">
<div class="about-connector">
<a name="about"></a>
</div>
<div>
<h1 class="about-heading">-ABOUT-</h1>
</div>
<p class="about-text animate__animated animate__slideInUp wow">
hey, I am Subrata Pramanik, a geek who is interested in Front-end web development, currently pursuing B.Tech from Government College of Engineering & Textile Technology, Berhampore.
I am passionate about problem-solving skills and developing website UI. love to learn new technology. In my free time, I like to do photography.  <a href="https://www.instagram.com/_naturesgraphy_/"><span class="about-insta-icon"><i class="fa-brands fa-instagram insta-animate"></i></span></a> </p>
<div class="about-icon-container">
<li class="about-icon animate__animated animate__zoomIn wow"><a href="https://www.linkedin.com/in/subrata-pramanik-bab082220/" style="text-decoration: none;"> <i class="fa-brands fa-linkedin-in"></i> </a></span></li>
<li class="about-icon animate__animated animate__zoomIn wow"><a href="https://github.com/subrata-9999" style="text-decoration: none;"> <i class="fa-brands fa-github"></i> </a></li>
</div>
</div> -->
<div class="skill-connector">
<a name="skill"></a>
</div>
</div>>
</section>
<!--skills section...........................................................................-->
<section class="skills-section">
<div class="wrapper">
<div>
<h1 class="skill-heading">-SKILLS-</h1>
</div>
<br>
<div class="skill-container-1">
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media\cpic.png"></image></center>
<center><h2 class="skill-componant-heading">C</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic cplusplus-pic" src="media\c++pic.png"></image></center>
<center><h2 class="skill-componant-heading">C++</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media\javapic.png"></image></center>
<center><h2 class="skill-componant-heading">JAVA</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media\htmlpic.png"></image></center>
<center><h2 class="skill-componant-heading">HTML</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media\csspic.png"></image></center>
<center><h2 class="skill-componant-heading">CSS</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media\jspic.png"></image></center>
<center><h2 class="skill-componant-heading">JS</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media\bootstrap5pic.png"></image></center>
<center><h2 class="skill-componant-heading" style="font-size: 20px;">BOOTSTRAP</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media/php.png"></image></center>
<center><h2 class="skill-componant-heading">PHP</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media/MySQL.png"></image></center>
<center><h2 class="skill-componant-heading">MySQL</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media/laravel.webp"></image></center>
<center><h2 class="skill-componant-heading">Laravel</h2></center>
</div>
<div class="skill-container-1-element animate__animated animate__slideInUp wow">
<center><image class="skill-pic" src="media/CodeIgniter.png"></image></center>
<center><h2 class="skill-componant-heading">CodeIgniter</h2></center>
</div>
</div>
<br><div><a name="project"></a></div><br>
</div>
</section>
<!--project section.............................................................................-->
<section class="project-section">
<div class="wrapper">
<div>
<h1 class="project-heading">-PROJECTS-</h1>
</div>
<div class="project-container">
<div class="project-container-1 p-pic-1 animate__animated animate__zoomIn wow">
<br>
<center><h2 class="project-heading-font">Chat Application</h2></center>
<center><image class="project-pic" src="media\chat_app.png"></image></center>
<p class="project-font">Built a responsive, real-time one-on-one chat application in Laravel with Laravel Breeze for authentication, WebSockets and Pusher for message broadcasting, MySQL for storage, and optimized for all devices using Laravel Echo, jQuery, and Ajax..</p>
<a href="https://github.com/subrata-9999/Laravel-Chat-Application"><li class="project-git"><i class="fa-brands fa-github"></i></li></a>
</div>
<div class="project-container-1 p-pic-2 animate__animated animate__zoomIn wow">
<br>
<center><h2 class="project-heading-font">MAPIFY</h2></center>
<center><image class="project-pic" src="media\mapify.png"></image></center>
<p class="project-font">It's a Web Application of leaflet MAP.
Implemented using Geolocation API of JavaScript & Leaflet Library.</p>
<a href="https://subrata-9999.github.io/mapify/"><li class="project-git"><i class="fa-solid fa-up-right-from-square"></i></i></li></a>
</div>
<div class="project-container-1 p-pic-3 animate__animated animate__zoomIn wow">
<br>
<center><h2 class="project-heading-font">BinaryTree Operator</h2></center>
<center><image class="project-pic" src="media\Binarytree_operator_first.png"></image></center>
<p class="project-font">Console based program build with Binary Tree Data Structures. Here, you can do approximately all the Binary Tree based operations.</p>
<a href="https://github.com/subrata-9999/BinaryTree_Operator"><li class="project-git"><i class="fa-brands fa-github"></i></li></a>
</div>
</div>
<div class="edu-connector">
<a name="education"></a>
</div>
</div>
</section>
<!--Eaducation section.....................................................................-->
<section class="eduction-section">
<div>
<h1 class="education-heading">-EDUCATION-</h1>
</div>
<center><hr class="edu-hr"></center>
<div class="education-container">
<div class="line">
</div>
<div style="clear:both;"></div>
<div>
<div>
<i class="fa-solid fa-school edu-icon"></i>
</div>
<div class="education-item">
<a href="https://www.facebook.com/p/Katwa-Bharati-Bhaban-High-School-100080048209258/"><h3 class="edu-item-head">Schooling(10th & 12th)</h3></a>
<p class="education-content animate__animated animate__zoomIn wow">I have done my scholling from Katwa Bharati Bhaban Higher Secondary school at Katwa, Purba Bardhaman, West Bengal. <br>10th :- 84.7%    12th :- 90.4%</p>
</div>
</div>
<div class="line">
</div>
<div style="clear:both;"></div>
<div>
<div>
<i class="fa-solid fa-graduation-cap edu-icon"></i>
</div>
<div class="education-item">
<a href="http://www.gcettb.ac.in/"><h3 class="edu-item-head">College(2020 - 2024)</h3></a>
<p class="education-content animate__animated animate__zoomIn wow">I am pursuing B Tech in Mechanical Engineering at Government College of Engineering & Textile Technology, Berhampore.<br>Average CGPA :- 8.14</p>
</div>
</div>
<div class="edu-connector">
<a name="contact"></a>
</div>
</div>
</section>
<section class="contact-section">
<div>
<h1 class="contact-heading">-CONTACT-</h1>
</div>
<div class="contact-container">
<div class="contact-button-container animate__animated animate__zoomIn wow">
<a href="mailto:[email protected]" class="contact-icon contact-icon-mail"><li><i class="fa-solid fa-envelope"></i></li></a>
<a href="https://wa.me/<+918346819246?text=Hello!" class="contact-icon contact-icon-wp" target="_blank"><li><i class="fa-brands fa-whatsapp"></i></li></a>
<a href="https://telegram.me/sub_r_ata" class="contact-icon contact-icon-tele"><li><i class="fa-brands fa-telegram"></i></li></a>
</div>
<div class="line-contact">
</div>
<div class="box animate__animated animate__zoomIn wow">
<li class="send-direct-messege">send-direct-messege</li>
<form id="form">
<input type="text" name="name" id="user_name" placeholder="Enter your name" required><br>
<input type="email" name="email" id="mail_id" placeholder="Enter your email" required><br>
<textarea name="msg" id="message_body" cols="30" rows="5" placeholder=" Enter the message" required></textarea>
<button type="submit" class="btn_c"><span class="btn-text">Send</span></button>
</form>
</div>
</div>
</section>
<footer>
<div class="footer-icons">
<a href="tel:+919883221097" class="footer-icon"><li><i class="fa-solid fa-phone"></i></li></a>
<a href="mailto:[email protected]" class="footer-icon" target="_blank"><li><i class="fa-regular fa-envelope"></i></li></a>
<a href="https://www.linkedin.com/in/subrata-pramanik-bab082220/" class="footer-icon"><li><i class="fa-brands fa-linkedin-in"></i></li></a>
<a href="https://www.facebook.com/profile.php?id=100037606600701" class="footer-icon"><li><i class="fa-brands fa-facebook-f"></i></li></a>
<a href="https://www.instagram.com/s.u.b.r.a.t.a_9884/" class="footer-icon" target="_blank"><li><i class="fa-brands fa-instagram"></i></li></a>
</div>
<ul class="footer-icons" style="margin-top: 10px;">
<a href="#top_area" style="text-decoration: none;"><i class="fa-solid fa-angle-up climb-up"></i></a>
</ul>
<li style="color: white;">SUBRATA PRAMANIK</li>
<div class="footer-copyright">
<p>Copyright @ 2023 All Rights Reserved.</p>
</div>
</footer>
<!-- <script src="https://smtpjs.com/v3/smtp.js"> -->
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<script src="script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" integrity="sha512-Eak/29OTpb36LLo2r47IpVzPBLXnAMPAVypbSZiZ4Qkf8p/7S/XRG5xp7OKWPPYfJT6metI+IORkR5G8F900+g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>