-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (77 loc) · 3 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<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">
<title>final-exam</title>
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@media (max-width: 640px) {
#container{
width: auto;
}
}
</style>
<link rel="stylesheet" href="css/final-exam.css">
<link rel="stylesheet" href="css/cube.css">
<link rel="stylesheet" href="css/svg.css">
<body>
<div id="container">
<header id="header">
<h1>2021 Web Development Final-Exam</h1>
</header>
<div id="content">
<div id="sidebar">
<img src="donghyup.jpg" alt="사진">
<h2>Ko DongHyup</h2>
<br>
<ul>
<li>이름 : 고동협</li>
<li>학교 : 제주대학교</li>
<li>학과 : 컴퓨터공학과</li>
<li>연락처 : 010.4643.2006</li>
<li>메일 : [email protected]</li>
<li>github : <a href="https://github.com/kodonghyup">github.com/kodonghyup</a></li>
</ul>
<br>
<div class="box">
<h3>Active</h3>
<ol>
<li>2021 컴퓨터공학과 부학회장</li>
<li>Iot 064-SW창업동아리</li>
<li>쥬라기-스터디그룹</li>
<li>티라노스쿠스-창업동아리</li>
</ol>
</div>
</div>
<div id="section">
<h3>Practice</h3>
<div class="wrapper">
<div class="top">top</div>
<div class="bottom">bottom</div>
<div class="right"><img src="img/image-1.png"></div>
<div class="left"><img src="img/image-0.png"></div>
<div class="front"><img src="img/flower.png"></div>
<div class="back"><img src="img/image-7.png"></div>
</div>
<div class="text-box">
<div class="text-wrap">
<svg width=1000 height=100 viewBox="0 0 525 160">
<text x="0" y="50%">D</text>
<text x="60" y="50%">o</text>
<text x="120" y="50%">N</text>
<text x="190" y="50%">g</text>
<text x="260" y="50%">H</text>
<text x="330" y="50%">y</text>
<text x="375" y="50%">U</text>
<text x="440" y="50%">p</text>
</svg>
</div>
</div>
</div>
</div>
</div>
</body>
</html>