-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (52 loc) · 2.53 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>BSides Orlando - April 13, 14 2013 - BSides Security Conference</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div>
<header>
<img src="head.png" alt="BSides Orlando April 13-14 2013">
</header>
<nav>
<a href="index.html"><img src="home.png" alt="Home" /></a>
<a href="sponsorship.html"><img src="sponsorship.png" alt="Sponsorship" /></a>
<a href="contributors.html"><img src="contributors.png" alt="Contributors" /></a>
<a href="about.html"><img src="about.png" alt="About BSides" /></a>
<a href="callforpapers.html"><img src="callforpapers.png" alt="Call For Papers" /></a>
<a href="speakers.html"><img src="speakers.png" alt="Speakers" /></a>
<a href="location.html"><img src="location.png" alt="Location" /></a>
<a href="events.html"><img src="events.png" alt="Events" /></a>
<a href="https://twitter.com/bsidesorl"><img src="twitter.png" alt="twitter" width="38px"></a>
<h1>April 13, 14 2013. Orlando, Florida</h1>
</nav>
<p>
Security B-sides Orlando is a community driven event seeking to bring together anyone with a passion for making, breaking or protecting. We welcome newbies and experts and anyone in between. Even if you don’t work in information security you will be sure to find topics of interest.
</p>
<p>
<h1>Videos Are Up!</h1>
<a href="http://www.youtube.com/watch?v=8GkvBZvGO5Y">Jordan Wiens - Capture The Flag Introduction</a><br />
<a href="http://www.youtube.com/watch?v=8SzN6uFVVZM">Owen Redwood - Lessons From Training Ninjas</a><br />
<a href="http://www.youtube.com/watch?v=flGOTHwlcnY">Tim Armstrong - Android Malware Grows Up</a><br />
<a href="http://www.youtube.com/watch?v=sNwP21VN1y0">Joey Belans - Hacking Like It's 1999</a><br />
<a href="http://www.youtube.com/watch?v=ncmzJejRpUY">Luis Santana - Hacking Non-traditional Systems</a><br />
More to come!
</p>
<p>
<h1>Pictures!</h1>
<a href="https://plus.google.com/photos/109590065492837342686/albums/5869676199254296465">Photo Gallery on Google+</a>
</p>
<p>
<h1>Trying to Hack the Badges?</h1>
Check out this <a href="badges">page</a> to download the source code.
</p>
<p>
<h1>Want to order a badge?</h1>
Contact us at <a href="mailto:bsidesorlando@gmail.com">bsidesorlando@gmail.com</a> to purcahse one and we will ship it to you!
</p>
</body>
</div>
</html>