File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424
2525 <!-- Header -->
2626 < header id ="header ">
27- < h1 > Clojure Taiwan Community </ h1 >
27+ < h1 > Clojure @ Taiwan </ h1 >
2828 < p > 台灣在地化的 Clojure 社群</ p >
2929 < nav >
3030 < ul >
31- < li > < a href ="# " class ="icon fa-meetup "> < span class ="label "> Meetup</ span > </ a > </ li >
32- < li > < a href ="# " class ="icon fa-twitter "> < span class ="label "> Twitter</ span > </ a > </ li >
33- < li > < a href ="# " class ="icon fa-telegram "> < span class ="label "> Telegram</ span > </ a > </ li >
34- < li > < a href ="# " class ="icon fa-github "> < span class ="label "> Github</ span > </ a > </ li >
35- < li > < a href ="# " class ="icon fa-facebook "> < span class ="label "> Facebook</ span > </ a > </ li >
31+ < li > < a href ="http://www.meetup.com/Clojure-tw/ " class ="icon fa-meetup "> < span class ="label "> Meetup</ span > </ a > </ li >
32+ < li > < a href ="https://twitter.com/clojuretw " class ="icon fa-twitter "> < span class ="label "> Twitter</ span > </ a > </ li >
33+ < li > < a href ="https://clojure.tw/tg " class ="icon fa-telegram "> < span class ="label "> Telegram</ span > </ a > </ li >
34+ < li > < a href ="https://github.com/clojure-tw " class ="icon fa-github "> < span class ="label "> Github</ span > </ a > </ li >
35+ < li > < a href ="https://www.facebook.com/groups/clojure.taiwan " class ="icon fa-facebook "> < span class ="label "> Facebook</ span > </ a > </ li >
3636 </ ul >
3737 </ nav >
3838 </ header >
@@ -47,9 +47,9 @@ <h1>Clojure Taiwan Community</h1>
4747 </ div >
4848 <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
4949 < script >
50- window . onload = function ( ) { document . body . className = '' ; }
51- window . ontouchmove = function ( ) { return false ; }
52- window . onorientationchange = function ( ) { document . body . scrollTop = 0 ; }
50+ /* window.onload = function() { document.body.className = ''; }
51+ window.ontouchmove = function() { return false; }
52+ window.onorientationchange = function() { document.body.scrollTop = 0; }*/
5353 </ script >
5454 </ body >
5555</ html >
You can’t perform that action at this time.
0 commit comments