-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
324 lines (313 loc) · 35.2 KB
/
index.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
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html lang="en-US" ontouchmove>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/css/app.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="The Mozilla Sec-Eng University Relationship Framework (SURF)" />
<meta property="og:description" content="The Mozilla Sec-Eng University Relationship Framework (SURF)" />
<meta property="og:image" content="" />
<meta property="og:title" content="SURF // Mozilla Sec-Eng University Relationship Framework" />
<meta property="og:url" content="https://surf.mozilla.org" />
<script type="text/javascript" src="/js/app.js"></script>
<title>SURF // Mozilla Sec-Eng University Relationship Framework</title>
</head>
<body>
<header class="flx-col rel">
<div class="fixed-header flx-row rel">
<div class="mobile-menu-z-index-hack flx-row h-padding">
<div class="logo-wrapper flx-cntr">
<span class="surf-header bg-img">SURF</span>
</div>
<p class="fixed-header-full-title header-full-title ff-Met font-weight-light"><span class='bold title-Mozilla'>Mozilla</span> Security Engineering University Relationship Framework</p>
<button aria-label="Toggle mobile menu" class="mobile-menu-button show-1400">
<span class="mm-1 mm "></span>
<span class="mm-2 mm"></span>
<span class="mm-3 mm"></span>
<span class="mm-4 mm"></span>
</button>
<nav class="flx-row desktop-nav">
<a href="#home" data-link-id="home" class="home-link nav-link ff-Met desktop-link">Home</a>
<a href="#people" data-link-id="people" class=" nav-link ff-Met desktop-link">People</a>
<a href="#summits" data-link-id="summits" class=" nav-link ff-Met desktop-link">Summits</a>
<a href="#links" data-link-id="links" class=" nav-link ff-Met desktop-link">Links</a>
</nav>
<div class="fixed-header-icons flx-row rel">
<div class="show-1400 fixed-contact-menu">
<a href="mailto:surf@mozilla.com" class="email-link contact-link bg-img">email<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1091.62 803.62"><path class="env-bottom env-path" d="M687.49,381.94,545.38,517.85,418.76,397.42l-10.15-9.63L392.43,405,22.88,780.74a77.61,77.61,0,0,0,55.06,22.88H1013a77.92,77.92,0,0,0,55-22.88L704.52,400.35Z" transform="translate(0)"/><path class="env-middle env-path" d="M408.61,388.48,22.37,23.23A82.19,82.19,0,0,0,0,77.59v649.3a77.6,77.6,0,0,0,22.88,55.05L392.43,406.2ZM1086,52.3a80.43,80.43,0,0,0-21.17-33.2L686.29,380.39l17.2,17.2,365.25,383.15a77.57,77.57,0,0,0,22.88-55.06V76.39A75.79,75.79,0,0,0,1086,52.3Z" transform="translate(0)" fill="#353535"/><path class="env-top env-path" d="M408.61,388.48l10.15,9.63L545.38,518.54,687.49,382.63,1066,21.33A75,75,0,0,0,1014.37,0H77.94A75.49,75.49,0,0,0,23.05,24.09Z" transform="translate(0)" fill="#9f9fa0"/></svg></a>
</div>
</div>
</div>
<nav class="flx-row mobile-menu-fixed">
<a href="#home" data-link-id="home" class="home-link nav-link ff-Met mobile-link">Home</a>
<a href="#people" data-link-id="people" class=" nav-link ff-Met mobile-link">People</a>
<a href="#summits" data-link-id="summits" class=" nav-link ff-Met mobile-link">Summits</a>
<a href="#links" data-link-id="links" class=" nav-link ff-Met mobile-link">Links</a>
</nav>
</div>
</header>
<main id="home" class="home flx-col content-section" data-observing="true" data-section-id="home">
<div class="flx-row landing-section">
<svg class="landing-title" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 647.44 252.72"><path d="M3.22,3.33h7.87L23.56,20.62,36.48,3.33H44V45.27H36.08V15.86L23.5,32.75,11.26,16.14V45.27h-8Z" fill="#fff"/><path d="M49.29,29.76A16.41,16.41,0,1,1,65.67,45.9,16.07,16.07,0,0,1,49.29,29.76Zm24.93-.06a8.5,8.5,0,1,0-8.5,8.68A8.56,8.56,0,0,0,74.22,29.7Z" fill="#fff"/><path d="M85.14,38.2l17.29-17.06h-17V14.25H112.2v7.06L95,38.32h17.47v7H85.14Z" fill="#fff"/><path d="M121.91.34A4.94,4.94,0,0,1,127,5.52a5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,121.91.34Zm-4,13.91H126v31h-8.11Z" fill="#fff"/><path d="M132.19,0h7.93V45.27h-7.93Z" fill="#fff"/><path d="M146.43,0h7.93V45.27h-7.93Z" fill="#fff"/><path d="M159.42,36.65c0-6.43,5.34-10.39,14-10.39h8.16v-.41c0-3.33-2.24-5.63-6.73-5.63a7.74,7.74,0,0,0-7.29,4.08l-7.3-3.62a17.35,17.35,0,0,1,14.65-7.06c9.14,0,14.37,4.76,14.37,12.58V45.27h-7.65V40.5a13.78,13.78,0,0,1-11.37,5.4C163.44,45.9,159.42,42.11,159.42,36.65Zm22.17-2.93V32.06H174.3c-4.71,0-6.61,1.49-6.61,3.9,0,2.24,1.55,3.39,4.83,3.39A10.2,10.2,0,0,0,181.59,33.72Z" fill="#fff"/><path d="M0,106.17l7.07-5.63c2.75,4.36,6.49,6.6,11.49,6.6,4.54,0,6.89-2.18,6.89-5.22,0-3.91-4-4.72-9.82-6C9.36,94.56,2.36,92.55,2.36,84.05c0-6.9,6.14-12.41,14.88-12.41,7.41,0,12.06,2.58,16.31,7.3l-6.61,5.17a10.83,10.83,0,0,0-9.82-5.23c-4.54,0-6.49,2.24-6.49,5,0,3.39,4.19,4,9.42,5.22,6.44,1.38,13.85,3.45,13.85,12.53,0,7.18-6,13.15-15.4,13.15C9.48,114.78,4,111.22,0,106.17Z" fill="#fff"/><path d="M38.49,98.76A16,16,0,0,1,54.75,82.55c9.31,0,16,6.73,16,15.92v3H46.13c1,4,4.31,6.55,8.91,6.55a8.45,8.45,0,0,0,7.69-4.14l6.5,3.79c-3.11,4.37-7.47,7.18-14.31,7.18C44.92,114.84,38.49,107.78,38.49,98.76Zm7.87-3.51H62.91c-1-3.85-4-6-8.16-6A8.62,8.62,0,0,0,46.36,95.25Z" fill="#fff"/><path d="M75,98.7a16.36,16.36,0,0,1,31.36-6.32L99.1,95.31A8,8,0,0,0,91.4,90a8.68,8.68,0,0,0,.06,17.35,8.18,8.18,0,0,0,7.7-5.4l7.41,3a16.19,16.19,0,0,1-15.23,9.88A16,16,0,0,1,75,98.7Z" fill="#fff"/><path d="M110.59,101.8V83.19h8.1v17.52c0,4.37,2.07,7.07,6.32,7.07,3.73,0,6.49-2.7,6.49-7.53V83.19l8-.06v31l-7.93.06V110.3a10.75,10.75,0,0,1-9,4.54C115,114.84,110.59,110,110.59,101.8Z" fill="#fff"/><path d="M145.86,83.19h7.81V88c1.5-3.67,4.6-5.34,8.56-5.34a11.5,11.5,0,0,1,5.23,1.21l-2.87,7.81a7.29,7.29,0,0,0-4.14-1.09c-4.08,0-6.72,2.07-6.72,7.3v16.37h-7.87Z" fill="#fff"/><path d="M175.56,69.28a4.93,4.93,0,0,1,5.11,5.17,5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,175.56,69.28Zm-4,13.91h8.1v31h-8.1Z" fill="#fff"/><path d="M184.06,83.19h5.75V76.46l7.81-4.59V83.19h8.16v7h-8.16V103c0,3.27,1.38,4.42,3.39,4.42a4.06,4.06,0,0,0,2.87-1.15l3.62,6.21a12.29,12.29,0,0,1-7.41,2.35c-6.49,0-10.28-3.1-10.28-11.54v-13h-5.75Z" fill="#fff"/><path d="M205.72,123.63l4.6-6.43a5.53,5.53,0,0,0,4.19,1.89c2.82,0,4.54-1.26,6.09-4.94l.52-1.26-12.47-29.7h8.45l8,20,7.64-20h8.27l-13.38,32.69c-3.22,7.92-6.55,10.62-13.1,10.62A15.6,15.6,0,0,1,205.72,123.63Z" fill="#fff"/><path d="M258.92,72.27h28.21v7.64H267v9.42h20.11V97H267v9.53h20.11v7.7H258.92Z" fill="#fff"/><path d="M293.44,83.19h7.93v3.9a10.91,10.91,0,0,1,9.08-4.54c7.35,0,12,4.83,12,12.93v18.73h-8.1V96.69c0-4.43-2.13-7.18-6.32-7.18-3.74,0-6.61,2.75-6.61,7.58v17.12h-8Z" fill="#fff"/><path d="M327.57,98.64c0-9.82,7.12-16.09,15.05-16.09a11.64,11.64,0,0,1,9.65,4.72V83.19h7.93v28.72c0,9-6.72,15.57-16.26,15.57-7.07,0-11.72-2.07-15.22-6.15l6.55-5.11a9.53,9.53,0,0,0,8.44,4.19c5,0,8.56-3.38,8.56-8.27v-2.35a11.87,11.87,0,0,1-9.77,4.88C334.86,114.67,327.57,108.47,327.57,98.64Zm25.1-.06a8.62,8.62,0,1,0-8.61,8.74A8.56,8.56,0,0,0,352.67,98.58Z" fill="#fff"/><path d="M370.42,69.28a4.94,4.94,0,0,1,5.12,5.17,5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,370.42,69.28Zm-4,13.91h8.1v31h-8.1Z" fill="#fff"/><path d="M380.82,83.19h7.93v3.9a10.91,10.91,0,0,1,9.08-4.54c7.35,0,12,4.83,12,12.93v18.73h-8.1V96.69c0-4.43-2.12-7.18-6.32-7.18-3.73,0-6.6,2.75-6.6,7.58v17.12h-8Z" fill="#fff"/><path d="M415,98.76A16,16,0,0,1,431.2,82.55c9.31,0,16,6.73,16,15.92v3H422.59c1,4,4.31,6.55,8.9,6.55a8.45,8.45,0,0,0,7.7-4.14l6.49,3.79c-3.1,4.37-7.47,7.18-14.3,7.18C421.38,114.84,415,107.78,415,98.76Zm7.87-3.51h16.54c-1-3.85-4-6-8.16-6A8.61,8.61,0,0,0,422.82,95.25Z" fill="#fff"/><path d="M451.48,98.76a16,16,0,0,1,16.26-16.21c9.31,0,16,6.73,16,15.92v3H459.12c1,4,4.31,6.55,8.91,6.55a8.48,8.48,0,0,0,7.7-4.14l6.49,3.79c-3.1,4.37-7.47,7.18-14.31,7.18C457.92,114.84,451.48,107.78,451.48,98.76Zm7.87-3.51H475.9c-1-3.85-4-6-8.16-6A8.63,8.63,0,0,0,459.35,95.25Z" fill="#fff"/><path d="M488.94,83.19h7.81V88c1.49-3.67,4.6-5.34,8.56-5.34a11.5,11.5,0,0,1,5.23,1.21l-2.87,7.81a7.29,7.29,0,0,0-4.14-1.09c-4.08,0-6.72,2.07-6.72,7.3v16.37h-7.87Z" fill="#fff"/><path d="M518.64,69.28a4.94,4.94,0,0,1,5.11,5.17,5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,518.64,69.28Zm-4,13.91h8.1v31h-8.1Z" fill="#fff"/><path d="M529,83.19H537v3.9A10.91,10.91,0,0,1,546,82.55c7.35,0,12,4.83,12,12.93v18.73H550V96.69c0-4.43-2.13-7.18-6.32-7.18-3.74,0-6.61,2.75-6.61,7.58v17.12h-8Z" fill="#fff"/><path d="M563.16,98.64c0-9.82,7.12-16.09,15.05-16.09a11.64,11.64,0,0,1,9.65,4.72V83.19h7.93v28.72c0,9-6.72,15.57-16.26,15.57-7.06,0-11.72-2.07-15.22-6.15l6.55-5.11a9.54,9.54,0,0,0,8.44,4.19c5,0,8.56-3.38,8.56-8.27v-2.35a11.87,11.87,0,0,1-9.76,4.88C570.46,114.67,563.16,108.47,563.16,98.64Zm25.11-.06a8.62,8.62,0,1,0-8.62,8.74A8.56,8.56,0,0,0,588.27,98.58Z" fill="#fff"/><path d="M3.1,167V141.21h8.28v26c0,5.17,3.33,8.73,8.27,8.73S28,172.35,28,167.18v-26h8.27V167c0,10.46-6.66,16.72-16.6,16.72S3.1,177.46,3.1,167Z" fill="#fff"/><path d="M42.63,152.12h7.93V156a10.9,10.9,0,0,1,9.07-4.54c7.36,0,12,4.83,12,12.93v18.73h-8.1V165.63c0-4.43-2.13-7.19-6.32-7.19-3.74,0-6.61,2.76-6.61,7.59v17.12h-8Z" fill="#fff"/><path d="M81.75,138.22a4.93,4.93,0,0,1,5.11,5.17,5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,81.75,138.22Zm-4,13.9h8.1v31h-8.1Z" fill="#fff"/><path d="M89.68,152.12h8.38L105.71,173l7.69-20.92h8.22l-12.18,31h-7.87Z" fill="#fff"/><path d="M122.59,167.69a16,16,0,0,1,16.26-16.2c9.31,0,16,6.72,16,15.92v3H130.24c1,4,4.3,6.55,8.9,6.55a8.47,8.47,0,0,0,7.7-4.13l6.49,3.79c-3.1,4.36-7.47,7.18-14.3,7.18C129,183.78,122.59,176.71,122.59,167.69Zm7.87-3.5H147c-1-3.85-4-6-8.16-6A8.64,8.64,0,0,0,130.46,164.19Z" fill="#fff"/><path d="M160.05,152.12h7.81v4.77c1.5-3.67,4.6-5.34,8.56-5.34a11.5,11.5,0,0,1,5.23,1.21l-2.87,7.81a7.29,7.29,0,0,0-4.14-1.09c-4.08,0-6.72,2.07-6.72,7.29v16.38h-7.87Z" fill="#fff"/><path d="M182.34,176.08l7.64-3a7.45,7.45,0,0,0,7.12,4.2c3.22,0,5-1.55,5-3.39,0-2.24-3.34-2.76-7.3-3.56-5.23-1.1-11-2.7-11-9.25,0-5.23,5.05-9.77,12.7-9.71,6.55,0,10.45,2.47,13.32,6.6l-7.23,2.93a6.66,6.66,0,0,0-6.09-3.27c-3.11,0-4.6,1.26-4.6,3,0,2,2.53,2.47,7.07,3.44,5.17,1,11.26,2.82,11.26,9.48,0,4.83-4.31,10.29-13.33,10.23C189.46,183.78,184.81,181,182.34,176.08Z" fill="#fff"/><path d="M219.11,138.22a4.93,4.93,0,0,1,5.11,5.17,5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,219.11,138.22Zm-4,13.9h8.1v31h-8.1Z" fill="#fff"/><path d="M227.61,152.12h5.74V145.4l7.82-4.59v11.31h8.16v7h-8.16v12.76c0,3.27,1.38,4.42,3.39,4.42a4.06,4.06,0,0,0,2.87-1.15l3.62,6.21a12.29,12.29,0,0,1-7.41,2.35c-6.49,0-10.29-3.1-10.29-11.55v-13h-5.74Z" fill="#fff"/><path d="M249.27,192.57l4.59-6.43a5.61,5.61,0,0,0,4.2,1.89c2.81,0,4.54-1.26,6.09-4.94l.51-1.26L252.2,152.12h8.44l8.05,20,7.64-20h8.27l-13.39,32.69c-3.21,7.93-6.55,10.63-13.1,10.63A15.59,15.59,0,0,1,249.27,192.57Z" fill="#fff"/><path d="M302.46,141.21h17c9.65,0,15.4,6.2,15.4,14.19a13.65,13.65,0,0,1-7.36,12.41l8.28,15.34h-9.08L320,169.93h-9.43v13.22h-8.1Zm8.1,7.47v13.84h8.28c5.34,0,7.81-3.33,7.81-7.06,0-4.14-2.64-6.78-7.81-6.78Z" fill="#fff"/><path d="M338,167.69a16,16,0,0,1,16.25-16.2c9.31,0,16,6.72,16,15.92v3H345.67c1,4,4.31,6.55,8.9,6.55a8.47,8.47,0,0,0,7.7-4.13l6.49,3.79c-3.1,4.36-7.47,7.18-14.3,7.18C344.46,183.78,338,176.71,338,167.69Zm7.87-3.5h16.54c-1-3.85-4-6-8.16-6A8.62,8.62,0,0,0,345.9,164.19Z" fill="#fff"/><path d="M375.54,137.88h7.93v45.27h-7.93Z" fill="#fff"/><path d="M388.52,174.53c0-6.43,5.34-10.4,14-10.4h8.16v-.4c0-3.33-2.24-5.63-6.72-5.63a7.73,7.73,0,0,0-7.3,4.08l-7.29-3.62A17.32,17.32,0,0,1,404,151.49c9.13,0,14.36,4.77,14.36,12.58v19.08H410.7v-4.77c-2.24,3.22-6.49,5.4-11.38,5.4C392.54,183.78,388.52,180,388.52,174.53Zm22.18-2.93v-1.67h-7.3c-4.71,0-6.61,1.5-6.61,3.91,0,2.24,1.56,3.39,4.83,3.39A10.24,10.24,0,0,0,410.7,171.6Z" fill="#fff"/><path d="M421.61,152.12h5.75V145.4l7.81-4.59v11.31h8.16v7h-8.16v12.76c0,3.27,1.38,4.42,3.39,4.42a4.06,4.06,0,0,0,2.87-1.15l3.62,6.21a12.29,12.29,0,0,1-7.41,2.35c-6.49,0-10.28-3.1-10.28-11.55v-13h-5.75Z" fill="#fff"/><path d="M452.58,138.22a4.93,4.93,0,0,1,5.11,5.17,5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,452.58,138.22Zm-4,13.9h8.1v31h-8.1Z" fill="#fff"/><path d="M461.88,167.64a16.41,16.41,0,1,1,16.38,16.14A16.07,16.07,0,0,1,461.88,167.64Zm24.93-.06a8.5,8.5,0,1,0-8.5,8.67A8.56,8.56,0,0,0,486.81,167.58Z" fill="#fff"/><path d="M499.91,152.12h7.93V156a10.91,10.91,0,0,1,9.08-4.54c7.35,0,12,4.83,12,12.93v18.73h-8.1V165.63c0-4.43-2.12-7.19-6.32-7.19-3.73,0-6.6,2.76-6.6,7.59v17.12h-8Z" fill="#fff"/><path d="M532.89,176.08l7.64-3a7.45,7.45,0,0,0,7.12,4.2c3.22,0,4.94-1.55,4.94-3.39,0-2.24-3.33-2.76-7.29-3.56-5.23-1.1-11-2.7-11-9.25,0-5.23,5.05-9.77,12.69-9.71,6.55,0,10.46,2.47,13.33,6.6l-7.24,2.93a6.64,6.64,0,0,0-6.09-3.27c-3.1,0-4.59,1.26-4.59,3,0,2,2.52,2.47,7.06,3.44,5.17,1,11.26,2.82,11.26,9.48,0,4.83-4.31,10.29-13.33,10.23C540,183.78,535.36,181,532.89,176.08Z" fill="#fff"/><path d="M565.57,137.88h7.88v18a11,11,0,0,1,9-4.43c7.35,0,12.06,4.83,12.06,12.93v18.73h-8.16V165.63c0-4.43-2.12-7.19-6.32-7.19-3.73,0-6.6,2.76-6.6,7.59v17.12h-7.88Z" fill="#fff"/><path d="M604.64,138.22a4.93,4.93,0,0,1,5.11,5.17,5.09,5.09,0,0,1-10.17,0A5,5,0,0,1,604.64,138.22Zm-4,13.9h8.1v31h-8.1Z" fill="#fff"/><path d="M622.79,179.36v16.2h-7.87V152.12h7.82v4.31a11.53,11.53,0,0,1,9.76-4.94c7.82,0,14.94,6.26,14.94,16.15s-7.24,16.14-14.88,16.14C628.37,183.78,624.86,182.23,622.79,179.36Zm16.72-11.78a8.59,8.59,0,1,0-8.56,8.73A8.58,8.58,0,0,0,639.51,167.58Z" fill="#fff"/><path d="M3.22,210.15h27v7.69H11.38v9.71H30.22v7.59H11.38v17H3.22Z" fill="#fff"/><path d="M36.14,221.06H44v4.77c1.49-3.68,4.6-5.34,8.56-5.34a11.64,11.64,0,0,1,5.23,1.2l-2.87,7.82a7.31,7.31,0,0,0-4.14-1.09c-4.08,0-6.72,2.06-6.72,7.29v16.38H36.14Z" fill="#fff"/><path d="M58.88,243.47c0-6.44,5.35-10.4,14-10.4H81v-.4c0-3.33-2.24-5.63-6.72-5.63A7.71,7.71,0,0,0,67,231.12l-7.3-3.62a17.34,17.34,0,0,1,14.65-7.07c9.13,0,14.36,4.77,14.36,12.58v19.08H81.06v-4.77a13.78,13.78,0,0,1-11.37,5.4C62.91,252.72,58.88,248.93,58.88,243.47Zm22.18-2.93v-1.67h-7.3c-4.71,0-6.6,1.5-6.6,3.91,0,2.24,1.55,3.39,4.82,3.39A10.23,10.23,0,0,0,81.06,240.54Z" fill="#fff"/><path d="M94.79,221.06h7.93v3.68a10.15,10.15,0,0,1,8.62-4.31c4.65,0,7.81,1.9,9.48,5.23a11,11,0,0,1,9.7-5.23c7.88,0,11.84,4.83,11.84,12.58v19.08H134.2V234.16c0-4.19-1.72-6.78-5.74-6.78-3.57,0-5.92,2.42-5.92,7.3v17.41h-8.1V233.93c0-4.13-1.73-6.55-5.57-6.55s-6.09,2.47-6.09,7.47v17.24h-8Z" fill="#fff"/><path d="M147.47,236.63a16,16,0,0,1,16.26-16.2c9.3,0,16,6.72,16,15.91v3H155.11c1,4,4.31,6.55,8.9,6.55a8.45,8.45,0,0,0,7.7-4.14l6.5,3.8c-3.11,4.36-7.47,7.18-14.31,7.18C153.9,252.72,147.47,245.65,147.47,236.63Zm7.87-3.5h16.55c-1-3.85-4-6-8.16-6A8.63,8.63,0,0,0,155.34,233.13Z" fill="#fff"/><path d="M181.31,221.06h8l6.26,20.23L203,221.06H210l7.24,20.34,6.49-20.34h8l-10.51,31h-7.47l-7.41-20.23-7.47,20.23h-7.58Z" fill="#fff"/><path d="M233.24,236.57a16.4,16.4,0,1,1,16.37,16.15A16.06,16.06,0,0,1,233.24,236.57Zm24.93,0a8.5,8.5,0,1,0-8.5,8.67A8.56,8.56,0,0,0,258.17,236.52Z" fill="#fff"/><path d="M271.27,221.06h7.81v4.77c1.5-3.68,4.6-5.34,8.56-5.34a11.64,11.64,0,0,1,5.23,1.2L290,229.51a7.29,7.29,0,0,0-4.14-1.09c-4.08,0-6.72,2.06-6.72,7.29v16.38h-7.87Z" fill="#fff"/><path d="M309.47,239.27l-4.77,5.35v7.47h-7.87V206.81h7.87v28.67l12.59-14.42h9.48L315.1,234.28l12.24,17.81h-9.08Z" fill="#fff"/></svg>
</div>
</main>
<!-- Landing -->
<section class="flx-col">
<div class="intro-bg-white content-section">
<div class="max-content-width">
<div class="flx-row">
<div class="flx-col intro-text-wrapper">
<p class="body-text txt-dark" data-observing="true"><span class='bold-intro'>The Mozilla Sec-Eng University Relationship Framework (SURF)</span> initiative aims to increase collaboration between Mozilla and the academic community. We would like to leverage academic talent to help explore security and privacy research problems and to strengthen Mozilla's ties to the academic community. Mozilla security engineers aim to actively participate in the research community through thesis supervision, collaborations, placements and Mozilla-hosted security summits.</p>
<p class="body-text txt-dark" data-observing="true">To date, the SURF team has planned three research summits, is actively participating in several research collaborations, and is serving on a number of conference program committees. We can offer real-world security and privacy research problems and we would love to collaborate with you! Please don’t hesitate to <a href='mailto:surf@mozilla.com' class='pseudos dark-link nested-text-link'>get in touch.</a></p>
<div class="text-callout-wrapper intro-text-callout-wrapper flx-row opacity-0 fade-up" data-observing="true">
<div class="email-icon-wrapper rel"></div>
<p class="body-text callout-text"><span class="text-bg-dark">If you're involved in research that impacts the privacy and security of Firefox and would like to reach us, please send an email to: <a href='mailto:surf@mozilla.com' class='nested-text-link pseudos white-link'>surf@mozilla.com.</a></span></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- People -->
<section id="people" class="content-section surf-people-wrapper flx-col" data-observing="true" data-section-id="people">
<div class="max-content-width">
<h3 class="ff-Met">People</h3>
</div>
<div class="max-content-width flx-row thirds">
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img christoph flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Christoph Kerschbaumer</h4>
<p class="bio-title ff-Met">Manager, Security Engineering</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:ckerschbaumer@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">ckerschbaumer@mozilla.com</p>
</a>
<p class="bio-text body-text">Christoph has over two decades of experience in software engineering and computer security. His work ranges from designing secure systems with fail-safe defaults to fighting cross-site scripting to preventing man-in-the-middle attacks. He received his PhD in Computer Science from the University of California, Irvine, where he focused his research on information flow tracking techniques within web browsers.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img leggert flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Lars Eggert</h4>
<p class="bio-title ff-Met">Senior Principal Engineer</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:leggert@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">leggert@mozilla.com</p>
</a>
<p class="bio-text body-text">Lars Eggert is a Senior Principal Software Engineer for networking, security and privacy at Mozilla, and a past chair of the Internet Engineering Task Force (IETF). Lars is an experienced technology leader with deep expertise in distributed systems, network architectures and protocol design, ranging from the Internet to datacenter to IoT/edge environments. Lars received his Ph.D. in Computer Science from the University of Southern California (USC) in 2003.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img john flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">John Schanck</h4>
<p class="bio-title ff-Met">Security Researcher</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:jschanck@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">jschanck@mozilla.com</p>
</a>
<p class="bio-text body-text">John is a cryptography engineer on the Network Security Services team at Mozilla. He has done extensive work on mitigating the threat to Internet security that is posed by quantum computers. In particular he is a co-author of the NTRU and Kyber key encapsulation mechanisms, both of which are finalists in NIST's post-quantum cryptography standardization effort. John received his PhD in Mathematics from the department of Combinatorics and Optimization at the University of Waterloo.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img dennis flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Dennis Jackson</h4>
<p class="bio-title ff-Met">Security Researcher</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:djackson@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">djackson@mozilla.com</p>
</a>
<p class="bio-text body-text">Dennis’ research interests include applied cryptography, protocol design and formal verification. His work includes clarifying the precise security properties of Ed25519, formally verifying the security of the Noise key exchange framework, and discovering new attacks on deployed protocols like Secure Scuttlebutt’s authenticated transport. He is also a Core Contributor at the Tor Project, where he works with the Network Health team.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img vandersloot flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Benjamin VanderSloot</h4>
<p class="bio-title ff-Met">Privacy Researcher</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:bvandersloot@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">bvandersloot@mozilla.com</p>
</a>
<p class="bio-text body-text">Ben is an engineer on the Privacy & Protections team at Mozilla. His research interests focus on privacy harms and experiences of users on the Web. Ben received his PhD in Computer Science and Engineering from the University of Michigan.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img valentin flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Valentin Gosu</h4>
<p class="bio-title ff-Met">Network Software Engineer</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:vgosu@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">vgosu@mozilla.com</p>
</a>
<p class="bio-text body-text">Valentin has been working on Mozilla's networking stack for over 10 years. He is interested in writing secure computer code, bypassing censorship and improving the performance of networking software.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img andrew flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Andrew Creskey</h4>
<p class="bio-title ff-Met">Performance Engineer</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:acreskey@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">acreskey@mozilla.com</p>
</a>
<p class="bio-text body-text">Andrew is a Firefox performance engineer at Mozilla, dedicated to making the web faster for everyone. He specializes in evaluating the performance impact of changes through various methods—including techniques for field experimentation (A/B tests, etc.), automated performance testing, local testing scenarios, and leveraging popular tools like WebPageTest and Browsertime. Andrew is particularly interested in extracting signal from noise, understanding the impact of latency, and performance metrics. He focuses on optimization across both desktop and mobile platforms.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img braun flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Frederik Braun</h4>
<p class="bio-title ff-Met">Security Manager</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:fbraun@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">fbraun@mozilla.com</p>
</a>
<p class="bio-text body-text">Frederik Braun builds security for the web and Mozilla Firefox in Berlin. As a contributor to standards, Frederik is also improving the web platform by bringing security into the defaults with specifications like the Sanitizer API and Subresource Integrity. Before Mozilla, Frederik studied IT-Security at the Ruhr-University in Bochum where he taught web security and co-founded the CTF team fluxfingers.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img beurdouche flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Benjamin Beurdouche</h4>
<p class="bio-title ff-Met">Security Researcher</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:bbeurdouche@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">bbeurdouche@mozilla.com</p>
</a>
<p class="bio-text body-text">Benjamin is a security researcher working on formal methods for cryptographic primitives and security protocols. He worked on the design and security analysis of TLS and currently is a co-author of the Messaging Layer Security (MLS) protocol at the IETF, and the HACL* cryptographic library which is part of Project Everest.</p>
</div>
</div>
<div class="bio-wrapper opacity-0 fade-up flx-third" data-observing="true">
<div class="bio-img anna flx-third-img"></div>
<div class="bio-content flx-col">
<h4 class="ff-Met bio-name">Anna Weine</h4>
<p class="bio-title ff-Met">Security Researcher</p>
<p class="bio-affiliation ff-Met">Mozilla</p>
<a href="mailto:anna.weine@mozilla.com" class="bio-contact flx-row">
<div class="bio-email-icon bg-img"></div>
<p class="bio-contact-email ff-Met">anna.weine@mozilla.com</p>
</a>
<p class="bio-text body-text">Anna is a security researcher working on cryptography. She has a particular interest in asymmetric cryptography, side-channel analysis and fault injection countermeasures, and formal verification. Anna received her PhD in Cryptography from the University PSL, prepared at ENS Ulm & Inria.</p>
</div>
</div>
</div>
</section>
<!-- Summits -->
<section id="summits" class="content-section summits flx-col" data-observing="true" data-section-id="summits">
<div class="max-content-width">
<h3 class="opacity-0" data-observing="true">Summits</h3>
</div>
<div class="max-content-width flx-row thirds">
<a href="https://surf.mozilla.org/events/2025/sandiego/" class="flx-third summit-wrapper flx-col fade-up opacity-0" data-observing="true">
<div class="summit-image bg-img flx-third-img sandiego"></div>
<div class="summit-info flx-col">
<h4 class="summit-name ff-Met">Security Research Summit - San Diego</h4>
<p class="summit-location">San Diego, California <span class="summit-date">March 1, 2025</span></p>
</div>
</a>
<a href="https://surf.mozilla.org/events/2019/vienna/" class="flx-third summit-wrapper flx-col fade-up opacity-0" data-observing="true">
<div class="summit-image bg-img flx-third-img vienna"></div>
<div class="summit-info flx-col">
<h4 class="summit-name ff-Met">Security Research Summit - Vienna</h4>
<p class="summit-location">Vienna, Austria <span class="summit-date">November 8, 2019</span></p>
</div>
</a>
<a href="https://surf.mozilla.org/events/2019/sf/" class="flx-third summit-wrapper flx-col fade-up opacity-0" data-observing="true">
<div class="summit-image bg-img flx-third-img san-francisco"></div>
<div class="summit-info flx-col">
<h4 class="summit-name ff-Met">Security Research Summit - San Francisco</h4>
<p class="summit-location">San Francisco, CA, USA <span class="summit-date">May 24, 2019</span></p>
</div>
</a>
<a href="https://surf.mozilla.org/events/2018/london/" class="flx-third summit-wrapper flx-col fade-up opacity-0" data-observing="true">
<div class="summit-image bg-img flx-third-img london"></div>
<div class="summit-info flx-col">
<h4 class="summit-name ff-Met">Security Research Summit - London</h4>
<p class="summit-location">London, England <span class="summit-date">November 12, 2018</span></p>
</div>
</a>
</div>
</section>
<section id="links" class="content-section links flx-col" data-observing="true" data-section-id="links">
<div class="dino-bg"></div>
<div class="max-content-width">
<h3 class="opacity-0 links-hl" data-observing="true">Links</h3>
<div class="flx-row thirds links-thirds">
<div class="flx-third"></div>
<div class="two-thirds two-up links-two-up flx-row">
<div class="links-third wrap-col-mobile">
<div class="flx-col links-wrapper opacity-0 fade-up" data-observing="true">
<a class="link pseudos dark-link" href="https://blog.mozilla.org/security/">Mozilla Security Blog</a>
<a class="link pseudos dark-link" href="https://blog.mozilla.org/attack-and-defense/">Mozilla Attack & Defense Blog</a>
<a class="link pseudos dark-link" href="https://research.mozilla.org/papers-publications/">Mozilla Research</a>
<a class="link pseudos dark-link" href="https://careers.mozilla.org/">Mozilla Careers</a>
<a class="link pseudos dark-link" href="https://wiki.mozilla.org/Building_Firefox/SURF">Firefox Build Instructions</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="content-section flx-col">
<div class="max-content-width">
<div class="thirds flx-row">
<div class="flx-third footer-col">
<svg id="Mozilla" data-name="Mozilla" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 571.9"><title>Mozilla</title><rect width="2000" height="571.9" fill="#ffffff"/><path fill="#000000" d="M1910.2,410.5a38.17,38.17,0,0,1-10.5,1.7c-11.7,0-17.2-5-17.2-19.4V284.1c0-57.1-45.5-84.9-99.3-84.9-41.1,0-63.2,5-107.1,22.7l-9.8,57.6,57.1,6.1,8.1-28.2c11.7-6.1,23.3-7.2,38.3-7.2,40.5,0,41.1,30.5,41.1,56v8.3c-12.8-1.7-27.2-2.2-41.1-2.2-57.1,0-116.5,14.4-116.5,76,0,52.1,41,71.6,77.1,71.6,40.5,0,66-24.4,80.4-49.9,3.3,30.5,21.6,49.9,54.9,49.9a95.62,95.62,0,0,0,44.9-11.7Zm-153.6-1.6c-21.6,0-29.4-12.8-29.4-28.9,0-27.2,22.2-34.4,47.7-34.4,11.6,0,24.4,1.7,36.1,3.3C1809.3,390.6,1782.1,408.9,1756.6,408.9ZM1660.5,72.7,1552.3,454.4h-70.5L1590,72.7Zm-145.3,0L1407,454.4h-70.4L1444.8,72.7h70.4ZM1214.8,204.2h74.9V294h-74.9Zm0,160.3h74.9v89.9h-74.9Zm-109-3.3,56.6,5.5-15.5,87.7H928.3l-7.2-37.7,137.6-158.1H980.5l-11.1,38.8-51.6-5.6,8.9-87.7h219.7l5.6,37.7L1013.2,400h81Zm-358.5-162c-89.9,0-134.3,60.5-134.3,133.7,0,79.9,53.3,127,130.4,127,79.9,0,137.6-50.5,137.6-130.4C881,259.6,837.1,199.2,747.3,199.2ZM745.6,405c-38.8,0-58.8-33.3-58.8-76.6,0-47.2,22.7-74.3,59.4-74.3,33.8,0,61,22.7,61,73.2C807.2,375,782.8,405,745.6,405Zm-197-5h33.3v54.4H477V313.5c0-43.3-14.4-59.9-42.7-59.9C399.9,253.6,386,278,386,313v87h33.3v54.4H314.5V313.5c0-43.3-14.4-59.9-42.7-59.9-34.4,0-48.3,24.4-48.3,59.4v87h47.7v54.4H118.7V400H152V258.5H118.7V204.1H223.5v37.7c15-26.6,41.1-42.7,76-42.7,36.1,0,69.3,17.2,81.6,53.8,13.9-33.3,42.2-53.8,81.6-53.8,44.9,0,86,27.2,86,86.5V400Z"/></svg>
</div>
<ul class="flx-third style-none footer-col">
<li class="link-list-title">
<h4 class="footer-hl ff-Met">Mozilla</h4>
</li>
<li class="footer-li">
<a href="https://www.mozilla.org/about/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">About</a>
</li>
<li class="footer-li">
<a href="https://blog.mozilla.org/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Blog</a>
</li>
<li class="footer-li">
<a href="https://www.mozilla.org/contact/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Contact Us</a>
</li>
<li class="footer-li">
<a href="https://donate.mozilla.org/?presets=50,30,20,10&amount=30&utm_source=mozilla.org&utm_medium=referral&utm_content=footer&currency=usd" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Donate</a>
</li>
<li class="footer-li">
<a href="https://www.mozilla.org/about/governance/policies/participation/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Code of Conduct</a>
</li>
</ul>
<ul class="flx-third style-none footer-col">
<li class="link-list-title">
<h4 class="footer-hl ff-Met">Firefox</h4>
</li>
<li class="footer-li">
<a href="https://www.mozilla.org/firefox/new/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Download Firefox</a>
</li>
<li class="footer-li">
<a href="https://www.mozilla.org/firefox/mobile/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Download Firefox Mobile</a>
</li>
<li class="footer-li">
<a href="https://www.mozilla.org/firefox/features/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Features</a>
</li>
<li class="footer-li">
<a href="https://www.mozilla.org/firefox/channel/desktop/" class="pseudos white-link" target="_blank" rel="noopener noreferrer">Beta, Nightly, Developer Edition</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>