-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
27 lines (27 loc) · 956 Bytes
/
about.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
<html>
<head>
<title>about us</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<!----About section start---->
<section class="about">
<div class="main">
<img src="img/main-img.png" />
<div class="about-text">
<h2>About Me</h2>
<h5>Developer <span>& Designer</span></h5>
<p>
I am a front-end web developer. I can provide clean code and pixel
perfect design. I also make the website more & more interactive with
web animations.I can provide clean code and pixel perfect design. I
also make the website more & more interactive with web animations.A
responsive design makes your website accessible to all users,
regardless of their device.
</p>
<button type="button">Let's Talk</button>
</div>
</div>
</section>
</body>
</html>