forked from ethcon-kr/genesis.ethcon.kr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
260 lines (241 loc) · 14.3 KB
/
index.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE HTML>
<html>
<head>
<title>이드콘 한국 2019</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="한국 이더리움 개발자 생태계가 같이 만들어나가는 오픈 컨퍼런스입니다." />
<meta name="keywords" content="이드콘, 이더리움, 개발자, 탈중앙, Ethereum, Conference, Ethcon, Korea" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<section id="header" class="alt">
<!-- Logo -->
<a href="index.html" class="logo"><strong>이드콘 한국</strong> ethcon korea</a>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="proposal.html">발표 신청</a></li>
<li><a href="https://festa.io/events/250?fbclid=IwAR0y2s5usjv2quJig4tSW7dW7vhtEGfHv6IMqDPs7qx1WQVUsnDHJf3WXN8" target="_blank">참가 신청</a></li>
<li><a href="sponsor.html">스폰서 신청</a></li>
<li><a href="contributors.html">기여자</a></li>
<li>
<a href="#" class="icon fa-angle-down">My Ethcon</a>
<ul>
<li><a onclick="return alert('준비중에 있습니다.')" href="#">내 티켓</a></li>
<!--
<li><a href="#">Option Two</a></li>
<li><a href="#">Option Three</a></li>
<li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Option One</a></li>
<li><a href="#">Option Two</a></li>
<li><a href="#">Option Three</a></li>
<li><a href="#">Option Four</a></li>
</ul>
</li>
-->
</ul>
</li>
<li>
<a href="#" class="icon fa-angle-down">Language</a>
<ul>
<li><a href="#" onClick="setLanguage('koreanVersion')"><img class="languageImage" src="images/kr.png"/>Korean</a></li>
<li><a href="#" onClick="setLanguage('englishVersion')"><img class="languageImage" src="images/us.png"/>English</a></li>
</ul>
</li>
</ul>
</nav>
</section>
<!-- Banner -->
<section id="banner">
<div class="content">
<header class="major special koreanVersion">
<h1>
이드콘 한국 2019<br/>
커뮤니티-드리븐 이더리움 개발자 컨퍼런스<br/>
</h1>
<p>
5월 27일 - 28일<br/>
서울 코엑스 그랜드볼룸<br/><br/>
<span>개발자 생태계가 같이 만들어나가는 이더리움 개발자 컨퍼런스를 개최합니다.<br/>
이더리움 개발과 관련한 주제라면 전문성과 상관없이 누구나 발표신청을 할 수 있습니다.<br/>
(4/14까지 발표 신청을 받습니다)
</span>
</p>
</header>
<header class="major special englishVersion">
<h1>
ethcon korea 2019<br/>
Community-driven Ethereum Developers’ Conference<br/>
</h1>
<p>
May 27 – 28<br/>
Seoul Coex Grand Ballroom<br/><br/>
<span>Hosting the Ethereum Developers’ Conference, organized together with the Developers’ Community.<br/>
Anyone can apply to have a presentation on Ethereum development, regardless of expertise.<br/>
(Accepting application until April 14)
</span>
</p>
</header>
<ul class="actions special">
<!--
<li><a href="#intro" class="button primary wide scrolly">자세히 알아보기</a></li>
-->
<li><a href="proposal.html" class="button primary wide koreanVersion">발표 신청하기</a></li>
<li><a href="proposal.html" class="button primary wide englishVersion">Apply for Presentation</a></li>
<!--
<li><a href="proposal.html" class="button primary wide">티켓구매하기(Early bird)</a></li>
-->
</ul>
</div>
</section>
<!-- Section -->
<section class="wrapper style1" id="intro">
<div class="inner">
<header class="major special koreanVersion">
<h2>이드콘 한국은</h2>
<p>
비영리 목적의 이더리움 개발자 컨퍼런스입니다.<br/>
탈중앙 철학을 따릅니다.<br/>
커뮤니티의 자원봉사를 통해 운영됩니다.<br/>
특정 조직이나 집단의 이익을 대변하지 않습니다.<br/>
이더리움 개발 생태계의 저변을 확장하는 것을 목표로 합니다.<br/>
사유화되거나 사조직화되지 않습니다.<br/>
오픈소스 운동을 지지합니다.<br/>
<br/>
</p>
</header>
<header class="major special englishVersion">
<h2>Ethcon Korea is</h2>
<p>
A non-profit Ethereum developers’ conference.<br/>
We believe in decentralization.<br/>
We are run by community volunteers.<br/>
We do not speak for a specific organization or group’s agenda.<br/>
We will not be privatized or become a private organization.<br/>
We support the Open Source Campaign.<br/>
<br/>
</p>
</header>
</div>
</section>
<!-- Section -->
<section class="wrapper style1" id="motive">
<div class="inner">
<header class="major special koreanVersion">
<h2>이드콘 한국을 만드는 이유?</h2>
<p>이더리움은 탈중앙 철학에 동의하고 오픈소스의 가치를 존중하는 수많은 개발자들로부터 지지받고 발전해나가고 있습니다.
한국에도 마찬가지로 이더리움의 탈중앙 정신과 오픈소스를 사랑하는 수많은 사람들이 있음에도 불구하고, 글로벌 개발 커뮤니티와
다소 단절된 문제로 개발 생태계에서 주도적인 역할을 하지 못하고 있거나, 연구 개발 결과물들이 밖으로 나올 적절한 창구가 부족하여
빛을 발하지 못하고 있기도 합니다. 이에 파이썬 커뮤니티가 지난 수 년간 아주 훌륭하게 개최한 파이콘코리아의
선례를 따라, 한국의 이더리움 개발자들을 위한, 또한 개발자들에 의한 커뮤니티-드리븐 컨퍼런스를 만들고자 합니다.
이드콘 한국을 통해 한국의 이더리움 개발자 생태계가 더욱 확장되도록 하고 그동안 각자 진행되거나 알려지지 않은 상태였던,
한국의 이더리움 커뮤니티가 연구/개발하고 있는 다양한 내용들이 빛을 발할 수 있게 되기를 바랍니다.
나아가 이드콘 코리아가 서로의 연구 개발을 공유하고 협력하는 장이 되어 진일보한 결과물을 만들어내고 결과적으로 한국의 이더리움 커뮤니티가 글로벌 이더리움 생태계에도
긍정적인 영향을 끼칠 수 있게 되기를 바랍니다. 이더리움의 탈중앙정신에따라, 준비를 포함한 모든 과정이 커뮤니티에 의해 진행되는 것을 지향합니다.</p>
</header>
<header class="major special englishVersion">
<h2>Why ethcon Korea?</h2>
<p>Ethereum is supported and developed by many developers who believe in decentralization and the value of open source. Although there are many who also believe in such philosophy in Korea, the developers’ community fails to act as a leading role due to being severed from the global developers’ community. Similarly, the results of some studies fail to come to light due to the lack of appropriate windows and venues for them to be shown to the public. As such, following the precedent set by the Python community when they successfully organized Python Korea for several years, we plan to organize a community-driven conference for Korean Ethereum developers, and by Korean Ethereum developers. Through ethcon Korea, we hope to expand the Korean Ethereum developers’ community, and shed into light the many different contents that were researched and developed by Korean Ethereum Community, whether they were unknown to the public or developed on their own. Furthermore, ethcon Korea hopes to act as a chapter where we could share and co-operate with each other’s research and development, resulting in the Korean Ethereum Community to have a positive impact on the Global Ethereum Community. Following Ethereum’s philosophy of decentralization, we aim to have all progress, including preparation, to be made as a community.</p>
</header>
</div>
</section>
<!-- Section -->
<!--
<section class="wrapper style1" id="committee">
<div class="inner">
<header class="major special">
<h2>이드콘 준비팀</h2>
<p>
이드콘의 준비과정은 파이콘이 하고있는 것과 마찬가지로 커뮤니티에 의해서 진행되는 것을 목표로 합니다.
따라서 준비위원회를 동아리처럼 운영하는 것을 통해 이드콘이 사유화되거나 사조직화되는 것을 방지하고자 합니다.
매 년 이드콘 준비멤버를 새로 받을 예정이고 합류 이후에는 약 3년간 준비과정에 참여한 뒤 물러나게 됩니다.
이를 통해 기존 멤버들의 준비 노하우가 새로운 멤버들에게 자연스럽게 전승되고 새로운 멤버들이 이드콘을 매해 발전시킬 수 있도록 합니다.
이드콘 준비멤버는 <strong>프로그램 구성/ 대관 / 스폰서 / 현장관리(자원봉사자 모집 및 운영) / 홍보 / 개발 / 회계 업무</strong> 등을 수행합니다.
이드콘 1회 준비는 많은 일들을 소화하게 되는 고된 과정이 될 것으로 예상됩니다.
그럼에도 불구하고 한국의 이더리움 개발자 커뮤니티가 성장하는 것에 기여하고자 하는 뜻을 가지신 분께서는 아래 양식을 통해
본인에 대한 소개와 함께 어떤 업무를 맡고 싶으신 지 그리고 관련 경험에 대해 간략하게 적어서 12/31까지 보내주시면 감사하겠습니다.
연락 주신 분들께는 이메일을 통해 이른 시일 내에 연락드리도록 하겠습니다.
<br/>
</p>
</header>
<div class="row">
<div class="col-12 col-12-small">
<form action="https://formspree.io/[email protected]" method="POST">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name" placeholder="Name"></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Email"></div>
<div class="col-12">
<textarea name="message" id="message" placeholder="본인에 대한 소개와 어떤 업무를 맡고 싶으신 지 그리고 관련 경험에 대해 간략하게 적어주세요" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" disabled="disabled" value="Send Message"></li>
</ul>
</div>
</form>
</div>
</div>
</div>
</section>
-->
<!--
<section class="wrapper style1" id="presentations">
<div class="inner">
<header class="major special">
<h2>발표 모집 분야</h2>
<p>아래 분야들에서 발표를 받고자 합니다. 발표 분야 및 모집 시점은 준비위원회가 꾸려진 뒤 회의를 통해 확정될 예정입니다.</p>
<ul class="alt">
<li>확장성(Scalability)</li>
<li>사용성(UX & Privacy)</li>
<li>보안 분야</li>
<li>DevEx</li>
<li>dApp & Ecosystem</li>
<li>Crypto Economy</li>
</ul>
</header>
</div>
</section>
-->
<!-- Footer -->
<section id="footer">
<!--
<ul class="icons">
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon alt fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="#" class="icon alt fa-phone"><span class="label">Phone</span></a></li>
</ul>
-->
<p class="copyright">
Driven by Korean Ethereum Developer Community
</p>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.cookie.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131452835-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131452835-1');
</script>
</body>
</html>