-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooknow.html
84 lines (66 loc) · 3.28 KB
/
booknow.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
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
.navbar-nav .nav-link {
color: white;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GLOW AND GRACE SUUDIO</title>
<link rel="shortcut icon" href="img/logo.png" type="image/x-icon">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="responsive.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<nav>
<img src="img/logo.png" alt="">
<nav class="navbar navbar-expand-lg navbar-transperent bg-transperent">
<div class="container-fluid">
<button class="navbar-toggler button" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" style="background-color: #b277589b;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="our services.html">Our Services</a></li>
<li class="nav-item" id="active"><a class="nav-link" href="booknow.html">Book Now</a></li>
</ul>
</div>
</div>
</nav>
</nav>
<main>
<div class="info">
<div class="header">
<h5>Experience Luxury and elegance - Book your appiontment today!</h5>
<p>Let us pamper you with expert beauty services tailored just for you. Choose your service, pick a time, and get ready to glow!</p>
</div>
<div class="service">
<h5>Choose Your Service:</h5>
<div class="inputs">
<input type="radio" class="radio" name="service"><span>Hair Styling</span>
</div>
<div class="inputs">
<input type="radio" class="radio" name="service"><span>Spa & Wellness</span>
</div>
<div class="inputs">
<input type="radio" class="radio" name="service"><span>Makeup Artistry</span>
</div>
<div class="inputs">
<input type="radio" class="radio" name="service"><span>Nail Art & Care</span>
</div>
</div>
<button class="bt4"><a href="booknow pick date and time .html">next<i class='bx bx-right-arrow-alt'></i></a></button>
</div>
</main>
<footer>@Copyright | all rights reserved 2025.</footer>
<script src="script.js"></script>
</body>
</html>