Spaces:
Running
Running
Display compact organization banner
Browse files- index.html +13 -0
index.html
CHANGED
|
@@ -81,6 +81,17 @@
|
|
| 81 |
line-height: 1.55;
|
| 82 |
}
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
.label {
|
| 85 |
margin: 0 0 10px;
|
| 86 |
color: #858ba7;
|
|
@@ -156,6 +167,8 @@
|
|
| 156 |
</nav>
|
| 157 |
</header>
|
| 158 |
|
|
|
|
|
|
|
| 159 |
<p class="intro">Community-led research into compact language models, deterministic token routing, multimodal generation and accessible training systems.</p>
|
| 160 |
|
| 161 |
<p class="label">Featured project</p>
|
|
|
|
| 81 |
line-height: 1.55;
|
| 82 |
}
|
| 83 |
|
| 84 |
+
.banner {
|
| 85 |
+
display: block;
|
| 86 |
+
width: 100%;
|
| 87 |
+
max-height: 210px;
|
| 88 |
+
margin-top: 20px;
|
| 89 |
+
object-fit: cover;
|
| 90 |
+
object-position: center;
|
| 91 |
+
border: 1px solid var(--line);
|
| 92 |
+
border-radius: 14px;
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
.label {
|
| 96 |
margin: 0 0 10px;
|
| 97 |
color: #858ba7;
|
|
|
|
| 167 |
</nav>
|
| 168 |
</header>
|
| 169 |
|
| 170 |
+
<img class="banner" src="banner.png" alt="Panda observing an artificial intelligence display">
|
| 171 |
+
|
| 172 |
<p class="intro">Community-led research into compact language models, deterministic token routing, multimodal generation and accessible training systems.</p>
|
| 173 |
|
| 174 |
<p class="label">Featured project</p>
|