-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (197 loc) · 7.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>IT Student Association at UC</title>
<meta
name="description"
content="IT Student Association is the go-to club for tech enthusiasts at UC."
/>
<meta property="og:title" content="IT Student Association at UC" />
<meta
property="og:description"
content="IT Student Association is the go-to club for tech enthusiasts at UC."
/>
<meta property="og:image" content="preview.webp" />
<meta property="og:type" content="website" />
<link rel="icon" href="itsa.ico" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/custom.css" />
<link rel="preload" as="font" href="fonts/Lovelo/Lovelo-Black.eot">
<link rel="preload" as="font" href="fonts/Lovelo/Lovelo-LineBold.eot">
</head>
<body>
<div class="background"></div>
<section class="smart-scroll">
<div class="container-fluid navbar-container">
<nav
class="navbar navbar-expand-md navbar-dark justify-content-between px-0"
>
<a class="navbar-brand heading-black" href="index.html" aria-label="ITSA">
<img src="img/itsa.webp" class="logo" alt="ITSA Logo" />
</a>
<a class="navbar-brand heading-black mr-0" href="index.html" aria-label="UC">
<img src="img/uc.webp" class="logo" alt="UC Logo" />
</a>
</nav>
</div>
</section>
<section class="py-md-10 bg-hero" id="home">
<div class="container-fluid">
<div class="row pt-3 pt-md-5 pt-lg-8">
<div class="col-md-8 col-sm-10 col-12 mx-auto mt-6 my-lg-auto text-center">
<h1 class="heading-black text-capitalize text-red">
Information Technology Student Assocation
</h1>
<p class="py-3 text-white text-large">
Join the go-to club for tech enthusiasts at UC!
</p>
<a
class="btn btn-teams d-inline-flex flex-row align-items-center mb-3"
href="https://teams.microsoft.com/l/team/19%3aIQjnmJDG2NdWk8E9N4u8a-UGZqPeBWMnjJ7JanPJ5Ls1%40thread.tacv2/conversations?groupId=c154617b-3fc7-42fb-8988-087bfcf62ef1&tenantId=f5222e6c-5fc6-48eb-8f03-73db18203b63"
target="_new"
aria-label="Join ITSA on Teams"
>
<img src="img/teams.webp" height="40" alt="Teams Logo" />
</a>
<a
class="
btn btn-campuslink
d-inline-flex
flex-row
align-items-center
mb-3
"
href="https://campuslink.uc.edu/organization/information-technology-student-association"
target="_new"
aria-label="Join ITSA on CampusLink"
>
<img src="img/campuslink.webp" height="40" alt="CampusLink Logo" />
</a>
</div>
</div>
</div>
</section>
<section id="features">
<div class="container">
<div class="row">
<div class="col-md-6 mx-auto mt-7 text-center">
<h2 class="heading-black text-red">Why Join ITSA?</h2>
</div>
</div>
<div class="row mt-lg-5">
<div class="col-md-10 mx-auto">
<div class="row feature-boxes">
<div class="col-md-6 box">
<div class="icon-box box-warning">
<div class="icon-box-inner">
<span class="fa fa-chalkboard-teacher"></span>
</div>
</div>
<h3 class="text-warning">Workshops</h3>
<p class="text-muted">
Learn about the techniques and technologies that are demanded
by the industry.
</p>
</div>
<div class="col-md-6 box">
<div class="icon-box box-success">
<div class="icon-box-inner">
<span class="fa fa-handshake"></span>
</div>
</div>
<h3 class="text-success">Networking</h3>
<p class="text-muted">
Make strong connections with professionals, recruiters, and
researchers on and off campus.
</p>
</div>
<div class="col-md-6 box">
<div class="icon-box box-info">
<div class="icon-box-inner">
<span class="fa fa-building"></span>
</div>
</div>
<h3 class="text-info">Tours</h3>
<p class="text-muted">
Experience first-hand how technology is developed and used in
the world.
</p>
</div>
<div class="col-md-6 box">
<div class="icon-box box-danger">
<div class="icon-box-inner">
<span class="fa fa-users"></span>
</div>
</div>
<h3 class="text-danger">Community</h3>
<p class="text-muted">
Meet like minded people to chat and have fun with.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section
class="pt-7 pb-6 bg-dark section-angle top-right bottom-right"
id="pricing"
>
<div class="container">
<div class="row">
<div
class="col-md-8 col-12 divider top-divider mx-auto pt-5 text-center"
>
<h2 class="text-red">Contact</h2>
<p class="mb-4">
Reach out to us for more information, or if you want to partner
with us and meet enthusiastic students.
</p>
<a class="btn btn-primary" href="mailto:[email protected]"
>
<br /><br />
<button
class="btn btn-teams d-inline-flex flex-row align-items-center mb-2"
aria-label="Join ITSA on Teams"
>
<img src="img/teams.webp" height="30" alt="Teams Logo" />
</button>
<button
class="
btn btn-campuslink
d-inline-flex
flex-row
align-items-center
mb-2
"
aria-label="Join ITSA on CampusLink"
>
<img src="img/campuslink.webp" height="30" alt="CampusLink Logo" />
</button>
</div>
</div>
</div>
</section>
<footer class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-muted text-center small-xl">
© 2021 Information Technology Student Assocation
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script
src="https://kit.fontawesome.com/2a5cce350d.js"
crossorigin="anonymous"
></script>
<script src="js/scripts.js"></script>
</body>
</html>