File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ angular.module('project', []).
44 when ( '/' , { controller : IndexCtrl , templateUrl : 'views/top.html' } ) .
55 when ( '/summary' , { controller : IndexCtrl , templateUrl : 'views/summary.html' } ) .
66 when ( '/entry' , { controller : IndexCtrl , templateUrl : 'views/entry.html' } ) .
7- when ( '/inquiry' , { controller : IndexCtrl , templateUrl : 'views/inquiry.html' } ) ;
7+ when ( '/inquiry' , { controller : IndexCtrl , templateUrl : 'views/inquiry.html' } ) .
8+ when ( '/member' , { controller : IndexCtrl , templateUrl : 'views/member.html' } ) ;
89 } ) .
910 directive ( 'navigation' , function ( ) {
1011 return {
Original file line number Diff line number Diff line change 1+ < div class ="hero-unit ">
2+ < h1 > 実行委員紹介</ h1 >
3+ < p >
4+ OSH 2013のスタッフを紹介します
5+ </ p >
6+ </ div >
7+
8+ < div >
9+ < ul >
10+ < li > 曽根 壮大 (実行委員長) - < a href ="https://twitter.com/soudai1025 "> @soudai1025</ a > </ li >
11+ < li > 松原 和也 - < a href ="https://twitter.com/Toro_kun "> @Toro_kun</ a > </ li >
12+ < li > 逸見 誠 - < a href ="https://twitter.com/mako_wis "> @majo_wis</ a > </ li >
13+ < li > 火村 智彦 - < a href ="https://twitter.com/eielh "> @eielh</ a > </ li >
14+ </ ul >
15+ </ div >
Original file line number Diff line number Diff line change 1313 < navlink title ="概要 " href ="#/summary "> </ navlink >
1414 < navlink title ="お申し込み " href ="#/entry "> </ navlink >
1515 < navlink title ="Q&A " href ="#/inquiry "> </ navlink >
16+ < navlink title ="実行委員紹介 " href ="#/member "> </ navlink >
1617 </ ul >
1718 </ div > <!--/.nav-collapse -->
1819 </ div >
You can’t perform that action at this time.
0 commit comments