-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
executable file
·155 lines (155 loc) · 7.02 KB
/
Copy pathjoin.html
File metadata and controls
executable file
·155 lines (155 loc) · 7.02 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<html>
<head>
<title>Join | CSUA</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="assets/css/common.css"/>
<script src="assets/js/jquery-1.9.1.js"></script>
<script src="assets/js/script.js"></script>
</head>
<body>
<div id="navbar">
<div id="navbarcontainer">
<div id="logo">
<a href="index.html">
<img src="assets/images/header.png">
</a>
</div>
<div class="navitem">
<a href="donate.html">
<div class="navlink">Donate</div>
</a>
</div>
<div class="navitem">
<a href="join.html">
<div class="navlink">Join</div>
</a>
</div>
<div class="navitem">
<a href="industry.html">
<div class="navlink">Industry</div>
</a>
</div>
<div class="navitem">
<a href="events.html">
<div class="navlink">Events</div>
</a>
<div class="dropdown">
<a href="events/fall2013.html">
<div class="dropdownitem">Fall 2013</div>
</a>
<a href="events/spring2014.html">
<div class="dropdownitem">Spring 2014</div>
</a>
</div>
</div>
<div class="navitem">
<a href="index.html">
<div class="navlink">About</div>
</a>
<div class="dropdown">
<a href="politburo.html">
<div class="dropdownitem">Politburo</div>
</a>
<a href="officers.html">
<div class="dropdownitem">Officers</div>
</a>
<a href="constitution.html">
<div class="dropdownitem">Constitution</div>
</a>
</div>
</div>
</div>
</div>
<div id="content">
<div class="column columnleft">
<div id="signup" class="block">
<div class="header">Sign Up</div>
<div class="text">
Visit our office at 311 Soda and sign up for an account! All you have
to do is walk in, find an <a href="officers.html">
<span class="blue">officer</span></a>, and provide some information
like your name and Berkeley email address. You'll have an account on
our computers, server space, and more in no time! </br>
Once you get an account with the CSUA, you'll be able to receive
period emails about events and job opportunities, use our office computers,
and even host your own website on the CSUA server. </br>
If you have any questions about the benefits of CSUA membership, please
contact our outreach officer at outreach@csua.berkeley.edu.</br>
If you have questions about CSUA accounts, please direct your questions
to the Tech VP at vp@csua.berkeley.edu.
</div>
</div>
<div class="blockseparation"></div>
<div id="joinpicture">
<img src="assets/images/join.jpg">
</div>
</div>
<div class="responsivehidden blockseparation"></div>
<div class="column columnright">
<div id="whytojoin" class="block">
<div class="header">Why You Should Join</div>
<div class="textseparation"></div>
<div class="reason">
<div class="reasontitle">
[0] Access to industry professionals and companies
</div>
<div class="text">
The CSUA holds many information sessions and talks, which bring
in notable technical entrepreneurs to talk about building great
companies. Jack Dorsey, CEO of Square and co-founder of Twitter,
spoke in Sibley Auditorium in Fall 2013. Drew Houston, CEO of
Dropbox, spoke in the Woz in Spring 2010. Richard Stallman, founder
of the GNU Project and the Free Software Foundation, spoke in the
Woz in Summer 2010.
</div>
</div>
<div class="textseparation"></div>
<div class="reason">
<div class="reasontitle">
[1] Informational and skill-building events
</div>
<div class="text">
We help all computer science students find jobs and internships.
We host info sessions with great companies and provide lots
of skill-building events like interview workshops and industry
sponsored hackathons. We also hold dinners with faculty (like
Professor Brian Harvey in Spring 2013) and alumni.
</div>
</div>
<div class="textseparation"></div>
<div class="reason">
<div class="reasontitle">
[2] Opportunities to build connections and meet students
</div>
<div class="text">
Come to CSUA events to meet your fellow CS students! Find study
partners for your classes, work with other students on projects
or hacks, and discuss topics like interview questions, CS research,
good upper-division classes, and more!
</div>
</div>
<div class="textseparation"></div>
<div class="reason">
<div class="reasontitle">
[3] Free food at fun events
</div>
<div class="text">
While we primarily serve as the entry point to the software
industry, we know how to have fun too. We host hackathons with
cool prizes, general meetings with free Chinese food, alumni
BBQs, ice cream socials, intersocietal events, and more.
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div id="footer">
<div class="text">
Copyright © 2014 CSUA. All rights reserved.
Design by <a href="http://www.sarahjikim.com/">
<span class="blue">Sarah Kim</span></a>.
</div>
</div>
</div>
</body>
</html>