-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
287 lines (271 loc) · 11.3 KB
/
about.html
File metadata and controls
287 lines (271 loc) · 11.3 KB
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
<html>
<head>
<title>About CSSA</title>
<meta property="og:title" content="About CSSA">
<meta property="og:description" content="Learn more about how CSSA began, its founders, and a timeline of our past events.">
<meta property="og:image" content="images/logo.png">
<meta property="og:url" content="https://www.cssa.dev/"></meta>
<meta name="google-signin-client_id" content="834594227639-dntdsbdaej8rsfhspugmaft12lcorhc8.apps.googleusercontent.com">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="https://apis.google.com/js/platform.js?onload=onLoad" async defer></script>
<script src="https://kit.fontawesome.com/df7e7c41fe.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase.js"></script>
<script src="scripts/script.js"></script>
<script src="scripts/authorized.js"></script>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<link rel="stylesheet" type="text/css" href="styles/about.css">
<link rel="stylesheet" typev="text/css" href="styles/pageheader.css">
<link rel="stylesheet" type="text/css" href="styles/footer.css">
<link rel="icon" href="images/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YGQJ626TH7%22%3E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YGQJ626TH7');
</script>
<style>
.inside-founders .col img {
height:400px;
width: 280px;
padding-top: 120px;
border-radius: 20px;
z-index: 10;
}
.inside-founders .col {
display: flex;
justify-content: center;
}
.content {
margin-top: 40px;
position: absolute;
background-color: #0097a7;
text-align: center;
height: 100px;
width: 280px;
border-radius: 20px;
padding-top:7px;
}
.content > figcaption {
font-size: 25px;
}
.content > figure {
font-size: 20px;
}
.founder-body {
top: 50px;
position: relative;
background-color: rgb(20, 22, 21);
}
.founders-info {
width: 100%;
background-color: rgb(20, 22, 21);
}
footer {
margin-top: 10%;
}
body {
background-color: rgb(20, 22, 21)!important;
}
</style>
</head>
<body>
<div class="modal fade" id="setLabel" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" style="color:black;" id="exampleModalLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div style="color:black;" class="modal-body" id="label0B"></div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="main-section">
<div id="header">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="images/logo.png" class="d-inline-block align-text-top">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#ham" aria-controls="ham" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="ham">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="../about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../competition.html">Competition</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../dashboard.html">Dashboard</a>
</li>
</ul>
<a id="navbar-login"></a>
</div>
</div>
</nav>
<h1 id="title">ABOUT US</h1>
</div>
<div id="main">
<div class="container">
<div class="row">
<div class="col">
<br>
<h3>What is CSSA about?</h3>
  The Computer Science Student Association (CSSA) gives students in middle school, high school, and even college an opportunity to explore the field of computer science with interesting events that span from machine learning to website design. Unlike other organizations, we are open to Participants of all ages and have a wider range of events, all related to computer science. CSSA is aimed towards students primarily middle school, high school, and college students. One great thing about this organization is that competitors do not need to take classes related to their event topic/s. Thus, the competition is fit for hobbyists, people who are new to computer science, college students majoring in computer science, or anyone else who might enjoy the opportunity.
<br><br>
   The concept of CSSA was established in 2020 and is a technical student organization headquartered in Cumming, Georgia. CSSA started from a group of people with a passion for computer science. However, looking through all of the computer science organizations, they realized that none of the organizations truly spanned the field. They decided to begin an organization that would allow people of varying ages and backgrounds to compete in a multitude of events representing different areas of computer science.<br><br><br>
