-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
80 lines (76 loc) · 5 KB
/
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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>about us</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
<link href="styles.cs.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container-fluid">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light"> <a class="navbar-brand" href="index.html">Expensive Bicks
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent1">
<ul class="navbar-nav mr-auto">
<li class="nav-item active"> </li>
<li class="nav-item active"> </li>
<li class="nav-item active"> <a class="nav-link" href="index.html">HOME <span class="sr-only">home</span></a></li>
<li class="nav-item active"> <a class="nav-link" href="specification.html">Specification <span class="sr-only"> </span> <span class="sr-only"></span></a></li>
<li class="nav-item active"> <a class="nav-link" href="about.html">About <span class="sr-only"></span></a></li>
<li class="nav-item active"> <a class="nav-link" href="contact us.html">Contact Us <span class="sr-only"></span></a></li>
</ul>
</div>
</nav><br><br>
<h1 class="text-center"><strong>ABOUT US</strong></h1>
<br>
<h2 class="text-center text-capitalize">
<div><p>Welcome to our website dedicated to the world's most exquisite and exclusive motorcycles. Explore the epitome of luxury and performance with the MV Agusta F4CC, the limited edition Energica Ego 45, and the remarkable Energica Ego 45 Limited Edition. Prepare to be captivated by the ultimate two-wheeled marvels. Enjoy the ride! </p>
</div>
</h2>
<br>
<div class="row">
<div class="col-md-4">
<div class="card col-md-12"> <img class="card-img-top" src="images/mv.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">MV Agusta F4CC </h5>
<p class="card-text">The MV Agusta F4CC is a beautiful looking sports bike with a hefty price tag of $120,000. The F4CC has a 190 hp, 1078cc engine and is built for high speeds, with production limited to 100 units. Each unit is hand-crafted with tailor-made parts, so you have some comfort in knowing that you’re buying something completely exclusive! </p>
<a href="https://www.mvagusta.com/nl/en" class="btn btn-primary"> web site</a></div>
</div>
</div>
<div class="col-md-4">
<div class="card col-md-12"> <img class="card-img-top" src="images/ego.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Energica Ego 45 Limited Editon </h5>
<p class="card-text">Next on the list of the most expensive motorbikes, is the limited edition, $68,000 dollar motorbike by CRP, The Energica Ego45. The Ego45 is a high-end electric motorbike that can reach speeds of 60mph in just under 3 seconds. Moreover, it’s fitted with Bluetooth and cellular connections that allow the rider to send data and lap times to their smartphone app. Pretty cool bike for $68,000! </p>
<a href="https://thepack.news/energica-ego-45/" class="btn btn-primary">web site</a> </div>
</div>
</div>
<div class="col-md-4">
<div class="card col-md-12"> <img class="card-img-top" src="images/h2r.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title"> Kawasaki Ninja H2R </h5>
<p class="card-text">Kicking off the list is a stunning motorbike that retails for $50,000 – The Kawasaki Ninja H2R. The H2R is designed specifically for closed courses in the Supersport division. The supercharged, carbon fibre 300-hp beast, was launched in 2014 and only made available to limited markets. The Ninja was created by all the Kawasaki industries joining forces and was made in their aerospace division. </p>
<a href="https://www.kawasaki.nl/nl/products/Hypersport/2022/Ninja_H2R/overview?Uid=0891DVxdCQ5RXF5RC1lYXFpYC1AOXA0MUFpaDl1bCQpeW1o" class="btn btn-primary">web site</a> </div>
</div>
</div>
</div>
</div>
</div><br><br>
<footer>
<div class="row">
<div class="col-lg-6">Expensive Bicks</div>
<div class="col-lg-6">© [2023] [Expensive Bicks]. </div>
</div>
</footer>
<!-- body code goes here -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</body>
</html>