-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapply_direct.html
executable file
·194 lines (184 loc) · 7.39 KB
/
apply_direct.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title>Rocket</title>
<!-- css -->
<link rel="stylesheet" href="assets/css/import.css">
<!-- js -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</head>
<body>
<!-- wrap -->
<div id="wrap">
<!-- header -->
<header id="hd" class="hd-fixed">
<h1 class="ellipsis hidden-lg hidden-md animated lightSpeedIn ani-duration15">ROCKET</h1>
<!-- 좌측 -->
<div id="hdLt" class="hd-icon-wrp-lt animated fadeInLeft">
<!-- 검색/맞춤 버튼 : 메인과 알림로켓에서만 검색 아이콘 xi-bell xi-magnifier -->
<a class="hd-icon" href="" aria-expanded="false" aria-controls="searchTitle" title="검색 더보기" onClick="menuOpen('side-nav-left');return false;"><i class="xi-magnifier"></i><span class="sr-only">검색 더보기</span></a>
</div>
<!-- 아이로켓 : 오늘 본 페이지-->
<div id="I-Rocket" class="login-gate animated rollIn">
<div>
<a href="" data-toggle="modal" data-target="#todayViewed"><span class="sr-only">오늘 본 페이지</span></a>
</div>
</div>
<!-- 우측 -->
<div id="hdRt" class="hd-icon-wrp-rt animated fadeInRight">
<a class="hd-icon" href="guide.html" title="사용매뉴얼"><i class="xi-paper"></i><span class="sr-only">사용매뉴얼</span></a>
<a class="hd-icon" href="" title="로그인/회원가입" onClick="menuOpen('side-nav-right');return false;"><i class="xi-user"></i><span class="sr-only">로그인/회원가입</span></a>
</div>
<!-- gnb
[D] 로그인 class=after_login 로 구분
-->
<nav id="gnb" class="gnb">
<ul>
<li><h2><a class="font-sp color_rocket" href="index.html"><i class="xi-rocket"></i><span>Rocket</span></a></h2></li>
<li class="active"><a href="rocket.html"><i class="xi-satellite"></i><span>로켓기지</span></a></li>
<li><a href="recommend.html"><i class="xi-present"></i><span>알림로켓<b class="animated rubberBand">12</b></span></a></li>
<li><a href="scrap.html"><i class="xi-tagged-book"></i><span>찜한로켓<b class="animated rubberBand">?</b></span></a></li>
<li><a href="mypage_member.html"><i class="xi-flag-triangle"></i><span>탑승로켓<b class="animated rubberBand">8</b></span></a></li>
</ul>
</nav>
</header>
<!--// header -->
<!-- container : mypage -->
<div id="container" class="container-mypage">
<!-- content include -->
<!-- 상단고정 -->
<section class="sub-top">
<div class="w1200">
<h1 class="font-ns ellipsis animated fadeIn">접수하기</h1>
<div class="visible-xs-block visible-sm-block">
<!-- 좌측 : 뒤로가기 등 -->
<div class="hd-icon-wrp-lt">
<a class="nav-close animated fadeInLeft" href=""><span class="sr-only">뒤로가기</span><i class="xi2-angle-left-thin"></i></a>
</div>
</div>
</div>
</section>
<div class="w1000">
<form class="card3 form-horizontal">
<header class="card-hd">
<h2 class="h2">[삼성전자] 삼성전자 SLP 21기 모집합니다</h2>
</header>
<div class="form-group">
<label for="" class="col-xs-3 control-label">텍스트</label>
<div class="col-xs-9">
<input type="text" class="form-control" id="" placeholder="">
</div>
</div>
<div class="form-group">
<label for="" class="col-xs-3 control-label">셀렉트</label>
<div class="col-xs-9">
<select class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
</div>
<div class="form-group">
<label for="" class="col-xs-3 control-label">체크박스</label>
<div class="col-xs-9">
<label class="checkbox-inline">
<input type="checkbox" id="" value=""> 1
</label>
<label class="checkbox-inline">
<input type="checkbox" id="" value=""> 2
</label>
<label class="checkbox-inline">
<input type="checkbox" id="" value=""> 3
</label>
</div>
</div>
<div class="form-group">
<label for="" class="col-xs-3 control-label">라디오</label>
<div class="col-xs-9">
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="" value=""> 1
</label>
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="" value=""> 2
</label>
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="" value=""> 3
</label>
</div>
</div>
<div class="form-group">
<label for="" class="col-xs-3 control-label">내용</label>
<div class="col-xs-9">
<textarea class="form-control" rows="10" id="" placeholder=""></textarea>
<p class="help-block">도움말입니다.</p>
</div>
</div>
<div class="form-group">
<label for="" class="col-xs-3 control-label">첨부하기</label>
<div class="col-xs-9">
<input type="file" class="form-control" id="">
<!-- 파일업로드 -->
<ul class="list-inline form-control-static mt10">
<li><a href="">홍길동_포트폴리오.ppt</a> <button type="button" class="btn btn-xs" title="삭제"><span aria-hidden="true">×</span></button></li>
<li><a href="">홍길동_자소서.hwp</a> <button type="button" class="btn btn-xs" title="삭제"><span aria-hidden="true">×</span></button></li>
</ul>
</div>
</div>
<!-- 하단고정메뉴 -->
<div class="btm-fixed">
<div class="btnarea">
<div>
<button type="button" class="btn btn-default btn-block btn-lg">취소하기</button>
</div>
<div>
<button type="submit" class="btn btn-primary btn-block btn-lg">지원하기</button>
</div>
</div>
</div>
</form>
</div>
</div>
<!--// container -->
<!-- footer -->
<footer id="ft">
<div class="container-fluid">
<h2 class="font-sp color-red"><i class="xi-rocket"></i> <strong>ROCKET</strong></h2>
<div class="ft-sns">
<a href="" target="_blank" title="페이스북"><i class="xi-facebook"></i><span class="sr-only">페이스북</span></a>
<a href="" target="_blank" title="카카오스토리"><i class="xi-kakaostory"></i><span class="sr-only">카카오스토리</span></a>
</div>
<div class="ft-policy">
<ul class="ft-mn list-inline">
<li><a href="info_about.html">서비스 소개</a></li>
<li><a href="info_terms.html">이용약관</a></li>
<li><a href="privacy.html">개인정보취급방침</a></li>
<li><a href="info_faq.html">고객센터</a></li>
<li><a href="info_collaboration.html">제휴문의</a></li>
</ul>
<address>COPYRIGHT © ROCKET. All RIGHTS RESERVED</address>
</div>
</div>
<a id="goTop" href="#wrap"><i class="xi-up-square"></i><span class="sr-only">위로</span></a>
</footer>
<!--// footer -->
</div>
<!-- //wrap -->
<!-- js -->
<!-- lib -->
<script src="assets/libs/Swiper/js/swiper.jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
<script src="https://cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.js"></script>
<!-- common -->
<script src="assets/js/common.js"></script>
<!--
<script src="assets/js/sidebar.js"></script>
-->
</body>
</html>