-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
352 lines (297 loc) · 18.5 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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Hacker PlayDate v2.0</title>
<!-- Normalize CSS -->
<link href="css/normalize.css" rel="stylesheet">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed|Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64999213-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Hotjar Tracking Code for hackerplaydate.org -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:56540,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- live chat
<script>
window.ChatraSetup = {
colors: [
'#000000', // text color
'#C62828' // background color
]
};
</script>
<script>
ChatraID = 'ropgfZKcBv85uuCGE';
(function(d, w, c) {
var n = d.getElementsByTagName('script')[0],
s = d.createElement('script');
w[c] = w[c] || function() {
(w[c].q = w[c].q || []).push(arguments);
};
s.async = true;
s.src = (d.location.protocol === 'https:' ? 'https:': 'http:')
+ '//chat.chatra.io/chatra.js';
n.parentNode.insertBefore(s, n);
})(document, window, 'Chatra');
</script>
-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<!--<i class="fa fa-play-circle"></i> --> <img src="img/just-fox-logo_51x50.png" height="39" width="40" style="display:inline;margin-top:0px;margin-right:10px;"> <span class="light">Hacker</span> PlayDate v2.0
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#speakers">Speakers</a>
</li>
<li>
<a class="page-scroll" href="#download">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="#contact">Details</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading" style="display:inline;">Hacker PlayDate</h1><h3 style="text-align:right;float:right;">version 2.0</h3><br>
<p class="intro-text"><br><br>Arrive as Guest. Leave as r00t.<br><br></p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="container content-section text-left">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><center>About The Hacker PlayDate v2.0</center></h2>
<p><span style="font-size: 14pt;"><strong>Who should attend:</strong></span></p>
<ul>
<li><span style="font-size: 14pt;"><strong>Business owners, leaders and managers</strong>. Do you own a business or are you responsible for managing a business and confidential data (HIPAA, PCI-DSS, etc.)? Do you know how attackers target your business and, once targeted, how they attack? Find out Saturday and talk candidly with experts in the field.</span></li>
<br>
<li><span style="font-size: 14pt;"><strong>Network / Systems / Security Administrators.</strong> Are you responsible for the computers, network or OpSec / InfoSec for your organization? What better way to find out what you're defending against than to see it first hand?</span></li>
<br>
<li><span style="font-size: 14pt;"><strong>Tech Enthusiasts</strong>. Have a mind for technology? Come hangout and tinker with us!</span></li>
<br>
<li><span style="font-size: 14pt;"><strong>Security Enthusiasts</strong>. Kali. Metasploit. Veil. Got root? In addition to the main demonstrations we will be discussing and tinkering with everything from password cracking with THC-Hydra to ARP poisoning with Arpspoof and Ettercap.</span></li>
<br>
<li><span style="font-size: 14pt;"><strong>Everyone</strong>. It's hard to turn on the news and not hear about another 'cyber attack', virus, data breach, etc. Come meet and talk to folks that spend their days (and nights and weekends) eating and sleeping high-tech. </span></li>
</ul>
<!--
<p>Grayscale is a free Bootstrap 3 theme created by Start Bootstrap. It can be yours right now, simply download the template on <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p>
<p>This theme features stock photos by <a href="http://gratisography.com/">Gratisography</a> along with a custom Google Maps skin courtesy of <a href="http://snazzymaps.com/">Snazzy Maps</a>.</p>
<p>Grayscale includes full HTML, CSS, and custom JavaScript files along with LESS files for easy customization.</p>
-->
</div>
</div>
</section>
<!-- Speakers Section -->
<section id="speakers" class="container bg-light-gray content-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="section-heading">Speakers</h1>
<h3 class="section-subheading text-muted">Please join us for scheduled demonstrations presented by volunteer technology professionals.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member-nathan"><br><br>
<img src="img/PiraticaLogoStackedNoTag.png" class="img-responsive" width="250px" alt="got root?">
<br><br> <h4 style="text-align: center;">Nathan Underwood</h4>
<p class="text-muted" style="text-align: center;">Co-Founder - Piratica, LLC</p>
<p class="text-blurb"><span class="blurb-title">My Favorite Color is <span style="color:#C62828;">Red</span> </span> - Join Nathan Underwood, a cyber security professional with more than 20 years of experience as he takes you on an indepth journey into the value and effectiveness of having your own Red Team! <br><br><i> Presentation Begins at 12:00 PM - 35 mins - Q/A </i></p>
<ul class="list-inline social-buttons" style="text-align: center;">
<li><a href="https://twitter.com/piraticallc"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/piratica.us"><i class="fa fa-facebook"></i></a>
</li>
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>-->
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<br><br>
<img src="img/kali.png" width="260px" class="img-responsive img-circle" alt="">
<h4 style="text-align: center;">Daniel</h4>
<p class="text-muted" style="text-align: center;">Student / Researcher</p>
<p class="text-blurb"><span class="blurb-title">The Middle Man</span> - Daniel is a computer and network security enthusiast who will be presenting methods of intercepting, analyzing, and manipulating traffic on a network to uncover the vulnerabilities that are present. The demo will seek to educate and warn users as well as fellow enthusiasts on the flaws in computer systems and networks.<br><br><i> Presentation Begins at 2:00 PM - 25 mins - Q/A </i> </p>
<ul class="list-inline social-buttons" style="text-align: center;">
<!-- <li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li> -->
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<br>
<img src="img/VaderEncryption.png" width="239px" class="img-responsive img-circle" alt="All Your File Are Belong To Us">
<h4 style="text-align: center;">Scott Schilder</h4>
<p class="text-muted" style="text-align: center;">Senior Tech Specialist - Cyber Tech Cafe, LLC</p>
<p class="text-blurb"><span class="blurb-title">Ransomware: How I Learned to Stop Worrying and Love The Encryption </span> - A demo showing just how easy launching ransomware can be and why the need for offsite backups are a must in today's day and age. <br><br><br><i> Presentation Begins at 4:00 PM - 20 mins - Q/A </i></p>
<ul class="list-inline social-buttons" style="text-align: center;">
<li><a href="https://twitter.com/cyber_tech_cafe"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/cybertechcafe"><i class="fa fa-facebook"></i></a>
</li>
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a>
</li> -->
</ul>
</div>
</div>
</div>
<!--<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
</div>-->
</div>
</section>
<!-- Sponsors Section -->
<section id="download" class="content-section text-center">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Sponsors</h2>
<p>The Hacker PlayDate v2.0 would not be possible without all of our beloved, gracious, and generous sponsors.</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://www.facebook.com/PrimosCartersville"><img src="/img/primos-logo.png" height="79px" width="150px"></a>
</li>
<li>
<a href="https://helpdesk.cybertechcafe.net"><img src="/img/ctc-logo.png" height="46px" width="203px"></a>
</li>
<li>
<a href="http://piratica.us"><img src="/img/piratica-logo.png" height="53px" width="199"><!--<i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Piratica</span>--></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section text-left">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><center>Event Details</center></h2>
<ul>
<li><span style="font-size: 14pt;"><strong>When</strong> - Saturday, 12 September 2015 from 10am - 6pm, <br>
<ul>
<li>12pm - My Favorite Color is Red - Nathan Underwood
<li>2pm - Wifi Pinneapple Demo - Daniel </li>
<li>4pm - Ransomware Demo - Scott Schilder</li>
</ul></span></li>
<li><span style="font-size: 14pt;"><strong>Where</strong> - Cyber Tech Cafe & Primo's Cocina, 148 West Main Street, right across from Findley's Butcher Shop on Main Street. We will be using the meeting room at Primo's.</span></li>
<li><span style="font-size: 14pt;"><strong>How Much</strong> - FREE</span></li>
</ul>
<!--
<p>Feel free to email us to provide some feedback on our templates, give us suggestions for new templates and themes, or to just say hello!</p>
<p><a href="mailto:[email protected]">[email protected]</a>
</p>
-->
<br><br>
<center>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://twitter.com/search?q=%23HackerPlaydate&src=typd&vertical=default&f=tweets" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">#HackerPlayDate</span></a>
</li>
<li>
<a href="https://github.com/CyberTechCafe-LLC/hacker-playdate-v2-website" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a href="https://plus.google.com/events/clv1cbhugacum1i0d9tvsphe1mg" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a>
</li>
</ul>
<!-- <a class="twitter-timeline" href="https://twitter.com/hashtag/hackerplaydate?vertical=default&f=tweets" data-widget-id="626415782025666560">#HackerPlayDate Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> -->
</center>
</div>
</div>
</section>
<!-- Map Section -->
<div id="map"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3301.315636868944!2d-84.7982789!3d34.163846899999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f54f123f28458f%3A0x75466b1b237027a0!2s148+W+Main+St%2C+Cartersville%2C+GA+30120!5e0!3m2!1sen!2sus!4v1436493538219" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></div>
<!-- Footer -->
<footer>
<div class="container text-center">
<p>Copyright 2015 © Cyber Tech Cafe, LLC && Piratica, LLC</p>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
</body>
</html>