Spaces:
Running
Running
Commit
·
67ba544
1
Parent(s):
02278e1
Add watermark to index.html with logo image
Browse files- Logo-SEA-AI-square.png +0 -0
- Logo-SEA-AI.png +0 -0
- index.html +18 -0
Logo-SEA-AI-square.png
ADDED
![]() |
Logo-SEA-AI.png
ADDED
![]() |
index.html
CHANGED
@@ -105,6 +105,21 @@
|
|
105 |
.slider.ready:hover::after {
|
106 |
opacity: 1;
|
107 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
@keyframes slide-animation {
|
109 |
0% {
|
110 |
left: 100%;
|
@@ -138,6 +153,9 @@
|
|
138 |
<video id="video1" playsinline autoplay loop muted></video>
|
139 |
<video id="video2" class="second-video" playsinline autoplay loop muted></video>
|
140 |
<div class="slider" id="slider"></div>
|
|
|
|
|
|
|
141 |
</div>
|
142 |
|
143 |
<script>
|
|
|
105 |
.slider.ready:hover::after {
|
106 |
opacity: 1;
|
107 |
}
|
108 |
+
.watermark {
|
109 |
+
position: absolute;
|
110 |
+
top: 1%;
|
111 |
+
right: 1%;
|
112 |
+
z-index: 15;
|
113 |
+
opacity: 0.9;
|
114 |
+
width: 12%;
|
115 |
+
pointer-events: none;
|
116 |
+
transition: opacity 0.3s ease;
|
117 |
+
}
|
118 |
+
.watermark img {
|
119 |
+
width: 100%;
|
120 |
+
height: auto;
|
121 |
+
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
|
122 |
+
}
|
123 |
@keyframes slide-animation {
|
124 |
0% {
|
125 |
left: 100%;
|
|
|
153 |
<video id="video1" playsinline autoplay loop muted></video>
|
154 |
<video id="video2" class="second-video" playsinline autoplay loop muted></video>
|
155 |
<div class="slider" id="slider"></div>
|
156 |
+
<div class="watermark">
|
157 |
+
<img src="Logo-SEA-AI.png" alt="SEA.AI Logo">
|
158 |
+
</div>
|
159 |
</div>
|
160 |
|
161 |
<script>
|