This repository was archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (72 loc) · 2.04 KB
/
index.html
File metadata and controls
72 lines (72 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta
content="minimum-scale=1.0, width=device-width, maximum-scale=1, user-scalable=no"
name="viewport"
/>
<title>Introduce</title>
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<div class="prefix"><</div>
<div class="member">
<ul>
<li>
<a href="./profiles/daeYoung.html">
<div class="profile-box">
<img src="images/daeYoung.png" alt="daeYoung" />
<div class="alt">DaeYoung</div>
</div>
</a>
</li>
<li>
<a href="./profiles/junseo.html">
<div class="profile-box">
<img src="./images/junseo.png" alt="junseo" />
<div class="alt">Junseo</div>
</div>
</a>
</li>
<li>
<a href="./profiles/changjoon.html">
<div class="profile-box">
<img src="./images/joon/face.png" alt="pilmo" />
<div class="alt">Changjoon</div>
</div>
</a>
</li>
</ul>
<ul>
<li>
<a href="./profiles/sori.html">
<div class="profile-box">
<img src="./images/sori.png" alt="pilmo" />
<div class="alt">Sori</div>
</div>
</a>
</li>
<li>
<a href="./profiles/pilmo.html">
<div class="profile-box">
<img src="./images/pilmo.png" alt="pilmo" />
<div class="alt">Pilmo</div>
</div>
</a>
</li>
<li>
<a href="./profiles/soyeon.html">
<div class="profile-box">
<img src="./images/soyeon.png" alt="soyeon" />
<div class="alt">Soyeon</div>
</div>
</a>
</li>
</ul>
</div>
<div class="suffix">/></div>
</body>
</html>