Skip to content

Commit 724e106

Browse files
committed
add project link in the demo page
1 parent 6566333 commit 724e106

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

audio_visualizer_single_page_version.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
#visualizer_wrapper{
2020
text-align: center;
2121
}
22+
footer{
23+
position: absolute;
24+
bottom: 2px;
25+
color:#aaa;
26+
}
2227
</style>
2328
</head>
2429
<body>
@@ -34,6 +39,9 @@
3439
<canvas id='canvas' width="800" height="350"></canvas>
3540
</div>
3641
</div>
42+
<footer>
43+
<small>Star me on <a href="https://github.com/Wayou/HTML5_Audio_Visualizer">GitHub</a></small>
44+
</footer>
3745
<script type="text/javascript">
3846
/*
3947
*An audio spectrum visualizer built with HTML5 Audio API

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<canvas id='canvas' width="800" height="350"></canvas>
1919
</div>
2020
</div>
21+
<footer>
22+
<small>Star me on <a href="https://github.com/Wayou/HTML5_Audio_Visualizer">GitHub</a></small>
23+
</footer>
2124
<script type="text/javascript" src="js/html5_audio_visualizer.js"></script>
2225
</body>
2326
</html>

style/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ html, body {
1313

1414
#visualizer_wrapper{
1515
text-align: center;
16+
}
17+
footer{
18+
position: absolute;
19+
bottom: 2px;
20+
color:#aaa;
1621
}

0 commit comments

Comments
 (0)