-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (209 loc) · 10.8 KB
/
index.html
File metadata and controls
229 lines (209 loc) · 10.8 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!doctype html>
<html>
<head>
<title>동양미래대학교 홈페이지</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/reset_retouched.css">
<link rel="stylesheet" href="./css/nav.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/intro.css">
<link rel="stylesheet" href="./css/promo.css">
<link rel="stylesheet" href="./css/major.css">
<link rel="stylesheet" href="./css/campus.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" media="screen and (max-width: 1408px)" href="./css/mobile/mobile_nav.css">
<link rel="stylesheet" media="screen and (max-width: 1408px)" href="./css/mobile/mobile_main.css">
<link rel="stylesheet" media="screen and (max-width: 1408px)" href="./css/mobile/mobile_intro.css">
<link rel="stylesheet" media="screen and (max-width: 1408px)" href="./css/mobile/mobile_promo.css">
<link rel="stylesheet" media="screen and (max-width: 1408px)" href="./css/mobile/mobile_major.css">
<link rel="stylesheet" media="screen and (max-width: 1408px)" href="./css/mobile/mobile_campus.css">
<link rel="stylesheet" media="screen and (max-width: 1408px)" href="./css/mobile/mobile_footer.css">
</head>
<body>
<div id="font_loader">
<nav>
<div>
<a href="#main"><img id="nav_logo" src="./img/nav_logo.png"></a>
<ul id="nav_links">
<li id="nav_button_to_main" class="active"><a href="#main">메인</a></li>
<li id="nav_button_to_intro"><a href="#intro">소개</a></li>
<li id="nav_button_to_major"><a href="#major">학부</a></li>
<li id="nav_button_to_campus"><a href="#campus">캠퍼스</a></li>
</ul>
</div>
</nav>
<section id="main">
<video id="main_video" width="800">
<source src="./video/main_video.mp4" type="video/mp4">
</video>
<img id="main_bg" src="./img/main_bg.png"/>
<div id="main_bg_cover"></div>
<div id="main_detail_wrapper">
<div id="main_detail">
<img id="main_logo" src="./img/main_logo.png"/>
<div id="main_desc_wrapper">
<div id="main_top">
<img src="./img/main_top3.png"/>
<h2>한국 전문대 순위 3위</h2>
</div>
<h3 id="main_desc">
Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since
</h3>
</div>
<div id="main_button_to_homepage">
<a href="https://www.dongyang.ac.kr/web/www" target="blank">
<div>
<img src="img/icon_homepage.png">
<h3> 홈페이지 </h3>
</div>
</a>
</div>
<div id="main_button_to_onlineclass">
<a href="https://cyber.dongyang.ac.kr/index.jsp" target="blank">
<div>
<img src="img/icon_onlineclass.png">
<h3> 온라인 수업 </h3>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="intro">
<h2 class="title">소개</h2>
<div id="intro_desc_cont">
<div id="intro_name_wrapper">
<h1 id="intro_name">동양미래대학교</h1>
</div>
<div id="intro_desc_wrapper">
<h2 id="intro_desc_main">전문성과 인성의 산실 최고의 직업교육 선도대학</h2>
<h3 id="intro_desc_detail">
본 대학은 일찍이 기술만이 국가 경제 발전에 기여할 수 있다는 신념아래 1965년
동양공업고등전문학교를 개교, 반세기가 흘렀습니다. 실험, 실습 교육에 많은 노력을
경주하고 있으며, 계열기업 뿐만 아니라 많은 유관 기업과 활발한 산학 협동 및 현장 연
수 교육을 통해 산업 사회에 적응할 수 있는 유능한 전문 직업인을 배출 하고자 합니다.
</h3>
</div>
</div>
</section>
<section id="promo">
<img id="promo_bg" src="./img/promo_bg.png">
<div id="promo_bg_cover"></div>
<div id="promo_content_cont">
<div id="promo_video_wrapper">
<iframe id="promo_video" src="https://www.youtube.com/embed/v6JVE8bLo6c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="promo_desc_cont">
<div>
<div id="promo_number_wrapper">
<div>
<h2 id="promo_number_student">6018</h2>
<h3 class="promo_number_desc">students</h3>
</div>
<div>
<h2 id="promo_number_professor">164</h2>
<h3 class="promo_number_desc">professors</h3>
</div>
</div>
<h3 id="promo_desc">
Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and
</h3>
</div>
</div>
</div>
</section>
<section id="major">
<h2 class="title">학부</h2>
<ul id="major_kind_list">
<li class="active" data-id="machine">기계공학부</li>
<li data-id="robot">로봇자동공학부</li>
<li data-id="electric">전기전자공학부</li>
<li data-id="computer">컴퓨터공학부</li>
<li data-id="enviroment">생활환경공학부</li>
<li data-id="manage">경영학부</li>
</ul>
<div id="major_detail">
<img id="major_detail_bg" class="showed" src="./img/major_machine.png">
<div id="major_detail_bg_cover"></div>
<div id="major_desc_cont">
<div id="major_desc_wrapper" class="showed">
<h2 id="major_name">기계공학부</h2>
<h3 id="major_departments">기계공학과 기계설계공학과</h3>
<h4 id="major_desc">
Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and
</h4>
<div id="major_button_to_homepage">
<a id="major_homepage_address" href="https://www.dongyang.ac.kr/web/www" target="blank">
<div>
<img src="img/icon_homepage.png">
<h3> 학부 홈페이지 </h3>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="campus">
<h2 class="title">캠퍼스</h2>
<div>
<div id="campus_map_wrapper">
</div>
<div id="campus_building_desc_cont">
<h2 id="campus_building_name">1호관</h2>
<h3 id="campus_building_desc">
Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s
</h3>
<table id="campus_building_table">
<tbody id="campus_building_floors">
<tr><td class="floor">1F</td><td>강의실</td></tr>
<tr><td class="floor">2F</td><td>강의실, NCS 교육운영지원센터</td></tr>
<tr><td class="floor">3F</td><td>강의실, 교양과</td></tr>
<tr><td class="floor">4F</td><td>학생서비스센터, 산학협력처</td></tr>
<tr><td class="floor">5F</td><td>사무처, 소강당</td></tr>
<tr><td class="floor">6F</td><td>강의실</td></tr>
<tr><td class="floor">7F</td><td>강의실</td></tr>
<tr><td class="floor">8F</td><td>총장실</td></tr>
<tr><td class="floor">9F</td><td>법인사무국</td></tr>
<tr><td class="floor">10F</td><td>기획처</td></tr>
</tbody>
</table>
</div>
</div>
</section>
<footer>
<h3>
08221 서울시 구로구 경인로 445 동양미래대학교<br>
TEL. 02-2610-1700 FAX. 02-2688-5494<br>
COPYRIGHT 2020 Dongyang Mirae University. ALL RIGHTS RESERVED.
</h3>
</footer>
</div>
<script src="./js/nav.js"></script>
<script src="./js/main.js"></script>
<script src="./js/major.js"></script>
<script src="./js/campus.js"></script>
<script src="./js/scroll.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176864660-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176864660-1');
</script>
</body>
</html>