-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcode.html
More file actions
51 lines (48 loc) · 2.88 KB
/
Copy pathcode.html
File metadata and controls
51 lines (48 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Def Con Group 919</title>
</head>
<body style="background-color:lightgrey">
<div class="navbar-dark text-white">
<div class="container">
<nav class="navbar px-0 navbar-expand-lg navbar-dark">
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
-->
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav text-white">
<a href="index.html" class="pl-md-0 p-3 text-light">Home</a>
<a href="about.html" class="p-3 text-decoration-none text-light">About</a>
<a href="community.html" class="p-3 text-decoration-none text-light">Community</a>
<!-- <a href="ctf.html" class="p-3 text-decoration-none text-light">CTF</a> -->
<!-- <a href="events.html" class="p-3 text-decoration-none text-light">Events</a> -->
<a href="code.html" class="p-3 text-decoration-none text-light">Code of Conduct</a>
</div>
</div>
</nav>
</div>
</div>
<h1><a href="https://www.meetup.com/DefCon919/">DEF CON 919</a></h1>
<p>DEF CON 919 provides a forum for open discussion between participants, where radical viewpoints are welcome and a high degree of skepticism is expected. However, insulting or harassing other participants is unacceptable. We want DEF CON 919 to be a safe and productive environment for everyone. It’s not about what you look like but what’s in your mind and how you present yourself that counts at DEF CON 919.
<br><br>
We do not condone harassment against any participant, for any reason. Harassment includes deliberate intimidation and targeting individuals in a manner that makes them feel uncomfortable, unwelcome, or afraid.
<br><br>
Participants asked to stop any harassing behavior are expected to comply immediately. We reserve the right to respond to harassment in the manner we deem appropriate, including but not limited to expulsion and referral to the relevant authorities.
<br><br>
Anyone can report harassment. If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact DEF CON 919 leadership via mail at dc919 dot net
<br><br>
Remember: As a community we can create a great experience for everyone.
</p>
</div></section>
</div></div></main>
</body>
</html>