-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
179 lines (179 loc) · 9.18 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta> -->
<meta charset="UTF-8">
<meta name="author" content="British Columbia Junior Chess Association">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- </meta> -->
<!-- <link> -->
<link rel="stylesheet" href="styles/fonts.css">
<link rel="stylesheet" href="styles/style.css">
<link
rel="preload"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
>
<!-- </link> -->
<title>About | British Columbia Junior Chess Association</title>
<meta property="og:title" content="About | British Columbia Junior Chess Association">
<meta name="twitter:title" content="About | British Columbia Junior Chess Association">
<meta name="description" content="The British Columbia Junior Chess Association is a chess organization directed towards bringing together secondary school students to play chess. Through tournaments, events, and play, its main goal is to not only play chess together, but to create life long connections among British Columbia's youth and share our passion and love for the game. Whether you're a beginner or an experienced player, the BCJCA is the place for you.">
<meta property="og:description" content="The British Columbia Junior Chess Association is a chess organization directed towards bringing together secondary school students to play chess. Through tournaments, events, and play, its main goal is to not only play chess together, but to create life long connections among British Columbia's youth and share our passion and love for the game. Whether you're a beginner or an experienced player, the BCJCA is the place for you.">
<meta name="twitter:description" content="The British Columbia Junior Chess Association is a chess organization directed towards bringing together secondary school students to play chess. Through tournaments, events, and play, its main goal is to not only play chess together, but to create life long connections among British Columbia's youth and share our passion and love for the game. Whether you're a beginner or an experienced player, the BCJCA is the place for you.">
<meta property="og:image" content="https://bcjca.ca/images/banner.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://bcjca.ca/images/banner.png">
<link rel="stylesheet" href="styles/about.css">
<script src="https://kit.fontawesome.com/9f85037272.js" crossorigin="anonymous" async></script>
<script src="scripts/index.js" defer></script>
</head>
<body style="
background-image: linear-gradient(
90deg,
rgb(9, 2, 32) 0%,
rgb(28, 15, 78) 50%,
rgb(55, 20, 75) 100%
);
background-attachment: fixed;
">
<header>
<nav>
<a href="/">
<img
width="120"
height="120"
id="logo"
src="images/bcjcalight.webp"
alt="BCJCA logo, which is the outline of a knight chess piece on top of the Canadian flag"
>
</a>
<!-- <i class="fa-regular fa-lightbulb" id="light" onclick="toggleLightMode()"></i> -->
<!-- text in logo not seen, need a border or something -->
<div class="nav-links" id="menu">
<ul>
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
<li class="has-submenu">
<a href="#">EVENTS</a>
<ul class="submenu">
<li>
<a href="events.html">Scheduled Events</a>
</li>
<li>
<a href="bcjuniorchessrapid.html">BC Junior Chess Rapid
</a
>
</li>
<li>
<a href="afterschoolchess.html">After School Chess
</a
>
</li>
<li>
<a href="bchighschoolchessleague2024.html">BC High School Chess League 2024
</a
>
</li>
</ul>
</li>
<li>
<a href="gallery.html">GALLERY</a>
</li>
<li>
<a href="sponsor.html">OUR SPONSOR</a>
</li>
</ul>
</div>
<i
id="menubtn"
class="fa fa-bars"
onclick="showBtn()"
aria-hidden="true"
></i>
</nav>
<h1 class="clubtitle">
BCJCA is about
<span class="hide"> innovation</span>
<span class="hide"> leadership</span>
<span class="hide"> teamwork</span>
<span class="hide"> network</span>
</h1>
<div class="clubtitleseparator"></div>
<h2>Who are we?</h2>
<p class="p-info">
We are an organization of students with an initiative of
bringing together high school chess players through tournaments
and matches. We are currently working towards hosting an
inter-school league consisting of teams across British Columbia,
with in-person qualifiers leading to a final provincial
tournament. Our goal is to promote a more connected chess
community and strengthen the secondary school chess scene by
connecting chess clubs. Currently, we have over 60 clubs
representing from all across the Lower Mainland and 300+ members
in our community, whom we connect with through our website, our
community server, and social media.
</p>
<p class="p-info">
In the future, we hope to support the creation of chess clubs at
schools, continue to host regular in-person tournaments, and
teach elementary students the foundations of chess.
</p>
<!-- </header>
<main> -->
<div class="clubcardtitle">
<h1>Meet our partners</h1>
<dialog id="popup">
<div id="popup-background">
<img
id="popup-image"
src=""
alt="Club logo"
width="200"
height="200"
>
</div>
<div id="popup-content"></div>
</dialog>
<div id="photocontainer">
<div class="photobanner" id="photobanner1"></div>
<div class="photobanner" id="photobanner2"></div>
</div>
<div id="container">
<div class="clubcardholder" id="clubcardholder"></div>
</div>
<script src="scripts/about.js"></script>
<script>
slidetextabout();
</script>
</div>
<!-- </main> -->
</header>
<footer>
<div class="footer-hori-bar">
<div class="footer-ext-link">
<a href="mailto:[email protected]" aria-label="Email address" target="_blank">
<i class="fa-regular fa-envelope coloritnice"></i>
</a>
<a href="https://www.instagram.com/bcjrchess/" aria-label="Instagram" target="_blank">
<i class="fa-brands fa-instagram coloritnice"></i>
</a>
<a href="https://github.com/Ralenze/bcjca" aria-label="GitHub" target="_blank">
<i class="fa-brands fa-github coloritnice"></i>
</a>
<a href="https://discord.gg/QRjbTbdbJx" aria-label="Discord" target="_blank">
<i class="fa-brands fa-discord coloritnice"></i>
</a>
</div>
<p>Copyright © 2024</p>
</div>
</footer>
</body>
</html>