-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (26 loc) · 1013 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSUCI - Computer Science Club</title>
<style>
div.down-under {
font-size: 0.7em;
color: #3B4048;
}
</style>
</head>
<body>
<h1>CSUCI - Computer Science Clubs</h1>
<p>
This site is not complete.
Please see our OrgSync sites for news and information.
</p>
<ul>
<li><a href="https://csuci.campuslabs.com/engage/organization/computer-science-club" target="_blank">Computer Science Club</a></li>
<li><a href="https://csuci.campuslabs.com/engage/organization/csu-ci-computer-girls" target="_blank">Computer Girls</a></li>
<li><a href="https://csuci.campuslabs.com/engage/organization/competitive-programming-club" target="_blank">Competitive Programming Club</a></li>
</ul>
<div class="down-under">This site is developed by students and alumni who are or were members of these clubs. It is not owned or operated by the univeristy.</div>
</body>
</html>