-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-album.html
52 lines (49 loc) · 3.13 KB
/
new-album.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
===============================
Website created by Randy Gentry. Visit my portfolio at http://www.randy-gentry.com.
=============================== -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- ====Font Awesome CSS==== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<!-- ====Bootstrap CSS==== -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin="anonymous">
<!-- ====My Custom CSS==== -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<title>Forever May Fall</title>
<meta name="description" content="Hard Rock Band from Huntersville, NC!">
<meta name="keywords" content="Forever May Fall, forevermayfall, hard rock, music, rock band, rock music, North Carolina band, NC rock band, heavy rock, alt rock, rock bands">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="assets/js/shows.js"></script>
</head>
<body>
<header>
<img src="assets/imgs/logo.png" alt="Forever May Fall" title="Forever May Fall" class="new-album-logo">
</header>
</body>
<footer class="center">
<a href="#home"><img src="assets/imgs/logo.png" id="footer-logo" alt="Forever May Fall" title="Forever May Fall"></a>
<div class="social-footer">
<a href="https://www.facebook.com/pg/Forevermayfall" target=”_blank”><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/ForeverMayFall/" target=”_blank”><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCi8sXAmgeVkqEujzMp57iQA" target=”_blank”><i class="fab fa-youtube"></i></a>
</div>
<br>© 2018 | Designed by <a href="https://www.randy-gentry.com">Randy Gentry</a>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/14.2.0/smooth-scroll.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
</body>
</html>