-
Notifications
You must be signed in to change notification settings - Fork 0
/
0706main.html
78 lines (78 loc) · 4.46 KB
/
0706main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>大學生體驗營S1 - 個人履歷 By王家偉</title>
<link rel="stylesheet" href="stylefin.css">
</head>
<body>
<div class="title container">
<h1>Joanne<br>Chen</h1>
<img class="photo"src="https://hexschool.github.io/webLayoutTraining1st/week1/photo.png" alt="Joanne Chen" width="324px" height="324px">
<div class="container profile">
<h2 class="header">個人資料 <span class="red">PROFILE</span></h2>
<br>
<p>
陳久安 Joanne Chen<br>1997-<br>
應屆畢業生/接案設計師/UI 設計實習生<br>
<br>UI 設計修行中/立志當斜槓青年<br>
獨立接案,內容涵蓋:<br>
品牌規劃、視覺設計、編輯設計、標準字、物件及印刷品設計等。
</p>
</div>
<div class="container education">
<h2 class="header">學歷 <span class="red">EDUCATION</span></h2>
<p>國立六角師範大學 視覺設計學系 學士學位|2016—2020</p><br>
<p>國立六角高級中學 美術班|2013—2016</p>
<br>
<div class="skills">
<h3 class="whiteline">技能 SKILLS</h3>
<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>語言:中文、英文</li>
</ul>
</div>
<div class="container work">
<h2 class="header">工作經驗 <span class="red">WORK EXPERIENCE</span></h2>
<div class="workex">
<h3 class="bold">六角學院 視覺設計實習生|2019/07—2020/06</h3>
<img src="https://raw.githubusercontent.com/hexschool/webLayoutTraining1st/9abff06f0952894395796442b2d399e46ad98560/week1/Group%201.svg" alt="六角學院Logo">
<p>在六角學院長達一年的實習中,前期藉由公司課程掌握HTML, CSS, Adobe XD,設計給學員使用的名片設計教材,並參與六角周年活動,設計各式周邊商品及活動網路宣傳圖。後期進入 UI 設計範疇,設計六角共筆部落格-W3HexSchool、六角發案服務網介面設計、供給學員的教案-RWD官方網站設計,並設計各式網頁活動宣傳圖。</p>
<div class="WorkExperienceInnerBlock">
<br>
<h3>獨立接案 Hao Jun 酒標設計|2019</h3><br>
<h3>獨立接案 Exulans 酒標設計|2019</h3><br>
<h3>獨立接案 桃園平鎮市民健走活動提案|2019</h3>
</div>
<br>
<h3>Simtree 興趣咖啡 工讀生|2018—2019</h3>
<img src="https://github.com/hexschool/webLayoutTraining1st/blob/master/week1/simtree.png?raw=true" alt="SimtreeLogo">
<p>擔任外場及吧台服務生、學習咖啡相關知識。</p></li>
</div>
</div>
<div class="container contact">
<p class="header">聯絡方式 CONTACT METHOD</p>
<br>
<ul>
<li>Mail:xxxd@hexschool.com</li>
<li>Phone:0910123456</li>
<li>Kaohsiung, Taiwan</li>
<li>作品連結:<a href="https://www.behance.net/xxxdddddd" target="_blank">https://www.behance.net/xxxdddddd</a></li>
</ul>
<br>
<div>
<img src="https://raw.githubusercontent.com/hexschool/webLayoutTraining1st/9abff06f0952894395796442b2d399e46ad98560/week1/facebook.svg" alt="前往FB">
<img src="https://raw.githubusercontent.com/hexschool/webLayoutTraining1st/9abff06f0952894395796442b2d399e46ad98560/week1/instagram-alt.svg" alt="前往IG">
<img src="https://raw.githubusercontent.com/hexschool/webLayoutTraining1st/9abff06f0952894395796442b2d399e46ad98560/week1/line.svg" alt="前往LINE">
</div>
</div>
</div>
</div>
</body>
</html>