3
3
< html >
4
4
< head >
5
5
< meta charset ="utf-8 " />
6
- < meta name ="title " content ="Project Audio for GitHub ">
6
+ < meta name ="title " content ="GitHub Audio ">
7
7
< meta name ="description " content ="Listen to music generated by events happening across GitHub ">
8
- < meta name ="keywords " content ="github, github music, github events, github visualization, listen, recent changes, sound, music, visualization ">
9
- < meta name ='summary ' content ='Events on GitHub, such as pushing commits, creating pull requests, creating issues, etc. are captured and converted to music notes based on the size of the data. '>
10
8
11
- < meta name ="og:title " content ="Project Audio for GitHub ">
9
+ < meta name ="og:title " content ="GitHub Audio ">
12
10
< meta name ="og:url " content ="https://github.audio ">
13
- < meta name ="og:image " content ="https://github.audio/static/ public/images/electric-guitar.png ">
11
+ < meta name ="og:image " content ="https://github.audio/public/images/electric-guitar.png ">
14
12
< meta name ="og:description " content ="Listen to music generated by events happening across GitHub ">
15
13
16
14
< meta name ="twitter:card " content ="summary " />
17
15
< meta name ="twitter:site " content ="https://github.audio " />
18
- < meta name ="twitter:title " content ="Project Audio for GitHub " />
16
+ < meta name ="twitter:title " content ="GitHub Audio " />
19
17
< meta name ="twitter:description " content ="Listen to music generated by events happening across GitHub " />
20
- < meta name ="twitter:image " content ="https://github.audio/static/ public/images/electric-guitar.png " />
18
+ < meta name ="twitter:image " content ="https://github.audio/public/images/electric-guitar.png " />
21
19
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
22
20
23
21
< meta http-equiv ='Expires ' content ='0 '>
24
22
< meta http-equiv ='Pragma ' content ='no-cache '>
25
23
< meta http-equiv ='Cache-Control ' content ='no-cache '>
26
24
< meta http-equiv ='imagetoolbar ' content ='no '>
27
25
28
- < title > Project Audio for GitHub </ title >
29
- < link rel ="mask-icon " href ="/static/ public/images/electric-guitar.svg " color ="orange ">
30
- < link rel ="shortcut icon " type ="image/png " href ="/static/ public/images/favicon.png "/>
26
+ < title > GitHub Audio</ title >
27
+ < link rel ="mask-icon " href ="/public/images/electric-guitar.svg " color ="orange ">
28
+ < link rel ="shortcut icon " type ="image/png " href ="/public/images/favicon.png "/>
31
29
< link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/odometer.js/0.4.7/themes/odometer-theme-default.min.css " />
32
30
< link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css " />
33
- < link rel ="stylesheet " href ="/static/ public/css/main.css "/>
31
+ < link rel ="stylesheet " href ="/public/css/main.css "/>
34
32
< script src ="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js "> </ script >
35
33
< script src ="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js "> </ script >
36
34
< script src ="//cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js "> </ script >
37
- < script src ="//cdnjs.cloudflare.com/ajax/libs/howler/2.0.0/howler.min.js "> </ script >
38
- < script src ="//cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.8/socket.io.min.js "> </ script >
35
+ < script src ="//cdnjs.cloudflare.com/ajax/libs/howler/2.2.3/howler.min.js "> </ script >
39
36
< script src ="//cdnjs.cloudflare.com/ajax/libs/odometer.js/0.4.7/odometer.min.js "> </ script >
40
37
< script src ="//cdnjs.cloudflare.com/ajax/libs/d3/4.2.6/d3.min.js "> </ script >
41
38
< script src ="//cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.2/seedrandom.min.js "> </ script >
42
- < script src ="/static/ public/js/main.js "> </ script >
39
+ < script src ="/public/js/main.js "> </ script >
43
40
</ head >
44
41
< body >
45
- < div id =" fb-root " > </ div >
46
- < script > ( function ( d , s , id ) {
47
- var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
48
- if ( d . getElementById ( id ) ) return ;
49
- js = d . createElement ( s ) ; js . id = id ;
50
- js . src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7&appId=718063574909410" ;
51
- fjs . parentNode . insertBefore ( js , fjs ) ;
52
- } ( document , 'script' , 'facebook-jssdk' ) ) ; </ script >
53
-
42
+ < div class =" click-to-play " id =" clickToPlay " >
43
+ < img
44
+ class =" play-button "
45
+ src =" /public/images/play-button.svg "
46
+ alt =" Click to play "
47
+ onmouseover =" playButtonHover(this); "
48
+ onmouseout =" playButtonUnhover(this); "
49
+ onclick =" playButtonClick(this); " / >
50
+ </ div >
54
51
< header >
55
52
< h1 class ="header-text ">
56
53
Project Audio for GitHub
@@ -70,36 +67,25 @@ <h2 class="online-users-text"><span class="odometer online-users-count"></span>
70
67
</ div >
71
68
< div id ="config-area ">
72
69
< div id ="org-repo-filter-div ">
73
- Enter your organization's or repository's names to filter events < input type ="text " id ="org-repo-filter-name " /> < br /> < br />
74
- You can also download it for < a href ="/static/public/bin/GitHub-Audio-v1.0-macOS-x64.zip " target ="_blank "> macOS</ a > and < a href ="/static/public/bin/GitHub-Audio-v1.0-linux-x64.zip " target ="_blank "> Linux</ a > .
70
+ Enter your organization's or repository's names to filter events < input type ="text " id ="org-repo-filter-name " />
75
71
</ div >
76
72
< div class ="site-description ">
77
- < h4 > About</ h4 >
78
- < br />
79
- < p > This website tracks events happening across GitHub and converts them to music notes based on certain parameters.</ p > < br />
80
- < p >
81
- There are three types of sounds(bell, string pluck and string swell) based on four types of events(PushEvent, PullRequestEvent, IssuesEvent and IssueCommentEvent).
82
- Bells represent PushEvents, string plucks represent IssuesEvents and IssueCommentEvents whereas string swells represent PullRequestEvents.
83
- </ p >
73
+ < p > Track events happening across GitHub and convert them to music notes.</ p > < br />
84
74
</ div >
85
75
</ div >
86
76
87
77
< footer >
88
78
< div class ="footer-left-text-block ">
89
- < span > Disclaimer: this project is not in any way affiliated with GitHub.</ span > < br />
90
- this project is open source, you can view it on < a href ="https://github.com/debugger22/github-audio " target ="_blank "> GitHub</ a > < br />
91
- developed by < a href ="https://github.com/debugger22 " target ="_blank "> @debugger22</ a > < br /> < br />
79
+ < span > This project is not in any way affiliated with GitHub.</ span > < br />
80
+ This project is open source, you can view it on < a href ="https://github.com/debugger22/github-audio " target ="_blank "> GitHub</ a > < br />
81
+ Developed by < a href ="https://github.com/debugger22 " target ="_blank "> @debugger22</ a > < br /> < br />
92
82
< div id ="coinwidget-bitcoin-37XgcaBrHibCMHzvZeZcj5mX5kYn8LUnui "> </ div > < br />
93
83
ProTip: It's actually kind of nice to leave on the background< br /> < br />
94
84
</ div >
95
- < div class ="footer-right-text-block ">
96
- inspired by < a href ="http://hatnote.com " target ="_blank "> hatnote</ a > < br />
97
- < div > icons made by < a href ="http://www.flaticon.com/authors/freepik " target ="_blank " title ="Freepik "> Freepik</ a > </ div >
98
- </ div >
99
85
< div class ="social-buttons ">
100
86
< a class ="twitter-follow-button " data-show-count ="false " data-show-screen-name ="false " data-size ="small " href ="https://twitter.com/GithubAudio "> Follow</ a > < br />
101
87
< a href ="https://twitter.com/share " class ="twitter-share-button " data-show-count ="false " data-text ="Listen to music generated by events happening across GitHub. #github #music "> Tweet</ a > < script async src ="//platform.twitter.com/widgets.js " charset ="utf-8 "> </ script > < br />
102
- < div class ="fb-share-button " data-href ="https://github.audio " data-layout ="button " data-size ="small " data-mobile-iframe ="true "> < a class ="fb-xfbml-parse-ignore " target ="_blank " href ="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgithub.audio%2F&src=sdkpreparse "> Share</ a > </ div >
88
+ <!-- < div class="fb-share-button" data-href="https://github.audio" data-layout="button" data-size="small" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgithub.audio%2F&src=sdkpreparse">Share</a></div> -- >
103
89
</ div >
104
90
</ footer >
105
91
@@ -112,26 +98,5 @@ <h4>About</h4>
112
98
ga ( 'create' , 'UA-84999786-1' , 'auto' ) ;
113
99
ga ( 'send' , 'pageview' ) ;
114
100
</ script >
115
- < script src ="//blockr.io/js_external/coinwidget/coin.js "> </ script >
116
- < script >
117
- CoinWidgetCom . go ( {
118
- wallet_address : '37XgcaBrHibCMHzvZeZcj5mX5kYn8LUnui' ,
119
- currency : 'bitcoin' ,
120
- counter : 'count' ,
121
- lbl_button : 'Donate' ,
122
- lbl_count : 'donations' ,
123
- lbl_amount : 'BTC' ,
124
- lbl_address : 'Use address below to donate. Thanks!' ,
125
- qrcode : true ,
126
- alignment : 'bl' ,
127
- decimals : 8 ,
128
- size : "small" ,
129
- color : "dark" ,
130
- countdownFrom : "0" ,
131
- element : "#coinwidget-bitcoin-37XgcaBrHibCMHzvZeZcj5mX5kYn8LUnui" ,
132
- onShow : function ( ) { } ,
133
- onHide : function ( ) { }
134
- } ) ;
135
- </ script >
136
101
</ body >
137
102
</ html >
0 commit comments