-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetinvolved.html
73 lines (57 loc) · 2.47 KB
/
getinvolved.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/script.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>UWRT - Get Involved</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="data\logo.png" />
<!-- Lato font -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<div id="nav-placeholder"></div>
<div id="main">
<!-- Page Content -->
<div class="container">
<div id="content">
<h1>Get Involved</h1>
<div class="p-spacer"></div>
<h2>Joining the Team</h2>
<p>
Empowering students to explore robotics and technology in a learning environment is our foremost goal. We provide a space for students to learn, contribute and lead. We'd love to have you join us!
</p>
<h2>Sponsorship</h2>
<p>
UWRT's achievements would not be possible without our sponsors' help! If you'd like to sponsor us and would like to learn more about the team, please read through our sponsorship package (linked below).
</p>
<div class="p-spacer"></div>
<div class="row text-uppercase">
<div class="col-lg-4 btn-space">
<a href="mailto:[email protected]?Subject=Joining%20The%20Team" target="_blank" class="btn btn-primary btn-lg btn-block" role="button">Join the team!</a>
</div>
<div class="col-lg-4 btn-space">
<a href="https://drive.google.com/uc?export=download&id=0B_3t0JLuGBLbNGgzRE9ZNVpTRzA" class="btn btn-primary btn-lg btn-block" role="button">Sponsorship Package</a>
</div>
<div class="col-lg-4 btn-space">
<a href="mailto:[email protected]?Subject=Sponsorship" class="btn btn-primary btn-lg btn-block" role="button">Sponsor us!</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer - copyright and contact info -->
<div id="footer-placeholder"></div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>