This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
161 lines (149 loc) · 8.55 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
<!doctype html>
<html lang="en">
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Student-led gaming community based out of Vaughan, ON. Hosting monthly tournaments for VALORANT, LoL, R6, and SSBU." />
<!-- Open Graph Meta Tags for Discord Embed -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Vaughan Esports" />
<meta property="og:title" content="Vaughan Esports | Contact" />
<meta property="og:description" content="Leave your information here to contact us about specific inquiries or leave an anonymous suggestion." />
<meta property="og:image" content="https://vaughanesports.org/assets/Vaughan%20Esports%20Logo%20Footer.png" />
<meta property="og:url" content="https://vaughanesports.org/contact" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/assets/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Main CSS Document -->
<link rel="stylesheet" href="main.css" type="text/css">
<!-- Contact CSS Document -->
<link rel="stylesheet" href="contact.css" type="text/css" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<title>Vaughan Esports | Contact</title>
</head>
<body class="pt-5 bg-dark" id="contact-page">
<!-- Fixed Navbar -->
<nav class="navbar navbar-expand-sm navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="index.html">
<img loading=lazy src="assets/Vaughan Esports Logo.png" height="35" class="d-inline-block align-top" alt="Vaughan Esports Logo"> Vaughan Esports
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<li class="nav-item">
<a class="nav-link mr-5" href="events.html">Past Events</a>
</li>
<a class="nav-link mr-5" href="https://www.notion.so/49dcbc3310d24865be720dc742eef2e7?v=1b336bec51e240d29c31a83fd7317532">Rules</a>
</li>
<li class="nav-item">
<a class="nav-link mr-5 active" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="contact-box">
<div class="container container-fluid text-center pb-5 pt-5">
<div class="row">
<div class="col-sm my-auto pt-5">
<!-- Contact Us -->
<h1 class="text-light">Contact Us</h1>
<!-- Typeform Embed -->
<div class="typeform-widget" data-url="https://bly852.typeform.com/to/g5awb9" style="width: 100%; height: 500px;"></div> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm", b="https://embed.typeform.com/"; if(!gi.call(d,id)) { js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
</div>
<div class="col-sm border-left">
<!-- Suggestions Box -->
<h1 class="text-light text-center pt-5" id="suggestion-box">Suggestions Box</h1>
<!-- Typeform Embed -->
<div class="typeform-widget" data-url="https://bly852.typeform.com/to/mbqZUE" style="width: 100%; height: 500px;"></div> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm", b="https://embed.typeform.com/"; if(!gi.call(d,id)) { js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
</div>
</div>
</div>
</div>
<!-- Page Footer -->
<footer class="bg-dark text-light pb-5" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4" id="footer-logo">
<img loading=lazy src="assets/Vaughan Esports Logo.png" width="300" alt="Vaughan Esports Logo">
</div>
<div class="col-lg-2" id="quick-links">
<h3>Quick Links</h3>
<hr>
<a href="events.html">
<p class="text-light">
Past Events
</p>
<a href="https://www.notion.so/49dcbc3310d24865be720dc742eef2e7?v=1b336bec51e240d29c31a83fd7317532">
<p class="text-light">
Rules
</p>
<a href="contact.html">
<p class="text-light">
Contact Us
</p>
</a>
</div>
<div class="col-lg-3">
<h3>Connect</h3>
<hr>
<a class="text-light" href="https://www.youtube.com/channel/UC6b9XYgwZrmA28pE6BtMJxQ" target="_blank">
<img loading=lazy src="assets/yt.png" width="32" alt="Youtube Logo"> Vaughan Esports
</a>
<p></p>
<a class="text-light" href="https://twitch.tv/vaughanesports" target="_blank">
<img loading=lazy src="assets/twitchGlitchWhite-small.png" height=32 alt="Twitch Logo"> vaughanesports
</a>
<p></p>
<a class="text-light" href="https://instagram.com/vaughanesports" target="_blank">
<img loading=lazy src="assets/ig logo-small.png" height=32 alt="Instagram Logo"> vaughanesports
</a>
<a href="mailto:[email protected]">
<p class="pt-3 text-light">
</p>
</a>
</div>
<div class="col-lg-3 pt-3" id="tos-footer">
<a href="https://discord.gg/y3kEAeT" target="_blank">
<img loading=lazy src="https://discordapp.com/api/guilds/688141732507942918/embed.png?style=banner2">
</a>
<a href="terms.html">
<p class="text-light pt-4">Terms of Service</p>
</a>
<a href="privacy.html">
<p class="text-light">Privacy Policy</p>
</a>
<p>
© 2020 Vaughan Esports
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>