-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (67 loc) · 2.49 KB
/
index.html
File metadata and controls
84 lines (67 loc) · 2.49 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>DC865 - Knoxville's Defcon Group</title>
</head>
<body>
<header>
<div class="container">
<h1>DC865</h1>
<h2></h2>
<section id="downloads">
<a href="https://github.com/dc865" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h2>WHAT</h2>
<p>DC865 is a group for hackers, sysadmins, developers, students and anyone else interested in information security. Our meetings start out with informal discussions and move on to hands on learning through demos, CTFs, wargames and vulnerable images.</p>
<!--
The time and location have been removed until we can decide on a better setting for future meetings.
<h2>WHEN</h2>
<ul>
<li>Last Saturday of the month</li>
<li>Time: 2:00pm-4:00pm</li>
<li>Please visit our Google Group for schedule updates</li>
</ul>
<h2>WHERE</h2>
<p>
<a href="http://knoxec.com/">Knoxville Entrepreneur Center</a><br>
17 Market Square #101<br>
Knoxville, TN 37902
</p>
<img src="images\IMG_20160625_140117.jpg" alt="Knoxville Entrepreneur Center" height="250" width="332">
-->
<h2>RESOURCES</h2>
<ul>
<li><a href="https://groups.google.com/forum/#!forum/dc865">Google Groups</a></li>
<li><a href="http://www.meetup.com/defcon865/">DC856 at meetup.com</a></li>
<li><a href="https://github.com/dc865/">GitHub</a></li>
<li><a href="https://dc865.slack.com">Slack</a></li>
</ul>
<h2>GOOGLE GROUP</h2>
<p>Join the <a href="https://groups.google.com/forum/#!forum/dc865">DC865 Google Group</a> for the latest updates.</p>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="700"
height="500"
background = "white">
</iframe>
<script type="text/javascript">
document.getElementById("forum_embed").src =
"https://groups.google.com/forum/embed/?place=forum/dc865" +
"&hideforumtitle=true&theme=default&showsearch=false&showtabs=false&showpopout=true&parenturl=" +
encodeURIComponent(window.location.href);
</script>
</section>
</div>
</body>
</html>