Skip to content

Commit 1df0dbd

Browse files
committed
Add content to front page
1 parent afe1bda commit 1df0dbd

File tree

3 files changed

+295
-22
lines changed

3 files changed

+295
-22
lines changed

layouts/index.html

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,46 @@ <h1>{{.Title}}</h1>
99
</div>
1010
<div id="action-buttons">
1111
<a class="button primary big" href="https://github.com/data-apis/consortium-feedback">Feedback</a> <a class="button outline big" href="https://github.com/data-apis" >View on Github</a>
12-
<p>We're just getting started - tell us what you think!</p>
12+
<p>We're just getting started - read <a href="/blog/announcing_the_consortium/">our announcement blog post</a> tell us what you think!</p>
1313
</div>
1414

1515
<div id="kube-features">
1616
<div class="row gutters">
1717
<div class="col col-4 item">
1818
<figure>
19-
<img alt="Baseline" height="48" src="{{ "/img/kube/icon-baseline.png" | relURL }}" width="48">
19+
<img alt="Start with why" height="48" src="{{ "/img/kube/icon-typo.png" | relURL }}" width="48">
2020
</figure>
21-
<h3>Horizontal Rhythm</h3>
22-
<p>In Kube horizontal rhythm based on a 4px vertical grid is something that we are truly proud of.</p>
21+
<h3>Start with why</h3>
22+
<p>We aim to solve hard problems, without introducing new ones. Careful consideration of use cases and requirements will get us there.</p>
2323
</div>
2424
<div class="col col-4 item">
2525
<figure>
26-
<img alt="Typography" height="48" src="{{ "/img/kube/icon-typo.png" | relURL }}" width="48">
26+
<img alt="Data-driven" height="48" src="{{ "/img/kube/icon-baseline.png" | relURL }}" width="48">
2727
</figure>
28-
<h3>Typography</h3>
29-
<p>We obsess over typography, and it shows throughout Kube.</p>
28+
<h3>Data-driven</h3>
29+
<p>We strongly believe decisions should be informed by real-world usage data. Hence our focus on tooling and API usage data.</p>
3030
</div>
3131
<div class="col col-4 item">
3232
<figure>
33-
<img alt="Minimalism" height="48" src="{{ "/img/kube/icon-minimalism.png" | relURL }}" width="48">
33+
<img alt="Conservative choices" height="48" src="{{ "/img/kube/icon-minimalism.png" | relURL }}" width="48">
3434
</figure>
35-
<h3>Minimalism</h3>
36-
<p>We strongly believe in minimalism as a general concept as well as a practical approach to everyday life.</p>
35+
<h3>Conservative choices</h3>
36+
<p>API design is hard. Adding is easier than subtracting. So if we're not sure, we make conservative choices.</p>
3737
</div>
3838
</div>
39-
<div class="row gutters">
40-
<div class="col col-4 item">
41-
<h4>Mobile-first Design</h4>
42-
<p>Every element in kube is mobile-first and fully embraces latest and greatest tech.</p>
43-
</div>
44-
<div class="col col-4 item">
45-
<h4>Cross-browser</h4>
46-
<p>Kube works in all modern browsers, both desktop and mobile, including latest Chrome, Firefox, Safari, Opera, IE and Edge.</p>
39+
40+
<div class="row gutters">
41+
<div class="col col-2 item"></div>
42+
<div class="col col-8 item">
43+
<h3>Sponsors</h3>
44+
<p>The engineering, technical writing and organizational effort needed to bootstrap this Consortium and draft the first versions of the n-dimensional array and dataframe API standards is supported by:</p>
45+
<img src="/images/sponsors.png" alt="Sponsor logos">
4746
</div>
48-
<div class="col col-4 item">
49-
<h4>License</h4>
50-
<p>Kube licensed under <a href="https://opensource.org/licenses/MIT">MIT</a>.<br>
51-
Kube Framework is absolutely free for personal or commercial use.</p>
47+
<div class="col col-2 item"></div>
5248
</div>
49+
5350
</div>
51+
5452
</div>
5553
</div>
5654
{{ end }}

static/images/sponsors.png

175 KB
Loading

static/images/sponsors.svg

Lines changed: 275 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)