-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlive.html
More file actions
81 lines (76 loc) · 2.92 KB
/
Copy pathlive.html
File metadata and controls
81 lines (76 loc) · 2.92 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
layout: base
---
<div class="wrap introduce_main">
<section>
<img src="/images/other/about_title.png" alt="CREATIVE COMMONS GLOBAL SUMMIT 2015" class="title_image"/>
<div class="guide_bar_33"></div>
<div class="abstract_description">
<h1>LIVE!</h1>
2년마다 개최되는 <span class="c_f0513d">크리에이티브 커먼즈 글로벌 써밋(Creative Commons Global Summit)</span>은 <br/>
전세계 CC 활동가들과 열린문화를 지지하고 실천하는 각계각층의 전문가, 학자, 활동가들이 함께 모이는 자리입니다.
</div>
<div class="detail_description">
<h2>15일<br><br>CC SUMMIT 1일: 우공이산(愚公移山)</h2>
<ul>
<li>
<h3>축사, 트랙 1, 3, 키노트</h3>
<p>국립중앙박물관 대강당<br>2015/10/15 10:00</p>
<b style="color: red;">URL이 변경됐습니다.</b>
<a class="btn live" href="https://www.youtube.com/watch?v=0gymWQg6kN8">생중계 보기</a>
</li>
<li>
<h3>트랙 2, 4</h3>
<p>국립중앙박물관 강의실1<br>2015/10/15 13:30</p>
<a class="btn live" href="https://www.youtube.com/watch?v=adxnw7Kcpfc">생중계 보기</a>
</li>
</ul>
<p> </p>
<h2>16일<br><br>CC SUMMIT 2일: 상선약수(上善若水)</h2>
<ul>
<li>
<h3>인사말, 키노트, 공유도시 등</h3>
<p>국립중앙박물관 대강당</p>
<p>2015/10/16 10:00</p>
<b style="color: red;">URL이 변경됐습니다.</b>
<a class="btn live" href="https://www.youtube.com/watch?v=RWUjhcVBjHo">생중계 보기</a>
</li>
<li>
<h3>공정 이용</h3>
<p>국립중앙박물관 소강당</p>
<p>2015/10/16 11:00</p>
<strike>생중계 보기</strike>
</li>
</ul>
<p> </p>
</div>
<div class="need_more_message">
<span class="font-size-13">기타 CC Global Summit 2015에 관한 문의사항이 있으신가요?</span>
<span class="mail_information"><a href="mailto:ccsummit2015@cckorea.org">ccsummit2015@cckorea.org</a></span>
</div>
</section>
</div>
<style>
.introduce_main section .detail_description {
height: auto;
}
.detail_description li {
display: inline-block;
margin-bottom: 2em;
}
.detail_description li:nth-child(1) {
margin-right: 6em;
}
.btn.live {
font-size: 1.125em;
font-weight: bold;
vertical-align: middle;
text-align: center;
background-color: #ef513c;
padding: 1em;
color: #fff;
border: 0;
margin: .5em 0;
display: inline-block;
}
</style>