Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -1
index.html
CHANGED
@@ -98,6 +98,8 @@
|
|
98 |
.tag.video { background-color: #E91E63; color: white; }
|
99 |
.tag.utility { background-color: #9E9E9E; color: white; }
|
100 |
.tag.predict { background-color: #673AB7; color: white; }
|
|
|
|
|
101 |
.tag.game { background-color: #4CAF50; color: white; }
|
102 |
.tag.education { background-color: #3F51B5; color: white; }
|
103 |
.tag.announcement { background-color: #607d8b; color: white; }
|
@@ -183,6 +185,8 @@
|
|
183 |
.toggle-button[data-filter="video"] { background-color: #E91E63; color: white; }
|
184 |
.toggle-button[data-filter="utility"] { background-color: #9E9E9E; color: white; }
|
185 |
.toggle-button[data-filter="predict"] { background-color: #673AB7; color: white; }
|
|
|
|
|
186 |
.toggle-button[data-filter="game"] { background-color: #4CAF50; color: white; }
|
187 |
.toggle-button[data-filter="education"] { background-color: #3F51B5; color: white; }
|
188 |
|
@@ -241,7 +245,8 @@
|
|
241 |
<button class="toggle-button" data-filter="vision">Vision</button>
|
242 |
<button class="toggle-button" data-filter="multimodal">Multimodal</button>
|
243 |
<button class="toggle-button" data-filter="video">Video</button>
|
244 |
-
<button class="toggle-button" data-filter="predict">Predict</button>
|
|
|
245 |
<button class="toggle-button" data-filter="utility">Utility</button>
|
246 |
|
247 |
<button class="toggle-button" data-filter="game">Game</button>
|
|
|
98 |
.tag.video { background-color: #E91E63; color: white; }
|
99 |
.tag.utility { background-color: #9E9E9E; color: white; }
|
100 |
.tag.predict { background-color: #673AB7; color: white; }
|
101 |
+
.tag.Productivity { background-color: #673AB7; color: white; }
|
102 |
+
|
103 |
.tag.game { background-color: #4CAF50; color: white; }
|
104 |
.tag.education { background-color: #3F51B5; color: white; }
|
105 |
.tag.announcement { background-color: #607d8b; color: white; }
|
|
|
185 |
.toggle-button[data-filter="video"] { background-color: #E91E63; color: white; }
|
186 |
.toggle-button[data-filter="utility"] { background-color: #9E9E9E; color: white; }
|
187 |
.toggle-button[data-filter="predict"] { background-color: #673AB7; color: white; }
|
188 |
+
.toggle-button[data-filter="Productivity"] { background-color: #673AB7; color: white; }
|
189 |
+
|
190 |
.toggle-button[data-filter="game"] { background-color: #4CAF50; color: white; }
|
191 |
.toggle-button[data-filter="education"] { background-color: #3F51B5; color: white; }
|
192 |
|
|
|
245 |
<button class="toggle-button" data-filter="vision">Vision</button>
|
246 |
<button class="toggle-button" data-filter="multimodal">Multimodal</button>
|
247 |
<button class="toggle-button" data-filter="video">Video</button>
|
248 |
+
<button class="toggle-button" data-filter="predict">Predict</button>
|
249 |
+
<button class="toggle-button" data-filter="Productivity">Productivity</button>
|
250 |
<button class="toggle-button" data-filter="utility">Utility</button>
|
251 |
|
252 |
<button class="toggle-button" data-filter="game">Game</button>
|