-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (232 loc) · 16.4 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>First Page</title>
<link rel="icon" image="image/x-icon" href="./images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body {
min-height: 2000px;
padding-top: 70px;
}
.iframe {
width: 100%;
min-height: 500px;
}
</style>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" charset="utf-8">
$(document).load(function() {
console.log("Document load.");
});
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">Main</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="./">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Homework<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://thwu.github.io/" target="_blank">HW01:First Page</a></li>
<li><a href="./Homework/resume.html" target="_blank">HW02:Online Resume</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Practice(2~5)<span class="caret"></span></a>
<ul class="dropdown-menu">
<li role="separator" class="divider"></li>
<li class="dropdown-header">Class 2</li>
<li><a href="./Practice/Class2/Travel.html" target="_blank">Class 2 P1: Travel note</a></li>
<li><a href="./Practice/Class2/Lounge.html" target="_blank">Class 2 P2: Lounge</a></li>
<li><a href="./Practice/Class2/mypod/index.html" target="_blank">Class 2 P3: myPod</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Class 3</li>
<li><a href="./Practice/Class3/table/index.html" target="_blank">Class 3 P1: Table tag</a></li>
<li><a href="./Practice/Class3/css_p/index.html" target="_blank">Class 3 P2: CSS</a></li>
<li><a href="./Practice/Class3/lounge/html/elixir-ColorStyle.html" target="_blank">Class 3 P3: Elicir Color Style</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Class 4</li>
<li><a href="./Practice/Class4/journal/journal.html" target="_blank">Class 4 P1: CSS Class, Fonts</a></li>
<li><a href="./Practice/Class4/lounge/lounge.html" target="_blank">Class 4 P2: CSS Box</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Class 5</li>
<li><a href="./Practice/Class5/position/index.html" target="_blank">Class 5 P1: Position(Blue & Red Boxs)</a></li>
<li><a href="./Practice/Class5/lounge/lounge.html" target="_blank">Class 5 P2: Fixed Menu</a></li>
<li><a href="./Practice/Class5/starbuzz/index.html" target="_blank">Class 5 P3: Starbuzz</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Practice(6~8)<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Class 6</li>
<li><a href="./Practice/Class6/bootstrap/index.html" target="_blank">Class 6 P1: Bootstrap(basic layout)</a></li>
<li><a href="./Practice/Class6/bootstrap/layout.html" target="_blank">Class 6 P2: Bootstrap(layout prastice)</a></li>
<li><a href="./Practice/Class6/bootstrap/nested.html" target="_blank">Class 6 P3: Bootstrap(nested layout)</a></li>
<li><a href="./Practice/Class6/bootstrap/about.html" target="_blank">Class 6 P4: Bootstrap(about)</a></li>
<li><a href="./Practice/Class6/bootstrap/portfolio.html" target="_blank">Class 6 P5: Bootstrap(portfolio)</a></li>
<li><a href="./Practice/Class6/starbuzz/index.html" target="_blank">Class 6 P6: Border-box</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Class 7</li>
<li><a href="./Practice/Class7/CSSBackground/ShadowedBox.html" target="_blank">Class 7 P1: Shadow</a></li>
<li><a href="./Practice/Class7/CSSBackground/Gradient.html" target="_blank">Class 7 P2: Gradient</a></li>
<li><a href="./Practice/Class7/CSSBackground/StopColor.html" target="_blank">Class 7 P3: Stop Color</a></li>
<li><a href="./Practice/Class7/navbar/index.html" target="_blank">Class 7 P4: Navbar DIY</a></li>
<li><a href="./Practice/Class7/css3/index.html" target="_blank">Class 7 P5: Filter</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Class 8</li>
<li><a href="./Practice/Class8/html5andJS1/planets.html" target="_blank">Class 8 P1: Planets</a></li>
<li><a href="./Practice/Class8/Quiz/Quiz.html" target="_blank">Class 8 P2: Quiz</a></li>
<li><a href="./Practice/Class8/Quiz/Quiz2.html" target="_blank">Class 8 P3: Quiz 2</a></li>
<li><a href="./Practice/Class8/Quiz/IceCream.html" target="_blank">Class 8 P4: IceCream (Popup bomb!)</a></li>
<li><a href="./Practice/Class8/Quiz/Quiz3.html" target="_blank">Class 8 P5: Quiz 3</a></li>
<li><a href="./Practice/Class8/html5andJS1/javascript_q1.html" target="_blank">Class 8 P6: Playlist</a></li>
<li><a href="./Practice/Class8/PlayList/PlayList.html" target="_blank">Class 8 P7: Playlist (Add Song)</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Practice(9,10)<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Class 9</li>
<li><a href="./Practice/Class9/exercise/create_shapes.html" target="_blank">Class 9 P1: Create Shapes</a></li>
<li><a href="./Practice/Class9/exercise/javascript_q2.html" target="_blank">Class 9 P2: Array</a></li>
<li><a href="./Practice/Class9/exercise/image.html" target="_blank">Class 9 P3: Img src change</a></li>
<li><a href="./Practice/Class9/exercise/image_start.html" target="_blank">Class 9 P4: Imgs src change</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Class 10</li>
<li><a href="./Practice/Class10/jquery/jQuery1.html" target="_blank">Class 10 P1: jQuery</a></li>
<li><a href="./Practice/Class10/jquery/p2.html" target="_blank">Class 10 P2: jQuery</a></li>
<li><a href="./Practice/Class10/jquery/p3.html" target="_blank">Class 10 P3: jQuery</a></li>
<li><a href="./Practice/Class10/jquery/p4.html" target="_blank">Class 10 P4: jQuery</a></li>
<!--
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
-->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Class Resource<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://hackpad.com/HTML5CSS3Bootstrap-260-JsOFFY9Joch" target="_blank">Hackpad</a></li>
<li><a href="https://www.dropbox.com/sh/qjr8lkz89uajcdh/AAACOazQuIBG1xjiVOz_2eyoa?dl=0" target="_blank">Dropbox</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resource<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Cloud Drive</li>
<li><a href="https://drive.google.com/" target="_blank">Google Drive</a></li>
<li><a href="https://www.dropbox.com/" target="_blank">Dropbox</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Version control</li>
<li><a href="https://github.com/" target="_blank">GitHub</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Library / Framework</li>
<li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a></li>
<li><a href="https://angularjs.org/" target="_blank">AngularJS</a></li>
<li><a href="https://nodejs.org/en/" target="_blank">Node.js</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">IDE</li>
<li><a href="http://www.sublimetext.com/" target="_blank">Sublime Text</a></li>
<li><a href="https://code.visualstudio.com/" target="_blank">Visual Stuio Code</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Plugin</li>
<li><a href="http://livestyle.emmet.io/" target="_blank">Emmet Livestyle</a></li>
<li><a href="http://64px.com/" target="_blank">Auto Refresh</a></li>
<li><a href="https://github.com/postcss/autoprefixer" target="_blank">Autoprefixer</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Search</li>
<li><a href="http://it-ebooks-search.info/" target="_blank">IT eBooks</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Fonts</li>
<li><a href="https://www.google.com/fonts/" target="_blank">Google Fonts</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resource 2<span class="caret"></span></a>
<ul class="dropdown-menu">
<li role="separator" class="divider"></li>
<li class="dropdown-header">Online Tools</li>
<li><a href="http://www.w3schools.com/" target="_blank">W3schools</a></li>
<li><a href="http://www.w3schools.com/tags/ref_colorpicker.asp" target="_blank">HTML Color Picker</a></li>
<li><a href="https://balsamiq.com/" target="_blank">Balsamiq</a></li>
<li><a href="https://pixlr.com/editor/" target="_blank">Pixlr (Online PS)</a></li>
<li><a href="http://validator.w3.org/" target="_blank">W3C Validator</a></li>
<li><a href="http://www.favicon.cc/" target="_blank">Favicon.cc</a></li>
<li><a href="http://placehold.it/" target="_blank">Placehold.it</a></li>
<li><a href="https://jsbin.com/" target="_blank">JS Bin</a></li>
<li><a href="https://jsfiddle.net/" target="_blank">JSFIDDLE</a></li>
<li><a href="http://shouldiprefix.com/" target="_blank">What CSS to prefix?</a></li>
<li><a href="http://caniuse.com/" target="_blank">Can I use...?</a></li>
<li><a href="http://www.colorzilla.com/gradient-editor/" target="_blank">Ultimate CSS Gradient Generator</a></li>
<li><a href="https://daneden.github.io/animate.css/" target="_blank">Animate.CSS</a></li>
<li><a href="http://westciv.com/tools/transforms/index.html" target="_blank">Transforms tool</a></li>
<li><a href="http://css3.bradshawenterprises.com/transitions/" target="_blank">CSS Transitions</a></li>
<li><a href="http://jsconsole.com/" target="_blank">JS Console</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Document<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://audi.tw/Blog/CSS/css3.shape.asp" target="_blank">Border 應用</a></li>
<li><a href="https://css-tricks.com/examples/ShapesOfCSS/" target="_blank">The Shapes Of CSS</a></li>
<li><a href="http://zh-tw.learnlayout.com/" target="_blank">學習CSS版面配置</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">RWD</li>
<li><a href="http://tech.mozilla.com.tw/posts/4759/%E4%B9%9D%E5%80%8B%E9%81%A9%E6%87%89%E6%80%A7%E8%A8%AD%E8%A8%88%E5%B0%8F%E6%92%87%E6%AD%A5%EF%BC%8C%E6%8A%8A%E7%B6%B2%E7%AB%99%E6%89%93%E9%80%A0%E6%88%90%E8%AE%8A%E5%BD%A2%E9%87%91%E5%89%9B" target="_blank">九個適應性設計小撇步,把你的網站打造成變形金剛!(上篇)</a></li>
<li><a href="http://tech.mozilla.com.tw/posts/4901/%E4%B9%9D%E5%80%8B%E9%81%A9%E6%87%89%E6%80%A7%E8%A8%AD%E8%A8%88%E5%B0%8F%E6%92%87%E6%AD%A5%EF%BC%8C%E6%8A%8A%E7%B6%B2%E7%AB%99%E6%89%93%E9%80%A0%E6%88%90%E8%AE%8A%E5%BD%A2%E9%87%91%E5%89%9B-2" target="_blank">九個適應性設計小撇步,把你的網站打造成變形金剛!(下篇)</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">精確度(權重)及覆蓋原則</li>
<li><a href="http://ithelp.ithome.com.tw/question/10103896" target="_blank">[新手前端]從平面設計前進 CSS-4 權重及覆蓋</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">偽元素(pseudo-element)及偽類(pseudo-class)</li>
<li><a href="http://swordair.com/origin-and-difference-between-css-pseudo-classes-and-pseudo-elements/" target="_blank">CSS伪类与CSS伪元素的区别及由来</a></li>
<li><a href="http://blog.mukispace.com/pseudo-elements-10-examples/" target="_blank">那些 CSS 偽元素可以幫你做的 10 個效果</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Canvas</li>
<li><a href="https://developer.mozilla.org/zh-TW/docs/Web/Guide/HTML/Canvas_tutorial" target="_blank">Canvas 教學文件</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://www.csie.ntu.edu.tw/train/?page=course_info.html&courseid=1268">課程首頁</a></li>
<li><a href="https://www.csie.ntu.edu.tw/train/">台灣大學資訊系統訓練班</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<iframe src="main.html" frameborder="0" class="iframe"></iframe>
</div>
</body>
</html>