-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (126 loc) · 5.11 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>履歷設計</title>
<link rel="stylesheet" href="all.css"></head>
<body>
<header class="container">
<div class="name andale_mono">
<h1>Joanne <br>
Chen
</h1>
</div>
</header>
<main>
<div class="container">
<section class="photo">
<img class="" src="./img/photo.png" alt="">
</section>
<section class="profile pingfang">
<div class="title">
<h2>個人資料</h2>
<h2 class="subtitle">PROFILE</h2>
</div>
<ul class="content">
<li class="circle">
陳久安 Joanne Chen <br>
1997- <br>
應屆畢業生/接案設計師/UI 設計實習生
</li>
<li>
UI 設計修行中/立志當斜槓青年 <br>
獨立接案,內容涵蓋: <br>
品牌規劃、視覺設計、編輯設計、標準字、物件及印刷品設計等。
</li>
</ul>
</section>
<section class="education">
<div class="title">
<h2>學歷</h2>
<h2 class="subtitle">EDUCATION</h2>
</div>
<div class="timeline">
<div class="content circle">
<p>國立六角師範大學 視覺設計學系 學士學位 | 2016-2020</p>
</div>
<div class="content circle">
<p>國立六腳高級中學 美術班 | 2013-2016</p>
</div>
</div>
</section>
</div>
<section class="relative">
<div class="skills_background">
</div>
<div class="skills container">
<div class="skills_title title_center">
<h2>技能</h2>
<h2 class="subtitle">SKILLS</h2>
</div>
<div class="skills_content">
<ul>
<li>Adobe Photoshop</li>
<li>Adobe Illustrator</li>
<li>Adobe XD</li>
<li>Adobe Indesign</li>
<li>C4D</li>
<li>Adobe Premiere</li>
<li class="pingfang_light">語言:中文、英文</li>
</ul>
</div>
</div>
</section>
<div class="container">
<section class="work">
<div class="title_work">
<h2>工作經驗</h2>
<h2 class="subtitle">WORK EXPERIENCE</h2>
</div>
<div class="content_work">
<ul>
<li>
<h4>六角學院 視覺設計實習生 | 2019/07-2020/06</h4>
<img src="./img/hexlogo.svg" alt="hexlogo">
<p>在六角學院長達一年的實習中,前期藉由公司課程掌握 HTML, CSS, Adobe XD,設計給學員使用的名片設計教材,並參與六角週年活動,設計各式周邊商品及活動網路宣傳圖。後期進入
UI 設計範疇,設計六角共筆部落格 - W3HexSchool、六角發案服務網介面設計、供給學員的教 案- RWD官方網站設計,並設計各式網頁活動宣傳圖。</p>
</li>
<li>
<h4>獨立接案 Hao Jun 酒標設計 | 2019</h4>
</li>
<li>
<h4>獨立接案 Exulans 酒標設計 | 2019</h4>
</li>
<li>
<h4>獨立接案 桃園平鎮市民健走活動提案 | 2019</h4>
</li>
<li>
<h4>Simtree 興趣咖啡 工讀生 | 2018-2019</h4>
<img src="./img/simtree.png" alt="simtree">
<p>擔任外場及吧台服務生,學習咖啡相關知識。</p>
</li>
</ul>
</div>
</section>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer_title title_center">
<h2>聯絡方式</h2>
<h2 class="subtitle">CONTACT METHOD</h2>
</div>
<div class="footer_content">
<ul>
<li><a href="mailto:xxxd@hexschool.com">Mail:xxxd@hexschool.com</a></li>
<li><a href="tel:">Phone:0910123456</a></li>
<li>Kaohsiung, Taiwan</li>
<li><a href="https://www.behance.net/xxxdddddd">作品連結:https://www.behance.net/xxxdddddd</a></li>
</ul>
<div class="contact">
<a href="https://www.facebook.com/"><img src="./img/facebook.svg" alt="facebook"></a>
<a href="https://www.instagram.com/"><img src="./img/instagram-alt.svg" alt="instagram"></a>
<a href="https://line.me/zh-hant/"><img src="./img/line.svg" alt="line"></a>
</div>
</div>
</div>
</footer>
</body></html>