File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 3333 "mocha-phantomjs" : " ^3.5.3"
3434 },
3535 "dependencies" : {
36+ "bootstrap" : " ^3.3.2" ,
3637 "chai-jquery" : " ^2.0.0" ,
3738 "jquery" : " ^2.1.3"
3839 }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > mixi JS Training</ title >
7+ < link rel ="stylesheet " href ="modules/bootstrap/dist/css/bootstrap.css " media ="all ">
8+ < link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css " />
9+ < style >
10+ .github-fork-ribbon {
11+ background-color : # f80 ;
12+ }
13+ </ style >
14+ </ head >
15+ < body >
16+ < div class ="github-fork-ribbon-wrapper right ">
17+ < div class ="github-fork-ribbon ">
18+ < a href ="https://github.com/mixi-inc/JavaScriptTraining "> Fork me on GitHub</ a >
19+ </ div >
20+ </ div >
21+ < div class ="container ">
22+ < div class ="jumbotron ">
23+ < div class ="container ">
24+ < h1 > mixi JavaScript Training</ h1 >
25+ </ div >
26+ </ div >
27+ < ol >
28+ < li > < a href ="stage1 "> 意図した DOM を取得するトレーニング</ a > </ li >
29+ < li > < a href ="stage2 "> 意図通りに DOM の構造・スタイルを変更するトレーニング</ a > </ li >
30+ < li > < a href ="stage3 "> 意図通りにイベントを利用するトレーニング</ a > </ li >
31+ < li > < a href ="stage4 "> 意図通りにサーバーと通信するトレーニング</ a > </ li >
32+ < li > < a href ="stage5 "> 意図通りにモジュールを実装するトレーニング</ a > </ li >
33+ < li > < a href ="stage6 "> よくあるイディオムを読み書きするトレーニング</ a > </ li >
34+ </ ol >
35+ </ div >
36+ </ body >
37+ </ html >
You can’t perform that action at this time.
0 commit comments