-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathteam.html
151 lines (129 loc) · 7.87 KB
/
team.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
<!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">
<link rel="apple-touch-icon" sizes="180x180" href="img/favi/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favi/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favi/favicon-16x16.png">
<link rel="manifest" href="img/favi/site.webmanifest">
<link rel="mask-icon" href="img/favi/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>ETHBerlin</title>
<script type="text/javascript" src="dist/paper-full.js"></script>
<script type="text/paperscript" canvas="canvas">
//stroke orange
var pathOrange = new Path(new Point(2, 20), new Point(250, 50));
pathOrange.style = {
strokeColor: 'orange',
strokeWidth: 10,
strokeCap: 'square'
};
// Create a symbol from the path:
var symbol = new Symbol(pathOrange);
// 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) {
pathOrange.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</a></li>
<li><a href="speak.html">Speakers</a></li>
<li><a href="sponsor.html">Sponsors</a></li>
<li><a href="https://ethberlin.com/" target="_blank">ETHBerlin 2018 <img class="external-link" src="img/external.svg" alt="external link to ethberlin 2018"></a></li>
<li><a href="https://goerli.net/" target="_blank">GoerliCon #0 2019 <img class="external-link" src="img/external.svg" alt="external link to goerlicon 2019"></a></li>
<li><a href="https://ethberlin.ooo/" target="_blank">ETHBerlin³ 2022 <img class="external-link" src="img/external.svg" alt="external link to ethberlin³ 2022"></a></li>
<li><a href="imprint.html">Imprint</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</h4></a></li>
<li><a href="speak.html"><h4>Speakers</h4></a></li>
<li><a href="sponsor.html"><h4>Sponsors</h4></a></li>
<li><a href="https://ethberlin.com/" target="_blank"><h4>ETHBerlin 2018 <img class="external-link-small" src="img/external.svg" alt="external link to ethberlin 2018"></h4></a></li>
<li><a href="https://goerli.net/" target="_blank"><h4>GoerliCon #0 2019 <img class="external-link-small" src="img/external.svg" alt="external link to ethberlin 2018"></h4></a></li>
<li><a href="https://ethberlin.ooo/" target="_blank"><h4>ETHB3RLIN 2022 <img class="external-link-small" src="img/external.svg" alt="external link to ethberlin³ 2022"></h4></a></li>
<hr>
<br>
<li><h7>By the <a href="https://ethberlin.ooo/decentralization" target="_blank">Department of Decentralization <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://ethberlin.ooo/code-of-conduct" 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="privacy.html">Privacy Policy</a></h7></li>
//
<li><h7><a href="imprint.html">Imprint</a></h7></li>
//
<li><h7>Design inspired by Bauhaus.</h7></li>
</ul>
</nav>
</div>
<hr>
<div class="content">
<div class="title"><h6>Press & Media</h6></div>
<div class="title"><h4>For all press requests or media enquiries please contact Helena Flack, helena[at]ethberlin.com</div>
<div class="title"><h6>Volunteer</h6></div>
<div class="title"><h4>Volunteer applications are now closed. For any volunteer-related inquiry, feel free to reach out to volunteers[at]ethberlin.com!</div>
<div class="title"><h4>Initiative led by Franzi Heintel and Raul Romanutti</h4></div>
<br>
<div class="title"><h6>Mentor</h6></div>
<div class="title"><h4>Mentor applications are now closed.</div>
<div class="title"><h4><h4>Mentorship taskforce organized by Phil “Liam” Stehlik, Elias Haase, and Caspar Schwarz “the shiller” Schilling.</h4></div>
</div>
<div class="title"><h6>Judge</h6></div>
<div class="title"><h4>Judges applications are now closed.</div>
<div class="title"><h4>Please bear in mind, that unless you are a speaker or hacker, we cannot provide free conference tickets, - you will however have full access to everything held at the Factory venue, and of course delicious food and awesome swag (hackathon), please get in touch if you have any comments </h4></div>
<div class="title"><h4> The judging process is designed and executed by Chris Heymann, Lasse Claussen, and Mareen Gläske</h4>
</div>
<br>
<div class="title"><h6>CoC</h6></div>
<div class="title"><h4>We expect all volunteers, mentors and judges to accept and adhere to our <a href="https://ethberlinzwei.github.io/KnowledgeBase/code-of-conduct.html">Code of Conduct.</a></h4>
</div>
</div>
<canvas id="canvas" style="background-color: rgb(255, 251, 239)" resize="true"></canvas>
</div>
</body>
</html>