forked from tindyc/valentime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
241 lines (215 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="By using the Valentime site to randomly generate a date night idea based on a chosen category, you will have more time to spend on the important stuff - making memories with your loved one ❤️ Use the contact us form to let us know how your date went or with further date night suggestions. You can also subscribe to our youtube channel.">
<meta name="keywords"
content="Valentimes, date night, date ideas, romance, self-love, Valentines, contact us, subscribe">
<link rel="canonical" href="https://tindyc.github.io/valentime/contact.html">
<meta name="robots" content="index, follow">
<!-- Social Media Sharing (Facebook, LinkedIn, Google) -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Valentime" />
<meta property="og:description"
content="By using the Valentime site to randomly generating a date night idea based on a chosen category, you will have more time to spend on the important stuff - making memories with your loved one ❤️ Use the contact us form to let us know how your date went or with further date night suggestions. You can also subscribe to our youtube channel." />
<meta name="image" property="og:image" content="assets/images/finalsite.png" />
<meta property="og:image:alt" content="Valentimes site shown on a variety of devices." />
<meta property="og:url" content="https://tindyc.github.io/valentime/contact.html" />
<meta property="og:site_name" content="Valentime - Contact Us" />
<meta name="author" content="Cupids Coders">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<!-- Page Title -->
<title>Valentime - Contact Us</title>
<!-- JS & CSS -->
<script src="https://kit.fontawesome.com/d01fd203b5.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<!--Empty Div Where Hearts Are Created-->
<div id="heart"></div>
<header>
<!--Navigation Start-->
<nav class="navbar navbar-dark bg-dark navbar-expand-md">
<a href="index.html" class="navbar-brand">Valentime</a>
<div class="toggle-cursor">
<button id="on-off" class="text-center" type="submit">On</button>
<p class="align-baseline">Toggle cursor animation</p>
</div>
<button class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a href="index.html" aria-label="Visit our Home page" class="nav-link">Home</a></li>
<li class="nav-item"><a href="movies.html" aria-label="Visit our Movies page" class="nav-link">Movies</a></li>
<li class="nav-item"><a href="food_drink.html" aria-label="Visit our Food & Drinks page" class="nav-link">Food & Drinks</a></li>
<li class="nav-item"><a href="games.html" aria-label="Visit our Games Night page" class="nav-link">Games Night</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link active">Contact Us</a></li>
</ul>
</div>
</nav>
<!--Navigation End-->
</header>
<main>
<!--Empty container to push body content below nav bars-->
<div class="container header-container">
<div class="row">
<div class="col"></div>
</div>
</div>
<!-- Page Title-->
<div>
<h1 class="text-center mt-4">Contact Us</h1>
</div>
<!--Temporary spacer row can be used for further sub-content if wanted-->
<div class="sub-content container mt-5 mb-4">
<div class="row">
<div class="col-12 text-center">
<h2>We would love to hear from you!</h2>
</div>
</div>
</div>
<!--Main content-->
<div class="container contact-form">
<form method="post" action="https://formdump.codeinstitute.net/" target="_blank">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" name="txtName" class="form-control" placeholder="Your Name *"
value="" required />
</div>
<div class="form-group">
<input type="text" name="txtEmail" class="form-control" placeholder="Your Email *"
value="" required />
</div>
<div class="form-group">
<input type="text" name="txtPhone" class="form-control"
placeholder="Your Phone Number *" value="" required />
</div>
<div class="form-group">
<input type="text" name="txtSubject" class="form-control" placeholder="Subject"
value="" />
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea name="txtMsg" class="form-control" placeholder="Your Message *"
style="width: 100%; height: 150px;"></textarea>
</div>
<div class="form-group text-center">
<input type="submit" name="btnSubmit" class="btnContact" value="Send Message"/>
</div>
</div>
</div>
</form>
</div>
<div class="container contact text-center">
<h2 class="font-weight-bold">Meet The Team</h2>
<div class="row">
<div class="col-lg">
<div class="profile-card">
<img src="https://ca.slack-edge.com/T0L30B202-U02GWMK4M45-520ad021d387-512"
class="profile-card-img-top" alt="...">
<div class="profile-card-body">
<h5 class="profile-card-title">Ionut Zapototchi</h5>
<a href="https://github.com/lseparatio" aria-label="Visit the github page" class="fa fa-github" target="_blank"></a>
</div>
</div>
</div>
<div class="col-lg">
<div class="profile-card">
<img src="https://ca.slack-edge.com/T0L30B202-U026VSEPLHL-a82451dcd763-512"
class="profile-card-img-top" alt="...">
<div class="profile-card-body">
<h5 class="profile-card-title">Kera Cudmore</h5>
<a href="https://github.com/kera-cudmore" aria-label="Visit the github page" class="fa fa-github" target="_blank"></a>
</div>
</div>
</div>
<div class="col-lg">
<div class="profile-card">
<img src="https://ca.slack-edge.com/T0L30B202-U01T2KZ3GHL-34e45f047d1b-512"
class="profile-card-img-top" alt="...">
<div class="profile-card-body">
<h5 class="profile-card-title">Pratima Gurav</h5>
<a href="https://github.com/PratimaGurav" aria-label="Visit the github page" class="fa fa-github" target="_blank"></a>
</div>
</div>
</div>
<div class="col-lg">
<div class="profile-card">
<img src="https://ca.slack-edge.com/T0L30B202-UQ1TS27HN-1ff071e18e36-512"
class="profile-card-img-top" alt="...">
<div class="profile-card-body">
<h5 class="profile-card-title">Tindy Chan</h5>
<a href="https://github.com/tindyc" aria-label="Visit the github page" class="fa fa-github" target="_blank"></a>
</div>
</div>
</div>
<div class="col-lg">
<div class="profile-card">
<img src="https://ca.slack-edge.com/T0L30B202-U01E00ZPBHS-f154440b162a-512"
class="profile-card-img-top" alt="...">
<div class="profile-card-body">
<h5 class="profile-card-title">Kelven Hughes</h5>
<a href="https://github.com/KelvenH" aria-label="Visit the github page" class="fa fa-github" target="_blank"></a>
</div>
</div>
</div>
</div>
</div>
<div class="subscribe-container">
<input type="radio" id="hide">
<div class="box">
<label for="hide"><i class="fas fa-times"></i></label>
<div class="logo">
<img src="assets/images/valentime-logo.png" alt="Valentime-logo">
</div>
<div class="right">
<div class="text-1">Valentime</div>
<div class="text-2">Subscribe Our YouTube Channel</div>
<a href="https://www.youtube.com/" target="_blank">Subscribe</a>
</div>
</div>
</div>
</main>
<footer class="container-fluid">
<div class="container-lg">
<div class="py-3">
<div class="row">
<!-- Copyright -->
<div class="col-4 d-flex align-items-center">
<p>© Cupids Coders 2022</p>
</div>
<!-- Logo -->
<div class="col-4 align-items-center text-center">
<h1 class="display-6 footer-project-name">
Valentime
</h1>
</div>
<!-- Social Media links -->
<div id="footer-external-links"
class="col-4 d-flex flex-wrap justify-content-between align-items-center">
<a href="https://www.facebook.com/" aria-label="Visit our Facebook page" rel="noopener" target="_blank"><i
class="fab fa-facebook-square fa-2x"><span class="visually-hidden">Facebook</span></i></a>
<a href="https://www.twitter.com/" aria-label="Visit our Twitter page" rel="noopener" target="_blank"><i
class="fab fa-twitter-square fa-2x"><span class="visually-hidden">Twitter</span></i></a>
<a href="https://www.instagram.com/" aria-label="Visit our Instagram page" rel="noopener" target="_blank"><i
class="fab fa-instagram fa-2x"></i><span class="visually-hidden">Instagram</span></a>
<a href="https://www.youtube.com/" aria-label="Visit our YouTube page" rel="noopener" target="_blank"><i
class="fab fa-youtube fa-2x"><span class="visually-hidden">Youtube</span></i></a>
</div>
</div>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>