-
Notifications
You must be signed in to change notification settings - Fork 2
/
get-involved.html
116 lines (89 loc) · 2.73 KB
/
get-involved.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Hackasaurus website prototype" />
<title>Hackasaurus</title>
<link href="style/main.css" rel="stylesheet" type="text/css">
<script src="http://cdn.lanyrd.net/badges/person-v1.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
</head>
<header class="global">
<div class="wrapper">
<p class="logo">Hackasaurus Logo</p>
<a class="mofo" href="#">Link to MoFo</a>
</div>
<nav class="global">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="get-involved.html">Get Involved</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
</header>
<body>
<div class="wrapper">
<div class="proto-col proto-col-1">
<section>
<h1>Get Involved</h1>
<p>Some blurb about helping with Hackasaurus</p>
</section>
</div>
<div class="proto-col proto-col-2">
<section>
<h2>Help work on the project</h2>
<p>Feed of tickets from lighthouse with the "help" tag</p>
<ul>
<li><a href="#">This is a ticket about hamsters</a></li>
<li><a href="#">Another ticket</a></li>
<li><a href="#">Running out of biscuits</a></li>
</ul>
</section>
<section>
<h2>Stay Informed</h2>
<p>Give feedback on what we're working on.</p>
<h3>Join our mailing list</h3>
<p>We've got a Google Group that you can subscribe to and find out more</p>
<h3>Join our weekly calls</h3>
<p>Every Tuesday at 3pm EST. Call Mozilla on& Our etherpad is&</p>
</section>
<section>
<h2>Run an event</h2>
<p><a href="hacktivity-kit.html">Read our Hacktivity Kit</a></p>
</section>
</div>
</div>
</body>
<footer class="global">
<div class="wrapper">
<div class="proto-col proto-col-3">
<section>
<ul>
<li>Twitter</li>
<li>Facebook</li>
<li>Flickr</li>
<li>Github</li>
<li>Email</li>
<li>Identica</li>
<li>RSS</li>
</ul>
</section>
<section>
<h2>Supported by:</h2>
<ul>
<li>Hive logo</li>
<li>MacArthur Foundation logo</li>
<li>Mozilla logo</li>
</ul>
</section>
<section>
<p>Portions of this content are ©1998–2011 by individual mozilla.org contributors. Content available under a Creative Commons Attribution 3.0 Unported License.</p>
</section>
</div>
</div>
</footer>
</html>