Spaces:
Running
Running
Upload 2 files
Browse files- public/eye.png +0 -0
- public/index.html +8 -22
public/eye.png
CHANGED
public/index.html
CHANGED
@@ -24,10 +24,11 @@
|
|
24 |
background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExMWZyb3d2ZnM2cGJ5NHNmamtiYWxubTFoa2Jib2NxcmQxY21odDBkaCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/qyXsup1970N5UJNHgI/giphy.gif');
|
25 |
"
|
26 |
class="bg-no-repeat bg-center bg-cover bg-fixed h-screen w-screen grid place-content-center place-items-center overflow-hidden bg-gradient-to-b from-slate-900 to-black"
|
|
|
27 |
>
|
28 |
<div class="flex place-content-center justify-between flex-row">
|
29 |
-
<h1 class="display-flex text-4xl font-black text-grey-300"
|
30 |
-
<h2 class="cursive text-6xl font-bold text-
|
31 |
|
32 |
<a id="eyeButton" class="flex grid place-content-end mr-25">
|
33 |
<img src="eye.png" alt="Eye Icon" height="30px" width="auto" />
|
@@ -93,31 +94,16 @@
|
|
93 |
</div>
|
94 |
</div>
|
95 |
</div>
|
96 |
-
<div id="placeholder" class="w-auto h-vh relative inset-0 z-0"
|
97 |
style="
|
98 |
-
background-image: url('https://
|
99 |
background-position: center;
|
100 |
background-repeat: no-repeat;
|
101 |
-
background-size:
|
102 |
background-color: black;
|
103 |
transition: background-image 0.5s ease-in-out;
|
104 |
"></div>
|
105 |
-
|
106 |
-
id="placeholder"
|
107 |
-
class="w-screen h-screen"
|
108 |
-
style="
|
109 |
-
background-image: url('https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExdGZzdHJlYTVtNTN1aXFxNWhuY3F5M3VyNjE3aDRpbmt3Z3V1bjd0ayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/W4xRd0FiK5EY6Q71DC/giphy.gif');
|
110 |
-
"
|
111 |
-
class="relative inset-0 z-0"
|
112 |
-
></div>
|
113 |
-
<div
|
114 |
-
id="placeholder"
|
115 |
-
class="w-screen h-screen"
|
116 |
-
style="
|
117 |
-
background-image: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExcmQyYzl1Z3hpYzdkY2YyZGp2aGE4bXp4ajF6cHZwaTc0eHptY2IwZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/isLJEbwdGDU94hlybc/giphy.gif');
|
118 |
-
"
|
119 |
-
class="relative inset-0 z-0"
|
120 |
-
></div>
|
121 |
|
122 |
|
123 |
|
@@ -226,7 +212,7 @@
|
|
226 |
*/
|
227 |
random: {
|
228 |
id: "random",
|
229 |
-
label: "#
|
230 |
audience: 0,
|
231 |
online: false,
|
232 |
visible: true,
|
|
|
24 |
background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExMWZyb3d2ZnM2cGJ5NHNmamtiYWxubTFoa2Jib2NxcmQxY21odDBkaCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/qyXsup1970N5UJNHgI/giphy.gif');
|
25 |
"
|
26 |
class="bg-no-repeat bg-center bg-cover bg-fixed h-screen w-screen grid place-content-center place-items-center overflow-hidden bg-gradient-to-b from-slate-900 to-black"
|
27 |
+
id="bgimg"
|
28 |
>
|
29 |
<div class="flex place-content-center justify-between flex-row">
|
30 |
+
<h1 class="cursive display-flex text-4xl font-black text-grey-300">V</h1>
|
31 |
+
<h2 class="cursive text-6xl font-bold text-blue-300">TV</h2>
|
32 |
|
33 |
<a id="eyeButton" class="flex grid place-content-end mr-25">
|
34 |
<img src="eye.png" alt="Eye Icon" height="30px" width="auto" />
|
|
|
94 |
</div>
|
95 |
</div>
|
96 |
</div>
|
97 |
+
<div id="placeholder" class="w-auto h-vh relative inset-0 z-0 bg-fixed"
|
98 |
style="
|
99 |
+
background-image: url('https://media4.giphy.com/media/AeHLxU7TZXCPS/giphy.gif?cid=ecf05e47sov5vwx90zr0kszgfdbvhmjwca64b7x68sbekvx5&ep=v1_gifs_related&rid=giphy.gif&ct=g');
|
100 |
background-position: center;
|
101 |
background-repeat: no-repeat;
|
102 |
+
background-size: 100%;
|
103 |
background-color: black;
|
104 |
transition: background-image 0.5s ease-in-out;
|
105 |
"></div>
|
106 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
|
108 |
|
109 |
|
|
|
212 |
*/
|
213 |
random: {
|
214 |
id: "random",
|
215 |
+
label: "#Documentary",
|
216 |
audience: 0,
|
217 |
online: false,
|
218 |
visible: true,
|