-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDominar 400.php
58 lines (41 loc) · 1.76 KB
/
Dominar 400.php
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
<!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.0">
<title>BIKE DETAILS</title>
<!-- SWIPER CSS LINK -->
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<!-- FONT AWESOME CDN LINK -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- CUSTOM CSS FILE LINKING -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- HEADER -->
<section class="header">
<a href="home.php" class="logo"><img src="images/logo.png" alt="Bike Thrills Logo"></a>
<nav class="navbar">
<a href="home.php">HOME</a>
<a href="about.php" target="_blank">ABOUT</a>
<a href="package.php" target="_blank">RENT BIKES</a>
<a href="book.php" target="_blank">BOOK NOW</a>
<a href="index.php" target="_blank">REGISTER</a>
<!-- CODE FOR DARK THEME -->
<a href="" class="dark theme"><img src="images/crescent-moon-png-21.png" alt="DarkthemeLogo" id="icon"></a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</section>
<section class="services">
<h1 class="heading-title"> Dominar 400 </h1>
</section>
<section class="home-about">
<div class="image">
<img src="https://www.motorbeam.com/wp-content/uploads/2021-Bajaj-Dominar-400.jpg" alt="">
</div>
<div class="content">
<p>Make heads turn with Dominar 400 inspired by the leo stance. The bike’s pure muscular proportions with a powerful silhouette is a clear symbol of dominance on the road.</p>
<a href="book.php" class="btn">Book Now</a>
</div>
</section>