-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (73 loc) · 5 KB
/
index.html
File metadata and controls
94 lines (73 loc) · 5 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Open Source Day at the Grace Hopper Celebration of Women in Computing</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div class="section" id="plan">
<h1>Open Source Day at the Grace Hopper Celebration of Women in Computing</h1>
<div 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>What is the Grace Hopper Celebration?</h2>
<p>The Grace Hopper Celebration of Women in Computing (GHC) is a series of conferences designed to bring the research and career interests of women in computing to the forefront. It is the world's largest gathering of women in computing. The Grace Hopper Celebration is presented by the Anita Borg Institute for Women and Technology and the Association for Computing Machinery. The 2012 conference was held in Baltimore, Maryland. The 2013 conference will be held in Minneapolis, Minnesota.</p>
<h2>What is Open Source Day?</h2>
<p>Free and Open Source Software (FOSS) adoption and usage is becoming widespread and many employment opportunities require experience on FOSS projects. It can be daunting to know how to contribute to an existing FOSS project or release your individual software tool or application under an open source license.</p>
<h2>What is OpenHatch?</h2>
<p>OpenHatch runs education events and maintains free, web-based learning tools, to help people get involved in collaborative software development; and we work with computer programming meetup groups to help them run more newcomer-friendly and gender-diverse events. These meetup groups are educational groups that meet free of cost to educate the public on computer software programming topics.</p>
</div>
<div class="section" id="signup">
<p>What was your favorite talk/panel at GHC?</p>
<p>Tell us about someone new you met at GHC.</p>
<blockquote><i>"I've met several amazing men and women at GHC this year.
The most memorable that I would like to share with you is
when I met Sri Raga. She works for Google and does things that
I have only dreamed about doing one day. She is very encouraging
and promises to keep in touch, to hopefully give me future
help, encouragement, and opportunities. I am honored and grateful for the
opportunity to be helped by such an amazing woman."</i> - Amy Higgins, future Software
Engineer</blockquote>
<p>What was something you learned at GHC?</p>
</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
adjective way to apply your skills to adjective projects
and social causes. You can participate by writing or
reviewing code, answering users' questions,
translating the interface to another noun, making
video tutorials to help new users, and myriad other
ways. Open source software is often produced by lots
of nouns collaborating across noun and noun, and
this event specially welcomes nouns to that style
of noun.</p>
<p>Open source participation is one way to gain
noun 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 <a href="http://openhatch.org/people/paulproteus/">Asheesh
Laroia</a> and Shauna Gordon-McKeon
of <a href="http://openhatch.org/">OpenHatch</a>. 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:
hello@openhatch.org</p>
<p>Want to chat during 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>
</div>
</body>
</html>