-
Notifications
You must be signed in to change notification settings - Fork 0
/
coc.html
112 lines (101 loc) · 4.27 KB
/
coc.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
<!--
=============================
DEFCON -9111
=============================
-->
<!DOCTYPE html>
<html>
<head>
<title>DC9111</title>
<link rel="shortcut icon" href="./assets/img/logo.png" />
<link
rel="stylesheet"
type="text/css"
href="./assets/style.css"
media="screen"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<!--HEADER SECTION -->
<div id="header" class="header">
<div class="mainlogo">
<a href="index.html"
><img class="logo" src="./assets/img/logo.png"
/></a>
<div class="first">
<a href="index.html">HOME</a>
<span class="second"> / </span>
<a href="volunteers.html">VOLUNTEERS</a>
<span class="second"> / </span>
<a href="https://ctf.defcon9111.org/">CTF</a>
<span class="second"> / </span>
<a href="faq.html">FAQ</a>
<span class="second"> / </span>
<a href="coc.html">CODE OF CONDUCT</a>
<span class="second"> / </span>
<a href="https://defcon9111.org/links/">LINK</a>
</div>
</div>
</div>
<!-- HEADER SECTION END -->
<div id="content">
<div id="page">
<!--CONTENT -->
<div id="list">
<div id="post">
<p class="subtitle">Code of Conduct</p>
<p>
At the event, you are most welcomed to participate in every sort
of activities stated that it doesn’t cause ruckus. Your radical
viewpoint and questioning attitude will be highly welcomed. 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. Participants asked to stop any harassing
behavior are expected to comply immediately. We and the venue
security will respond to harassment in the manner we deem
appropriate, including but not limited to expulsion from the event
with the surety that you don’t show up at any following events we
conduct. This Code of Conduct applies to everyone participating at
DEF CON Delhi Group (DC9111) events - from attendees and
exhibitors to speakers, press, volunteers, and Goons. Anyone can
report harassment. If you are being harassed, notice that someone
else is being harassed, or have any other concerns, you can
contact a Goon, go to the registration desk, or info booth.
</p>
<p>
-----------------------------------------------------------------------------------------------
</p>
<p class="subtitle">TX Team Lead DEF CON Delhi Group (DC9111)</p>
<p>Excerpts from DEF CON Conference Code of Conduct</p>
<div class="footer-dark">
<footer>
<div class="container" style="color: antiquewhite">
<div class="row" style="color: antiquewhite">
<div class="col item social">
<a href="#"><i class="fa fa-facebook"></i></a
><a href="#"><i class="fa fa-twitter"></i></a
><a href="#"><i class="fa fa-youtube"></i></a
><a href="#"><i class="fa fa-instagram"></i></a
><a href="#"><i class="fa fa-google"></i></a>
</div>
</div>
<p class="copyright" style="color: antiquewhite">
COPYRIGHT © 2022-2023 DEF CON ®️ DELHI GROUP | DC9111 - ALL
RIGHTS RESERVED
</p>
</div>
</footer>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</body>
</html>