-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoc2016.html
316 lines (295 loc) · 8.72 KB
/
oc2016.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!--DONE W NAVBAR EDITS - MEEJIN-->
<html>
<head>
<title>Cal Actuarial League</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<style>
#pic {
width: 80%;
display: block;
margin:auto;
border: 15px solid white;
}
table {
/*font-family: arial, sans-serif;*/
border-collapse: collapse;
width: 100%;
font-size: 12px;
}
td, th {
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
ul#menu li {
padding: 10px;
display:inline;
}
a {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: underline;
}
#join {
border-style: solid;
border-color: white;
}
#join:link, #join:visited {
border: 2px solid white;
color: white;
padding: 10px 30px 8px 30px ;
text-align: center;
text-decoration: none;
display: inline-block;
}
#join:hover, #join:active {
background-color: white;
color: black;
}
#pic {
width: 80%;
display: block;
margin:auto;
border: 15px solid white;
}
a#tabs{
position: relative;
color: white;
text-decoration: none;
}
a#tabs:hover {
color: white;
}
a#tabs:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: -5px;
left: 0;
background-color: white;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
a#tabs:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
color: white;
}
</style>
</head>
<body>
<div class="hk" style="background-color:#262626; margin:20px; height:65%; width:calc(100% - 40px);">
<!-- NAVBAR -->
<nav class="db dt-l w-100 border-box pa4 ph5-l">
<a class="db dtc-l v-mid mid-gray link dim w-100 w-25-l tc tl-l mb2 mb0-l" href="index.html" title="Home">
<img src="img/logo_cropped_tp_whiteyellow.png" width="21%" alt="Site Name">
</a>
<div class="db dtc-l v-mid w-100 w-75-l tc tr-l">
<a id = "tabs" class="white f6 f5-l dib mr3 mr4-l" href="resources/whyactuary.html" title="Resources">RESOURCES</a>
<a class="white f6 f5-l dib mr3 mr4-l" href="oc2017.html" title="Careers" style="text-decoration: none; border-bottom: 2px solid white; padding-bottom: 4px;">CAREERS</a>
<a id = "tabs" class="white f6 f5-l dib mr3 mr4-l" href="sponsors.html" title="Sponsors">SPONSORS</a>
<a id="join" href="join.html" title="Join">JOIN</a>
</div>
</nav>
<!-- HEADER -->
<header class="">
<div class="cover bg-left bg-center-l">
<div class="pb5 pb6-m pb7-l">
<div class="tl-l mt4 mt5-m mt6-l ph3 w-70 center">
<h1 class="athelas f-headline fw2 white mb0 lh-title" style="font-size: 80px">Officer Careers</h1>
<ul class="fw1 f3 white-80 mt3 mb4" id="menu">
<li><a id = "tabs" href="oc2017.html" title="2017" style="font-size: 20px">2017</a></li>
<li><a href="oc2016.html" title="2016" style="font-size: 20px; text-decoration: none; border-bottom: 2px solid white; padding-bottom: 4px;">2016</a></li>
<li><a id = "tabs" href="oc2015.html" title="2015" style="font-size: 20px">2015</a></li>
<li><a id = "tabs" href="oc2014.html" title="2014" style="font-size: 20px">2014</a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!-- CONTENT -->
<div class="hk" style="margin:20px; width:100% - 40px;">
<div id="pic"><img src="img/Fall 2016.jpg"> <img class="mt4" src="img/Spring 2016.jpg"></div>
<div class="mw9 center ph3-ns" >
<div class="cf ph2-ns pv5 w-70 center">
<div class="fl f3 w-30 pa2">
<span class="dib bt bw2 pv3 hk-bold">Full Time</span>
</div>
<div class="fl f3 w-70 pa2">
<div class="">
<table>
<tr class='hk-bold' style='font-size:18px'>
<th>Name</th>
<th>Company</th>
<th>Industry</th>
<th>Location</th>
</tr>
<tr style='font-size:15px'>
<td>James Han</td>
<td>Mercer</td>
<td>Health & Benefits Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Jessica Hao</td>
<td>Delta Dental</td>
<td>Health & Benefits Insurance</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Annie Shen</td>
<td>CSAA Insurance Group (an AAA Insurer)</td>
<td>Property & Casual Insurance</td>
<td>Walnut Creek, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Cristian Solorio</td>
<td>Pacific Life</td>
<td>Life Insurance</td>
<td>Walnut Creek, CA</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class=" mw9 center ph3-ns" style="background-color:white;">
<div class="cf ph2-ns pt1 pb5 w-70 center">
<div class="fl f3 w-30 pa2">
<span class="dib bt bw2 pv3 hk-bold">Internships</span>
</div>
<div class="fl f3 w-70 pa2">
<div class="">
<table>
<tr class='hk-bold' style='font-size:18px'>
<th>Name</th>
<th>Company</th>
<th>Industry</th>
<th>Location</th>
</tr>
<tr style='font-size:15px'>
<td>Alex Xiao</td>
<td>Milliman</td>
<td>Property and Casualty Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Claudia Chang</td>
<td>VMware</td>
<td>Corporate Finance</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Karen Kan</td>
<td>Blue Shield of California</td>
<td>Health & Benefits Insurance</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Sydney Huang</td>
<td>Ann Hewitt</td>
<td>Health & Benefits Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Zero Zou</td>
<td>Amazon</td>
<td>Electronic Commerce & Cloud Computing</td>
<td>Seattle, WA</td>
</tr>
<tr style='font-size:15px'>
<td>Grace Gu</td>
<td>Willis Towers Watson</td>
<td>Health & Benefits Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Benjamin Bang</td>
<td>Willis Towers Watson</td>
<td>Retirement Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Julie Wang</td>
<td>Encore Capital Group</td>
<td>Consumer Banking</td>
<td>San Diego, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Soyoung Lee</td>
<td>Nicolay Consulting</td>
<td>Retirement Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Charles Zhu</td>
<td>Nicolay Consulting</td>
<td>Retirement Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Sisi Xu</td>
<td>Voya Financial</td>
<td>Property and Casualty Insurance</td>
<td>Philadelphia, PA</td>
</tr>
<tr style='font-size:15px'>
<td>Zhou Zhang</td>
<td>State Street</td>
<td>Asset Management</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Wendy Tan</td>
<td>Mercer</td>
<td>Retirement Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Harry Sutcliffe</td>
<td>Mercer</td>
<td>Health and Benefits Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Anna Truong</td>
<td>KPMG</td>
<td>Tax Services</td>
<td>Saigon, Vietnam</td>
</tr>
<tr style='font-size:15px'>
<td>Annie Shi</td>
<td>Delta Dental</td>
<td>Health & Benefits Consulting</td>
<td>San Francisco, CA</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="" style="background-color:#262626; height: 13rem; position: relative;">
<a href = "https://www.linkedin.com/company/california-actuarial-league">
<img style="height: 50px; position:absolute; bottom: 50px; right: 270px;" src="./img/in.png" />
</a>
<a href = "https://www.facebook.com/groups/2225382920/about/">
<img style="height: 50px; position:absolute; bottom: 50px; right: 200px;" src="./img/flogo1.png" />
<a href = "https://www.ocf.berkeley.edu/">
<img style="height: 50px; position:absolute; bottom: 50px; right: 50px;"src="./img/ocf.png"/>
</a>
</div>
</div>
</body>
</html>