-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (210 loc) · 9.16 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!doctype html>
<html>
<head>
<script>location.href='http://blog.camel2243.com/';</script>
<meta charset="UTF-8">
<title>camel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="short icon" href="images/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="css/reset.css" />
<!-- CSS reset -->
<link rel="stylesheet" href="css/core.css" />
<link rel="stylesheet" href="css/style.css" />
<!-- Resource style -->
<!-- google chinese web font -->
<style>
@font-face {
font-family: 'cwTeXHei';
font-style: normal;
font-weight: 500;
src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
</style>
</head>
<body>
<div class="cd-image-block font">
<ul class="cd-images-list">
<li class="is-selected">
<a href="#0">
<h2>關於我</h2>
</a>
</li>
<li>
<a href="#0">
<h2>技能</h2>
</a>
</li>
<li>
<a href="#0">
<h2>作品</h2>
</a>
</li>
<li>
<a href="#0">
<h2>簡報</h2>
</a>
</li>
</ul>
<!-- .cd-images-list -->
</div>
<!-- .cd-image-block -->
<div class="cd-content-block">
<ul>
<li class="is-selected">
<div class="font">
<h2>HI, I'm camel</h2>
<p class="font">
No pain, No gain......人總是要把自己逼到牆角才能超越自己!
</p>
</div>
</li>
<li>
<div class="font">
<h2>奇技淫巧</h2>
<div>
<p> </p>
<table class="table font">
<thead>
<tr>
<th>領域</th>
<th>技能</th>
</tr>
</thead>
<tbody>
<tr>
<td>系統</td>
<td>ubuntu、windows</td>
</tr>
<tr>
<td>程式語言</td>
<td>C語言、JAVA</td>
</tr>
<tr>
<td>資料庫</td>
<td>mysql、mongoDB、firebase</td>
</tr>
<tr>
<td>網頁後端</td>
<td>php、nodejs</td>
</tr>
<tr>
<td>網頁前端</td>
<td>jquery、angularjs</td>
</tr>
<tr>
<td>網頁基本</td>
<td>html5、css3、javascript</td>
</tr>
<tr>
<td>app</td>
<td>android</td>
</tr>
</tbody>
</table>
</div>
</div>
</li>
<li>
<div class="font">
<h2>信手拈來</h2>
<div>
<p> </p>
<table class="table font">
<thead>
<tr>
<th>作品</th>
<th>說明</th>
</tr>
</thead>
<tbody>
<tr>
<td>火車時刻app</td>
<td>查詢30天內的火車時刻表 (<a href="https://github.com/camel2243/TrainTime"
target="_blank">https://github.com/camel2243/TrainTime</a>)</td>
</tr>
<tr>
<td>原價屋通知系統</td>
<td>Java撰寫,定時爬取原價屋,有特價即email通知使用者 (<a
href="https://github.com/camel2243/coolpc"
target="_blank">https://github.com/camel2243/coolpc</a>)</td>
</tr>
<tr>
<td>Random Picker</td>
<td>隨機決定一個選項 (<a href="https://camel2243.github.io/random"
target="_blank">https://camel2243.github.io/random</a>)</td>
</tr>
</tbody>
</table>
</div>
</div>
</li>
<li>
<div class="font">
<h2>胡說八道</h2>
<div class="card">
<div class="card-header">
<a href="http://www.slideshare.net/ssuser2592bd/css-layout-53263637" target="_blank"><img
src="images/css.png" /></a>
</div>
<div class="card-content">
<h3>CSS Layout</h3><br />
<p class="font">如何使用CSS做版面配置? 水平及垂直置中? 什麼是float? 什麼是clearfix? 讓你更熟悉網頁排版
</p>
</div>
</div>
<div class="card">
<div class="card-header">
<a href="http://www.slideshare.net/ssuser2592bd/bootstrap-mobileweb" target="_blank"><img
src="images/bootstrap.png" height="172px" /></a>
</div>
<div class="card-content">
<h3>Bootstrap & Mobile-Web</h3><br />
<p class="font">
Bootstrap是什麼? 新手如何快速上手? Bootstrap如何達到responsive design? 除了media
query,我們還能怎麼做?</p>
</div>
</div>
<div class="card">
<div class="card-header">
<a href="http://www.slideshare.net/ssuser2592bd/html5-history-api" target="_blank"><img
src="images/history.png" /></a>
</div>
<div class="card-content">
<h3>HTML5 history API</h3><br />
<p class="font">為什麼會有HTML5 histroy API? ajax帶來哪些缺點? 早期如何解決? 現在的做法?
</p>
</div>
</div>
<div class="card">
<div class="card-header">
<a href="http://www.slideshare.net/ssuser2592bd/sse-api" target="_blank"><img
src="images/history.png" /></a>
</div>
<div class="card-content">
<h3>HTML5 Server-sent Events API</h3><br />
<p class="font">網頁實作通知的方法? HTML5 SSE API或許可以考慮</p>
</div>
</div>
</div>
</li>
</ul>
<button class="cd-close">Close</button>
</div>
<!-- .cd-content-block -->
<ul class="block-navigation">
<li>
<button class="cd-prev inactive">← Prev</button>
</li>
<li>
<button class="cd-next">Next →</button>
</li>
</ul>
<!-- Resource jQuery -->
</body>
<script src="./bower_components/jquery/dist/jquery.min.js"></script>
<script src="js/main.js"></script>
</html>