Skip to content

Commit af57d2f

Browse files
committed
Added a CoC and cleaned CSS
1 parent 8ca927c commit af57d2f

File tree

2 files changed

+293
-135
lines changed

2 files changed

+293
-135
lines changed

coc.html

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
7+
<meta property="og:url" content="http://inno-hacks.de"/>
8+
<meta property="og:type" content="website"/>
9+
<meta property="og:title" content="Inno{Hacks} 2017 - The Innovation Hackathon"/>
10+
<meta property="og:description" content="Inno{Hacks} 2017 is one of the biggest hackathons in South Germany. The perfect place for your ideas and creativity."/>
11+
<meta property="og:site_name" content="Inno{Hacks} 2017"/>
12+
<meta property="og:image" content="assets/banner.jpg"/>
13+
<meta property="og:image:width" content="1600"/>
14+
<meta property="og:image:height" content="840"/>
15+
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:site" content="@hackerstolz">
18+
<meta name="twitter:creator" content="@hackerstolz">
19+
<meta name="twitter:title" content="Inno{Hacks} 2017 - The Innovation Hackathon">
20+
<meta name="twitter:description" content="Inno{Hacks} 2017 is one of the biggest hackathons in South Germany. The perfect place for your ideas and creativity."/>
21+
<meta name="twitter:image" content="assets/banner.jpg">
22+
23+
<title>Inno{Hacks} 2017</title>
24+
25+
<link href="css/styles.css?v1" rel="stylesheet"/>
26+
<link rel="icon" type="image/png" href="assets/favicon.ico">
27+
</head>
28+
<body>
29+
<div class="first-triangle">
30+
<div class="triangle content black inverse">
31+
<img src="assets/InnoHacks-Logo.svg" class="logo"/>
32+
</div>
33+
</div>
34+
35+
<div class="triangle content">
36+
<h1>Code of Conduct</h1>
37+
</div>
38+
39+
<div class="triangle content coc yellow small">
40+
41+
All attendees, speakers, sponsors and volunteers at the Inno{Hacks} hackathon are required to agree with the following code of conduct. Organizers will enforce this code throughout the event. We are expecting coorporation from all participants to help ensuring a safe environment for everybody.
42+
<br /><br />
43+
tl:dr: Do not harass people. Be awesome to each other.
44+
<br /><br />
45+
46+
<h2>Need Help? Contact Us</h2>
47+
<table>
48+
<tr><th>Contact&nbsp;</th><td>&nbsp;Martina, Manuel and Dominik</td></tr>
49+
<tr><th>Email&nbsp;</th><td>&nbsp;[email protected]</td></tr>
50+
<tr><th>Website&nbsp;</th><td>&nbsp;inno-hacks.de</td></tr>
51+
</table>
52+
<br />
53+
<br />
54+
55+
<h2>The Quick Version</h2>
56+
57+
Inno{Hacks} is dedicated to providing a harassment-free experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of participants in any form. Participants violating these rules may be sanctioned or expelled from the event at the discretion of the organizers.
58+
<br /><br />
59+
60+
<h2>The Less Quick Version</h2>
61+
62+
Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
63+
<br /><br />
64+
Participants asked to stop any harassing behavior are expected to comply immediately.
65+
<br /><br />
66+
If a participant engages in harassing behavior, the organizers may take any action they deem appropriate, including warning the offender or expulsion from the event.
67+
<br /><br />
68+
If you are being harassed, notice that someone else is being harassed, or have any other concerns, please conctact an organizer or mentor. We will tell you who are responsible at the beginning of the event. You can also contact us directly (info above).
69+
<br /><br />
70+
We are happy to help participants contact local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe. We value your attendance.
71+
<br /><br />
72+
We expect participants to follow these rules at the event and related social events.
73+
74+
</div>
75+
76+
<div class="footer">
77+
<span>Contact us: <a href="mailto:[email protected]">[email protected]</a></span>
78+
79+
<a href="https://hackerstolz.de"><img src="assets/hackerstolz-logo.svg" /></a>
80+
</div>
81+
82+
<script>
83+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
84+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
85+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
86+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
87+
88+
ga('create', 'UA-76308979-1', 'auto');
89+
ga('send', 'pageview');
90+
</script>
91+
92+
<script src="js/jquery-3.2.0.min.js?v1"></script>
93+
</body>
94+
</html>

0 commit comments

Comments
 (0)