-
Notifications
You must be signed in to change notification settings - Fork 8
/
scale.html
83 lines (74 loc) · 2.45 KB
/
scale.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
<!doctype html>
<head>
<title>Get involved!</title>
<link rel="stylesheet" href="./static/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./static/css/style.css" type="text/css">
</head>
<body class="home page" data-spy="scroll" data-target="#sidenav" screen_capture_injected="true">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div id="wrap">
<div class="content">
<div class="main" role="main">
<div class="jumbotron masthead">
<div class="container">
<div class="headerpane">
<center><h1>Get involved.</h1> <img src="./static/img/sufjan.png"></center>
</div>
</div>
</div>
</div>
<div class="pastevents">
<div class="container">
<div class="row">
<div class="col-md-4 scale">
<a href="http://campus.openhatch.org/">
<h1>Host an event</h1>
<p>Affiliated with a school? You can run an Open Source Comes to Campus workshop.</p>
</a>
</div>
<div class="col-md-4 scale">
<a href="http://lists.openhatch.org/mailman/listinfo/announce">
<h1>Volunteer</h1>
<p>Want to mentor at our events? Sign up to our low-traffic mailing list to get announcements about events and invitations to volunteer.</p>
</a>
</div>
<div class="col-md-4 scale">
<a href="http://campus.openhatch.org/projects.html">
<h1>Add your project</h1>
<p>Have a free/open source project you want our students to work on? Find out more about becoming an OpenHatch-affiliated project.</p>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4 scale">
<a href="http://openhatch.readthedocs.org/en/latest/index.html">
<h1>Contribute</h1>
<p>Interested in contributing to OpenHatch? Learn more by reading our documentation.
</a>
</div>
<div class="col-md-4 scale">
<a href="http://openhatch.org/donate">
<h1>Donate</h1>
<p>Want to support us financially? Find out about our giving levels.</p>
</a>
</div>
<div class="col-md-4 scale">
<a href="http://lists.openhatch.org/mailman/listinfo/events/">
<h1>Share advice</h1>
<p>Want to talk to other open source organizers and event planners about new ideas, best practices, and more? Join our events mailing list.
</a>
</div>
</div>
</div>
</div>
<div class="bluestripe bottomstripe">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-8">
</div>
</div>
</div>
</div>
</div>
</body>
</html>