-
Notifications
You must be signed in to change notification settings - Fork 3
/
appointment.html
122 lines (119 loc) · 6.95 KB
/
appointment.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!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">
<!--Links Font Awesome-->
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.7/css/all.css">
<!--Links Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!--Links the css file-->
<link rel="stylesheet" type="text/css" href="sass/about.css">
<link rel="stylesheet" href="css/style.css">
<!--Links Google font Covert-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap" rel="stylesheet">
<!--Link Google Font Merriweather-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,900;1,700&display=swap" rel="stylesheet">
<!--Links JQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--Links the title Icon-->
<link rel="icon" href="images/title-icon.png">
<title>Meno Kenya | Nothing But The Tooth</title>
</head>
<body>
<header class="header-about">
<!--Nav Bar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container container-fluid">
<a class="navbar-brand" href="index.html">
<img src="images/meno-kenya-logo.png" alt="logo" width="100" height="50">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Services</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="experts.html">Dentists</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Shop</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="header-about-main">
<article class="header-about-main-title">
<h4 class="testimonials-animation-scale">Contact Meno Kenya</h4>
<h1 class="testimonials-animation-scale">Ready to schedule an appointment?</h1>
<p class="testimonials-animation-scale">Call us at <strong>(254)712-345-678</strong> to schedule or complete the form. Same day appointments are often available.</p>
</article>
<article class="header-about-main-description testimonials-animation-scale">
<form class="header-about-main-description-form" action="thanks.html">
<div class="header-about-main-description-form-name">
<label for="name">Name</label>
<input type="text" name="name" id="name" placeholder="Name" required>
</div>
<div class="header-about-main-description-form-phone">
<label for="phone">Phone</label>
<input type="tel" name="phone" id="phone" placeholder="Tel" required>
</div>
<div class="header-about-main-description-form-email">
<label for="email">Email</label>
<input type="email" name="email" id="email" placeholder="[email protected]" required>
</div>
<div class="header-about-main-description-form-textarea">
<label for="help">How can we help you?</label>
<textarea name="help" id="help" class="help" required></textarea>
</div>
<div class="header-about-main-description-form-submit">
<button class="submit" type="submit" id="submit">Submit</button>
</div>
</form>
</article>
</section>
</header>
<footer class="footer">
<article class="footer-logo">
<a href="#"><img src="images/meno-kenya-logo.png" alt="logo"></a>
</article>
<article class="footer-links">
<ul class="footer-links-ul">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</article>
<article class="foooter-socials">
<a href="https://www.facebook.com/monie.car.7" target="_blank"><img src="images/icons/facebook-light.svg" alt="facebook"></a>
<a href="https://github.com/John-Kimani/Meno-Kenya.git" target="_blank"><img src="images/icons/github.svg" alt="github"></a>
<a href="mailto:[email protected]" target="_blank"><img src="images/icons/gmail.svg" alt="gmail"></a>
<a href="https://twitter.com/crabs_ke" target="_blank"><img src="images/icons/twitter.svg" alt="twitter"></a>
</article>
</footer>
<!--Links JS files-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="js/appointment.js"></script>
</body>
</html>