forked from ethb3rlin/2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeak.html
156 lines (137 loc) · 7.68 KB
/
speak.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<title>ETHBerlin</title>
<script type="text/javascript" src="dist/paper-full.js"></script>
<script type="text/paperscript" canvas="canvas">
//stroke blue
var pathBlue = new Path(new Point(2, 20), new Point(250, 50));
pathBlue.style = {
strokeColor: 'blue',
strokeWidth: 10,
strokeCap: 'square'
};
// Create a symbol from the path:
var symbol = new Symbol(pathBlue);
// Place 5 instances of the symbol in the project in random
// positions in the view:
for (var i = 0; i < 5; i++) {
var position = view.size * Point.random();
var placed = symbol.place(position);
}
function onFrame(event) {
pathBlue.rotate(1);
}
//hamburger menu
(function () {
var hamburger = {
navToggle: document.querySelector('.nav-toggle'),
nav: document.querySelector('nav'),
doToggle: function (e) {
e.preventDefault();
this.navToggle.classList.toggle('expanded');
this.nav.classList.toggle('expanded');
}
};
hamburger.navToggle.addEventListener('click', function (e) {
hamburger.doToggle(e);
});
hamburger.nav.addEventListener('click', function (e) {
hamburger.doToggle(e);
});
hamburger.nav.querySelector('#navList').addEventListener('click', function (e) {
e.stopPropagation();
});
}());
</script>
</head>
<body>
<div class="container">
<div id="logo">
<a href="index.html"><img src="img/mainlogo.svg" alt="logo" style="width: 10rem" /></a>
</div>
<div class="nav-horizontal">
<ul id="navList-horizontal">
<li><a href="about.html">about+FAQs</a></li>
<li><a href="hack.html">hack</a></li>
<li><a href="speak.html">speak</a></li>
<li><a href="team.html">join</a></li>
<li><a href="sponsor.html">sponsor</a></li>
<li><a href="https://www.dappcon.io/">dAppcon</a></li>
<li><a href="https://medium.com/ethberlin">blog</a></li>
</ul>
</div>
<div class="nav-mobile">
<div class="nav-toggle">
<div class="nav-toggle-bar">
</div>
</div>
<nav class="nav">
<ul id="navList">
<li><a href="about.html"><h4>about+FAQs</h4></a></li>
<li><a href="hack.html"><h4>hack</h4></a></li>
<li><a href="speak.html"><h4>speak</h4></a></li>
<li><a href="team.html"><h4>join</h4></a></li>
<li><a href="sponsor.html"><h4>sponsor</h4></a></li>
<li><a href="https://www.dappcon.io/" target="_blank"><h4>dAppcon<img class="external-link-small" src="img/external.svg" alt="external link to dappcon.io"></h4></a></li>
<li><a href="https://medium.com/ethberlin" target="_blank"><h4>blog<img class="external-link-small" src="img/external.svg" alt="external link to ethberlin blog"></h4></a></li>
<hr>
<br>
<li><h7><a href="https://decentralala.com" target="_blank">A Department of Decentralization Hacker Extravaganza<img class="external-link-small" src="img/external.svg" alt="external link to DoD"></a></h7></li>
//
<li><h7>Part of the <a href="https://blockchainweek.berlin/" target="_blank">Berlin Blockchain Week<img class="external-link-small" src="img/external.svg" alt="external link to ethberlin Berlin Blockchain Week"></a></h7></li>
//
<li><h7><a href="https://github.com/Department-of-Decentralization/decentralala.com/blob/master/code-of-conduct.md" target="_blank">code of conduct<img class="external-link-small" src="img/external.svg" alt="external link to code of conduct"></a></h7></li>
//
<li><h7><a href="imprint.html">imprint</a></h7></li>
//
<li><h7><a href="privacy.html">privacy policy</a></h7></li>
//
<li><h7>de#spired by Bauhaus</a></h7></li>
</ul>
</nav>
</div>
<hr>
<div class="content">
<div class="title"><h6>Speak</h6></div>
<h4>ETHBerlinZwei sticks to the premise of no pay to play.<br />
All speakers will have equal chances to participate in our conference tracks within dAppcon Berlin (August 21st to 22nd).<br>
Everyone can apply, but we highly encourage hackers to do so,
as some of you have been touring long enough and have solid things to share with the community.</h4>
<h4>Rules:</h4>
<div><h4>
<ul>
<li>No more than two applications per person</li>
<li>No project pitches</li>
<li>Find topics that can be useful for the ecosystem, not only your project!</li>
<li>Applications are only for panels or talks, if applying as a panel, please name ALL the people involved.</li>
<li>Feel free to get a bit crazy and off-topic, we love originality.</li>
</ul>
</h4>
</div>
<h4>Last but not least: if you sent us a product/project pitch, that means that you skipped reading the rules right above.
<br>
You had ONE job. We are not taking these applications into consideration.
<br>
If you still don’t think that it’s fair we rejected your product pitch,
considering we did tell you two times about our rules, please email us at <a href="mailto:noreply@ethberlin.com">noreply@ethberlin.com</a></h4>
<br>
<h4><Applicatins to speak are now closed.</a></h4>
<br>
<h4><strong>Deadline: June 30th</strong><br><br>
Applications will be confirmed in June - please do not send applications to our e-mail.<br>
We will inform you upon approval - no need to check in to remind us!</h4>
<br>
<h4>Curation team led by exiledsurfer & Helena Flack.</h4>
<br>
<h4>We expect all speakers to accept and adhere to our
<a href="https://github.com/ethberlin-hackathon/ETHBerlin-KnowledgeBase/blob/master/code-of-conduct.md">Code of Conduct.</a></h4>
</div>
<canvas id="canvas" style="background-color: rgb(255, 251, 239)" resize="true"></canvas>
</div>
</body>
</html>