-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab.html
52 lines (51 loc) · 2.07 KB
/
lab.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>My Portfolio</title>
</head>
<body style="background-color: #f4f4f4; font-family: Arial, Helvetica, sans-serif; line-height: 1.6;">
<div>
<header style="background-color: #333; color: #fff; padding:20px; margin-bottom: 20px;">
<h1 style="width: 100; text-align: center; font-size: 36px; ">Chanakya Sinde</h1>
<p style="width: 100; text-align: center;">Welcome to my portfolio website!</p>
</header>
</div>
<center>
<img src="./chintu.png" height="200px" width="200px" style="border-radius: 50%;"/>
</center>
<section style="background-color: white; ">
<h2>About Me</h2>
<p>Hi! I'm John, a web developer with a passion for creating beautiful and functional websites. I have a strong interest in front-end technologies and love solving design challenges.</p>
</section>
<section >
<h2>My Projects</h2>
<div >
<div >
<h3>Project 1</h3>
<p>This project is a website that I built using HTML and CSS. It demonstrates responsive design principles and accessibility.</p>
</div>
<div >
<h3>Project 2</h3>
<p>This project is an e-commerce website where users can browse products and place orders online.</p>
</div>
<div >
<h3>Project 3</h3>
<p>A simple blog platform where users can post articles, leave comments, and interact with each other.</p>
</div>
<div >
<h3>Project 4</h3>
<p>This project is a portfolio website for a photographer, featuring a gallery and portfolio sections.</p>
</div>
</div>
</section>
<section >
<h2>Contact Me</h2>
<p>If you'd like to work with me, feel free to reach out via email at [email protected].</p>
</section>
<footer>
<p>© 2024 John Doe. All Rights Reserved.</p>
</footer>
</body>
</html>