-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalks.html
53 lines (50 loc) · 1.69 KB
/
talks.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
<html>
<head>
<title>
slides
</title>
<style>
a {
transition: color .4s;
color: #265C83;
text-decoration: none;
}
a:link,
a:visited { color: #265C83; }
a:hover { color: #7FDBFF; }
a:active {
transition: color .3s;
color: #007BE6;
}
.link { text-decoration: none; }
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 5px;
text-align: center;
font-family: monospace;
line-height: 2;
font-size: 250%;
}
</style>
</head>
<body>
<div class="centered">
<a href="https://docs.google.com/presentation/d/1jPnTHqxcdWVyN6Sd7ayud7VAe6odHMshFKpWTzasyHY/edit?usp=sharing">ART CCS</a>
<br>
<a href="https://docs.google.com/presentation/d/1jMtfc5NsDpkf2n-iDSZZGRnWDarhkS7A0Q7CUDoj6Ro/edit?usp=sharing">UCL Infosec</a>
<br>
<a href="https://docs.google.com/presentation/d/1QvaPN8KgwfDCfGMKjs-3tBc0vSFuBraGcuDD_Gfx1es/edit?usp=sharing">Rennes SoSySec</a>
<!-- <br> -->
<!-- <a href="https://docs.google.com/presentation/d/1ec17bFP7dh0F6-ILkXmB4c6QO5eagZlDHFQCGBKrRkw/edit?usp=sharing">fuzzing for SPR</a> -->
<!-- <br> -->
<!-- <a href="https://docs.google.com/presentation/d/1aG9TDqpaBxCRxUR5fwlKra8L9EkcZc7vSCDoUIf28jo/edit?usp=sharing">confirmation</a> -->
<br>
<a href="https://docs.google.com/presentation/d/1ieLl-IcHoGbYfK7bm3rU-Yt06Bt7vgtvuk5sWgILkwA/edit?usp=sharing">MLS for SK3CH</a>
<br>
<a href="https://docs.google.com/presentation/d/1la4ofCrYYQzbfSW_MhRM6Aszx3LhtRYSTpxBUiPuJM0/edit?usp=sharing">viva</a>
</div>
</body>
</html>