forked from creativecommonskorea/2015-global-summit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.html
106 lines (105 loc) · 3.86 KB
/
thankyou.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
---
layout: base
redirect_from:
- /register.html
- /attend.html
---
<div id="container">
<div class="wrap attend_wrap">
<section>
<h2>온라인 참가 신청이 마감됐습니다.</h2>
<p>써밋 기간(10월 15-16일) 중에는 현장등록만 가능합니다.</p>
<p>아래 티켓 정보를 참고하시기 바랍니다.</p>
<p>감사합니다.</p>
</section>
<p> </p>
<p> </p>
<section>
<h1 class="title">티켓정보</h1>
<div class="guide_bar_33"></div>
<!-- web -->
<div class="ticket_info">
<table border="0">
<thead>
<tr class="h40">
<th>티켓종류</th>
<th colspan="2">1-Day-Ticket</th>
<th>2-Day-Ticket</th>
<th>CC KOREA 후원회원/후원사 초대</th>
</tr>
</thead>
<tbody>
<tr class="h40">
<th>날짜</th>
<td>10월 15일</td>
<td>10월 16일</td>
<td>10월 15-16일</td>
<td>10월 15-16일</td>
</tr>
<tr>
<th>일반</th>
<td class="price_show">₩ 70,000</td>
<td class="price_show">₩ 70,000</td>
<td class="price_show">₩ 100,000</td>
<td class="price_show">₩ 0</td>
</tr>
<tr>
<th style="line-height: 1.5;">학생,<br>비영리단체</th>
<td class="price_show">₩ 30,000</td>
<td class="price_show">₩ 30,000</td>
<td class="price_show">₩ 50,000</td>
<td class="price_show">₩ 0</td>
</tr>
</tbody>
</table>
</div>
<!-- web -->
<!-- mobile web -->
<div class="mobile_ticket_info">
<table cellpadding="0" cellspacing="0">
<thead>
<tr>
<th>티켓<br/>종류</th>
<th>날짜</th>
<th>일반</th>
<th style="line-height: 1.5;">학생,<br>비영리단체</th>
</tr>
</thead>
<tbody>
<tr>
<th rowspan="2">1 Day<br>Ticket</th>
<td class="date">10.15</td>
<td class="price">₩ 70,000</td>
<td class="price">₩ 30,000</td>
</tr>
<tr>
<td class="date">10.16</td>
<td class="price">₩ 70,000</td>
<td class="price">₩ 30,000</td>
</tr>
<tr>
<th>2 Days<br>Ticket</th>
<td class="date">10.15<br> ~16</td>
<td class="price">₩ 100.000</td>
<td class="price">₩ 50,000</td>
</tr>
<tr>
<th>후원<br/>회원</th>
<td colspan="3" class="price">₩ 0</td>
</tr>
</tbody>
</table>
</div>
<!-- mobile web -->
<div class="comeon_cc_sponsor">
<a href="http://www.cckorea.org/xe/?mid=join_members" target="_blank">* 여러분도 CC 후원회원이 될 수 있습니다! *</a>
</div>
</section>
<p> </p>
<p> </p>
<div class="apply_summit_wrap">
<button class="apply_summit" type="button" id="apply_summit_btn" onclick="location.href='/programs.html'" style="width: 160px; height: 50px;">프로그램 보기</button>
</div>
<p> </p>
</div>
</div>