forked from ieee-mace/hack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc.html
178 lines (161 loc) · 7.98 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8">
<meta name="description" content=".hack(); -Event Html Template">
<meta name="keywords" content=".hack(); , Event , Html, Template">
<meta name="author" content="ColorLib">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ========== Title ========== -->
<title> .hack();</title>
<!-- ========== Favicon Ico ========== -->
<link rel="icon" href="assets/img/logo.ico">
<!-- ========== STYLESHEETS ========== -->
<!-- Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts Icon CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/et-line.css" rel="stylesheet">
<link href="assets/css/ionicons.min.css" rel="stylesheet">
<!-- Carousel CSS -->
<link href="assets/css/owl.carousel.min.css" rel="stylesheet">
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<!--Google Form Embedding-->
</head>
<body>
<div class="loader">
<div class="loader-outter"></div>
<div class="loader-inner"></div>
</div>
<section id="home">
</section>
<header id="header_form">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="#main">C<span>o</span>nf</a></h1>-->
<a onclick="goBack()" class="scrollto"><img src="assets/img/logo.png" alt=".hack();" title=""></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="./index.html">Home</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<section id="codeOfConduct" class="coc pb0">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="section-header mb50">
<h2 class="title_contact" style="padding-bottom: 20dp;">
Code Of Conduct
</h2>
</div>
<p class="coc_p">Our hackathon is dedicated to providing a safe and comfortable environment and harassment-free experience for everyone.
</p>
<ul class="mt-10">
<li class="py-2">We do not tolerate harassment of hackathon participants in any form. Please treat all other hackers with the utmost respect. We ask that you act Kindly, behave professionally, and do not insult or put down other attendees. Remember that harassment and racist, sexist, or exclusionary jokes are not appropriate for this event. If at any point you see a fellow hacker being harassed, please talk to the nearest hackathon organizer.
</li>
<li class="py-2">Please treat our sponsors, organizers, and judges with the utmost respect. Without them, nothing would be possible. Consider taking some time out of your work to go meet and speak with them. If they come over to talk to you, we ask that you give them a bit of your time. They’re here for you! Show them you appreciate it.
</li>
<li class="py-2">Participants asked to stop any harassing behavior are expected to comply immediately.
</li>
<li class="py-2">Photography is encouraged, but other participants must be given a reasonable chance to opt-out from being photographed. If they object to the taking of their photograph, comply with their request. </li>
<li class="py-2">As this is a hackathon, we like to explicitly note that the hacks created at our hackathon are equally subject to the anti-harassment policy.
</li>
<li class="py-2">Sponsors and partners are also subject to the anti-harassment policy.</li>
<li class="py-2">Hackathon staff will be happy to help participants contact any local security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the hackathon.
</li>
</ul>
<p class="coc_p">Our code of conduct is based on the <a class="coc_p" href="https://hackcodeofconduct.org/" target="_blank"
title="Hack Code of Conduct">Hack Code of Conduct</a>.</p>
</div>
</div>
</div>
</section><!-- Footer -->
<footer>
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header mb50">
<h2 class="title_contact" style="padding-bottom: 20dp;">
Contact Us
</h2>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>IEEE MACE SB, </address>
<address>Mar Athanasius College of Engineering, Kothamangalam, </address>
<address>Kerala - 686 666</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+919188168223">+91 91881 68223</a></p>
<p><a href="tel:+919188209053">+91 91882 09053</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</section><!-- #contact -->
<div class="copyright_footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-12">
<p>Developed in association with <a href="http://macehub.in" target="_blank">MACEHUB</a></p>
</div>
<div class="footer-contact">
<div class="social-links">
<a href="https://twitter.com/MaceSb" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/ieeemace/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/ieee_mace_sb/" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="mailto:[email protected]" class="email"><i class="fa fa-envelope-o"></i></a>
<a href="https://www.linkedin.com/company/ieee-student-branch-mace" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--jquery -->
<script>
function goBack() {
window.history.back();
}
</script>
<script src="assets/js/jquery.min.js"></script>
<!-- bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--slick carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!--parallax -->
<script src="assets/js/parallax.min.js"></script>
<!--Counter up -->
<script src="assets/js/jquery.counterup.min.js"></script>
<!--Counter down -->
<script src="assets/js/jquery.countdown.min.js"></script>
<!-- WOW JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom js -->
<script src="assets/js/main.js"></script>
</body>
</html>