Spaces:
Running
Running
File size: 1,501 Bytes
6cfd402 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
<!--
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<img src="static/images/architecture_diagram.webp" alt="MY ALT TEXT" style="padding-bottom: 20px;"/>
<h2 class="subtitle has-text-centered">
UniDisc's architecture.
</h2>
</div>
<div class="item">
<img src="static/images/modality_plot.webp" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
UniDisc's modality plot.
</h2>
</div>
<div class="item">
<img src="static/images/carousel3.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Third image description.
</h2>
</div>
<div class="item">
<img src="static/images/carousel4.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Fourth image description.
</h2>
</div>
</div>
</div>
</div>
</section> -->
<!-- TODO: Remove. -->
<!-- <div id="dev-url-selector" style="text-align: center; margin-bottom: 10px; padding: 10px; background-color: #f8f8f8; border-radius: 4px;">
<span style="font-size: 12px; color: #666;">SERVER: </span>
<button id="prod-server-btn" class="button is-small is-primary">Older</button>
<button id="dev-server-btn" class="button is-small">Newer</button>
</div> --> |