-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperson.html
More file actions
61 lines (61 loc) · 1.94 KB
/
person.html
File metadata and controls
61 lines (61 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrap">
<div class="header">
<h1 class="name">Joanne <br>Chan</h1>
</div>
<div class="line"></div>
<div class="content">
<img src="public/me.png" alt="">
</div>
<div class="title">
<h2>個人資料</h2>
<p class="title-text text">PROFILE</p>
</div>
<div class="item-person">
<ul>
<li class="item-text">
<p>陳久安 Joanne Chen <br>
1997- <br>
應屆畢業生/接案設計師/UI 設計實習生 <br></p>
<p>UI 設計修行中/立志當斜槓青年<br>
獨立接案,內容涵蓋:<br>
品牌規劃、視覺設計、編輯設計、標準字、物件及印刷品設計等。<br>
</p>
</li>
</ul>
</div>
<div class="title">
<h2>學歷</h2>
<p class="title-text text">EDUCATION</p>
</div>
<div class="item">
<ul>
<li class="item-text">
<p>國立六角師範大學 視覺設計學系 學士學位 | 2016-2020
</li>
<li class="item-text">
<p>國立六腳高級中學 美術班 | 2013-2016</p>
</li>
</ul>
</div>
<div class="skill text-white">
<div class="skill-header">
<h2>技能</h2>
<p class="skill-title">SKILLS</p>
</div>
<div class="skill-line line-white"></div>
<div class="skill-center"></div>
<div class="skill-footer"></div>
</div>
<div class="footer"></div>
</div>
</body>
</html>