Spaces:
Running
Running
Update public/index.html
Browse files- public/index.html +19 -26
public/index.html
CHANGED
|
@@ -45,39 +45,26 @@
|
|
| 45 |
.nav-link { color: #e2e8f0; font-size: 15px; font-weight: 500; }
|
| 46 |
.nav-link:hover { color: var(--text-yellow); }
|
| 47 |
.btn-submit { background: var(--grad-blue); color: white !important; padding: 10px 24px; border-radius: 30px; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4); }
|
| 48 |
-
|
|
|
|
| 49 |
/* --- HERO --- */
|
| 50 |
-
|
| 51 |
-
.hero {
|
| 52 |
-
display: flex;
|
| 53 |
-
justify-content: center;
|
| 54 |
-
text-align: center;
|
| 55 |
-
max-width: 1000px;
|
| 56 |
-
margin: 60px auto 100px;
|
| 57 |
-
padding: 0 40px;
|
| 58 |
-
position: relative;
|
| 59 |
-
}
|
| 60 |
-
.hero-content { z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; }
|
| 61 |
-
|
| 62 |
.conf-badge { background: white; color: black; display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px; border-radius: 8px; margin-bottom: 30px; font-weight: 700; font-size: 14px; }
|
| 63 |
.conf-badge i { color: #cc0000; font-size: 18px; }
|
| 64 |
-
|
| 65 |
.hero h1 { font-family: 'Rubik', sans-serif; font-size: 64px; font-weight: 800; margin: 0; line-height: 1.1; }
|
| 66 |
.hero h2 { font-family: 'Rubik', sans-serif; font-size: 32px; color: var(--text-yellow); margin: 15px 0 30px; font-weight: 700; }
|
| 67 |
-
.hero p { color: #cbd5e1; font-size: 18px; line-height: 1.6; max-width:
|
| 68 |
-
|
| 69 |
-
.hero-actions { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; }
|
| 70 |
.action-btn { display: flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 30px; color: white; font-weight: 600; font-size: 15px; transition: transform 0.2s; }
|
| 71 |
.action-btn:hover { transform: translateY(-3px); color: white; }
|
| 72 |
-
|
| 73 |
.bg-red { background: var(--grad-red); } .bg-purple { background: var(--grad-purple); } .bg-orange { background: var(--grad-orange); } .bg-blue { background: var(--grad-blue); } .bg-green { background: var(--grad-green); }
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
.wave-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
}
|
| 81 |
|
| 82 |
/* --- WIDTH CONTROLLER --- */
|
| 83 |
.content-container { width: 80%; max-width: 1600px; margin: 0 auto; }
|
|
@@ -132,7 +119,7 @@
|
|
| 132 |
</a>
|
| 133 |
<div class="nav-links">
|
| 134 |
<a href="https://aclanthology.org/2025.emnlp-main.559" target="_blank" class="nav-link">Paper</a>
|
| 135 |
-
<a href="https://
|
| 136 |
<a href="https://africa.dlnlp.ai/simba/#models" target="_blank" class="nav-link">Models</a>
|
| 137 |
<a href="https://africa.dlnlp.ai/simba/" target="_blank" class="btn-submit">Submit New Results</a>
|
| 138 |
</div>
|
|
@@ -152,6 +139,12 @@
|
|
| 152 |
<a href="https://africa.dlnlp.ai/simba/#models" target="_blank" class="action-btn bg-blue"><i class="fa-solid fa-bolt"></i> Simba Models</a>
|
| 153 |
</div>
|
| 154 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
</div>
|
| 156 |
|
| 157 |
<div class="content-container">
|
|
|
|
| 45 |
.nav-link { color: #e2e8f0; font-size: 15px; font-weight: 500; }
|
| 46 |
.nav-link:hover { color: var(--text-yellow); }
|
| 47 |
.btn-submit { background: var(--grad-blue); color: white !important; padding: 10px 24px; border-radius: 30px; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4); }
|
| 48 |
+
.btn-login { background: var(--text-yellow); color: var(--bg-deep) !important; padding: 10px 24px; border-radius: 30px; font-weight: 700; font-size: 14px; box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4); }
|
| 49 |
+
|
| 50 |
/* --- HERO --- */
|
| 51 |
+
.hero { display: flex; align-items: center; max-width: 1400px; margin: 60px auto 100px; padding: 0 40px; position: relative; }
|
| 52 |
+
.hero-content { flex: 1; z-index: 2; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
.conf-badge { background: white; color: black; display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px; border-radius: 8px; margin-bottom: 30px; font-weight: 700; font-size: 14px; }
|
| 54 |
.conf-badge i { color: #cc0000; font-size: 18px; }
|
|
|
|
| 55 |
.hero h1 { font-family: 'Rubik', sans-serif; font-size: 64px; font-weight: 800; margin: 0; line-height: 1.1; }
|
| 56 |
.hero h2 { font-family: 'Rubik', sans-serif; font-size: 32px; color: var(--text-yellow); margin: 15px 0 30px; font-weight: 700; }
|
| 57 |
+
.hero p { color: #cbd5e1; font-size: 18px; line-height: 1.6; max-width: 650px; margin-bottom: 50px; }
|
| 58 |
+
.hero-actions { display: flex; gap: 15px; flex-wrap: wrap; }
|
|
|
|
| 59 |
.action-btn { display: flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 30px; color: white; font-weight: 600; font-size: 15px; transition: transform 0.2s; }
|
| 60 |
.action-btn:hover { transform: translateY(-3px); color: white; }
|
|
|
|
| 61 |
.bg-red { background: var(--grad-red); } .bg-purple { background: var(--grad-purple); } .bg-orange { background: var(--grad-orange); } .bg-blue { background: var(--grad-blue); } .bg-green { background: var(--grad-green); }
|
| 62 |
+
.hero-visual { flex: 1; display: flex; justify-content: flex-end; position: relative; height: 400px; align-items: center; }
|
| 63 |
+
.hero-visual img { max-width: 100%; height: auto; z-index: 2; position: relative; }
|
| 64 |
+
.audio-wave { position: absolute; bottom: 50px; left: 0; right: 0; height: 150px; display: flex; align-items: center; justify-content: center; gap: 6px; z-index: 0; opacity: 0.3; mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent); }
|
| 65 |
+
.bar { width: 6px; background: #ffffff; border-radius: 99px; animation: bounce 1.2s ease-in-out infinite; }
|
| 66 |
+
.bar:nth-child(odd) { animation-duration: 1.5s; } .bar:nth-child(2n) { animation-duration: 1.1s; }
|
| 67 |
+
@keyframes bounce { 0%, 100% { height: 20px; } 50% { height: 120px; } }
|
|
|
|
| 68 |
|
| 69 |
/* --- WIDTH CONTROLLER --- */
|
| 70 |
.content-container { width: 80%; max-width: 1600px; margin: 0 auto; }
|
|
|
|
| 119 |
</a>
|
| 120 |
<div class="nav-links">
|
| 121 |
<a href="https://aclanthology.org/2025.emnlp-main.559" target="_blank" class="nav-link">Paper</a>
|
| 122 |
+
<a href="https://africa.dlnlp.ai/simba/#dataset" target="_blank" class="nav-link">Dataset</a>
|
| 123 |
<a href="https://africa.dlnlp.ai/simba/#models" target="_blank" class="nav-link">Models</a>
|
| 124 |
<a href="https://africa.dlnlp.ai/simba/" target="_blank" class="btn-submit">Submit New Results</a>
|
| 125 |
</div>
|
|
|
|
| 139 |
<a href="https://africa.dlnlp.ai/simba/#models" target="_blank" class="action-btn bg-blue"><i class="fa-solid fa-bolt"></i> Simba Models</a>
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
+
<div class="hero-visual">
|
| 143 |
+
<div class="audio-wave">
|
| 144 |
+
<div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
|
| 145 |
+
</div>
|
| 146 |
+
<img src="https://africa.dlnlp.ai/simba/images/simbabench_header.png" alt="Map">
|
| 147 |
+
</div>
|
| 148 |
</div>
|
| 149 |
|
| 150 |
<div class="content-container">
|