-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtry1.html
More file actions
36 lines (34 loc) · 1.1 KB
/
Copy pathtry1.html
File metadata and controls
36 lines (34 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pradhuman Kumar - Portfolio</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="functions.html">Functions</a></li>
<li><a href="time.html">Time</a></li>
</ul>
</nav>
</header>
<main>
<h1>Welcome to My AI & ML Portfolio</h1>
<p>Explore my work in AI, ML, and web development.</p>
<section>
<h2>About Me</h2>
<p>I'm Pradhuman Kumar, a Computer Science Engineering student specializing in Artificial Intelligence and Machine Learning.</p>
</section>
</main>
<footer>
<p>© 2024 Pradhuman Kumar</p>
</footer>
</body>
</html>