-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·53 lines (45 loc) · 1.85 KB
/
index.html
File metadata and controls
executable file
·53 lines (45 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CU Game Dev & Graphics Club</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="CU Boulder Game Dev & Graphics Club, Computer Graphics, CU Boulder Clubs">
<meta name="description" content="The homepage for the University of Colorado Boulder Game Dev & Graphics Club.">
<meta name="author" content="Joshua Franklin (https://joshfrankl.in)">
<link rel="stylesheet" href="resources/css/index.css">
<link rel="icon" href="resources/images/logo.png">
</head>
<body>
<div id="particles"></div>
<div class="center">
<div class="card center-text">
<img src="resources/images/logo.png" alt="Logo" width="200">
<h1>CU Game Dev & Graphics Club</h1>
<p>
Welcome to the CU Game Development and Computer Graphics Club. Ever wondered how video games, animated movies, and other 3d graphics are made?
</p>
<p>
We're an open, friendly group that meets once a week for ~1 hr. All folks are welcome.
</p>
</div>
<div class="card center-text">
<h1>Weekly Meeting</h1>
<h2>Wednesday</h2>
<h2>7PM - 8PM</h2>
<h2>DUAN G1B25</h2>
</div>
<div class="card">
<h1 class="center-text">Important Links</h1>
<ul>
<li><a href="https://github.com/cugdc" target="_blank">Github</a></li>
<li><a href="https://discord.gg/Uzzr6JF" target="_blank">Discord</a></li>
</ul>
</div>
<div class="card center-text">
© <script>document.write(new Date().getFullYear())</script> CU Game Dev & Graphics Club
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="resources/js/index.js"></script>
</body>
</html>