-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (59 loc) · 3.04 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
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="images/albumbcoversquare.png" />
<title>Two Stroke Motors - Home</title>
<link rel="shortcut icon" type="image/jpg" href="images/TWO STROKE MOTORS_LOGO BLACK.png"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous">
<link rel="stylesheet" href="css/utlities.css">
<link rel="stylesheet" href="css/styles.css">
<script src="script.js"></script>
</head>
<body>
<div class="pancake">
<!-- Header -->
<header class="header">
<section class="container flex">
<img src="images/TWO STROKE MOTORS-LOGO WHITE.png" alt="">
</section>
</header>
<!-- Main -->
<main class="main">
<section class="container flex">
<h1>I Really Don't Feel So Good</h1>
<p>Debut EP from Two Stroke Motor<a href="#" onclick="randomSite();">s</a></p>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<section class="container flex">
<div class="btns">
<a class="btn btn-2" href="tour.html">Tour Dates</a>
<a class="btn btn-2" href="https://www.youtube.com/watch?v=aaKsP0ab7mk&ab_channel=TwoStrokeMotors" target="_blank">"To The Mine" Video</a>
<a class="btn btn-2" href="https://www.youtube.com/watch?v=WQZ8sTj18Zk&ab_channel=TwoStrokeMotors" target="_blank">"Ferry" Video</a>
<!-- <a class="btn btn-2" href="#" onclick="randomSite();">More Content</a> -->
<a class="btn" href="https://open.spotify.com/album/6azAfoIRc6ELg82EbVy83v?si=dagn4BYiRh2nBzNUxz9Bww" target="_blank">Listen Now</a>
</div>
<p>Follow us</p>
<ul class="social flex">
<li>
<a href="https://open.spotify.com/artist/3efzlfmWB04wZm5hi33vfk?si=9fA1VDrPRyehPjyCmKJDbQ" target="_blank"><i class="fab fa-spotify fa-lg"></i></a>
</li>
<li>
<a href="https://www.instagram.com/twostrokemotors/" target="_blank"><i class="fab fa-instagram fa-lg"></i></a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCNIyhd1aM31gNolOEfbTcpg" target="_blank"><i class="fab fa-youtube fa-lg"></i></a>
</li>
<li>
<a href="https://www.facebook.com/twostrokemotors" target="_blank"><i class="fab fa-facebook fa-lg"></i></a>
</li>
</ul>
<p id="copy">© 2021 Hot Beef Records</p>
</section>
</footer>
</div>
</body>
</html>