-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalks.html
68 lines (59 loc) · 1.95 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="ecoStyle.css">
</head>
<body>
<div id="wrapper">
<div id="frogLogo" ><a href='index.html'><img src="c2t.jpg" /></a></div>
<div id="ecoLogo">Technological Mathematician @ Large.
<br/>
<ul>
<li><a href="talks.html">Talks</a></li>
<li><a href="posts.html">Articles</a></li>
</ul>
<br/>
<ul>
<li><a href="http://twitter.com/cacorriere"><img onmouseover="this.src='twitterC.jpg'" onmouseout="this.src='twitter.jpg'" src="twitter.jpg" /></a></li>
<li><a href="http://www.linkedin.com/pub/chris-corriere/14/5a1/159"><img onmouseover="this.src='linkedInC.jpg'" onmouseout="this.src='linkedIn.jpg'" src="linkedIn.jpg" /></a></li>
<li><a href="https://www.facebook.com/cacorriere"><img onmouseover="this.src='facebookC.jpg'" onmouseout="this.src='facebook.jpg'" src="facebook.jpg" /></a></li><li><a href="http://plus.google.com/104271244810370262796"><img onmouseover="this.src='googlePlusC.jpg'" onmouseout="this.src='googlePlus.jpg'"src="googlePlus.jpg" /><a></li>
</ul>
</div>
<div id="content">
<h3>Talks & Presentations</h3>
<a href='https://youtu.be/a9FeTKQzXp8'>Automating Enterprise Security</a>
<br/>
<a href='https://youtu.be/8DdfHkAK1Fk'>Can security keeup up with devOps? - DevOps Leadership Series</a>
<br/>
DevOps Connect @ RSA, San Francisco 2015
<br/>
<br/>
<a href='https://youtu.be/H7k2z801fBQ'>
How to Hire a Good DevOps Egnineer</a>
<br/>
devopsdays NYC 2015 |
<a href='https://youtu.be/UwGhlt9UrZY?t=16m45s'> devopsdays Pittsburgh 2015</a>
<br/>
<br/>
<a href='https://youtu.be/O9hgYtNlo3o'>
devOps for the Masses</a>
<br/>
devopsdays NYC 2015
<br/>
<br/>
<a href='https://youtu.be/oms6j1uS3Rc'>
A Quick Talk on Empathy</a>
<br/>
devopsdays Pittsburgh 2015
<br/>
<br/>
<a href='http://lanyrd.com/2015/lascot15/sdqqgk/'>
The devOpsSec Dilemma: Effective Strategies for Social Networking</a>
<br/>
LeanAgile Scotland 2015
<br/>
<br/>
</div>
</div>
</body>
</html>