-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (90 loc) · 6.04 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Open Source Comes to Campus, at University of Arizona</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<h1>Open Source Comes to Campus, at University of Arizona</h1>
<div class="section" id="plan">
<div class="mini-left">
<div class="image"><img src="./images/happystudents3.jpg" alt="Happy students 3"/></div>
<div class="image"><img src="./images/happystudents1.jpg" alt="Happy students 1"/></div>
<div class="image"><img src="./images/happystudents2.jpg" alt="Happy students 2"/></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, and much more. All levels of skill and experience
are welcome.</p>
<h2>The events</h2>
<p>This is a day-long immersion event, on <strong>Saturday, Februrary 8th</strong>, from <strong>10:00am to 5:00pm</strong>, at <strong>University of Arizona's</strong>
<a href="http://www.arizona.edu/buildings/gould-simpson">Gould Simpson</a> building,
<strong>room GS 701</strong>. Parking is free at Tyndall garage and Sixth st. garage, <a href="http://parking.arizona.edu/maps/documents/2013-2014capusmap.pdf">parking map</a> here.</p>
<p>In the morning, we'll teach you about open source
licensing, collaboration tools, and how free software
projects are organized.</p>
<p>In the afternoon, we'll help you make contributions
to open source projects.</p>
<p>And throughout the day we'll feed you, get to know
you, and talk with you about opportunities for
students in open source.</p>
<h2>Space is limited</h2>
<p>Sign up in advance
by <a href="#signup">filling out this
form</a><noscript>
or <a href="https://docs.google.com/a/email.arizona.edu/forms/d/1nZjFodeEVomCeaPPwHCTCNtu5yHUnDW68PDgB6OMwRI/viewform">click
here</a></noscript>. We'll let you know soon whether we'll have space for you at the event.</p>
<h2>Or you can scroll past the form and keep reading...</h2>
</div>
<div class="section" id="signup">
<iframe src="https://docs.google.com/a/email.arizona.edu/forms/d/1nZjFodeEVomCeaPPwHCTCNtu5yHUnDW68PDgB6OMwRI/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<div class="section" id="more">
<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" id="whoweare">
<h2>Who we are</h2>
<p>The event is put together by student clubs at University of Arizona with the help of <a href="http://campus.openhatch.org/">OpenHatch</a> a non-profit that helps people get involved in open source.</p>
<p>The event is sponsored by UA's <a href="http://uofa-acm.github.io/">ACM Chapter</a>, <a href="https://www.cs.arizona.edu/wics/">WiCS Chapter</a> and <a href="http://uagamedev.blogspot.com/">Video Game Developers Club</a>.</p>
<!--Insert sponsor images here.-->
<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:
<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>Code of conduct</h2>
<p>Open Source Comes to Campus is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of participants in any form. Our full anti-harassment policy can be found <a href="https://openhatch.org/wiki/Open_Source_Comes_to_Campus/Code_of_Conduct">here</a>.</p>
<h2>Sign up</h2>
<p>Now is the time to scroll up and make sure you sign
up!</p>
</div>
</body>
</html>