-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
122 lines (116 loc) · 4.29 KB
/
about.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
---
layout: page
title: 소개
permalink: /about/
splash: about-splash.png|지켜보고 있다 대한민국 재정
---
<div class="container fiscal-teams section">
<div class="row">
<div class="col-xs-4">
<h2>프로젝트 참여자</h2>
</div>
<div class="col-xs-8">
<h3 class="page-header">투명성 TF</h3>
<ul class="team-tf people clearfix menu">
{% for person_list in site.data.people.tft %}
{% for person_hash in person_list %}
<li class="col-xs-4"><h4>{{ person_hash[0] }} <small>{{ person_hash[1] }}</small></h4></li>
{% endfor %}
{% endfor %}
</ul>
<h3 class="page-header">아이디어톤, 해커톤 참여자</h3>
<ul class="team-hackathon people clearfix menu">
{% for people in site.data.people.hackathon %}
{% for person in people %}
<li class="col-xs-4"><h4>{{ person }}</h4></li>
{% endfor %}
{% endfor %}
</ul>
</div>
</div>
</div>
<div class="container contact section">
<div class="row">
<div class="col-xs-4">
<h2>프로젝트에<br />관심이 있다면</h2>
</div>
<div class="col-xs-4">
<h3>코드나무 사무국(CCKOREA)</h3>
<ul class="menu">
<li>
<i class="fa fa-phone-square fa-2x" style="margin-left: 2px;"></i>
<p style="position: absolute; margin-left: 6px; margin-top: 4px;">070-7618-0321</p>
</li>
<li>
<span class="fa-stack">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-map-marker fa-stack-1x fa-inverse"></i>
</span>
<p><a href="http://me2.do/5GQLU504" target="_blank">서울특별시 마포구 와우산로19길 21 5층</a></p>
</li>
</ul>
</div>
<div class="col-xs-4">
<h3>웹</h3>
<ul class="menu">
<li>
<span class="fa-stack">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
<p><a href="https://www.facebook.com/codenamu" target="_blank">codnamu</a></p>
</li>
<li>
<span class="fa-stack">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
<p><a href="https://twitter.com/codenamu" target="_blank">@codnamu</a></p>
</li>
<li>
<span class="fa-stack">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-slack fa-stack-1x fa-inverse"></i>
</span>
<p><a href="http://code-namu.slack.com" target="_blank">code-namu</a></p>
</li>
<li>
<span class="fa-stack">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-slack fa-stack-1x fa-inverse"></i>
</span>
<p><a href="http://slack.codeforseoul.org" target="_blank">codeforseoul</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="container fiscal-org section">
<div class="row">
<div class="col-xs-4">
<a href="http://codenamu.org" target="_blank">
<img src="/img/p-codenamu.png" alt="codenamu.org" class="media-object" />
</a>
</div>
<div class="col-xs-8">
<h3><a href="http://codenamu.org" target="_blank">코드나무</a></h3>
<p>코드나무는 열린정부 실현을 위해 자발적으로 모인 시민들의 오픈 커뮤니티입니다.</p>
<p>코드나무는 공공 데이터는 시민들에게 개방되어야 하고,
시민과 정부가 협업을 통해서<br />
공공의 가치를 만들어 내야 한다는 믿음으로, 시민 스스로 문제를 해결하려고 노력하며<br />
코드로 보다 나은 세상을 만들고자 합니다.</p>
</div>
</div>
</div>
<div class="container fiscal-org">
<div class="row">
<div class="col-xs-4">
<a href="http://www.gov30.go.kr" target="_blank">
<img src="/img/p-gov3.png" alt="gov 3.0" class="media-object" />
</a>
</div>
<div class="col-xs-8" style="padding-right: 10em; padding-top: 1.5em;">
<p>정부 3.0 정책 실행 부서인 안전행정부, 한국정보화진흥원 분들과 함께 공공데이터 개방의 활용도를 높이기 위해서 협력하고 있습니다.</p>
</div>
</div>
</div>