-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_us.html
329 lines (319 loc) · 11.4 KB
/
contact_us.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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!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>Contact Us | Skule™ French Society</title>
<link href="images/sfs_logo.png" type="image/x-icon" rel="shortcut icon" />
<!-- website icon -->
<link rel="stylesheet" href="./reset.css" />
<link rel="stylesheet" href="./globalStyles.css" />
<link rel="stylesheet" href="./components.css" />
<!-- aos css (animate on scroll library)-->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Nav Section -->
<div class="nav">
<div class="container">
<div class="nav__wrapper">
<a href="./index.html" class="logo">
<img
src="./images/sfs_logo.png"
style="width: 40%; height: auto; border-radius: 8px"
alt="Skule French Society"
/>
</a>
<nav>
<div class="nav__icon">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="3" y1="12" x2="21" y2="12" />
<line x1="3" y1="6" x2="21" y2="6" />
<line x1="3" y1="18" x2="21" y2="18" />
</svg>
</div>
<div class="nav__bgOverlay"></div>
<ul class="nav__list">
<div class="nav__close">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />
</svg>
</div>
<div class="nav__list_wrapper">
<li><a href="./index.html" class="nav__link">Home</a></li>
<li><a href="./about.html" class="nav__link">About Us</a></li>
<li>
<a href="./past_events.html" class="nav__link">Past Events</a>
</li>
<li>
<a href="./resources.html" class="nav__link">Resources</a>
</li>
<li>
<a href="./sponsors.html" class="nav__link">Partners</a>
</li>
<li>
<a href="./contact_us.html" class="btn primary-btn"
>Contact Us</a
>
</li>
</div>
</ul>
</nav>
</div>
</div>
</div>
<!-- End Nav Section-->
<!-- Club Info Section-->
<section id="storeInfo" data-aos="fade-up">
<div class="container">
<h3 class="form__title">Contact us...</h3>
<div class="store__info__wrapper">
<div class="store__info__item">
<div class="club__info__icon">
<a href="https://www.instagram.com/uoftsfs/" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="#26643b"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="2" y="2" width="20" height="20" rx="5" ry="5" />
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5" />
</svg>
</a>
</div>
<h3 class="store__info__title">Instagram</h3>
<p class="store__info__text">@uoftsfs</p>
</div>
<div class="store__info__item">
<div class="club__info__icon">
<a href="https://www.facebook.com/utoronto.sfs/" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="#26643b"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"
/>
</svg>
</a>
</div>
<h3 class="store__info__title">Facebook</h3>
<p class="store__info__text">@utoronto.sfs</p>
</div>
<div class="store__info__item">
<div class="club__info__icon">
<a href="mailto:[email protected]">
<img src="./images/email.svg" alt="email" />
</a>
</div>
<h3 class="store__info__title">E-mail</h3>
<p class="store__info__text">[email protected]</p>
</div>
</div>
</div>
</section>
<!-- End Club Info Section -->
<!-- Join SFS Section -->
<section id="form" data-aos="fade-down">
<div class="container">
<h3 class="form__title">...or join SFS by filling the form!</h3>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSezsQppyoDhisVu9V4eh4D_CIck62_8T63LjZg9yP_RiSzW6w/viewform?embedded=true"
width="100%"
height="2400"
frameborder="0"
marginheight="0"
marginwidth="0"
>
Loading…
</iframe>
</div>
</section>
<!-- End Join SFS Section -->
<!-- Info Section-->
<!-- <section id="storeInfo" data-aos="fade-up">
<div class="container">
<div class="store__info__wrapper">
<div class="store__info__item">
<div class="club__info__icon">
<img src="./restaurant_website/images/wall-clock-icon.svg" alt="icon">
</div>
<h3 class="store__info__title">
Join Us!
</h3>
<p class="store__info__text">
Please join our general member list through this google form to be part of our newsletter.
</p>
</div>
<div class="store__info__item">
<div class="club__info__icon">
<img src="./restaurant_website/images/address-icon.svg" alt="icon">
</div>
<h3 class="store__info__title">
Old Toronto
</h3>
<p class="store__info__text">
Instagram: @uoftsfs
Email: [email protected]
</p>
</div>
</div>
</div>
</section> -->
<!-- End Info Section -->
<!-- Footer -->
<footer>
<div class="container">
<div class="footer__wrapper">
<div class="footer__col1">
<div class="footer__logo">
<img
src="./images/sfs_logo.png"
style="width: 30%; height: auto; border-radius: 8px"
alt=" Skule French Society"
/>
</div>
<p class="footer__desc">Francophone Club at U of T...SFS!</p>
</div>
<div class="footer__col2">
<div class="footer__socials">
<h4 class="footer__socials__title">Follow us</h4>
<ol>
<li>
<a href="https://www.instagram.com/uoftsfs/" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="2" y="2" width="20" height="20" rx="5" ry="5" />
<path
d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
/>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5" />
</svg>
</a>
</li>
<li>
<a
href="https://www.facebook.com/utoronto.sfs/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"
/>
</svg>
</a>
</li>
</ol>
</div>
</div>
<div class="footer__col3">
<h3 class="footer__text__title">Links</h3>
<ol class="footer__text">
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./about.html">About Us</a>
</li>
<li>
<a href="./past_events.html">Past Events</a>
</li>
<li>
<a href="./resources.html" class="nav__link">Resources</a>
</li>
<li>
<a href="./sponsors.html">Partners</a>
</li>
<li>
<a href="./contact_us.html">Contact Us</a>
</li>
</ol>
</div>
<div class="footer__col4">
<h3 class="footer__text__title">Contact Execs</h3>
<ol class="footer__text">
<li>
<a href="mailto: [email protected]"
>
</li>
</ol>
<h3 class="footer__text__title">Report a complaint with EngSoc</h3>
<ol class="footer__text">
<li>
<a href="mailto: [email protected]">[email protected]</a>
</li>
</ol>
</div>
</div>
</div>
</footer>
<div id="copyright">
<div class="container">
<p class="copyright__text">
© Copyright 2024 Skule French Society | All rights reserved
</p>
</div>
</div>
<!-- End Footer-->
<!-- aos script-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- custom script-->
<script src="./main.js"></script>
</body>
</html>