-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
308 lines (301 loc) · 14.4 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="fontawesome/css/all.min.css"> <!-- https://fontawesome.com/ -->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<!-- https://fonts.google.com/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header class="mc-header" id="mc-header">
<div class="mc-header-wrapper">
<button class="navbar-toggler" type="button" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="mc-site-header">
<a href="index.html" class="mb-3 mx-auto site-logo">
<img src="img/logo.png" alt="Logo" width="70px">
</a>
<h1 class="text-center site-title">Lara<span class="fw-light">Recipes</span></h1>
</div>
<nav class="mc-nav" id="mc-nav">
<ul>
<li class="mc-nav-item"><a href="index.html" class="mc-nav-link">
<i class="fas fa-carrot"></i>
Home
</a></li>
<li class="mc-nav-item"><a href="categories.html" class="mc-nav-link">
<i class="fas fa-cubes-stacked"></i>
Categories
</a></li>
<li class="mc-nav-item"><a href="single-category.html" class="mc-nav-link">
<i class="fas fa-cubes-stacked"></i>
Single Category
</a></li>
<li class="mc-nav-item"><a href="single-recipe.html" class="mc-nav-link">
<i class="fas fa-bowl-food"></i>
Single Recipe
</a></li>
<li class="mc-nav-item"><a href="about.html" class="mc-nav-link">
<i class="fas fa-lemon"></i>
About Us
</a></li>
<li class="mc-nav-item active"><a href="contact.html" class="mc-nav-link">
<i class="fas fa-utensils"></i>
Contact Us
</a></li>
</ul>
</nav>
<div class="mc-mb-65">
<a href="https://x.com/mkwsra" class="mc-social-link">
<i class="fab fa-x-twitter mc-social-icon"></i>
</a>
<a href="https://linkedin.com/in/mkwsra" class="mc-social-link">
<i class="fab fa-linkedin-in mc-social-icon"></i>
</a>
<a rel="nofollow" href="https://fb.com/mkwsra" class="mc-social-link">
<i class="fab fa-facebook-f mc-social-icon"></i>
</a>
<a href="https://instagram.com/multicaret" class="mc-social-link">
<i class="fab fa-instagram mc-social-icon"></i>
</a>
</div>
<p class="pr-5 text-white">
Lara Recipes a demo of a Laravel tutorial created by
<a href="https://mkwsra.com" class="text-dark">Mo Kawsara</a>
using the Xtra Blog html5 theme as a
foundation, this theme got tweaked for the purposes of this tutorial.
</p>
<p class="mc-mb-80 text-white">If you liked this tutorial, consider helping me out by sharing this video series
with others and perhaps by
liking my <a href="https://www.youtube.com/@multi-caret" target="_blank" class="text-dark">YouTube
videos</a></p>
</div>
</header>
<div class="container-fluid">
<main class="mc-main">
<div class="row mc-row mc-mb-45">
<div class="col-8 offset-2 mb-5">
<img src="img/contact-us-cover.jpg" alt="Contact us cover" class="img-fluid rounded-4">
</div>
</div>
<div class="row mc-row mc-mb-120">
<div class="col-12">
<h2 class="mc-post-title mc-mb-60">Contact Us</h2>
</div>
<div class="col-lg-7 mc-contact-left">
<form method="POST" action="" class="mb-5 ml-auto mr-0 mc-contact-form">
<div class="form-group row mb-4">
<label for="name" class="col-sm-3 col-form-label text-right mc-color-primary">
Name
<span class="text-danger">*</span>
</label>
<div class="col-sm-9">
<input class="form-control mr-0 ml-auto" name="name" id="name" type="text" required>
</div>
</div>
<div class="form-group row mb-4">
<label for="email" class="col-sm-3 col-form-label text-right mc-color-primary">
Email
<span class="text-danger">*</span>
</label>
<div class="col-sm-9">
<input class="form-control mr-0 ml-auto" name="email" id="email" type="email" required>
</div>
</div>
<div class="form-group row mb-4">
<label for="subject" class="col-sm-3 col-form-label text-right mc-color-primary">
Subject
<span class="text-danger">*</span>
</label>
<div class="col-sm-9">
<input class="form-control mr-0 ml-auto" name="subject" id="subject" type="text" required>
</div>
</div>
<div class="form-group row mb-5">
<label for="message" class="col-sm-3 col-form-label text-right mc-color-primary">
Message
<span class="text-danger">*</span>
</label>
<div class="col-sm-9">
<textarea class="form-control mr-0 ml-auto" name="message" id="message" rows="8"
required></textarea>
</div>
</div>
<div class="form-group row text-right">
<div class="col-12">
<button class="mc-btn mc-btn-primary mc-btn-small" type="submit">Submit</button>
</div>
</div>
</form>
</div>
<div class="col-lg-5 mc-contact-right">
<address class="mb-4 mc-color-gray">
1 Austin Terrace, Toronto,
ON M5R 1X8, Canada
</address>
<span class="d-block">
Tel:
<a href="tel:012-321-4567" class="mc-color-gray">012-321-4567</a>
</span>
<span class="mb-4 d-block">
Email:
<a href="mailto:info@company.com" class="mc-color-gray">info@company.com</a>
</span>
<p class="mb-5 mc-line-height-short">
Lara Recipes a demo of a Laravel tutorial created by
<a href="https://mkwsra.com" class="text-dark">Mo Kawsara</a>
using the Xtra Blog html5 theme as a
foundation, this theme got tweaked for the purposes of this tutorial.
</p>
<p class="mb-5 mc-line-height-short">
If you liked this tutorial, consider helping me out by sharing this video series
with others and perhaps by
liking my <a href="https://www.youtube.com/@multi-caret" target="_blank" class="text-dark">YouTube
videos</a>
</p>
<div class="mc-mb-65">
<a href="https://x.com/mkwsra" class="mc-social-link">
<i class="fab fa-x-twitter mc-social-icon"></i>
</a>
<a href="https://linkedin.com/in/mkwsra" class="mc-social-link">
<i class="fab fa-linkedin-in mc-social-icon"></i>
</a>
<a rel="nofollow" href="https://fb.com/mkwsra" class="mc-social-link">
<i class="fab fa-facebook-f mc-social-icon"></i>
</a>
<a href="https://instagram.com/multicaret" class="mc-social-link">
<i class="fab fa-instagram mc-social-icon"></i>
</a>
</div>
</div>
<div class="col-12">
<div class="gmap_canvas"> <!-- Google Map -->
<iframe width="100%" height="477" id="gmap_canvas"
src="https://maps.google.com/maps?q=Mississauga,On,Canada&ie=UTF8&iwloc=&output=embed"
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
</div>
</div>
</main>
<footer class="mc-main pt-5 mt-5 border-top">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-5">
<div class="col">
<a href="#!"
class="d-flex align-items-center mb-3 link-body-emphasis text-decoration-none site-logo">
<div class="mc-site-header">
<img src="img/logo.png" alt="Logo" width="70px">
<h3 class="text-center site-title">
Lara<span class="fw-light">Recipes</span>
</h3>
</div>
</a>
<p class="text-body-secondary">
Laravel Tutorial by <a href="https://x.com/mkwsra" target="_blank">
Mo Kawsara
</a>
</p>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5>Categories</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 1 <small>(12 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 2 <small>(7 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 3 <small>(6 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 4 <small>(6 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 5 <small>(4 recipes)</small>
</a>
</li>
</ul>
</div>
<div class="col mb-3">
<h5>Featured Recipes</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 1
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 2
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 3
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 4
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 5
</a>
</li>
</ul>
</div>
<div class="col mb-3">
<h5>Useful Links</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Search
Categories</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Search
Recipes</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Most Viewed
Recipe</a></li>
<li class="nav-item mb-2"><a href="faq.html" class="nav-link p-0 text-body-secondary">FAQs</a>
</li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">About</a></li>
</ul>
</div>
</div>
<ul class="nav justify-content-center border-bottom border-top mt-2">
<li class="nav-item"><a href="terms.html" class="nav-link px-2 text-body-secondary">Terms &
Conditions</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Privacy Policy</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Photo Usage Policy</a></li>
</ul>
<div class="row">
<div class="col-md-6 col-12 mc-color-gray">
Developed with 🤩️ by <a rel="nofollow" target="_parent" href="#!" class="mc-external-link">Put Your
Name
Here Dear Laravel Developer</a>
</div>
<div class="col-md-6 col-12 mc-copyright">
<p class="text-body-secondary">© 2023 Multicaret, Inc</p>
</div>
</div>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>