-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindustry.html
More file actions
executable file
·160 lines (160 loc) · 6.41 KB
/
Copy pathindustry.html
File metadata and controls
executable file
·160 lines (160 loc) · 6.41 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
156
157
158
159
160
<html>
<head>
<title>Industry | 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"/>
<link rel="stylesheet" type="text/css" href="assets/css/industry.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="block">
<div class="header">Industry</div>
<div class="text">
The Berkeley CSUA works closely with companies, investors, entrepreneurs,
and active members of the software industry to bring both mentorship and
job opportunities to students.
</div>
<div class="text">
Interested in working with the CSUA to sponsor an event or to
speak at one of our events? Please send an email to politburo@csua.berkeley.edu.
</div>
<div class="blockseparation"></div>
<div class="header">Some of our Sponsors</div>
<div class="text">
We are very grateful to all our company sponsors who make much of what
we do possible. Thank you!
</div>
</div>
<table class="sponsors block">
<tr>
<td><img src="assets/images/sponsors/meraki.jpg"></td>
<td><img src="assets/images/sponsors/rackspace.png"></td>
<td><img src="assets/images/sponsors/microsoft.png"></td>
<td><img src="assets/images/sponsors/intel.png"></td>
</tr>
<tr>
<td>
<div class="subheader"><a href="http://www.meraki.com/">Cisco Meraki</a></div>
<div class="text">
Fall 2012, Spring 2013, Fall 2013, Spring 2014 Hackathons,
Multiple Coding for Grubs
</div>
</td>
<td>
<div class="subheader"><a href="http://www.rackspace.com/">Rackspace</a></div>
<div class="text">
Spring 2013 & Fall 2013 Hackathons, Fall 2013 Coding for Grub
</div>
</td>
<td>
<div class="subheader"><a href="http://www.microsoft.com/">Microsoft</a></div>
<div class="text">
Fall 2012 & Fall 2013 Hackathons
</div>
</td>
<td>
<div class="subheader"><a href="http://www.intel.com/">Intel</a></div>
<div class="text">
Spring 2014 Intel Hackathon
</div>
</td>
</tr>
<tr>
<td><img src="assets/images/sponsors/square.png"></td>
<td><img src="assets/images/sponsors/dropbox.jpg"></td>
<td><img src="assets/images/sponsors/heroku.png"></td>
<td><img src="assets/images/sponsors/yelp.png"></td>
</tr>
<tr>
<td>
<div class="subheader"><a href="https://squareup.com/">Square</a></div>
<div class="text">
Fall 2013 Interview Workshop, Fall 2013 View from the Top
</div>
</td>
<td>
<div class="subheader"><a href="https://www.dropbox.com/">Dropbox</a></div>
<div class="text">
Spring 2013 Hackathon
</div>
</td>
<td>
<div class="subheader"><a href="http://www.heroku.com/">Heroku</a></div>
<div class="text">
Spring 2012 Hackathon
</div>
</td>
<td>
<div class="subheader"><a href="http://www.yelp.com/">Yelp</a></div>
<div class="text">
Fall 2013 & Spring 2013 Coding for Grubs
</div>
</td>
</tr>
</table>
<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>