-
Notifications
You must be signed in to change notification settings - Fork 1
/
join.html
31 lines (27 loc) · 1.07 KB
/
join.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
<!DOCTYPE html>
<html>
<head>
<title>Join CWRUbotix</title>
<meta charset="UTF-8">
<meta name="description" content="The home of Case Western Reserve University's undergraduate robotics club.">
<meta name="author" content="CWRUbotix">
<link href="css/site.css" rel="stylesheet">
<link href="css/home.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
</head>
<body>
<script src="js/navbar.js"></script>
<div class="topspace"></div>
<div id="join">
<p class="hd">Join CWRUbotix</p>
<div class="division"></div>
<p style="font-size:24px;max-width:1200px;margin:0 auto 70px auto;">
Interesed in joining CWRUbotix? Great!
To join, come to the General Body Meeting and talk to the person leading the meeting.
Our General Body meeting is every Saturday at 3pm in Glennan 408.
Alternatively, <a href='mailto:[email protected]'>email the club's executive board</a> for more information.
</p>
</div>
<script src="js/footer.js"></script>
</body>
</html>