<div class="container-fluid">
<div class="col-xs-6">
<div class="row">
<ul class="timeline-both-side">
<li>
<div class="border-line"></div>
<div class="timeline-description">
<h6 style="color: #0097a7;"> December 20, 2020</h5>
<p style="color: #191b1aff;">Organization was set up</p>
</div>
</li>
<li class="opposite-side">
<div class="border-line"></div>
<div class="timeline-description">
<h6 style="color: #0097a7;"> March 1st to 31st, 2021</h5>
<p style="color: #191b1aff;">First Mini-Competition was held with over 50 members from distinct nations across the globe</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="founders-info">
<div class="container founder-body">
<h3 style="text-align: center;">FOUNDERS</h3>
<div class="row inside-founders">
<div class="col">
<div class="content">
<figcaption>Royce Arockiasamy </figcaption>
<figure>President</figure>
</div>
<img alt="Royce Arockiasamy" title="Royce Arockiasamy" src="images/roycepfp.png"/>
</div>
<div class="col">
<div class="content">
<figcaption>Chittebbayi Penugonda </figcaption>
<figure>Operations Manager</figure>
</div>
<img alt="Chittebbayi Penugonda" title="Chittebbayi Penugonda" src="images/chittebbayipfp.jpg"/>
</div>
<div class="col">
<div class="content">
<figcaption>Rasmit Devkota </figcaption>
<figure>Competition Manager</figure>
</div>
<img alt="Rasmit Devkota" title="Rasmit Devkota" src="images/rasmitpfp.jpg"/>
</div>
<div class="col">
<div class="content">
<figcaption>Nikhita Kunthu </figcaption>
<figure>Social Media Manager</figure>
</div>
<img alt="Nikhita Kunthu Balakumar" title="Nikhita Kunthu Balakumar" src="images/nikhitapfp.jpg"/>
</div>
<div class="col">
<div class="content">
<figcaption>Surya Anand </figcaption>
<figure>Sponsorship Manager</figure>
</div>
<img alt="Surya Anand" title="Surya Anand" src="images/surya.png"/>
</div>
<div class="col">
<div class="content">
<figcaption>Sophia Craig </figcaption>
<figure>Outreach Manager</figure>
</div>
<img alt="Sophia Margarette Craig" title="Sophia Margarette Craig" src="images/maggiepfp.png"/>
</div>
<div class="col">
<div class="content">
<figcaption>Ethan Mund </figcaption>
<figure>Finance Manager</figure>
</div>
<img alt="Ethan Mund" title="Ethan Mund" src="images/ethanpfp.PNG"/>
</div>
<div class="col">
<div class="content">
<figcaption>Jelovy Djaja </figcaption>
<figure>Graphic Designer</figure>
</div>
<img alt="Jelovy Djaja" title="Jelovy Djaja" src="images/jelovypfp.png"/>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="row">
<div class="col-0 col-md-1"></div>
<div class="col-md-12 col-lg-4" style="padding-right: 50px;">
<div class="col-sm">
<div id="logo">
<div class="cssa-logo">
<img src="images/header-logo.png" alt="CSSA">
</div>
<br>
<div class="over">
<p>CSSA stands for Computer Science Student Association. It is an organization that focuses on developing computer science skills
through competitions and events. Competitors compete in multiple competitions per year and gain a chance to win amazing prizes. Join today!
</p>
</div>
</div>
</div>
</div>
<div class="col-md-12 col-lg-3" style="padding-right: 50px;">
<div id="contact-info">
<h4>Pages</h4>
<p>
<a class="footlink" href="/">Home</a><br>
<a class="footlink" href="about.html">About</a><br>
<a class="footlink" href="competition.html">Competition</a>
</p>
<h4>Contact Info</h4>
<p>
Email: crewcssa@gmail.com
<br>
<i class="fab fa-instagram" onclick="window.open('https://www.instagram.com/official.cssa/')"></i>
<i class="fab fa-discord" onclick="window.open('https://discord.gg/xkVJwWZeds')"></i>
</p>
</div>
</div>
<div class="col-md-12 col-lg-4" style="padding-right: 50px;">
<form action="javascript:sendContact();" id="form">
<h4 style="text-align: center;" class="title">
REACH OUT TO US!
</h4>
<input maxlength="50" type="text" id="contact_name" placeholder="Name" required/>
<input maxlength="70" type="email" id="contact_email" placeholder="Email" required/>
<textarea maxlength="8000" type="text" id="contact_message" placeholder="Message" required></textarea>
<button type="submit">SEND</button>
</form>
</div>
</div>
<hr style="color: white"><p>© 2020-2021 Computer Science Student Association. All Rights Reserved</p>
</footer>
</body>
</html>