33< html >
44 < head >
55 < meta charset ="utf-8 " />
6- < meta name ="title " content ="Project Audio for GitHub ">
6+ < meta name ="title " content ="GitHub Audio ">
77 < 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. '>
108
11- < meta name ="og:title " content ="Project Audio for GitHub ">
9+ < meta name ="og:title " content ="GitHub Audio ">
1210 < 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 ">
1412 < meta name ="og:description " content ="Listen to music generated by events happening across GitHub ">
1513
1614 < meta name ="twitter:card " content ="summary " />
1715 < 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 " />
1917 < 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 " />
2119 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
2220
2321 < meta http-equiv ='Expires ' content ='0 '>
2422 < meta http-equiv ='Pragma ' content ='no-cache '>
2523 < meta http-equiv ='Cache-Control ' content ='no-cache '>
2624 < meta http-equiv ='imagetoolbar ' content ='no '>
2725
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 "/>
3129 < link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/odometer.js/0.4.7/themes/odometer-theme-default.min.css " />
3230 < 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 "/>
3432 < script src ="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js "> </ script >
3533 < script src ="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js "> </ script >
3634 < 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 >
3936 < script src ="//cdnjs.cloudflare.com/ajax/libs/odometer.js/0.4.7/odometer.min.js "> </ script >
4037 < script src ="//cdnjs.cloudflare.com/ajax/libs/d3/4.2.6/d3.min.js "> </ script >
4138 < 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 >
4340 </ head >
4441 < 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 >
5451 < header >
5552 < h1 class ="header-text ">
5653 Project Audio for GitHub
@@ -70,36 +67,25 @@ <h2 class="online-users-text"><span class="odometer online-users-count"></span>
7067 </ div >
7168 < div id ="config-area ">
7269 < 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 " />
7571 </ div >
7672 < 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 />
8474 </ div >
8575 </ div >
8676
8777 < footer >
8878 < 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 />
9282 < div id ="coinwidget-bitcoin-37XgcaBrHibCMHzvZeZcj5mX5kYn8LUnui "> </ div > < br />
9383 ProTip: It's actually kind of nice to leave on the background< br /> < br />
9484 </ 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 >
9985 < div class ="social-buttons ">
10086 < 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 />
10187 < 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> -- >
10389 </ div >
10490 </ footer >
10591
@@ -112,26 +98,5 @@ <h4>About</h4>
11298 ga ( 'create' , 'UA-84999786-1' , 'auto' ) ;
11399 ga ( 'send' , 'pageview' ) ;
114100 </ 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 >
136101 </ body >
137102</ html >
0 commit comments