-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoc2014.html
More file actions
242 lines (221 loc) · 6.75 KB
/
oc2014.html
File metadata and controls
242 lines (221 loc) · 6.75 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
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
<!--DONE W NAVBAR EDITS - MEEJIN-->
<html>
<head>
<title>Cal Actuarial League</title>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.1/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 id = "tabs" href="oc2016.html" title="2016" style="font-size: 20px">2016</a></li>
<li><a id = "tabs" href="oc2015.html" title="2015" style="font-size: 20px;">2015</a></li>
<li><a href="oc2014.html" title="2014" style="font-size: 20px; text-decoration: none; border-bottom: 2px solid white; padding-bottom: 4px;">2014</a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!-- CONTENT -->
<div class="hk" style="margin:20px; width:100% - 40px;">
<div class="mw9 center ph3-ns" >
<div class="cf ph2-ns pv5 w-80 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>Daniel Lee</td>
<td>Oliver Wyman</td>
<td>Property & Casualty Consulting</td>
<td>Los Angeles, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Gracie Pan</td>
<td>Aon</td>
<td>Property & Casualty</td>
<td>Los Angeles, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Jason Zhu</td>
<td>Analysis Group</td>
<td>Economic Consulting</td>
<td>Menlo Park, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Jessica Zhu</td>
<td>CSAA Insurance Group (an AAA Insurer)</td>
<td>Property & Casualty Insurance</td>
<td>Walnut Creek, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Joy Qin</td>
<td>Aon Hewitt</td>
<td>Actuarial Consulting</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Keith Lam</td>
<td>Fireman's Fund Insurance Company</td>
<td>Property & Casualty Insurance</td>
<td>Novato, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Patrick Liu</td>
<td>Aon Hewitt</td>
<td>Health & Benefits Consulting</td>
<td>Denver, CO</td>
</tr>
<tr style='font-size:15px'>
<td>Tim Wang</td>
<td>Blue Shield of California</td>
<td>Health & Benefits Insurance</td>
<td>El Segundo, CA & San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Bill Wei</td>
<td>Esurance</td>
<td>Property & Casualty Insurance</td>
<td>San Francisco, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Jerry Chen</td>
<td>Fireman's Fund Insurance Company</td>
<td>Property & Casualty Insurance</td>
<td>Novato, CA</td>
</tr>
<tr style='font-size:15px'>
<td>Victor Jiang</td>
<td>Esurance</td>
<td>Property & Casualty Insurance</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>