14
14
min-height : 2000px ;
15
15
padding-top : 70px ;
16
16
}
17
- </ style >
18
17
18
+ .iframe {
19
+ width : 100% ;
20
+ min-height : 500px ;
21
+ }
22
+ </ style >
23
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
24
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js "> </ script >
25
+ <!-- Include all compiled plugins (below), or include individual files as needed -->
26
+ < script src ="js/bootstrap.min.js "> </ script >
19
27
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
20
28
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
21
29
<!--[if lt IE 9]>
22
30
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
23
31
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
24
32
<![endif]-->
33
+ < script type ="javascript ">
34
+ $ ( document ) . load ( function ( ) {
35
+
36
+ $ ( 'a' ) . onclick ( function ( ) {
37
+ var href = $ ( this ) . attr ( 'href' ) ;
38
+
39
+ } ) ;
40
+ } ) ;
41
+ </ script >
25
42
</ head >
26
43
< body >
27
44
< nav class ="navbar navbar-default navbar-fixed-top ">
43
60
< ul class ="dropdown-menu ">
44
61
< li > < a href ="http://thwu.github.io/ " target ="_blank "> HW01:First Page</ a > </ li >
45
62
< li > < a href ="./resume.html " target ="_blank "> HW02:Online Resume</ a > </ li >
46
- <!--
47
- <li><a href="#">Another action</a></li>
48
- <li><a href="#">Something else here</a></li>
49
- <li role="separator" class="divider"></li>
50
- <li class="dropdown-header">Nav header</li>
51
- <li><a href="#">Separated link</a></li>
52
- <li><a href="#">One more separated link</a></li>
53
- -->
54
63
</ ul >
55
64
</ li >
56
65
< li class ="dropdown ">
85
94
< li > < a href ="http://www.sublimetext.com/ " target ="_blank "> Sublime Text</ a > </ li >
86
95
< li > < a href ="https://balsamiq.com/ " target ="_blank "> Balsamiq</ a > </ li >
87
96
< li > < a href ="http://it-ebooks-search.info/ " target ="_blank "> IT eBooks</ a > </ li >
97
+ < li > < a href ="https://pixlr.com/editor/ "> </ a > Pixlr (Online PS)</ li >
88
98
</ ul >
89
99
</ li >
90
100
</ ul >
96
106
</ div >
97
107
</ nav >
98
108
< div class ="container ">
99
- < div class ="jumbotron ">
100
- < h1 > Hello, world!</ h1 >
101
- < p class ="lead ">
102
- 第260期 HTML5, CSS3, jQuery, Bootstrap 網頁設計基礎班 (夜間班(3h))
103
- </ p >
104
- </ div >
105
- </ div >
106
- <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
107
- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js "> </ script >
108
- <!-- Include all compiled plugins (below), or include individual files as needed -->
109
- < script src ="js/bootstrap.min.js "> </ script >
109
+ < iframe src ="main.html " frameborder ="0 " class ="iframe "> </ iframe >
110
+ </ div >
110
111
</ body >
111
112
</ html >
0 commit comments