An other step closer to the mockup

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2024-11-15 17:27:33 +01:00
parent 2abbd1e389
commit c7192d5188
2 changed files with 27 additions and 17 deletions

View file

@ -3,7 +3,7 @@ title: "Welcome <i>The</i> Least-Authority File Store"
layout: splash
author_profile: false
header:
overlay_color: "#ccc"
overlay_color: "#101820"
actions:
- label: "Download"
url: "https://tahoe-lafs.org/downloads"
@ -65,11 +65,11 @@ contribute_list:
<li>Submit pull request with a valid issue number</li>
</ul>'
blog:
- title: "News"
excerpt: "Find here under a list of the latest articles on the subjects that matter for us."
- title: "Latest News"
excerpt: ""
about:
- title: "About us"
excerpt: "Here comes something about us..."
excerpt: ""
about_list:
- title: "Volunteers"
excerpt: "Tahoe-LAFS is an open-source project supported by donations and maintained by a group of hardy volunteers...<br/>"
@ -95,10 +95,12 @@ about_list:
{% include feature_row id="documentation" type="center" %}
{% include feature_row id="documentation_list" %}
</div>
<div id="contribute">
{% include feature_row id="contribute" type="center" %}
{% include feature_row id="contribute_list" %}
</div>
<div id="blog">
{% include feature_row id="blog" type="center" %}
<div class="entries-grid">
@ -116,6 +118,8 @@ about_list:
</div>
{% endfor %}
</div>
</div>
<div id="about">
{% include feature_row id="about" type="center" %}
{% include feature_row id="about_list" %}