-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
455 lines (398 loc) · 18.6 KB
/
Copy pathindex.html
File metadata and controls
455 lines (398 loc) · 18.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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Personal Portfolio</title>
<link rel="shortcut icon" href="https://i.ibb.co.com/gMj6xPqc/world-wide-web.png" type="image/x-icon">
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Header Section Design -->
<header class="header">
<a href="#home" class="logo">Amdad
<span>Islam</span>
</a>
<i class="bx bx-menu" id="menu-bar"></i>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#education">Education</a>
<a href="#services">Services</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact Me</a>
</nav>
</header>
<!-- Home Section Design -->
<section class="home" id="home">
<div class="home-content">
<h1>Hello, Myself <span>Amdad Islam</span></h1>
<h3 class="text-animation">I'm a <span></span></h3>
<p>
I’m a computer engineering student with a strong focus on web development, aiming to build innovative and
user-friendly websites.
</p>
<p>
Amdad is also an ardent learner who is always eager to explore new ideas and concepts beyond his academic
pursuits. Whether it involves diving into the latest advancements in technology, understanding different
cultures, or acquiring new life skills, he believes that continuous learning is the key to personal and
professional growth. His curiosity drives him to stay updated with emerging trends and seek knowledge that
broadens his perspective and enhances his adaptability in an ever-changing world.
</p>
<div class="social-icons">
<a href="https://www.facebook.com/amdadislam20063/"><i class="bx bxl-facebook-circle"></i></a>
<a href="https://www.instagram.com/a_m_d_a_d__01/"><i class="bx bxl-instagram-alt"></i></a>
<a href="https://www.linkedin.com/in/amdad-islam-eshan/"><i class="bx bxl-linkedin-square"></i></a>
<a href="https://github.com/amdadislam01"><i class="bx bxl-github"></i></a>
<a href="https://x.com/amdad_vai__01?t=nUvtsRfOJHR3S4RMQt_IOA&s=09"><i class="bx bxl-twitter"></i></a>
<a href="https://dev.to/amdadislam01"><i class="fa-brands fa-dev"></i></a>
</div>
<div class="btn-group">
<a href="#contact" class="btn">Contact Me</a>
</div>
</div>
<div class="home-img">
<img src="img/website logo.png" alt="Profile Image" />
</div>
</section>
<!-- Home Section Design End -->
<!-- about section starts -->
<section class="about" id="about">
<h2 class="heading"><i class="fas fa-user-alt"></i> About <span>Me</span></h2>
<div class="row">
<div class="image">
<img draggable="false" class="tilt" src="img/p.png" alt="">
</div>
<div class="content">
<h3>I'm Amdad</h3>
<span class="tag">Full Stack Developer</span>
<p>I am a passionate Full-Stack Developer with a Bachelor’s degree in Information Technology.
Specializing in the MERN stack (MongoDB, Express.js, React, Node.js), I build scalable web
applications and dynamic websites with a focus on clean code, performance, and user experience.
<br>
Driven by a commitment to continuous learning, I refine my skills by developing real-world projects,
including Full-Stack clones of popular platforms. My goal is to leverage cutting-edge technologies to
build efficient, innovative solutions.
<br>
Beyond coding, I contribute to open-source projects and stay updated with the latest industry trends
to enhance my expertise. </p>
<div class="box-container">
<div class="box">
<p><span> age: </span> 19</p>
<p><span> phone : </span> +880 15401-38209</p>
</div>
<div class="box">
<p><span> email : </span> amdad20063@gmail.com</p>
<p><span> place : </span> Dhaka, Bangladesh - 1000</p>
</div>
</div>
<div class="resumebtn">
<a href="https://drive.google.com/file/d/1o411o9hzGWURHR7s7VAbzuVCSLuiXfzo/view" target="_blank" class="btn"><span>Resume</span>
<i class="fas fa-chevron-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- Skills Section Start -->
<section class="skills-section" id="skills">
<h2 class="section-title">My Skills</h2>
<div class="skills-container">
<div class="skill-card">
<i class="fab fa-html5 skill-icon"></i>
<span class="skill-name">HTML5</span>
</div>
<div class="skill-card">
<i class="fab fa-css3-alt skill-icon"></i>
<span class="skill-name">CSS3</span>
</div>
<div class="skill-card">
<i class="fab fa-bootstrap skill-icon"></i>
<span class="skill-name">Bootstrap</span>
</div>
<div class="skill-card">
<i class="fab fa-js-square skill-icon"></i>
<span class="skill-name">JavaScript</span>
</div>
<div class="skill-card">
<i class="fab fa-react skill-icon"></i>
<span class="skill-name">ReactJS</span>
</div>
<div class="skill-card">
<i class="fab fa-python skill-icon"></i>
<span class="skill-name">Python</span>
</div>
<div class="skill-card">
<i class="fab fa-node-js skill-icon"></i>
<span class="skill-name">NodeJS</span>
</div>
<div class="skill-card">
<i class="fas fa-database skill-icon"></i>
<span class="skill-name">MySQL</span>
</div>
<div class="skill-card">
<i class="fas fa-database skill-icon"></i>
<span class="skill-name">MongoDB</span>
</div>
</div>
</section>
<!-- Skills Section End -->
<!-- Education Section Design -->
<section class="education" id="education">
<h2 class="heading">Education</h2>
<div class="timeline-items">
<div class="timeline-item">
<div class="timeline-dots"></div>
<div class="timeline-date">2016</div>
<div class="timeline-content">
<h3>Primary School</h3>
<p>
I passed primary in 2016. GPA 5.00 in class 5 got scholarship. Whose life was very good then. Then I went
upstairs to class.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dots"></div>
<div class="timeline-date">2019</div>
<div class="timeline-content">
<h3>High School (JSC)</h3>
<p>
The year 2019 was an important year in my life, because this year I took the Junior School Certificate (JSC)
examination and successfully secured A+. This achievement is not just a grade for me, but a reflection of
hard work, patience and confidence.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dots"></div>
<div class="timeline-date">2019-2022</div>
<div class="timeline-content">
<h3>High School (SSC)</h3>
<p>
In 2022 I gave SSC exam and got 4.61 GPA. This is the result of my hard work and perseverance. Prepared hard
before the exam, which helped me get good results. The joy of family and teachers after knowing the results
motivated me to do better in future.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dots"></div>
<div class="timeline-date">2023-2027</div>
<div class="timeline-content">
<h3>Diploma</h3>
<p>
MD. Amdad Islam is currently pursuing a Diploma in Computer Science and Technology (CST) with a focus on Web
Development. He started his diploma journey in 2023 and is expected to complete it in 2027. Passionate about
coding and technology, he is dedicated to mastering web development skills to build a successful career in
the field. With a strong determination to learn and grow, he aims to become a proficient web developer.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dots"></div>
<div class="timeline-date">2028-Persent</div>
<div class="timeline-content">
<h3>Job</h3>
<p>
I am preparing with the aim of starting a career in web development in 2028. Currently developing
programming skills, learning new technologies and working on practical projects. I want to develop myself as
a skilled developer through hard work and perseverance.
</p>
</div>
</div>
</div>
</section>
<!-- Services Section Design -->
<section class="services" id="services">
<h2 class="heading">Services</h2>
<div class="services-container">
<div class="services-box">
<div class="services-info">
<h4>Frontend Development</h4>
<p>
Front-end development focuses on creating user-friendly and visually appealing websites. I specialize in
modern technologies like HTML, CSS, JavaScript, and React to build responsive and high-performance web
interfaces. My goal is to develop fast, interactive, I provide professional front-end development
services tailored to your needs. Contact for quality web solutions!
</p>
</div>
</div>
<div class="services-box">
<div class="services-info">
<h4>Backend Development</h4>
<p>
Back-end development powers the functionality of websites and applications. I specialize in server-side
technologies like Node.js, Express.js, and databases such as MongoDB and MySQL to build secure, efficient,
and scalable web solutions. From API development to database management,I provide reliable back-end
development services tailored to your project’s needs. Contact for expert solutions!
</p>
</div>
</div>
<div class="services-box">
<div class="services-info">
<h4>Fullstack Development</h4>
<p>
Full-stack development covers both front-end and back-end solutions for complete web applications. I
specialize in modern technologies like HTML, CSS, JavaScript, React, Node.js, Express.js, and databases like
MongoDB and MySQL. From designing responsive user interfaces to building secure and scalable server-side
systems,I deliver high-quality, efficient, and professional full-stack development services. Contact now!
</p>
</div>
</div>
<div class="services-box">
<div class="services-info">
<h4>Web Design</h4>
<p>
A great web design is essential for creating an impactful online presence. I offer professional web design
services that focus on user experience, aesthetics, and functionality. Using modern tools and techniques, I
create visually appealing, responsive, and easy-to-navigate website. Let’s work together to build a
website that reflects your brand and engages your audience!
</p>
</div>
</div>
</div>
</section>
<!-- Projects Section Design -->
<section class="projects" id="projects">
<div class="projects-box">
<h2 class="heading">Projects</h2>
<div class="wrapper">
<div class="project-item">
<a href="project/Calculator-project/index.html" class="Calculator">
<img src="img/calculator.jpg" alt="calculator" />
</a>
<h3>Calculator</h3>
<p>
The calculator project involves creating a simple yet functional web-based calculator using HTML, CSS, and
JavaScript. It can perform basic arithmetic operations like addition, subtraction, multiplication, and
division. This project is an excellent way to enhance programming skills while building an interactive and
user-friendly tool.
</p>
</div>
<div class="project-item">
<a href="https://amdadislam01.github.io/Digital-Clock/" class="Digital-Clock">
<img src="img/clock.jpg" alt="Digital-Clock" />
</a>
<h3>Clock</h3>
<p>
The clock project involves building a real-time digital or analog clock using HTML, CSS, and JavaScript.
This project helps improve skills in JavaScript for handling time and dates. It creates an interactive, live
display of time that can be customized and enhanced with features like alarms or themes.
</p>
</div>
<div class="project-item">
<a href="project/To-Do-App/index.html" class="To-Do-App">
<img src="img/to-do.jpg" alt="To-Do-App" />
</a>
<h3>To-Do-App</h3>
<p>
The To-Do App project allows users to create, manage, and organize tasks efficiently. Built using HTML, CSS,
and JavaScript, it helps improve skills in handling dynamic content and local storage. This project focuses
on providing an intuitive, user-friendly interface for tracking and completing tasks effectively
</p>
</div>
<div class="project-item">
<a href="https://amdadislam01.github.io/WeatherMap-API/" class="Weather">
<img src="img/weather.jpg" alt="Weather" />
</a>
<h3>Weather App</h3>
<p>
The Weather App project provides real-time weather updates by fetching data from weather APIs. Built using
HTML, CSS, and JavaScript, this app allows users to check weather conditions based on their location or
city. It’s an excellent project for learning API integration and handling dynamic data in web development.
</p>
</div>
<div class="project-item">
<a href="project/Bank-UI-clone/index.html" class="Bank-UI-clone">
<img src="img/bank.webp" alt="Bank-UI-clone" />
</a>
<h3>Bank UI Clone</h3>
<p>
The Bank UI Clone project involves replicating the user interface of a banking website, focusing on layout,
design, and interactive elements. Using HTML, CSS, and JavaScript, this project helps develop skills in
creating responsive, user-friendly designs. It’s an ideal way to practice front-end development and refine
UI design abilities.
</p>
</div>
<div class="project-item">
<a href="https://amdadislam01.github.io/Flower-website/Index.html" class="Flower-website">
<img src="img/flower.jpg" alt="Flower Website" />
</a>
<h3>Flower website</h3>
<p>
I designed an elegant e-commerce flower website using HTML, CSS, and JavaScript, featuring product galleries,
shopping cart functionality, and secure checkout. The responsive UI adapts seamlessly across devices, with
smooth animations for product displays. Integrated payment gateways and a contact form for order inquiries.
Perfect for showcasing floral arrangements with visual appeal and user-friendly navigation.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section Design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me</span></h2>
<form action="#">
<div class="input-group">
<div class="input-box">
<input type="text" placeholder="Full Name" />
<input type="email" placeholder="Email" />
</div>
<div class="input-box">
<input type="number" placeholder="Phone Number" />
<input type="text" placeholder="Subject" />
</div>
</div>
<div class="input-group-2">
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn" />
</div>
</form>
</section>
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Amdad Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br /> <br /> Keep Rising
🚀. Connect with me over live chat!</p>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#home"><i class="fas fa-chevron-circle-right"></i> home</a>
<a href="#about"><i class="fas fa-chevron-circle-right"></i>About</a>
<a href="#skills"><i class="fas fa-chevron-circle-right"></i>Skills</a>
<a href="#education"><i class="fas fa-chevron-circle-right"></i> education</a>
<a href="#services"><i class="fas fa-chevron-circle-right"></i> services</a>
<a href="#projects"><i class="fas fa-chevron-circle-right"></i> Projects</a>
<a href="#contact"><i class="fas fa-chevron-circle-right"></i> contact</a>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i>+880 15401-38209</p>
<p> <i class="fas fa-envelope"></i>amdad20063@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Dhaka, Bangladesh -1000</p>
<div class="share">
<a href="https://www.facebook.com/amdadislam20063" class="fa-brands fa-square-facebook" aria-label="facebook"
target="_blank"></a>
<a href="https://github.com/amdadislam01" class="fab fa-github" aria-label="GitHub" target="_blank"></a>
<a href="mailto:amdad20063@gmail.com" class="fas fa-envelope" aria-label="Mail" target="_blank"></a>
<a href="https://twitter.com/amdad_vai__01" class="fab fa-twitter" aria-label="Twitter" target="_blank"></a>
<a href="https://t.me/5978523824" class="fab fa-telegram-plane" aria-label="Telegram" target="_blank"></a>
</div>
</div>
</div>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a
href="https://www.linkedin.com/in/amdad-islam"> Amdad Islam</a></h1>
</section>
<!-- footer section ends -->
<script src="script.js"></script>
</body>
</html>