-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1
55 lines (48 loc) · 2.88 KB
/
index1
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Divyansh Choudhary's Portfolio</title>
<body style="background-color: rgb(17, 233, 240); line-height: 1.6;font-size: 25px;font-family: cursive;">
<h1 style="text-align: center;color: red;font-size: 50px;">Divyansh Choudhary</h1>
<p style="text-align: center;color:rgb(247, 14, 235);font-size: 25px;">A Passionate Web Developer & Designer</p>
</header>
<section">
<img src="WhatsApp Image 2024-10-17 at 14.16.09.jpeg" width="300px" height="300px" style="border-radius: 50%;display:flex; align-items:center;justify-content:center;margin-left: auto;margin-right: auto;" >
</section>
<section style="font-family: cursive;font-size: 25px;">
<h2 style="font-family: Arial, Helvetica, sans-serif;">About Me</h2>
<p>Hello! I am Divyansh Choudhary, a passionate individual with a love for technology and design. I enjoy creating beautiful and functional web experiences that engage users and inspire creativity.</p>
<p>I'm a passionate tech enthusiast and a student at Newton School of Technology with a strong interest in coding and software development. My journey in technology revolves around exploring innovative solutions, writing clean, efficient code, and continuously learning new skills. I enjoy tackling complex problems and am driven by a desire to create impactful software that makes a difference. Let's build something great together!</p>
</section>
<section style="font-family: cursive;">
<h2 style="font-family: Arial, Helvetica, sans-serif;">Skills</h2>
<ul>
<li>HTML & CSS</li>
<li>JavaScript</li>
<li>Responsive Design</li>
<li>Web Development</li>
<li>Graphic Design</li>
</ul>
</section>
<section style="font-family: cursive;">
<h2 style="font-family: Arial, Helvetica, sans-serif;">Projects</h2>
<p>Here are some of the projects I've worked on:</p>
<ul>
<li><a href="#" target="_blank">Project 1</a> - A brief description of Project 1.</li>
<li><a href="#" target="_blank">Project 2</a> - A brief description of Project 2.</li>
<li><a href="#" target="_blank">Project 3</a> - A brief description of Project 3.</li>
</ul>
<h2 style="font-family: Arial, Helvetica, sans-serif;">Connect with Me</h2>
<a href="#" target="_blank">LinkedIn</a>
<a href="https://github.com/White-Devil2839" target="_blank">GitHub</a>
<a href="#" target="_blank">Twitter</a>
<a href="https://my.newtonschool.co/course/hmi6wreu3b5b/details?course-hash=4rc45ztnzmmv" target="_blank">My College</a>
</section>
</div>
<footer>
<p>© 2024 Divyansh Choudhary. All rights reserved(Just Kidding).</p>
</footer>
</body>
</html>