-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (89 loc) · 5.53 KB
/
index.html
File metadata and controls
107 lines (89 loc) · 5.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!--We'll type things in here shortly...-->
<head>
<!-- Every webpage needs a head! -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- We're going to use some fonts from Google Fonts for our webpage-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=Knewave&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/style.css">
<title>the little world of laser</title>
<!-- Adding a javascript file-->
<script defer src="./assets/js/logic.js" type="text/javascript"></script>
</head>
<body>
<!-- Every webpage needs a body! -->
<header class="header">
<h1 class="centered">redlaserbm</h1>
<!--nav>
<ul>
<li>Home</li>
<li>Music</li>
<li>Games</li>
<li>Art</li>
</ul>
</nav-->
</header>
<div class="video-container">
<video autoplay muted loop playsinline disablePictureInPicture id="bg-vid">
<source src="./assets/laser.mp4" type="video/mp4">
</video>
<!-- new-release container -->
<div class="bubble-container" id="new-release">
<div class="overlay-text">
<h1 class="centered">New Release</h1>
<iframe id="youtube-vid" width="560" height="1000" src="https://www.youtube.com/embed/UnO-fj95pV0?si=cIo6j7GLW1xgUvuA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="overlay-text">
<h1 class="centered">Listen Elsewhere</h1>
<ul>
<li><a href="https://open.spotify.com/track/7gw58Iavyvmb8ajibYKeMp?si=a4b19efcd98a47b6"><img src="./assets/images/spotify_logo.png" alt="Spotify logo"/></a></li>
<li><a href="https://music.apple.com/us/album/purgatory-single/1794004754"><img src="./assets/images/apple_logo.png" alt="apple logo"></a></li>
<li><a href="https://soundcloud.com/redlaserbm/purgatory?si=2001e1fefef64c1899945ccbdf399063&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing"><img src="./assets/images/sc_logo.png" alt="soundcloud logo"></a></li>
<li><a href="https://redlaserbm.bandcamp.com/track/purgatory"><img src="./assets/images/bc_logo.png" alt="bandcamp logo"></a></li>
<li><a href="https://www.youtube.com/watch?v=UnO-fj95pV0"><img src="./assets/images/yt_logo.png" alt="youtube logo"></a></li>
</ul>
</div>
<div class="overlay-text" id="home-button">
<h1 class="centered"> Click For Social Links</h1>
</div>
</div>
<!-- standard container-->
<div class="bubble-container" id="standard">
<div class="overlay-text">
<h1 class="centered">Hi, I'm Laser</h1>
<p>the coolest genius in the world. I make music and draw art about all the awesome things in life.</p>
</div>
<div class="overlay-text">
<h1 class="centered">Social Media Links</h1>
<ul>
<li><a href="https://www.instagram.com/redlaserbm/"><img src="./assets/images/insta_logo.png" alt="Instagram logo"/></a></li>
<li><a href="https://x.com/redlaserbm/"><img src="./assets/images/x_logo.png" alt="x logo"></a></li>
<li><a href="https://bsky.app/profile/redlaserbm.bsky.social"><img src="./assets/images/bsky_logo.png" alt="bsky logo"></a></li>
<li><a href="https://www.twitch.tv/redlaserbm"><img src="./assets/images/twitch_logo.png" alt="twitch logo"></a></li>
<li><a href="https://redlaserbm.itch.io/"><img src="./assets/images/itch_logo.png" alt="itch logo"></a></li>
</ul>
</div>
<div class="overlay-text">
<h1 class="centered">Music Links</h1>
<ul>
<li><a href="https://open.spotify.com/artist/3cyTdBiBY2ME2OtCm3DIu8?si=tC7omk6vSBSd84TSZu8u2Q"><img src="./assets/images/spotify_logo.png" alt="Spotify logo"/></a></li>
<li><a href="https://music.apple.com/us/artist/redlaserbm/1478535773"><img src="./assets/images/apple_logo.png" alt="apple logo"></a></li>
<li><a href="https://soundcloud.com/redlaserbm"><img src="./assets/images/sc_logo.png" alt="soundcloud logo"></a></li>
<li><a href="https://redlaserbm.bandcamp.com/"><img src="./assets/images/bc_logo.png" alt="bandcamp logo"></a></li>
<li><a href="https://www.youtube.com/@redlaserbm_phd"><img src="./assets/images/yt_logo.png" alt="youtube logo"></a></li>
</ul>
</div>
<div class="overlay-text" id="new-button">
<h1 class="centered"> Go to Newest Release</h1>
</div>
</div>
</div>
<!--footer>
<ul>
<li><a href="https://www.instagram.com/redlaserbm/"><img src="./assets/images/insta_logo.png" alt="Instagram logo"/></a></li>
<li><a href="https://x.com/redlaserbm/"><img src="./assets/images/x_logo.png" alt="x logo"></a></li>
</ul>
</footer-->
</body>