-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 2.11 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 2.11 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Burly Herd</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/artwork.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<h1 align="center">BURLY HERD</h1>
</header>
<nav class="links">
<a href="index.html"><u>HOME</u></a>
<a href="about.html">ABOUT</a>
<a href="gallery.html">GALLERY</a>
<a href="music.html">MUSIC</a>
<a href="videos.html">VIDEOS</a>
<a href="dates.html">DATES/TICKETS</a>
<a href="contact.html">CONTACT</a>
<a href="shop.html">SHOP</a>
</nav>
<br>
<div class="container">
<img src="img/burlyherdhomepage.jpg" alt="Burly Herd" class=" caption full"/>
<br>
<iframe class="caption full" height="150" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/792269767&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/burlyherd" title="Burly Herd" target="_blank" style="color: #cccccc; text-decoration: none;">Burly Herd</a> · <a href="https://soundcloud.com/burlyherd/subaru" title="Subaru" target="_blank" style="color: #cccccc; text-decoration: none;">Subaru</a></div>
<br>
</div>
<br>
<footer class="links-secondary">
<a href="https://www.facebook.com/BurlyHerd/" class="fa fa-facebook"></a>
<a href="https://twitter.com/burlyherd" class="fa fa-twitter"></a>
<a href="https://www.youtube.com/channel/UC2lXnGtjRPLJ65GAZ9hR5Zw" class="fa fa-youtube"></a>
<a href="https://www.instagram.com/burlyherd/?hl=en" class="fa fa-instagram"></a>
<a href="https://soundcloud.com/burlyherd" class="fa fa-soundcloud"></a>
</footer>
</body>
</html>