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 24
24
25
25
<!-- Header -->
26
26
< header id ="header ">
27
- < h1 > Clojure Taiwan Community </ h1 >
27
+ < h1 > Clojure @ Taiwan </ h1 >
28
28
< p > 台灣在地化的 Clojure 社群</ p >
29
29
< nav >
30
30
< 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 >
36
36
</ ul >
37
37
</ nav >
38
38
</ header >
@@ -47,9 +47,9 @@ <h1>Clojure Taiwan Community</h1>
47
47
</ div >
48
48
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
49
49
< 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; }*/
53
53
</ script >
54
54
</ body >
55
55
</ html >
You can’t perform that action at this time.
0 commit comments