-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.html
115 lines (114 loc) · 4.88 KB
/
CV.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
<!doctype html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/CV.css">
<html>
<header>
<div class="row">
<nav class="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#About">About</a></li>
<li><a href="index.html#Illus">Works</a></li>
<li><a href="Contact.html">Contact</a></li>
<li><a href="CV.html">CV</a></li>
</ul>
</div>
</nav>
</div>
</header>
<body>
<div class="Container">
<div class="Wrapper">
<div class="Photo">
<img src="img/about01.png">
<h1 class="h-01">Enya Lin</h1>
</div>
<div class="Profile">
<img class="Icon" src="img/CV/icon1.svg">
<div class="separator">
<h1 class="h-02">Profile</h1>
</div>
<p class="p-01">Grauduated from Advertising Design departement in vocational school.<br><br>Currently studying in Interaction Design department in National Taipei University of Teconolgy</p>
</div>
<div class="Skills">
<img class="Icon" src="img/CV/icon2.svg">
<div class="separator">
<h1 class="h-02">Skills</h1>
</div>
<span class="p-02">
<div class="circle"></div>Watercolour<br>
<div class="circle"></div>Graphic Design<br>
<div class="circle"></div>Computer Art<br>
<div class="circle"></div>UI Design<br>
<div class="circle"></div>3D model<br>
<div class="circle"></div>Animation
</span>
</div>
<div class="SofterWare">
<img class="Icon" src="img/CV/icon3.svg">
<div class="separator">
<h1 class="h-02">SofterWare</h1>
</div>
<img src="img/CV/Skill-06.png">
<img src="img/CV/Skill-07.png">
<img src="img/CV/Skill-08.png">
<img src="img/CV/Skill-09.png">
<img src="img/CV/Skill-10.png">
</div>
<div class="Experience">
<img class="Icon" src="img/CV/icon4.svg">
<div class="separator">
<h1 class="h-02">Experience</h1>
</div>
<span class="p-03">
<div class="circle"></div>Borad game.<span class="p-03-01">2015-2017</span><br>
</span>
<p class="p-04">Designed a board game which has already been on the market
since May 1, 2018, released by Sanmin bookstore.</p>
<span class="p-03">
<div class="circle"></div>Key Vision<span class="p-03-01">2018</span><br>
</span>
<p class="p-04">the poster KV of the freshman final exibition,Universal Poached Egg.</p>
<span class="p-03">
<div class="circle"></div>Large Poster<span class="p-03-01">2019</span><br>
</span>
<p class="p-04">In charge of designing the poster KV of Taipei Tech 107 Anniversary. </p>
</div>
<div class="Achievement">
<img class="Icon" src="img/CV/icon5.svg">
<div class="separator">
<h1 class="h-02">Achievement</h1>
</div>
<span class="p-03">
<div class="circle"></div>25th Times Young Creative Awards<br>
</span>
<p class="p-04">Taiwan Preliminary Excellent Award.<br>Graphic Design</p>
<span class="p-03">
<div class="circle"></div>4th 東亞高中職國際募展<br>
</span>
<p class="p-04">Judges' Award.<br>A self-portrait drawing contest host by Kyoto University of Art and Design.The competitor includes Japan, South Korean, Taiwan, and China′s high school students.</p>
<span class="p-03">
<div class="circle"></div>2019 Hackathon in College<br>
</span>
<p class="p-04">The best award</p>
</div>
</div>
</div>
</body>
<Footer>
<div class="LinkIcon">
<img src="img/Icon13.png"> <img src="img/icon14.png"> <img src="img/icon15.png">
</div>
<div class="Content">
<p class="Fp">[email protected]<br>0921529183<br></p>
<p>For any inquiries please get in touch at my mail<br>
I'd love to hear from you!</p>
</div>
</Footer>
</html>