-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (39 loc) · 1.33 KB
/
index.html
File metadata and controls
46 lines (39 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>webdevsalmann</title>
</head>
<body>
<body>
<header>
<h1>John Doe</h1>
<img width="200px"
src="https://images.unsplash.com/photo-1540569014015-19a7be504e3a?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2OTkwMTc1MjR8&ixlib=rb-4.0.3&q=85" />
<p>Web Developer</p>
</header>
<section>
<h2>About Me</h2>
<p>I'm a dedicated web developer with a passion for creating engaging and user-friendly websites. With a
background in Bachelor of Computer Applications, I'm committed to delivering high-quality web solutions.
</p>
</section>
<section>
<h2>Portfolio</h2>
<p>Check out some of my projects:</p>
<ul>
<li><a href="#">Calculator</a></li>
<li><a href="#">Restaurant</a></li>
<li><a href="#">To-Do App</a></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<p>johndoexyz@gmail.com</p>
</section>
<footer>
<p>© 2023 Salman Mallick</p>
</footer>
</body>
</html>