-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (86 loc) · 4.42 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Open Source Comes to Campus, at Berkeley</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div class="section colored" id="plan">
<h1>Open Source Comes to Campus, at Berkeley</h1>
<div style="margin-top: 1.5em; margin-right: 1em; float: left; height: 100%;" class="minileft">
<div><img src="http://campus.openhatch.org/images/happystudents.jpg" /></div>
<div><img src="http://campus.openhatch.org/images/studentandlaptop.jpg" /></div>
</div>
<h2>The Background</h2>
<p>
Students like you around the world are gaining valuable
experience, connections, and skills by coding, testing, and
writing for free software projects like Firefox, WordPress,
Wikipedia's backend code, and SAGE.</p>
<p>You do <em>not</em> need to know how to program to contribute to
free software. You can contribute code, but also original art,
testing, documentation, web design, or anything else. We want to
teach you how to join them.</p>
<h2>The events</h2>
<p>On <strong>Tuesday, March 19</strong> and <strong>Thursday, March
21</strong> evenings, we want to bring you up to speed on open
source projects and help you contribute to a real community.</p>
<p>On Tuesday, we'll teach you about open source licensing,
collaboration tools, and how free software projects are
organized.</p>
<p>On Thursday, we'll help you make contributions to open source
projects.</p>
<p>And throughout the two evenings, we'll <!-- no funding yet! feed you, -->get to know you,
and talk with you about opportunities for students in open
source.</p>
<p>Space is pretty limited and we want to prepare to meet your
needs. Please sign up in advance by <a href="#signup">filling out
this form</a><noscript>
or <a href="https://docs.google.com/spreadsheet/viewform?formkey=dFpoT200UkhkT2U5LXFvZmRvc2NDWVE6MA#gid=0">click
here</a></noscript>. Don't delay!</p>
<h2>Or you can scroll past the form and keep reading...</p>
</div>
<br style="clear: both;" />
<div class="section" id="signup">
<iframe style="text-align: center;" src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFpoT200UkhkT2U5LXFvZmRvc2NDWVE6MA" width="90%" height="1182" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<br style="clear: both;" />
<div class="section colored">
<h2>More about open source</h2>
<p>Free, open source software is software that is shared freely and
available to build upon. It is a great way to apply your skills to
real-world projects and social causes. You can participate by writing
or reviewing code, answering users' questions, translating the
interface to another language, making video tutorials to help new
users, and myriad other ways. Open source software is often produced
by lots of people collaborating across time and space, and this event
specially welcomes newcomers to that style of development.
</p>
<p>
Open source participation is one way to gain real-world skills and
make connections that will last you through your career. Volunteer
staff will include professionals and academics who use open source
daily.
</p>
</div>
<div class="section">
<h2>Who we are</h2>
<p>The event is put together by
<a href="http://openhatch.org/people/paulproteus/">Asheesh Laroia</a>
and Shauna Gordon-McKeon
of <a href="http://openhatch.org/">OpenHatch</a>, with the help
of <a href="">CSUA</a>. A shout-out to AWE and WICSE members; please
join us!</p>
<p>We're a non-profit that helps people get involved in open
source. You can <a href="http://openhatch.org/about/">learn
more</a>.</p>
<h2>Get in touch</h2>
<p>If you want to get in touch with us, the best thing to do is to email us. Try this: [email protected]</p>
<p>Want to chat ahead of the event? Ask questions on #openhatch on
FreeNode. Consider using IRC your first open source
accomplishment :) Click <a href="http://webchat.freenode.net/?randomnick=1&channels=%23openhatch">here for web chat</a>.</p>
<h2>Sign up</h2>
<p>Now is the time to scroll up and make sure you sign up!</p>
</div>
</body>
</html>