-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhackathon-conduct.html
More file actions
59 lines (56 loc) · 3.72 KB
/
hackathon-conduct.html
File metadata and controls
59 lines (56 loc) · 3.72 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
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A layout example that shows off a blog page with a list of posts.">
<title>Madworks Cryptocurrency Hackathon</title>
<!--<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
<link rel="stylesheet" href="css/hackathon.css">
</head>
<body class="midnight">
<div class="pure-g-r" id="layout">
<div class="sidebar pure-u">
<header class="header">
<img src="images/madworks-coin.png">
<hgroup>
<h1 class="brand-title">Madworks<br>Crypto-currency<br>Hackathon</h1>
<h2 class="brand-tagline">February 15, 2014</h2>
</hgroup>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item">
<a class="pure-button" href="https://www.eventbrite.com/e/madworks-cryptocurrency-hackathon-tickets-10305888189" target="_blank">Sign Up</a>
</li>
</ul>
</nav>
</header>
</div>
<div class="pure-u-1">
<div class="content midnight">
<section class="post">
<div class="post-description">
This is a community hackathon intended for collaboration and learning in the student community.
<p>
We value the participation of each member of the student community and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout the hackathon.
<p>
To make clear what is expected, all attendees and speakers at this hackathon are required to conform to the following Code of Conduct. Organizers will enforce this code throughout the event.
<p>
<h1>Code of Conduct:</h1>
Harassment includes but is not limited to offensive verbal comments, hacks, or other online activity related to gender, sexual orientation, physical or mental ability, age, socioeconomic status, ethnicity, physical appearance, race, religion, sexual images, deliberate intimidation, stalking, inappropriate physical contact, and unwelcome sexual attention.
<p>
Participants asked to stop any harassing behavior are expected to comply immediately. If participants fail to comply they will be asked to leave the event.
<p>
Be careful and mindful of the words that you choose. Remember that sexist, racist, and other exclusionary comments and hacks can be offensive to those around you.
<p>
If a participant engages in behavior that violates this code of conduct, the hackathon organizers will take any action they deem appropriate, including warning the offender or expulsion from the hackathon.
</div>
</section>
</div>
</div>
</div>
</body>
</html>