Spaces:
Running
Running
adaptive
Browse files- index.html +0 -57
- static/css/index.css +1 -1
index.html
CHANGED
|
@@ -158,63 +158,6 @@
|
|
| 158 |
</section> -->
|
| 159 |
|
| 160 |
|
| 161 |
-
<!-- <section class="hero is-light is-small">
|
| 162 |
-
<div class="hero-body">
|
| 163 |
-
<div class="container">
|
| 164 |
-
<div id="results-carousel" class="carousel results-carousel">
|
| 165 |
-
<div class="item item-steve">
|
| 166 |
-
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
|
| 167 |
-
<source src="./static/videos/steve.mp4"
|
| 168 |
-
type="video/mp4">
|
| 169 |
-
</video>
|
| 170 |
-
</div>
|
| 171 |
-
<div class="item item-chair-tp">
|
| 172 |
-
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
|
| 173 |
-
<source src="./static/videos/chair-tp.mp4"
|
| 174 |
-
type="video/mp4">
|
| 175 |
-
</video>
|
| 176 |
-
</div>
|
| 177 |
-
<div class="item item-shiba">
|
| 178 |
-
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
|
| 179 |
-
<source src="./static/videos/shiba.mp4"
|
| 180 |
-
type="video/mp4">
|
| 181 |
-
</video>
|
| 182 |
-
</div>
|
| 183 |
-
<div class="item item-fullbody">
|
| 184 |
-
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
|
| 185 |
-
<source src="./static/videos/fullbody.mp4"
|
| 186 |
-
type="video/mp4">
|
| 187 |
-
</video>
|
| 188 |
-
</div>
|
| 189 |
-
<div class="item item-blueshirt">
|
| 190 |
-
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
|
| 191 |
-
<source src="./static/videos/blueshirt.mp4"
|
| 192 |
-
type="video/mp4">
|
| 193 |
-
</video>
|
| 194 |
-
</div>
|
| 195 |
-
<div class="item item-mask">
|
| 196 |
-
<video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
|
| 197 |
-
<source src="./static/videos/mask.mp4"
|
| 198 |
-
type="video/mp4">
|
| 199 |
-
</video>
|
| 200 |
-
</div>
|
| 201 |
-
<div class="item item-coffee">
|
| 202 |
-
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
|
| 203 |
-
<source src="./static/videos/coffee.mp4"
|
| 204 |
-
type="video/mp4">
|
| 205 |
-
</video>
|
| 206 |
-
</div>
|
| 207 |
-
<div class="item item-toby">
|
| 208 |
-
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
|
| 209 |
-
<source src="./static/videos/toby2.mp4"
|
| 210 |
-
type="video/mp4">
|
| 211 |
-
</video>
|
| 212 |
-
</div>
|
| 213 |
-
</div>
|
| 214 |
-
</div>
|
| 215 |
-
</div>
|
| 216 |
-
</section> -->
|
| 217 |
-
|
| 218 |
|
| 219 |
<section class="section">
|
| 220 |
<div class="container is-max-desktop">
|
|
|
|
| 158 |
</section> -->
|
| 159 |
|
| 160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
|
| 162 |
<section class="section">
|
| 163 |
<div class="container is-max-desktop">
|
static/css/index.css
CHANGED
|
@@ -134,7 +134,7 @@ body {
|
|
| 134 |
}
|
| 135 |
|
| 136 |
.interpolation-panel .interpolation-image {
|
| 137 |
-
width:
|
| 138 |
border-radius: 5px;
|
| 139 |
}
|
| 140 |
|
|
|
|
| 134 |
}
|
| 135 |
|
| 136 |
.interpolation-panel .interpolation-image {
|
| 137 |
+
width: 70%;
|
| 138 |
border-radius: 5px;
|
| 139 |
}
|
| 140 |
|