-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrules.html
153 lines (134 loc) · 7.27 KB
/
rules.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
<!doctype html>
<html lang="en">
<head>
<title>InCTF</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!--header icon CSS -->
<link rel="icon" href="assets/img/fabicon.png">
<!-- animations CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- font-awsome CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- mobile menu CSS -->
<link rel="stylesheet" href="assets/css/slicknav.min.css">
<!--css animation-->
<link rel="stylesheet" href="assets/css/animation.css">
<!--css animation-->
<link rel="stylesheet" href="assets/css/material-design-iconic-font.min.css">
<!-- style CSS -->
<link rel="stylesheet" href="style.css">
<!-- responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!--header area start-->
<div class="header-area wow fadeInDown header-absolate" id="nav" data-0="position:fixed;" data-top-top="position:fixed;top:0;" data-edge-strategy="set">
<div class="container">
<div class="row">
<div class="col-4 d-block d-lg-none">
<div class="mobile-menu"></div>
</div>
<div class="col-4 col-lg-2">
<div class="logo-area">
<a href="index.html"><img src="assets/img/logo-top.png" alt=""></a>
</div>
</div>
<div class="col-4 col-lg-8 d-none d-lg-block">
<div class="main-menu text-center">
<nav>
<ul id="slick-nav">
<li><a class="scroll" href="index.html">Home</a>
</li>
<li><a class="scroll" href="#about">About</a>
<ul>
<li><a class="scroll" href="gallery.html">Gallery</a></li>
</ul>
</li>
<li><a class="scroll" href="rules.html">Rules</a></li>
<li><a class="scroll" href="#timeline">Timeline</a></li>
<li><a class="scroll" href="speakers.html">Speakers</a></li>
<li><a class="scroll" href="#apps">Resources</a>
<ul>
<li><a href="https://wiki.bi0s.in/">Wiki</a></li>
<li><a href="https://www.youtube.com">Youtube</a></li>
</ul>
</li>
<li><a class="scroll" href="faq.html">FAQ</a></li>
<li><a class="scroll" href="SponsorUs.html">Sponsor Us</a>
<!-- <ul>
<li><a class="scroll" href="sponsors.html">Sponsors</a></li>
<li><a class="scroll" href="SponsorUs.html">Sponsor Us</a></li>
</ul>-->
</li>
<li><a class="scroll" href="index.html#contact">Contact</a>
<ul>
<li><a class="scroll" href="localattraction.html#howtoreach">How To Reach Us</a></li>
<li><a class="scroll" href="localattraction.html">Local Attractions</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-4 col-lg-2 text-right">
<a href="login.html" class="logibtn gradient-btn">login</a>
</div>
</div>
</div>
</div>
<!--header area end-->
<!--single blog area start-->
<div class="single-blog-area section-padding">
<div class="container">
<div class="row">
<div class="col-12 col-lg-9 offset-1">
<div class="space-10"></div>
<a href="#" class="single-blog-h1">Rules of InCTF</a>
<div class="space-10"></div>
<small></small>
<div class="space-50"></div>
<a href="#" class="single-blog-h4">GENERAL RULES</a>
<div class="space-20"></div>
<p>
<ol><li><b> should not carry out any attacks on the CTF infrastructure.</b></li>
<li><b>No DoS, DdoS, bruteforcing, automated scans or generating any large amount of traffic by any other means on any challenges and other contest infrastructure. It is not permitted and is never intended in any question.</b></li>
<li><b>No collaboration between different teams and flag sharing is not allowed.</b></li>
<li><b>Participants are NOT allowed to publish solutions during the course of game (blog, GitHub, YouTube, etc)</b></li>
<li><b>Any participants found violating the above rules will be disqualified from the contest</b></li>
<li><b>Team InCTF reserves the right to introduce new rules or modify existing rules during or after the contest. Any such rules will be applicable to all the participants in the contest</b></li>
<li><b> The decision of Team InCTF will be final</b></li>
<li> <b> participating in the contest, you agree that you have read the above rules and fully agree to adhere to them.</b></li>
</ol>
</p>
</div>
</div>
</div>
</div>
</div>
<!--single blog area end-->
<!-- jquery 2.2.4 js-->
<script src="assets/js/jquery-2.2.4.min.js"></script>
<!-- popper js-->
<script src="assets/js/popper.js"></script>
<!-- carousel js-->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- wow js-->
<script src="assets/js/wow.min.js"></script>
<!-- bootstrap js-->
<script src="assets/js/bootstrap.min.js"></script>\
<!--skroller js-->
<script src="assets/js/skrollr.min.js"></script>
<!--mobile menu js-->
<script src="assets/js/jquery.slicknav.min.js"></script>
<!--particle s-->
<script src="assets/js/particles.min.js"></script>
<!-- main js-->
<script src="assets/js/main.js"></script>
</body>
</html>