-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
186 lines (171 loc) · 7.57 KB
/
contact.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!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>book store</title>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/stylee.css">
<link rel="stylesheet" href="sanaa.css" />
<!-- Font Awesome -->
<link rel="stylesheet" href="css/all.min.css" />
<!-- Google Fonts -->
<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=Cairo:wght@300;400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<!-- Start Header -->
<div class="header" id="header">
<div class="container">
<a href="index.html" class="logo"> <img src="img-sanaa/logo.png" alt="" /></a>
<div class="burger-menu">
<span class="material-symbols-outlined">
menu
</span>
</div>
<ul class="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="store.html">Store</a></li>
<li><a href="servise.html">services</a></li>
<li>
<a href="#">Other</a>
<!-- Start Megamenu -->
<div class="mega-menu">
<ul class="links">
<li>
<a href="fertures.html"></i> Fertures</a>
</li>
<li>
<a href="type.html"></i> Types</a>
</li>
<li>
<a href="ads.html"></i> Ads</a>
</li>
<li>
<a href="premiim.html"></i> Online books</a>
</li>
</ul>
<ul class="links">
<li>
<a href="/index.html#reading"></i> Importance of reading</a>
</li>
<li>
<a href="client.html"></i> Clients</a>
</li>
<li>
<a href="contact.html"></i> Contact</a>
</li>
<li>
<a href="administration/Index.html" class="admin">Administration</a>
</li>
</ul>
</div>
<!-- End Megamenu -->
</li>
<li><a href="cart.html"><span class="material-symbols-outlined">
shopping_cart
</span></a></li>
</ul>
</div>
</div>
<!-- End Header -->
<!-- Start contact -->
<div class="discount" id="discount">
<div class="image">
<div class="content">
<h2>Contact Us</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Excepturi asperiores consectetur, recusandae
ratione provident necessitatibus, cumque delectus commodi fuga praesentium beatae. Totam vel similique
laborum dicta aperiam odit doloribus corporis.
</p>
<img src="imgs/discount.png" alt="" />
</div>
</div>
<div class="form">
<div class="content">
<h2>Contact Form</h2>
<form>
<input class="input" type="text" id="name" placeholder="Your Name" name="name"/>
<div id="nameError" class="error"></div>
<input class="input" type="email" id="email" placeholder="Your Email" name="email"/>
<div id="emailError" class="error"></div>
<input class="input" type="text" id="phone" placeholder="Your Phone" name="phone"/>
<div id="phoneError" class="error"></div>
<textarea class="input" id="message" placeholder="Tell Us About Your Needs" name="message"></textarea>
<div id="messageError" class="error"></div>
<input type="button" value="Send" onclick="submitForm()"/>
</form>
</div>
</div>
</div>
<div id="output"></div>
<!-- End Discount -->
<!-- START Footer -->
<footer class="text-white text-center text-lg-start bg-primary">
<div class="container p-4">
<div class="row mt-4">
<div class="col-lg-4 col-md-12 mb-4 mb-md-0">
<h5 class="text-uppercase mb-4">About our BookStore</h5>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Cumque, minima esse quod quae at, error deleniti rerum
</p>
<p>
fuga sequi tenetur eos quia rem veniam quas accusamus
consequatur placeat maxime libero!
</p>
<div class="mt-4">
<a type="button" class="btn btn-floating btn-primary btn-lg"><i class="fab fa-facebook-f"></i></a>
<a type="button" class="btn btn-floating btn-primary btn-lg"><i class="fab fa-twitter"></i></a>
<a type="button" class="btn btn-floating btn-primary btn-lg"><i class="fab fa-google-plus-g"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase mb-4" style="margin-left: 4em;">our contact</h5>
<ul class="fa-ul" style="margin-left: 6em;">
<li class="mb-3">
<span class="fa-li"><i class="fas fa-home"></i></span><span class="ms-2">you code safi , maroc</span>
</li>
<li class="mb-3">
<span class="fa-li"><i class="fas fa-envelope"></i></span><span class="ms-2">bookstore.com</span>
</li>
<li class="mb-3">
<span class="fa-li"><i class="fas fa-phone"></i></span><span class="ms-2">+212 63456723</span>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase mb-4">Opening hours</h5>
<table class="table text-center text-white ">
<tbody class="font-weight-normal">
<tr>
<td style="background-color: #0d6efd">Mon - Thu:</td>
<td style="background-color: #0d6efd">8am - 9pm</td>
</tr>
<tr>
<td style="background-color: #0d6efd">Fri - Sat:</td>
<td style="background-color: #0d6efd">8am - 1am</td>
</tr>
<tr>
<td style="background-color: #0d6efd">Sunday:</td>
<td style="background-color: #0d6efd">9am - 10pm</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2025 Copyright:book store
</div>
</footer>
<!-- END Footer -->
<script src="js/main.js"></script>
</body>
</html>