-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (56 loc) · 2.37 KB
/
index.html
File metadata and controls
62 lines (56 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atiur Rahaman | Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="fade-in">
<div class="profile-container">
<h1>Atiur Rahaman</h1>
<p class="tagline">CSE (AIML) Student @ IEM | Cyber Security Enthusiast</p>
<div class="social-links">
<a href="https://www.linkedin.com/in/atiur-rahaman-00389a371/" target="_blank" class="btn">LinkedIn</a>
<a href="https://github.com/atiurXdev" target="_blank" class="btn">GitHub</a>
</div>
</div>
</header>
<section id="about" class="fade-in delay-1">
<h2>About Me</h2>
<p>
I am a pre-final year student at the <strong>Institute of Engineering & Management (IEM)</strong>,
driven by the convergence of <strong>Artificial Intelligence</strong> and <strong>System Security</strong>.
</p>
<p>
While my academic focus is on Machine Learning algorithms, my passion lies in building secure, scalable systems.
I am currently bridging the gap between theory and practice by developing full-stack applications and exploring
how AI can be used to detect and prevent cyber threats.
</p>
</section>
<section id="projects" class="fade-in delay-2">
<h2>Current Engineering Focus 🚧</h2>
<div class="project-card">
<div class="card-header">
<h3>🚖 Uber Clone (Full Stack)</h3>
<span class="status-badge">In Progress</span>
</div>
<p>
A complex ride-booking application architected to handle real-time user data.
I am building this to master backend logic, database management, and geolocation services.
</p>
<div class="tech-stack">
<span>Full Stack Development</span>
<span>API Integration</span>
<span>System Design</span>
</div>
<br>
<a href="https://github.com/atiurXdev" class="link-text">View Source Code →</a>
</div>
</section>
<footer>
<p>Built by Atiur Rahaman © 2026</p>
</footer>
</body>
</html>