Spaces:
Running
Running
Commit
Β·
e07ffdb
1
Parent(s):
44389d9
Update website
Browse files- index.html +6 -2
- static/css/index.css +5 -0
- static/images/Logo medium white.svg +1 -0
index.html
CHANGED
@@ -29,7 +29,12 @@
|
|
29 |
style="background:url('./static/images/Blue sky image.png') center/cover no-repeat;">
|
30 |
<div class="hero-body">
|
31 |
<div class="container is-max-desktop has-text-centered">
|
32 |
-
<h1 class="title is-1 white"
|
|
|
|
|
|
|
|
|
|
|
33 |
<br>
|
34 |
<p class="subtitle is-5 has-text-weight-semibold white">organized by IBM and ESA</p>
|
35 |
<!-- submit button -->
|
@@ -150,7 +155,6 @@
|
|
150 |
<li><strong>One win per working group/individual:</strong> you can win only <strong>one</strong> round, but keep sharing great ideas.</li>
|
151 |
<li><strong>Grand-final refinement:</strong> each round winner may refine their project before the final decision.</li>
|
152 |
</ul>
|
153 |
-
<br>
|
154 |
<p>Individuals affiliated with IBM or ESA are not eligible to receive an award.</p>
|
155 |
<!-- <p>Please read the full set of conditions in our-->
|
156 |
<!-- <a href="https://platform.ai4eo.eu/termsandconditions.pdf" target="_blank">Terms & Conditions</a>.-->
|
|
|
29 |
style="background:url('./static/images/Blue sky image.png') center/cover no-repeat;">
|
30 |
<div class="hero-body">
|
31 |
<div class="container is-max-desktop has-text-centered">
|
32 |
+
<!-- <h1 class="title is-1 white">TerraMind Blue-Sky Challenge</h1>-->
|
33 |
+
<h1 class="title is-1">
|
34 |
+
TerraMind
|
35 |
+
<img src="./static/images/Logo medium white.svg" alt="Logo" class="title-logo">
|
36 |
+
Blue-Sky Challenge πβ¨
|
37 |
+
</h1>
|
38 |
<br>
|
39 |
<p class="subtitle is-5 has-text-weight-semibold white">organized by IBM and ESA</p>
|
40 |
<!-- submit button -->
|
|
|
155 |
<li><strong>One win per working group/individual:</strong> you can win only <strong>one</strong> round, but keep sharing great ideas.</li>
|
156 |
<li><strong>Grand-final refinement:</strong> each round winner may refine their project before the final decision.</li>
|
157 |
</ul>
|
|
|
158 |
<p>Individuals affiliated with IBM or ESA are not eligible to receive an award.</p>
|
159 |
<!-- <p>Please read the full set of conditions in our-->
|
160 |
<!-- <a href="https://platform.ai4eo.eu/termsandconditions.pdf" target="_blank">Terms & Conditions</a>.-->
|
static/css/index.css
CHANGED
@@ -189,3 +189,8 @@ body {
|
|
189 |
|
190 |
.hero.full-bleed{ margin-top:-3rem; }
|
191 |
.footer.full-bleed{margin-bottom:-3rem;}
|
|
|
|
|
|
|
|
|
|
|
|
189 |
|
190 |
.hero.full-bleed{ margin-top:-3rem; }
|
191 |
.footer.full-bleed{margin-bottom:-3rem;}
|
192 |
+
|
193 |
+
.title-logo{
|
194 |
+
height:1em; /* exactly the cap-height of the title text */
|
195 |
+
vertical-align:-0.15em; /* fine-tune to sit on the baseline */
|
196 |
+
}
|
static/images/Logo medium white.svg
ADDED
|