-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (67 loc) · 2.87 KB
/
index.html
File metadata and controls
76 lines (67 loc) · 2.87 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
---
layout: main
title: SPACE UU
description: 모두가 함께 만들어가는 즐거운 커뮤니티 SPACE UU!!
banner: /img/yo.jpg
---
<!-- Page Content -->
<div class="container">
<!-- Content Row -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header"><i class="fa fa-heart"></i> Space UU 멤버 모집 중</h2>
</div>
<div class="col-md-4">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h3 class="panel-title">1개월 멤버쉽</h3>
</div>
<div class="panel-body">
<span class=""><h2>월 7 만원</h2></span>
</div>
<ul class="list-group">
<li class="list-group-item">할인 혜택 없음</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-primary text-center">
<div class="panel-heading">
<h3 class="panel-title">6개월 멤버쉽 <span class="label label-success">추천</span></h3>
</div>
<div class="panel-body">
<span class=""><h2>월 5 만원</h2></span>
</div>
<ul class="list-group">
<li class="list-group-item">월 <strong>2 만원</strong> 할인 혜택</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h3 class="panel-title">3개월 멤버쉽</h3>
</div>
<div class="panel-body">
<span class=""><h2>월 6 만원</h2></span>
</div>
<ul class="list-group">
<li class="list-group-item">월 <strong>1 만원</strong> 할인 혜택</li>
</ul>
</div>
</div>
</div>
<!-- /.row -->
<!-- Call to Action Section -->
<div class="well">
<div class="row">
<div class="col-md-8">
<p>Space UU에서는 함께 할 멤버를 모집하고 있습니다. Space UU 멤버쉽에 관심이 있으신 분들은 모집 절차를 참고 후 신청 해주시기 바랍니다.</p>
</div>
<div class="col-md-4">
<a class="btn btn-lg btn-success btn-block" href="http://goo.gl/forms/qi5yMll1RC">신청하기</a>
</div>
</div>
</div>
</div>
<!-- /.container -->