-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (54 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header Section -->
<header>
<h1>TASLIM KHAN</h1>
<p>WEB DEVELOPER</p>
</header>
<!-- About Section -->
<section id="about">
<h2>About Me</h2>
<img src="Taslim khan.jpg" alt="Taslim Khan">
<p>I'm Taslim Khan, a passionate frontend developer currently pursuing my B.Tech in Computer Science. Throughout my years in education, I have gained practical skills as a frontend developer. I am proficient in multiple programming languages and continually seek opportunities to grow in my field.</p>
</section>
<!-- Skills Section -->
<section id="skills">
<h2>Skills</h2>
<ul>
<li>JAVA, DSA, JAVASCRIPT</li>
<li>MONGODB, SQL</li>
<li>HTML, CSS, BOOTSTRAP</li>
</ul>
</section>
<!-- Projects Section -->
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>Hackathone</h3>
<p>(Participated and finished as the runner-up in a hackathon organized at my university.) </p>
</div>
<div class="project">
<h3>● Digital Campus 2.0 On Google Cloud </h3>
<p>(Participated and finished as the runner-up in a hackathon organized at my university.) </p>
</div>
</section>
<!-- Resume Section -->
<section id="resume">
<h2>Resume</h2>
<a href="your-resume.pdf" download>Download My Resume (PDF)</a>
</section>
<!-- Contact Section -->
<section id="contact">
<h2>Contact Me</h2>
<p>Email: [email protected]</p>
<p>Phone: 9508489651</p>
</section>
</body>
</html>