-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsogae.html
67 lines (63 loc) · 2.29 KB
/
sogae.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>간식주세용</title>
<link rel="stylesheet" href="assets/css/master.css">
<link href="https://fonts.googleapis.com/css?family=Do+Hyeon|Jua|Nanum+Pen+Script&display=swap&subset=korean" rel="stylesheet">
<link rel="shortcut icon" href="img/snack.ico"/>
</head>
<body>
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">간식주세용</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="sogae.html">팀 소개</a></li>
</ul>
</nav>
<!-- Content -->
<section id="main" class="wrapper">
<div class="inner">
<div class="post-info">
<h1><a href="sogae.html">팀 소개</a></h1>
</div>
<div class="content">
<p>'간식주세용'팀은 정말 굉장한 팀입니다. 2명의 현역과 2명의 공익과 1명의 면제로 이루어진 정말로 굉장한 팀입니다.</p>
<p>2019년 6월 25일</p>
<hr />
<h1>팀원 소개</h1>
<hr />
<h2><a href="https://mgpocky.github.io/">김경민</a></h2>
<h3>삐빅, 공익입니다</h3>
<hr />
<h2><a href="https://glass2300.github.io">문영균</a></h2>
<h3>라섹함, 소개팅받음(부럽다....)</h3>
<hr />
<h2><a href="http://jwoo9928.github.io">박재우</a></h2>
<h3>삐빅, 공익입니다.</h3>
<hr />
<h2><a href="https://ajh99345.github.io/">안준혁</a></h2>
<h3>삐빅..... 3급현역입니다......(개불쌍) 곧있으면 못봄</h3>
<hr />
<h2><a href="https://hancihu.github.io/">유찬희</a></h2>
<h3>삐빅, 면제입니다.(조장)</h3>
<hr/>
<p>개인 블로그 주소입니다...</p>
</div>
</div>
</section>
<!-- Script -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>