-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
217 lines (183 loc) · 7.59 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>UNC CSXL</title>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Webestica.com">
<meta name="description" content="Eduport- LMS, Education and Course Theme">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/favicon-dark.png">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap">
<!-- Plugins CSS -->
<link rel="stylesheet" type="text/css" href="assets/vendor/font-awesome/css/all.min.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/bootstrap-icons/bootstrap-icons.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/tiny-slider/tiny-slider.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/glightbox/css/glightbox.css">
<!-- Theme CSS -->
<link id="style-switch" rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="landing">
<header class="navbar-light navbar-sticky header-static">
<nav class="navbar navbar-expand">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img class="light-mode-item navbar-brand-item" src="assets/images/chubby-logo.png" alt="logo" style="height: 25px;">
</a>
<ul class="navbar-nav" style="justify-content: center;">
<li class="nav-item">
<a class="nav-link navbar-link" href="index.html#events" id="demoMenu">Events</a>
</li>
<li class="nav-item">
<a class="nav-link navbar-link" href="index.html#about" id="pagesMenu">About</a>
</li>
<li class="nav-item">
<a class="nav-link navbar-link" href="people.html">People</a>
</li>
</ul>
</div>
<!-- Dark mode switch START -->
<!-- <div class="modeswitch-wrap" id="darkModeSwitch">
<div class="modeswitch-item">
<div class="modeswitch-icon"></div>
</div>
</div> -->
<!-- Dark mode switch END -->
</nav>
</header>
<section class="text">
<h1 id="title">Computer Science<br/>Experience Lab</h1>
<h4 id="description">
A technical experience accelerator, community hub, & coworking space for undergraduate students
at UNC Chapel Hill.
</h4>
</section>
</div>
<main>
<section class="pb-5 pt-0 pt-lg-5" id="events">
<div class="container">
<!-- Title -->
<div class="row mb-4">
<div class="col-lg-8 mx-auto text-center">
<h2 id="event-header">Upcoming Events</h2>
</div>
</div>
<div class="row">
<!-- Slider START -->
<div class="tiny-slider arrow-round arrow-blur arrow-hover">
<div class="tiny-slider-inner pb-1" data-autoplay="false" data-arrow="true" data-edge="2" data-dots="false" data-items="3" data-items-lg="2" data-items-sm="1">
<div class="card-container">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdWBh-ST9Nz1lfM8m0Y2BlwlwlXJWBfR0bPOZ4WyeUs7_aoHQ/viewform" target="_blank" class="card action-trigger-hover border bg-transparent card-link">
<img src="assets/images/image1.png" class="card-img-top" alt="course image">
<div class="card-body pb-0">
<h5 class="card-title">Front-End Design with Tailwind CSS</h5>
<div class="d-flex justify-content-between mb-2">
<p class="card-time">🗓️ March 22, 2023 @ 5:30pm</p>
</div>
</div>
</a>
</div>
<div class="card-container">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdWBh-ST9Nz1lfM8m0Y2BlwlwlXJWBfR0bPOZ4WyeUs7_aoHQ/viewform" target="_blank" class="card action-trigger-hover border bg-transparent card-link">
<img src="assets/images/image2.png" class="card-img-top" alt="course image">
<div class="card-body pb-0">
<h5 class="card-title">VS Code Debugging</h5>
<div class="d-flex justify-content-between mb-2">
<p class="card-time">🗓️ March 29, 2023 @ 5:30pm</p>
</div>
</div>
</a>
</div>
<div class="card-container">
<a href="#" class="card action-trigger-hover border bg-transparent card-link">
<img src="assets/images/image1.png" class="card-img-top" alt="course image">
<div class="card-body pb-0">
<h5 class="card-title">Cloud Development with AWS</h5>
<div class="d-flex justify-content-between mb-2">
<p class="card-time">🗓️ TBD</p>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- Slider END -->
</div>
<div class="blockquote">
<div class="quote-text">
<p>
"Since [the CSXL] opened, I feel even more connected to the CS community, and it's a great spot for
building even better connections to my peers, both socially and career-wise."
</p>
<p><b>SADIE AMATO,</b> <i>CLASS OF 2024</i></p>
</div>
<img id="headshot" src="/assets/images/sadie-headshot.png" alt="Sadie Amato">
</div>
</div>
</section>
<section class="pb-5 pt-0 pt-lg-5" id="about">
<div class="about-content">
<img id="about-image" src="/assets/images/placeholder.png" alt="Placeholder Image">
<div class="about-text">
<div>
<h2 id="about-header">About the Space</h2>
</div>
<p>
The CSXL is a technical experience accelerator, community hub, and coworking space for undergraduate students at
UNC Chapel Hill.
</p>
<p>
We are an inclusive community passionate about personal growth, professional development, and practical
experience with tech.
</p>
<p>
Our goal is to kick-start succesful careers in software engineering, user experience design, production
engineering, and product management.
</p>
<p>
We host collaborative workshops for students who want to learn by making.
</p>
<p>
Our Coworking Space is found in Sitterson Hall and is available for students to collaborate on side projects
and course work when workshops are not being held.
</p>
</div>
</div>
</section>
</main>
<footer class="pt-5">
<!-- Bottom footer -->
<div class="py-3">
<div class="container px-0">
<div class="d-lg-flex justify-content-between align-items-center py-3 text-center text-md-left">
<!-- copyright text -->
<div class="text-primary-hover"> UNC Computer Science Experience Labs © 2023</div>
<!-- copyright links-->
<div class="justify-content-center mt-3 mt-lg-0">
<ul class="nav list-inline justify-content-center mb-0">
<li class="list-inline-item"><a class="nav-link" href="https://airtable.com/shrrohZYIgq28u43F" target="_blank">Terms of use</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- =======================
Footer END -->
<!-- Back to top -->
<div class="back-top"><i class="bi bi-arrow-up-short position-absolute top-50 start-50 translate-middle"></i></div>
<!-- Bootstrap JS -->
<script src="assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- Vendors -->
<script src="assets/vendor/tiny-slider/tiny-slider.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.js"></script>
<script src="assets/vendor/purecounterjs/dist/purecounter_vanilla.js"></script>
<!-- Template Functions -->
<script src="assets/js/functions.js"></script>
</body>
</html>