-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (83 loc) · 3.32 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
---
layout: default
title: Kotlin Korea
---
<!-- Featured -->
<div id="featured">
<div class="container">
<object data="{{ site.logo_svg }}" type="image/svg+xml" width="256">
<img src="{{ site.logo_png }}" width="256" />
</object>
<header>
<h2>환영합니다!</h2>
</header>
<p>
Kotlin 언어 한국 사용자 모임입니다.
<br />
JetBrains의 오픈소스인 Kotlin 언어에 관심있는 개발자들과 함께하길 원합니다.
</p>
<hr />
<div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-facebook"></span></span>
<h3>Facebook</h3>
<p>페이스북 <a href="https://facebook.com/groups/{{ site.username }}">그룹</a>과 <a href="https://facebook.com/{{ site.username }}">페이지</a>도 개설되어 있습니다. 최신 소식을 받아보세요!</p>
<a href="https://facebook.com/groups/{{ site.username }}" class="button button-style1">Group</a>
<a href="https://facebook.com/{{ site.username }}" class="button button-style1">Page</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-users"></span></span>
<h3>Meetup</h3>
<p>이따금 모여서 Kotlin 이야기를 나눠봅시다. <a href="http://www.meetup.com/kotlinkr">Meeup</a>에 가입하시고 참여해볼까요?!</p>
<a href="https://github.com/{{ site.username }}" class="button button-style3">Join Us</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-slack"></span></span>
<h3>Slack</h3>
<p><a href="https://{{ site.username }}.slack.com">Slack</a>으로 소통합니다. 가입하지 않으신 분은 <a href="https://{{ site.username }}.herokuapp.com">여기</a>에서 초대받으세요!</p>
<a href="https://{{ site.username }}.herokuapp.com" class="button button-style3">Join Us</a>
</section>
</div>
<!--
<div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-rss"></span></span>
<h3>Blog</h3>
<p><a href="https://meetup.com/{{ site.username }}">Meetup</a>등 한국 사용자 위주로 소식을 전합니다. 원하신다면 기여해주세요!</p>
<a href="/blog" class="button button-style1">Blog</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-github"></span></span>
<h3>Github</h3>
<p>Kotlin Korea의 Github 저장소입니다. 코드, 리소스를 공유합니다.</p>
<a href="https://github.com/{{ site.username }}" class="button button-style3">Contribution</a>
</section>
</div>
-->
</div>
</div>
<!-- Main -->
<div id="main">
<div id="content" class="container">
<div class="row">
<section class="6u">
<a href="/2017/03/01/kotlin-1-dot-1.html" class="image full">
<img class="round" src="/assets/images/kotlin1.1/Kotlin11blogbanner.png" alt="">
</a>
<header>
<h2>코틀린 1.1 릴리즈</h2>
</header>
<p>코틀린 1.1이 릴리즈 되었습니다.</p>
</section>
<section class="6u">
<a href="/2016/02/18/join-our-meetup.html" class="image full">
<img class="round" src="/assets/images/meetup/join-our-meetup.png" alt="">
</a>
<header>
<h2>미트업에 참가하세요!</h2>
</header>
<p>Kotlin에 대해 이야기를 나누는 자리가 열립니다. Meetup 멤버로 등록하세요! :)</p>
</section>
</div>
</div>
</div>