-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
64 lines (61 loc) · 1.82 KB
/
gallery.html
File metadata and controls
64 lines (61 loc) · 1.82 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
56
57
58
59
60
61
62
63
64
<!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"><u>GALLERY</u></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>
</div>
<br>
<div class="container">
<div class="item caption full">
<a href="live.html"><img src="img/live.jpg" alt="Live photos">
<br>
Live photos</a>
</div>
<br>
<div class="item caption half">
<a href="press-shots.html"><img src="img/press-shots.jpg" alt="Press shots">
<br>
Press shots</a>
</div>
<div class="item caption half">
<a href="inthestudio.html"><img src="img/studio.jpg" alt="In the studio">
<br>
In the studio</a>
</div>
<br>
<div class="item caption half">
<a href="fan-pics.html"><img src="img/fan-pics.jpg" alt="Fan pics">
<br>
Fan pics</a>
</div>
<div class="item caption half">
<a href="artwork.html"><img src="img/Artwork.jpg" alt="artwork">
<br>
Artwork</a>
</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>