-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (149 loc) · 7.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--google analysis -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101158570-1', 'auto');
ga('send', 'pageview');
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Kiddchantw.GitHub.io</title>
</head>
<body>
<header>
<div class="inner" >
<div style="float:left">
<h2>Kiddchan's Github Page</h2>
</div>
<div style="float:right">
<a href="#skills" style="color:#FFFFFF;font-size:120%">[專長]</a>
<a href="#projects" style="color:#FFFFFF;font-size:120%">[作品集]</a>
<a href="#education" style="color:#FFFFFF;font-size:120%">[學經歷]</a>
</div>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<div class="row">
<div class="col-sm-9" >
<section id="main-content">
<h2>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true" name="projects"><span aria-hidden="true" class="octicon octicon-link"></span></a>Projects</h2>
<div>
ADhoc測試區:<p>
<a href="https://kiddchantw.github.io/images/TainanDigLoad.ipa">下載 ipa</a><p>
<a href="itms-services://?action=download-manifest&url=https://kiddchantw.github.io/images/TainanDigLoad.plist">下載 App</a>
</div>
<!--
<p>
<br/>
iOS code<br>
主要功能:職業工會管理,含會員登入、繳費查詢、活動查詢、其他設定。<br/>
相關技術:運用Asp.net MVC架構建立前端網頁作業系統與後端資料庫規劃,iOS行動應用端透過藉由json與MS Azure線上資料庫傳遞資訊,再顯示會員、活動等資訓顯示於App端。<br/>
程式碼連結:<a href="https://github.com/kiddchantw/iOS2much">https://github.com/kiddchantw/iOS2much</a><br/>
<iframe width="500" height="500" src="https://www.youtube.com/embed/fUFps7gGydA" frameborder="0" allowfullscreen></iframe></br>
備註:小組專題簡介影片<a href="https://youtu.be/rHq8PxgtGPI">https://youtu.be/rHq8PxgtGPI</a><br/>
<br/>
C# code<br/>
主要功能:訂購管理,含訂單管理、產品管理、出貨收款確認。<br/>
相關技術:夠過MS Visual Studio與SQL sever建構本機端windows form程式,建購單機版本之訂購系統,提供簡易訂單確定查詢與修正。<br/>
程式碼連結:<a href="https://github.com/kiddchantw/CshapeExample">https://github.com/kiddchantw/CshapeExample</a><br/>
<img src="images/project2.gif" style="width:500px;height:500px">
<br/>
</p>
<br/>
<br/>
<h3>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true" name="skills"><span aria-hidden="true" class="octicon octicon-link"></span></a>Skills</h3>
<p>
<table class="table table-striped">
<thead>
<tr>
<th style="text-align:center">分類</th>
<th style="text-align:center">說明</th>
</tr>
</thead>
<tbody>
<tr>
<td>專長</td>
<td>創意思考、流程規劃、資源分配、文件管理</td>
</tr>
<tr>
<td>技能</td>
<td>
C#,
Objective-C.
HTML5, CSS, Boostrap,
MS SQL, SQLite
</td>
</tr>
</tbody>
</table>
</p>
<br/>
<br/>
<h2>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true" name="education"><span aria-hidden="true" class="octicon octicon-link"></span></a>Education and Work Experience</h2>
<p>
<p>學歷</p>
Master of Education, National Sun Yat-sen University<br/>
國立中山大學教育研究所碩士<br/>
Bachelor of Psychology,Chung Yuan Christian University<br/>
中原大學心理學系學士<br/>
<br/>
<p>經歷</p>
計畫經理/盤飛科技有限公司/ 2015.05~2016.01<br/>
專案助理/教育部未來想像與創意人才培育計畫/2012.09~2015.04<br/>
個案管理員/衛生局/2009.10-2011.08<br/>
<br/>
<p>訓練</p>
財團法人資訊工業策進會(南區)行動應用開發程式設計師就業養成班<br/>
</p>
-->
</section>
</div>
<div class="col-sm-3" >
<aside id="sidebar">
<h2>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About me</h2>
<p>
iOS developer , photographer, fixie rider<br/>
<br/>
edukidd@gmail.com<br/>
<!-- 0911-390345<br/> -->
<br/>
</p>
<br/>
<br/>
<br/>
<a href="https://github.com/kiddchantw" class="button"><small>Follow me on</small> GitHub</a>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</div>
</div>
<!--BACKtoTOP-START-->
<a style="display:scroll;position:fixed;bottom:0px;right:5px;" href="#" title="" onFocus="if(this.blur)this.blur()">
<img alt='' border='0' onmouseover="this.src='http://4.bp.blogspot.com/-AKP9Gl_ets0/TmzrRBJPg_I/AAAAAAAADpY/M3KVvsDNJbA/s1600/Top.png'" src="http://1.bp.blogspot.com/-_gUa3K1wDNo/TmzrHROhBVI/AAAAAAAADpU/vOKm_7zL8DQ/s1600/Top_medium.png" onmouseout="this.src='http://1.bp.blogspot.com/-_gUa3K1wDNo/TmzrHROhBVI/AAAAAAAADpU/vOKm_7zL8DQ/s1600/Top_medium.png'" /></a>
<!--BACKtoTOP-STOP-->
</body>
</html>