-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (120 loc) · 3.79 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title Page</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- About -->
<section class="l-about">
<h2 class="o-title">ABOUT ME</h2>
<article class="l-about-info">
<div class="l-about-info-l">
<div class="l-about-info-pic">
<img src="img/me.jpg" class="img-circle img-responsive" alt="">
</div>
</div>
<div class="l-about-info-r">
<div class="l-about-info-r-text">
<h4>FULL NAME</h4>
<p>廖柏錩(Richard)</p>
</div>
<div class="l-about-info-r-text">
<h4>Email</h4>
<a href="#">[email protected]</a>
</div>
<div class="l-about-info-r-text">
<h4>Phone</h4>
<p>0988-190877</p>
</div>
</div>
</article>
<article class="l-about-introduct">
<p>從前端設計到前端工程師</p>
<p>對網頁新技術充滿熱情,積極學習最新技術,跟著時代走並追求美感的前端工程師。</p>
</article>
<div class="l-about-interest">
<div class="item">
<img src="img/after-effects.png" alt="">
</div>
<div class="item">
<img src="img/audition.png" alt="">
</div>
<div class="item">
<img src="img/dreamweaver.png" alt="">
</div>
<div class="item">
<img src="img/illustrator.png" alt="">
</div>
<div class="item">
<img src="img/photoshop.png" alt="">
</div>
</div>
</section>
<!-- Timeline -->
<section class="l-timeline mt-20">
<h2 class="o-title">EDUCATION-EXPERIENCE</h2>
<ul class="timeline">
<li>
<div class="timeline-l">
<h4>台中亞洲大學 - 光電與通訊學系</h4>
<p>123123141</p>
</div>
<div class="timeline-r">
<span class="timeline-span">2012年/9月(畢業)</span>
</div>
</li>
<li>
<div class="timeline-l">
<span class="timeline-span">2015~2016(5月)</span>
</div>
<div class="timeline-r">
<h4>傳奇數位 - 網頁設計師</h4>
<p>12312309123019238129</p>
</div>
</li>
<li>
<div class="timeline-l">
<h4>台中皚霖資訊 - 前端設計</h4>
<p>主要專案為政府與醫院</p>
<a href="http://www.i-link.tw/" target="_blank">官網(另開連結)</a>
</div>
<div class="timeline-r">
<span class="timeline-span">2016~2017(12月)</span>
</div>
</li>
<li>
<div class="timeline-l">
<span class="timeline-span">進修課程</span>
</div>
<div class="timeline-r">
<h4>實體課程</h4>
<p>2016年 - Amos bootstrap3</p>
<p>2017年 - 保哥 git</p>
<p>2017年 - 保哥 Angular5</p>
</div>
</li>
<li>
<div class="timeline-l">
<p>台北前端</p>
<p>台中前端</p>
<p>高雄前端</p>
</div>
<div class="timeline-r">
<span class="timeline-span">前端社團</span>
</div>
</li>
</ul>
</section>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>