-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (43 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Data Science Portfolio of Ahmad Ahsan Saleem">
<link rel="icon" href="images/ml.ico" type="image/x-icon">
<title>Home - Ahmad Ahsan Saleem</title>
<link rel="stylesheet" href="css/style.css"> <!-- Link to external CSS -->
</head>
<body>
<!-- Cover Photo and Intro Section -->
<div class="cover-photo">
<!-- Profile Image (Left) -->
<div class="profile-image">
<img src="images/bg.jpeg" alt="Ahmad Ahsan Saleem">
</div>
<!-- Introduction Section (Right) -->
<div class="intro">
<h2>Hello! I'm Ahmad Ahsan Saleem</h2>
<p>I'm a passionate <strong>data scientist</strong> with a solid background in <strong>machine learning</strong>, <strong>data analytics</strong>, and <strong>artificial intelligence</strong>. I strive to turn raw data into valuable insights. I enjoy solving complex problems and finding actionable solutions that make a real-world impact.</p>
<p>I have worked on various projects, including predictive modeling, natural language processing, and deep learning applications. Feel free to explore my <strong>projects</strong>, learn more about my <strong>education</strong> and <strong>work experience</strong>, or get in touch via the <strong>contact</strong> page.</p>
</div>
</div>
<!-- Header Navigation -->
<header>
<h1>Ahmad Ahsan Saleem</h1>
<nav>
<a href="index.html">Home</a>
<a href="education.html">Education</a>
<a href="work_experience.html">Work Experience</a>
<a href="projects.html">Projects</a>
<a href="skills.html">Skills</a>
<a href="certifications.html">Certifications</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<!-- Footer Section -->
<footer>
<p>© 2024 Ahmad Ahsan Saleem. All Rights Reserved.</p>
</footer>
</body>
</html>