forked from codeforseoul/codeforseoul.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
64 lines (57 loc) · 2.63 KB
/
contact.html
File metadata and controls
64 lines (57 loc) · 2.63 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
60
61
62
63
64
---
layout: page
title: 연락하기
permalink: /contact/
---
<ul class="contact well">
<li><p>email: codeforseoul@codenamu.org</p></li>
<li><p>slack: <a href="codeforseoul.slack.com">codeforseoul.slack.com</a></p></li>
<li><p><a href="http://slack.codeforseoul.org" class="btn btn-danger btn-lg" role="button">등록하기 | Register</a></p></li>
<li><p><script async defer src="http://slack.codeforseoul.org/slackin.js?large"></script></p></li>
<li><a href="https://codeforseoul.slack.com/getting-started">코드포서울 슬랙 시작하기 | Getting started </a></li>
</ul>
<div class="well">
<h2>Slack Clients</h2>
<div class="col-md-4 span_1_of_3 align_center no_right_padding small">
<div class="platform_icon finder_icon"></div>
<h2>Mac</h2>
<div id="os_x_10_7_plus">
<p>
Get Slack for Mac OS X<br>
Requires 10.7 or newer
</p>
<p class="no_bottom_margin">
<a href="https://itunes.apple.com/app/slack/id803453959?ls=1&mt=12" target="new" class="btn" title="Download from the App Store"><i class="fa fa-arrow-circle-down"></i> Download</a><br>
</p>
<p><a href="https://slack.com/ssb/download-osx" class="input_note subtle_silver">direct download</a></p>
</div>
<div id="os_x_10_6" class="hidden">
<p>
Get Slack for Mac OS X<br>
Requires 10.6.8 or newer
</p>
<p class="no_bottom_margin">
<a href="https://slack.com/ssb/download-osx-10-6" class="btn"><i class="fa fa-arrow-circle-down"></i> Download</a><br>
</p>
</div>
</div>
<div class="col-md-4 span_1_of_3 align_center no_right_padding small">
<div class="platform_icon">
<img src="https://slack.global.ssl.fastly.net/0dc1/img/icons/ios-256.png" class="small_top_margin">
</div>
<h2>iOS & Android</h2>
<p>Take your team with you with Slack for iPhone, iPad, and Android devices.</p>
<p>
<a href="https://itunes.apple.com/app/slack-app/id618783545?ls=1&mt=8" target="new" class="btn small_right_margin"><i class="fa fa-apple"></i> iOS</a>
<a href="https://play.google.com/store/apps/details?id=com.Slack" target="new" class="btn"><i class="fa fa-android"></i> Android</a>
</p>
</div>
<div class="col-md-4 span_1_of_3 align_center no_right_padding small">
<div class="platform_icon chrome_icon"></div>
<h2>Windows / Linux</h2>
<p>Create a desktop application shortcut using <a href="https://www.google.com/chrome">Chrome</a> on Windows or Linux.</p>
<p><a href="#chrome_app_modal" role="button" data-toggle="modal" class="btn">Learn How</a></p>
</div>
<div class="clear_both"></div>
<img src="https://slack.global.ssl.fastly.net/d66c/img/apps-banner.png" style="max-width: 100%; margin-bottom: -5px;">
</div>