forked from Mbutler1991/seasonedgreetings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
167 lines (139 loc) · 7.99 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
<!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">
<meta name="robots" content="index, follow">
<meta name="keywords" content="Recipes, Find a recipe, Holidays, Christmas, Hanukkah, Winter Solstice, Yule, Kwanza, Bodhi Day">
<meta name="description" content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Contact the Seasoned Greetings team using the contact form">
<meta name="url" content="https://mbutler1991.github.io/seasonedgreetings/contact.html">
<!-- SOCIAL MEDIA META -->
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="website">
<meta property="og:title" content="Seasoned Greetings">
<meta property="og:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Contact the Seasoned Greetings team using the contact form">
<meta name="image" property="og:image" content="documentation/site-responsive.png">
<meta property="og:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<meta property="og:url" content="https://mbutler1991.github.io/seasonedgreetings/contact.html">
<meta property="og:site_name" content="Seasoned Greetings - Contact Us">
<meta name="author" content="The Six Seasons">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Seasoned Greetings - Contact Us">
<meta name="twitter:description"
content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Contact the Seasoned Greetings team using the contact form">
<meta name="twitter:image" content="documentation/site-responsive.png">
<meta name="twitter:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicons/site.webmanifest">
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="assets/css/style.css">
<title>Seasoned Greetings - Contact Us</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar fixed-top" style="background-color: #DD0426">
<div class="mx-auto d-flex">
<h1>
<a href="index.html" class="text-reset text-decoration-none text-center">Seasoned Greetings</a>
</h1>
</div>
<button class="navbar-toggler navbar-dark border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container-fluid">
<h2 class="subtitle mx-auto m-3 d-none d-md-block">All the best recipes for your holiday feast!</h2>
</div>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<div class="d-flex flex-column gap-2 align-items-center">
<a class="navbar-brand d-lg-none mx-auto" href="index.html">Seasoned Greetings</a>
<a class="nav-link text-white active" href="index.html">Home</a>
<a class="nav-link text-white" href="favourites.html">Favourites</a>
<a class="nav-link text-white" href="team.html">Meet the Team</a>
<a class="nav-link text-white active" href="contact.html">Contact</a>
</div>
</div>
</nav>
<!-- Contact Form -->
<div class="contact-body">
<div class="contact-container w-50 mt-5">
<form class="contact-form" method="get" action="thankyou.html">
<h2>Contact Us<span style="font-size: 1.5em;">🍒</span></h2>
<label for="email">Email:</label>
<input type="email" id="email" name="email" placeholder="Email" required>
<label for="phone">Phone Number:</label>
<input type="tel" id="phone" name="phone" placeholder="Phone Number" required>
<div class="file-upload-container">
<label for="file" class="btn btn-outline-light h-50 m-1 search-button">Choose File</label>
<input type="file" id="file" name="file" accept=".pdf, .doc, .docx, .jpg, .jpeg, .png">
</div>
<label for="enquiry-type">Enquiry Type:</label>
<select id="enquiry-type" name="enquiry-type" required>
<option value="" disabled selected>Please select</option>
<option value="recipe">Recipe Suggestion</option>
<option value="enquiry">General Enquiry</option>
</select>
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" placeholder="Message..." required></textarea>
<button class="search-button btn btn-outline-light w-100" type="submit">Submit</button>
</form>
</div>
</div>
<!-- footer -->
<!-- Credit: https://mdbootstrap.com/docs/standard/navigation/footer/ -->
<footer class="footer w-100 text-center text-lg-start" style="background-color: #DD0426">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<h3 class="mb-3">Seasoned Greetings 🍒</h3>
<p class="copyright mb-1">Copyright ©2023</p>
<p>
<a href="team.html" class="text-decoration-none meet-text">Meet the Team</a>
</p>
</div>
<!-- end of Left -->
<!-- Right -->
<div class="social-links">
<a href="https://www.facebook.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-facebook-f fa-2xl social-icon"></i>
<span class="sr-only">Visit our Facebook Page. Opens in a new tab.</span>
</a>
<a href="https://twitter.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-twitter fa-2xl social-icon"></i>
<span class="sr-only">Visit our Twitter Page. Opens in a new tab.</span>
</a>
<a href="https://www.instagram.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-instagram fa-2xl social-icon"></i>
<span class="sr-only">Visit out Instagram Page. Opens in a new tab.</span>
</a>
<a href="https://www.linkedin.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-linkedin-in fa-2xl social-icon"></i>
<span class="sr-only">Visit our LinkedIn Page for this site. Opens in a new tab.</span>
</a>
<a href="https://github.com/Mbutler1991/seasonedgreetings" target="_blank"
class="me-4 text-reset text-decoration-none">
<i class="fa-brands fa-github fa-2xl social-icon"></i>
<span class="sr-only">Visit our GitHub Page for this project. Opens in a new tab.</span>
</a>
</div>
<!-- end of Right -->
</section>
<!-- end of Section: Social media -->
</footer>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>