-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (63 loc) · 2.69 KB
/
index.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
<!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, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>AOU</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="stylesheet" href="https://unpkg.com/destyle.css@1.0.5/destyle.css">
<link href="css/style.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/b8a7fea4d4.js" crossorigin="anonymous"></script>
<script src="js/nav.js"></script>
<script type="module" src="js/layout.js"></script>
</head>
<body>
<aside></aside>
<div class="container home">
<header></header>
<section class="hero">
<h1 class="title">Amateur Orchestra Union</h1>
<p>
대학 아마추어 오케스트라 사이의 공연 정보를 공유하고,
<br> 다양한 프로젝트를 기획하는 커뮤니티입니다.
</p>
</section>
<section class="menu">
<div class="wrapper">
<h2 class="title">Apply</h2>
<p>
제2회 마이심포니아 실내악축제 지원 <br>
2022 AOU MONOMYTH 상시모집 <br>
<a href="https://linktr.ee/amateurorchestra">https://linktr.ee/amateurorchestra</a>
</p>
</div>
</section>
<section class="contact">
<h2 class="title">Contact</h2>
<a class="btn ripple" href="mailto:a_o_u_@naver.com">문의사항</a>
<ul class="contact-sns">
<li>
<a href="https://www.facebook.com/AmateurOrchestraUnion" target="_blank" class="ripple">
<i class="fab fa-facebook-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCbXrpt474rofUuXaaRSB3lw/featured" target="_blank"
class="ripple">
<i class="fab fa-youtube" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/a_o_u__/" target="_blank" class="ripple">
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
</li>
</ul>
</section>
</div>
</body>
</html>