-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
29 lines (29 loc) · 992 Bytes
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> An About Us Page </title>
<link rel="stylesheet" href="abtus.css">
</head>
<body>
<section class="about-us">
<div class="about">
<img src="/images/z900.jpg" class="pic">
<div class="text">
<h2>About Us</h2>
<h5>Motor Dealers ,<span>Modifiers</span></h5>
<p>We are a reputable name in the motorcycle industry,
offering high-end motor dealership services.
Working with the greatest luxury motorbike manufacturers
in the world, we offer timely, secure, and scratch-free deliveries.
We also offer quality services at competitive prices.</p>
<div class="data">
<a href="home.html" class="hire">VISIT US</a>
</div>
</div>
</div>
</section>
</body>
</html>