-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
423 lines (410 loc) · 15.4 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
414
415
416
417
418
419
420
421
422
423
<!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>Dibyendu Das</title>
<link rel="stylesheet" href="style.css" />
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
</head>
<body>
<div id="header">
<div class="container">
<!-- <h1>Dibyendu Das</h1> -->
<nav>
<img src="images/logo-2.png" class="logo" />
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header">
<div class="header-text">
<p>Frontend Developer</p>
<h1>
Hi, I'm <span>Dibyendu</span> <br />
from India
</h1>
</div>
<div class="header-image">
<!-- <lottie-player
src="https://assets1.lottiefiles.com/packages/lf20_qqtavvc0.json"
background="transparent"
speed="1"
style="width: 300px; height: 300px"
loop
autoplay
></lottie-player> -->
<lottie-player
src="https://assets2.lottiefiles.com/datafiles/6deVuMSwjYosId3/data.json"
background="transparent"
speed="1"
style="width: 300px; height: 300px"
loop
autoplay
></lottie-player>
</div>
</div>
</div>
</div>
<!-- ----------about------------ -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/dibyendu-user.png" id="about-image" />
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>
Brings energy to the room, exploring and learning. I love to solve
problems with logical thinking, be it coding or maths, listening
to music. Academically I am a student of Computer Science and
Engineering in Coochbehar Government Engineering College. Besides,
a passionate frontend developer and Competetive Programmer. Trying
to make earth a better place. Open to opportunities and any new
experiences where I can add value and love.
</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">
Skills
</p>
<!-- <p class="tab-links" onclick="opentab('experience')">Experience</p> -->
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Languages</span><br />C, C++, Javascript</li>
<li>
<span>Technical Skills</span><br />Frontend Web Development,
UI/UX Design,<br />
Data Structures and Algorithm
</li>
<li>
<span>Tools and Frameworks</span><br />HTML, CSS, ReactJs,
Bootstarp, VS Code,<br />
Figma
</li>
<li>
<span>Non Technical Skills</span><br />Graphic Design, Digital
Marketing, Googling,<br />
Content Writing
</li>
</ul>
</div>
<!-- <div class="tab-contents" id="experience">
<ul>
<li><span></span><br>Developed web apps using HTML,CSS,Js,Bootstrap
</li>
</ul>
</div> -->
<div class="tab-contents" id="education">
<ul>
<li>
<span>Higher Secondary</span><br />Kalyani University
Experimental High School <br />Grade - 91.8%
</li>
<li>
<span>BTech in Computer Science and Engineering</span
><br />Coochbehar Government Engineering College<br />Grade -
9.54 YGPA
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- --------------portfolio--------------- -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="images/shoppy.jpeg" alt="" />
<div class="layer">
<h3>Shoppy</h3>
<p>
Shoppy is an e commerce website. I have just built the frontend
using React Js and styled components. It has multiple pages like
Log In, Categories, Cart.
</p>
<div class="card-links">
<a href="https://github.com/dibyendu02/Shoppy" target="”_blank”"
><i class="fa-solid fa-code" style="font-size: 24px"></i
></a>
<a href="https://shoppyonline.vercel.app" target="”_blank”"
><i
class="fas fa-external-link-alt"
style="font-size: 24px"
></i
></a>
</div>
</div>
</div>
<div class="work">
<img src="images/writewave.jpg" alt="" />
<div class="layer">
<h3>WriteWave</h3>
<p>
I made this blog website using React JS, Tailwind CSS and
firebase. React for UI and firestore and firebase auth for
database and authentication.
</p>
<div class="card-links">
<a
href="https://github.com/dibyendu02/blog-website"
target="”_blank”"
><i class="fa-solid fa-code" style="font-size: 24px"></i
></a>
<a href="https://writewave.vercel.app/" target="”_blank”"
><i
class="fas fa-external-link-alt"
style="font-size: 24px"
></i
></a>
</div>
</div>
</div>
<div class="work">
<img src="images/shortly.jpg" alt="" />
<div class="layer">
<h3>Shortly</h3>
<p>A URL shortening website where the user can copy a shortURL of their URL</p>
<div class="card-links">
<a
href="https://github.com/dibyendu02/blog-website"
target="”_blank”"
><i class="fa-solid fa-code" style="font-size: 24px"></i
></a>
<a href="https://writewave.vercel.app/" target="”_blank”"
><i
class="fas fa-external-link-alt"
style="font-size: 24px"
></i
></a>
</div>
</div>
</div>
<div class="work">
<img src="images/connect4.jpeg" alt="" />
<div class="layer">
<h3>Connect 4 Game</h3>
<p>
I have built this Game using React Js and Vanila Javascript. It
is a two player game.
</p>
<div class="card-links">
<a
href="https://github.com/dibyendu02/Connect-4"
target="”_blank”"
><i class="fa-solid fa-code" style="font-size: 24px"></i
></a>
<a href="https://connect4game22.netlify.app/" target="”_blank”"
><i
class="fas fa-external-link-alt"
style="font-size: 24px"
></i
></a>
</div>
</div>
</div>
<div class="work">
<img src="images/tindog.jpg" alt="" />
<div class="layer">
<h3>TinDog</h3>
<p>
Tindog is Tinder for Dogs. I made this one page web app using
HTML and CSS (Bootstrap)
</p>
<div class="card-links">
<a
href="https://dibyendu02.github.io/Drum-Kit-with-Js/"
target="”_blank”"
><i class="fa-solid fa-code" style="font-size: 24px"></i
></a>
<a
href="https://dibyendu02.github.io/Drum-Kit-with-Js/"
target="”_blank”"
><i
class="fas fa-external-link-alt"
style="font-size: 24px"
></i
></a>
</div>
</div>
</div>
<div class="work">
<img src="images/love-calculator.jpg" alt="" />
<div class="layer">
<h3>Love Calculator</h3>
<p>
Love Calculator takes two names as inputs and returns a random
number generated using Javascript. I have built the UI using
HTML and pure CSS.
</p>
<div class="card-links">
<a
href="https://dibyendu02.github.io/Drum-Kit-with-Js/"
target="”_blank”"
><i class="fa-solid fa-code" style="font-size: 24px"></i
></a>
<a
href="https://dibyendu02.github.io/Drum-Kit-with-Js/"
target="”_blank”"
><i
class="fas fa-external-link-alt"
style="font-size: 24px"
></i
></a>
</div>
</div>
</div>
<div class="work">
<img src="images/drum-kit.jpg" alt="" />
<div class="layer">
<h3>Drum Kit</h3>
<p>
Drum Kit is an online drum set where you can play drum sound
using your keyboard or pressing instruments images given on the
web app.I have built the UI using HTML and CSS, added the sound
using Javascript.
</p>
<div class="card-links">
<a
href="https://dibyendu02.github.io/Drum-Kit-with-Js/"
target="”_blank”"
><i class="fa-solid fa-code" style="font-size: 24px"></i
></a>
<a
href="https://dibyendu02.github.io/Drum-Kit-with-Js/"
target="”_blank”"
><i
class="fas fa-external-link-alt"
style="font-size: 24px"
></i
></a>
</div>
</div>
</div>
</div>
<a href="#" class="btn">See more</a>
</div>
</div>
<!-- -----------------contact---------------- -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-solid fa-envelope"></i> get2dibyendu@gmail.com</p>
<p><i class="fa-solid fa-phone"></i> 9641131615</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/dibyendu02/"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://twitter.com/dasdibyenduu"
><i class="fa-brands fa-twitter"></i
></a>
<a href="https://github.com/dibyendu02"
><i class="fa-brands fa-github"></i
></a>
</div>
<a
href="https://drive.google.com/file/d/1Jr0j3Dbuu18EecqCHvdpAC2JszOxLQo9/view?usp=sharing"
target="_blank"
class="btn btn2"
>Download CV</a
>
</div>
<div class="contact-right">
<form
id="contact-form"
action="https://formspree.io/f/xrgdgpjn"
method="POST"
autocomplete="off"
>
<input type="text" name="Name" placeholder="Your Name" required />
<input
type="email"
name="Email"
placeholder="Your Email"
required
/>
<textarea
name="Messege"
rows="6"
placeholder="Your Messege"
></textarea>
<button type="submit" class="btn btn2" onclick="submitForm()">
Send
</button>
</form>
</div>
</div>
</div>
<div class="copyright">
<p>No copyright, Feel free to copy. Made with ❤️</p>
</div>
</div>
<!-- <script src="index.js"></script> -->
<script>
// js
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname) {
for (tablink of tablinks) {
tablink.classList.remove("active-link");
}
for (tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
var sidemeu = document.getElementById("sidemenu");
function openmenu() {
sidemeu.style.right = "0";
}
function closemenu() {
sidemeu.style.right = "-200px";
}
//submit button
// function submitForm() {
// document.getElementById("contact-form").reset();
// }
</script>
<script>
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.9.2/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.9.2/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyCmZnB2EliyHulS_D5AjT8RL3_c8pyk8nE",
authDomain: "portfolio-1117a.firebaseapp.com",
projectId: "portfolio-1117a",
storageBucket: "portfolio-1117a.appspot.com",
messagingSenderId: "180817790861",
appId: "1:180817790861:web:d0047f49daa743d5e69fc4",
measurementId: "G-H3HJYWH04K",
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<script
src="https://kit.fontawesome.com/d69d692d6c.js"
crossorigin="anonymous"
></script>
<script src="mail.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>