forked from shrey150/music-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (43 loc) · 1.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Cole Roland FanWebsite</title>
</head>
<body>
<!-- This list is supposed to have the buttons. Pretty much like the menu in http://www.thehumantim.com/-->
<div class="menu">
<ul>
<li><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ">Home</a></li>
<li><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ">Audio</a></li>
<li><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ">Video</a></li>
<li><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ">Photo Gallery</a></li>
<li><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ">Reviews</a></li>
<li><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ">Contact</a></li>
<li><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ">Gear</a></li>
</ul>
</div>
<div class="center">
<div class="text">
<h3>Biograpy</h3>
<p>Some author biography information here.</p>
</div>
<div class="text">
<h3>Latest News</h3>
<p>The latest news of the musician here. Maybe we can make them even scroll, not sure if it would be nice though :P</p>
</div>
<img src="http://www.beat100.com/uploads/photo/photo_13151_800.jpg"/>
</div>
<div class="footer">
<a href="http://www.facebook.com/crcanada">
<img src="http://www.curitiba.br.emb-japan.go.jp/imagem/facebook-logo.png"/>
</a>
<a href="http://www.twitter.com/colerolland">
<img src="https://www.reveillemenschorus.org/images/twitter.png"/>
</a>
<a href="https://www.youtube.com/user/crcanada">
<img src="http://www.clsbe.lisboa.ucp.pt/resources/Documents/EMPRESAS/Newsletter/Newsletter%20Alunos/youtube_icon.png"/>
</a>
</div>
</body>
</html>