-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (56 loc) · 1.79 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/abbdfabef9.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>KBW-Interactive-Web-Study</title>
</head>
<body>
<section>
<article class="profile">
<h1>KBW Interactive Web Study</h1>
<h2>UI/UX INTERACTIVE DEVELOPER</h2>
</article>
<ul class="web-list">
<li>
<i class="fa-solid fa-0"></i>
<span><a href="00_InteractiveCSS/index.html">Practice InteractiveCSS</a></span>
</li>
<li>
<i class="fa-solid fa-1"></i>
<span><a href="01_Online_Profile_Card/member1.html">Online Profile Card</a></span>
</li>
<li>
<i class="fa-solid fa-2"></i>
<span><a href="02_Enterprise_Web_Page/index.html">Enterprise Web Page</a></span>
</li>
<li>
<i class="fa-solid fa-3"></i>
<span><a href="03_Village_Animation/index.html">Village Animation</a></span>
</li>
<li>
<i class="fa-solid fa-5"></i>
<span><a href="05_Flex-based_Video_Webpage/index.html">Flex-based Video Webpage</a></span>
</li>
<li>
<i class="fa-solid fa-6"></i>
<span><a href="06_Music_Player/index.html">Music Player</a></span>
</li>
</ul>
<ul class="contact">
<li>
<i class="fa-solid fa-globe"></i>
<span><a href="https://kbwplace.tistory.com/">KBW's cosmos</a></span>
</li>
<li>
<i class="fas fa-envelope"></i>
<span>[email protected]</span>
</li>
</ul>
</section>
</body>
</html>