-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
64 lines (54 loc) · 1.97 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="index.css">
<title>index</title>
</head>
<body>
<header></header>
<div class="container">
<nav id="nav"></nav>
<main>
<h1>📦 Center</h1>
<br/>
<nav class="navWidth">
<a href="./index.html">index</a>
<a href="./wiki.html">WIKI</a>
</nav>
<br/>
<section>
<article>
<p>참여해주신 분들의 깃허브 링크 및 이력입니다</p>
</article>
</section>
<section>
<article>
<table cellspacing="10" cellpadding="5">
<tr>
<th>CONTRIBUTOR</th>
<th>LINK</th>
</tr>
<tr>
<td><a href="https://github.com/Zundal">안정식</a></td>
<td><a href="https://www.linkedin.com/in/jeongsik-an-1559b21b1/">링크드인</a></td>
</tr>
<tr>
<td><a href="https://github.com/ming-000">김민정</a></td>
</tr>
<tr>
<td><a href="https://github.com/isun-dev">최인선</a></td>
<td><a href="https://www.linkedin.com/in/nicole-choi-insun/">링크드인</a></td>
</tr>
<tr>
<td><a href="https://github.com/choijunkeun">최준근</a></td>
</tr>
</table>
</article>
</section>
</main>
</div>
</body>
<script type="text/javascript" src="./index.js"></script>
</html>