-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (39 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meet Chopra</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
</head>
<body>
<img src="images/profile.pic.jpg" alt="Meet Chopra" style="width: 80px; border-radius:50%;">
<h1>Meet Chopra</h1>
<p>Welcome to my personal webpage! I'm a software developer with a passion for coding and technology.</p>
<h3>About Me :-</h3>
<p>I have a background in computer science and have worked on various projects ranging from web development to software development.</p>
<h3>My Interests :-</h3>
<ul>
<li>Learning web development</li>
<li>Exploring new programming languages</li>
<li>Building small projects for practice</li>
<li>Reading about the latest tech trends</li>
<li>Improving problem-solving skills</li>
</ul>
<h3>Currently Ongoings :- </h3>
<ul>
<li>Working on a personal portfolio website</li>
<li>Learning advanced JavaScript concepts</li>
<li>Exploring backend development with Node.js</li>
</ul>
<h2>Feel free to reach out</h2>
<p>Email: <a href="mailto:meetchora262@gmail.com">meetchopra262@gmaol.com</a>
| X: <a href="https://twitter.com/meetchopra_me" target="_blank">@meetchopra_me</a>
| Github: <a href="https://github.com/meetchopra-me">@meetchopra-me</a>
</p>
<footer>
<p>© 2025 Meet Chopra. All rights reserved.</p>
</footer>
</body>
</html>