-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideos.html
More file actions
55 lines (54 loc) · 1.65 KB
/
videos.html
File metadata and controls
55 lines (54 loc) · 1.65 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Burly Herd</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/artwork.jpg">
<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>
<h1 align="center">BURLY HERD</h1>
<div class="links">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="gallery.html">GALLERY</a>
<a href="music.html">MUSIC</a>
<a href="videos.html"><u>VIDEOS</u></a>
<a href="dates.html">DATES/TICKETS</a>
<a href="contact.html">CONTACT</a>
<a href="shop.html">SHOP</a>
</div>
<div class="container">
<div class="caption">
<video class="full" controls>
<source src="img/dwe-snippet.mp4" type=video/mp4>
</video>
<br>
Snippet from "Dancing With Elaine" video
</div>
<div class="caption">
<video class="full" controls>
<source src="img/dh-snippet.mp4" type=video/mp4>
</video>
<br>
Snippet from "Distant Haze" video
</div>
<div class="caption">
<video class="full" controls>
<source src="img/subaru-live.mp4" type=video/mp4>
</video>
<br>
Subaru performed live in the studio
</div>
</div>
<div 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>
</div>
</body>
</html>