-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassic 350 Reborn.php
59 lines (41 loc) · 2.13 KB
/
Classic 350 Reborn.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
59
<!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"> Classic 350 Reborn </h1>
</section>
<section class="home-about">
<div class="image">
<img src="https://imgd.aeplcdn.com/600x600/n/cw/ec/101487/classic-350-right-front-three-quarter-6.jpeg?isig=0" alt="">
</div>
<div class="content">
<p>The All-New Classic 350 continues to embody the traditions and craftsmanship of the past as it is reborn. Inspired by the post war G2 model, first born in 1950’s, the all new Classic 350 continues to be a testament to the timeless design which took the motorcycling world with an awe back in the heydays of British motorcycling. The Classic teardrop fuel tank, the distinctive thump and the hallmark casquette headlamp - all harmonise as one, rejoicing in the masterpiece that is the timeless Royal Enfield Classic.</p>
<a href="book.php" class="btn">Book Now</a>
</div>
</section>