-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Danish's Biography</title>
</head>
<body>
<header>
<div class="container">
<h1>Danish K</h1>
<h3>B.Tech Computer Science & Engineering - First Year</h3>
<h3>College of Engineering, Pathanapuram</h3>
</div>
</header>
<main class="container">
<section class="bio">
<h2>About Me</h2>
<p>I'm a dedicated software developer with a strong foundation in web technologies. Currently, I am pursuing my B.Tech in Computer Science & Engineering at the College of Engineering Pathanapuram. My passion lies in creating efficient and scalable web applications that enhance user experience.</p>
</section>
<section class="skills">
<h2>Skills</h2>
<ul>
<li>HTML5 & CSS3</li>
<li>JavaScript</li>
</ul>
</section>
<section class="contact">
<h2>Contact Me</h2>
<div class="box">
<p>Email: <a href="mailto: [email protected]">Email</a></p>
<p>LinkedIn: <a href="https://linkedin.com/in/dalsc2">LinkedIn</a></p>
<p>GitHub: <a href="https://github.com/danish">Github</a></p>
</div>
</section>
</main>
<footer>
<p>© 2024 Danish K. All rights reserved.</p>
</footer>
</body>
</html>