-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice2.html
More file actions
191 lines (191 loc) · 8.35 KB
/
service2.html
File metadata and controls
191 lines (191 loc) · 8.35 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
<!DOCTYPE html>
<html lang="ko" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>조직도</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="sub.css">
<link rel="stylesheet" href="style.css">
<style>
@media(min-width:1199px) {
.bread_crums .no-image ul li {display: none;}
.bread_crums .no-image ul {opacity: 0;}
}
@media(max-width:1199px) {
.contents #snb {display: none;}
.contents #contents {width: 100%; padding: 60px 0 100px 180px;}
.bread_crums > div > .no-image > a {background: url("../Dreamshake/downarrowbutton.png") no-repeat right 20px center;}
.bread_crums .no-image ul {opacity: 1;}
.bread_crums .no-image ul a:hover li {display: block;}
}
@media(max-width:769px) {
.contents #contents .mb-3 {width: 600px;}
.contents #contents {width: 100%; padding: 60px 0 100px 60px;}
.card-deck {width: 600px; margin-left: 0;}
.card-deck .card {margin-left: auto; margin-right: auto; width: 600px;}
}
@media(max-width:602px) {
.bread_crums div > div > a {width: 150px;}
.bread_crums > div > .no-image > a {background: url("../Dreamshake/downarrowbutton.png") no-repeat right 0 center;}
.bread_crums ul {width: 152px;}
}
@media(max-width:541px) {
.contents #contents {width: 100%; padding : 0 15px; margin-top: 30px; margin-bottom: 30px;}
.contents #contents .h2 {text-align: center;}
.contents #contents .greetings img {width: 250px;}
.contents #contents .greetings {margin-left: 70px;}
.contents #contents .service1_photo .photo {margin-right: 0; margin-left: 90px;}
.contents #contents .service1_photo .photo_content {text-align: center; width: 100%;}
.container {padding: 0;}
}
</style>
</head>
<body>
<header id="header">
<div class="background_color"></div>
<div class="blank"></div>
<div class="logo"><a href="main.html"><img src="에어로고.jpg" alt=""></a></div>
<div class="menu">
<nav>
<div class="blank"></div>
<ul>
<li><a href="about_ceo_greeting.html">About</a>
<ul>
<li><a href="about_ceo_greeting.html">Air Poster</a></li>
<li><a href="about_organization_chart.html">Organization</a></li>
</ul>
</li>
<li><a href="service1.html">Content</a>
<ul>
<li><a href="service1.html">Regular Meeting</a></li>
<li><a href="service2.html">Club MT</a></li>
<li><a href="service3.html">HBL</a></li>
<li><a href="service4.html">Home Coming Day</a></li>
</ul>
</li>
<li><a href="media1.html">Media</a></li>
</ul>
<div class="blank"></div>
</nav>
</div>
<div class="language"><a href="#a">English</a></div>
<div class="blank"></div>
<a href="#a" class="total"><span>MENU</span></a>
<div class="second_menubar">
<ul>
<li><a href="about_ceo_greeting.html">ABOUT</a>
<ul>
<li><a href="about_ceo_greeting.html">Air Poster</a></li>
<li><a href="about_organization_chart.html">Organization</a></li>
</ul>
</li>
<li><a href="service1.html">CONTENT</a>
<ul>
<li><a href="service1.html">Regular Meeting</a></li>
<li><a href="service2.html">Club MT</a></li>
<li><a href="service3.html">HBL</a></li>
<li><a href="service4.html">Home Coming Day</a></li>
</ul>
</li>
<li><a href="media1.html">MEDIA</a></li>
</ul>
</div>
</header>
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="1. GIF 판넬 상단 이미지.PNG" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="slide-1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="slide-2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="slide-3.jpg" class="d-block w-100" alt="...">
</div>
</div>
</div>
<div class="container bread_crums">
<div>
<a href="main.html"><img src="homebutton.png"></a>
<div>
<a href="about_ceo_greeting.html">Content</a>
<ul>
<li><a href="about_ceo_greeting.html">About</a></li>
<li><a href="service1.html">Content</a></li>
<li><a href="media1.html">Media</a></li>
</ul>
</div>
<div class="no-image">
<a href="service2.html">Club MT</a>
<ul>
<li><a href="service1.html">Regular Meeting</a></li>
<li><a href="service2.html">Club MT</a></li>
<li><a href="service3.html">HBL</a></li>
<li><a href="service4.html">Home Coming Day</a></li>
</ul>
</div>
</div>
</div>
<div class="container contents">
<div id="snb">
<h2>CONTENT<span>Club Activities</span></h2>
<ul>
<li><a href="service1.html">Regular Meeting</a></li>
<li><a href="service2.html">Club MT</a></li>
<li><a href="service3.html">HBL</a></li>
<li><a href="service4.html">Home Coming Day</a></li>
</ul>
</div>
<div class="container" id="contents">
<h2 class="h2">Club MT</h2>
<div class="service1_photo">
<div class="photo"><img src="service2_photo1.png" alt=""></div>
<div class="photo_content">
<h2>Air Stricker Unique</h2>
Have you played 100 recreation games?<br>
Play a game that never ends all night.<br>
</div>
</div>
<div class="service1_photo">
<div class="photo"><img src="service2_photo2.png" alt=""></div>
<div class="photo_content">
<h2>Basketball club-like M.T</h2>
M.T., which starts with basketball and ends with basketball.<br>
Players and managers are combined to form a team.<br>
</div>
</div>
</div>
</div>
<footer>
<div class="container" id="hei">
<div class="row align-items-center" id="hei">
<div class="col-9">
<div>
<a href="#a">Privacy Policy</a>
<a href="#a">Terms of Use</a>
<span class="p_5"><a href="#a">Email Unauthorized Collection Denied</a>
<a href="#a">Site Map</a></span>
</div>
<div class="p-1">
<span class="p_1">Chairman : Lee Kang Hee</span>
<span class="p_2">Address : Court on the academic side of Handong University 558 Handong-ro, Heunghae-eup, Buk-gu, Pohang, Gyeongsangbuk-do</span>
</div>
</div>
<div class="col-3">
<a href="https://www.youtube.com/channel/UCBLAV_ggLu0S_ZSLF0JnzNw" target="_blank"><img src="유투브이미지.png"><span></span>youtube</a>
</div>
</div>
</div>
</footer>
<div id="topbutton"><a href="#a">TOP</a></div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="jquery-1.10.2.min.js"></script>
<script src="main.js"></script>
</body>
</html>