-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
413 lines (319 loc) · 17.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
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="templatemo">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Rajdeep Majumder's Portfolio</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<div class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</div>
<!-- Navigation Section -->
<div class="navbar navbar-fixed-top custom-navbar" role="navigation">
<div class="container">
<!-- navbar header -->
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#" class="navbar-brand">Rajdeep Majumder</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About Me</a></li>
<li><a href="#experience" class="smoothScroll">Experiences</a></li>
<li><a href="#quotes" class="smoothScroll">Testimonial</a></li>
<li><a href="#contact" class="smoothScroll">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="home-img"></div>
</div>
<div class="col-md-6 col-sm-6">
<div class="home-thumb">
<div class="section-title">
<h4 class="wow fadeInUp" data-wow-delay="0.3s">welcome to my website</h4>
<h1 class="wow fadeInUp" data-wow-delay="0.6s">Hello, I am <strong>Rajdeep Majumder</strong> currently based in Kolkata.</h1>
<p class="wow fadeInUp" data-wow-delay="0.9s">Self-motivated and hardworking graduate seeking an opportunity to work in a challenging environment to prove my coding skills and utilize my knowledge of databases for the growth of the organization.</p>
<a href="#about" class="wow fadeInUp smoothScroll section-btn btn btn-success" data-wow-delay="1.4s">Get Started</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="about-thumb">
<div class="wow fadeInUp section-title" data-wow-delay="0.4s">
<h1>About Me...</h1>
<p class="color-yellow"></p>
</div>
<div class="wow fadeInUp" data-wow-delay="0.8s">
<p>Highly focused software developer. Organized and methodical with an eye for detail resulting in solid coding and trustworthy software programs.</p>
<p>Highly enthusiastic and curious to learn any new skill.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="background-image about-img"></div>
</div>
<div class="bg-yellow col-md-3 col-sm-6">
<div class="skill-thumb">
<div class="wow fadeInUp section-title color-white" data-wow-delay="1.2s">
<h1>My Skills</h1>
<p class="color-white">Java Development, UI/UX Designer, Database Management</p>
</div>
<div class=" wow fadeInUp skills-thumb" data-wow-delay="1.6s">
<strong>Java Development</strong>
<span class="color-white pull-right">90%</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"></div>
</div>
<strong>Database Management</strong>
<span class="color-white pull-right">70%</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%;"></div>
</div>
<strong> UI/UX Designer</strong>
<span class="color-white pull-right">80%</span>
<div class="progress">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Service Section -->
<section id="service" class="parallax-section">
<div class="container">
<div class="row">
<div class="bg-yellow col-md-3 col-sm-6">
<div class="wow fadeInUp color-white service-thumb" data-wow-delay="0.8s">
<i class="fa fa-desktop"></i>
<h3>Technology Trends</h3>
<p class="color-white">Well aware of different technology- related fields and trends.</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="wow fadeInUp color-white service-thumb" data-wow-delay="1.2s">
<i class="fa fa-paper-plane"></i>
<h3>Java Development</h3>
<p class="color-white">Have good knowledge of working with JDBC, JSP servelets, Springboot, Spring MVC.</p>
</div>
</div>
<div class="bg-dark col-md-3 col-sm-6">
<div class="wow fadeInUp color-white service-thumb" data-wow-delay="1.6s">
<i class="fa fa-table"></i>
<h3>Application Design</h3>
<p class="color-white">A UI/UX designer passionate about research and design.</p>
</div>
</div>
<div class="bg-white col-md-3 col-sm-6">
<div class="wow fadeInUp service-thumb" data-wow-delay="1.8s">
<i class="fa fa-html5"></i>
<h3>Coding</h3>
<p>Have knowledge of coding using Java.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="background-image experience-img"></div>
</div>
<div class="col-md-6 col-sm-6">
<div class="color-white experience-thumb">
<div class="wow fadeInUp section-title" data-wow-delay="0.8s">
<h1>My Experiences</h1>
<p class="color-white">Trainings and FTE</p>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.2s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Assistant System Engineer <small>2021-present</small></h3>
<p class="color-white">At Tata Consultancy Services.</p>
</div>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.6s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Microsoft Certified Azure Fundamentals(Az-900)</h3>
<p class="color-white"></p>
</div>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.2s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">GSYAY mentor<small> 2020 June - 2020 Dec</small></h3>
<p class="color-white">Working for YAY Mentoring students in the field of CRT.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="color-white education-thumb">
<div class="wow fadeInUp section-title" data-wow-delay="0.8s">
<h1>My Education</h1>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.2s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Secondary School Education </h3>
<p class="color-white">Passed my class 10 ICSE board examination in 2015 from Lions Calcutta Greater Vidya Mandir with 93 percentile </p>
</div>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.2s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Senior Secondary School Education</h3>
<p class="color-white">Passed my class 12 CBSE board examination in 2017 from Future Campus School with 81.5 percentile </p>
</div>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.6s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Bachelor of Technology <small>2017 July - 2021 July</small></h3>
<p class="color-white">Pursuing B.Tech in Computer Science And Engineering from University Of Engineering and Management, Kolkata. </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="background-image education-img"></div>
</div>
</div>
</div>
</section>
<!-- Quotes Section -->
<section id="quotes" class="parallax-section">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<i class="wow fadeInUp fa fa-star" data-wow-delay="0.6s"></i>
<h2 class="wow fadeInUp" data-wow-delay="0.8s">Hard work is the best policy to achieve success.</h2>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="contact-form">
<div class="wow fadeInUp section-title" data-wow-delay="0.2s">
<h1 class="color-white">My projects</h1>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.2s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Foodzy<small> 2021 May- present</small></h3>
<p class="color-white">A food ordering app that enables a user to order foods and get it delivered. There would be two separate apps that is one for the admin and the other for the user. </p>
</div>
</div>
<div class="wow fadeInUp color-white media" data-wow-delay="1.2s">
<div class="media-object media-left">
<i class="fa fa-laptop"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Guftugu<small> 2020 Sept- 2020 Oct/small></h3>
<p class="color-white">A simple chat application . Here the backend runs on java Spring Boot, Web-sockets. Frontend consists of HTML, CSS, JavaScript</p>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="background-image contact-img"></div>
</div>
<div class="bg-dark col-md-3 col-sm-6">
<div class="contact-thumb">
<div class="wow fadeInUp contact-info" data-wow-delay="0.6s">
<h3 class="color-white">Address</h3>
<p> Noawapara Natunpally, Sonarpur, Kolkata-700150</p>
</div>
<div class="wow fadeInUp contact-info" data-wow-delay="0.8s">
<h3 class="color-white">Contact.</h3>
<p><i class="fa fa-phone"></i> 91-9836649909</p>
<p><i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<a href="https://drive.google.com/file/d/1gHvAE1wl3NcRMcJCtg8gNuO4lD8Ti4hE/view" target="_blank" class="wow smoothScroll section-btn btn btn-success" data-wow-delay="1.4s">Click to know more</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<ul class="wow fadeInUp social-icon" data-wow-delay="2s">
<li><a href="https://www.facebook.com/rajdeep.majumder.12914" target="_blank" class="fa fa-facebook"></a></li>
<li><a href="https://github.com/Rajdp07" target="_blank" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/rajdeep-majumder-845266178" target="_blank" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>