Compare commits

...

7 commits

Author SHA1 Message Date
bEn b4640f3fe3 Merge pull request 'More steps to match the mock-up' (#26) from 12.more-steps-to-mockup into main
Reviewed-on: https://code.lafs.eval.latfa.net/tahoe-lafs/web-landing-page/pulls/26
2025-05-07 09:02:16 +00:00
Benoit Donneaux 0db12543e5 Centered and smaller text for the documentation section
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2025-05-07 10:54:48 +02:00
Benoit Donneaux e66a0ba0e4 Add blue button in the about section
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2025-05-07 10:50:39 +02:00
Benoit Donneaux 2cdef2a035 Fix the description
Co-authored-by: jeffjacobsonhimself@gmail.com
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2025-05-07 10:50:07 +02:00
bEn 080af25223 Merge pull request 'Remove custom font-family override' (#23) from no-font-override into main
Reviewed-on: https://code.lafs.eval.latfa.net/tahoe-lafs/web-landing-page/pulls/23
2025-05-07 07:27:56 +00:00
bEn 43241175bf Merge pull request 'Rework the about section to match the mock-up' (#24) from 12.rework-about into main
Reviewed-on: https://code.lafs.eval.latfa.net/tahoe-lafs/web-landing-page/pulls/24
2025-05-06 13:22:20 +00:00
Florian Sesser d6726651be Don't override page font like this or to this font family
See https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#font-stacks on how to override font family choice with this theme proper and https://infinnie.github.io/blog/2017/systemui.html why not to use 'system-ui' for font-family on web pages.
2025-04-25 10:35:12 +00:00
2 changed files with 25 additions and 24 deletions

View file

@ -1,7 +1,3 @@
body {
font-family: system-ui;
}
.page__hero--overlay {
padding: 1em;
}
@ -89,11 +85,6 @@ body {
border-radius: 20px;
}
.feature__item .btn {
background-color: #0075a2;
color: #fff;
}
.feature__item .btn:hover {
background-color: #777;
color: #fff;
@ -151,8 +142,13 @@ body {
background-color: #fff;
}
#about .feature__item .archive__item-title {
padding-top: 0.5em;
#about .feature__wrapper .btn {
background-color: #0075a2;
color: #fff;
}
#about .archive__item-title {
margin-top: 0.5em;
}
.feature__item--center {

View file

@ -1,5 +1,5 @@
---
title: "Welcome <i>The</i> Least-Authority File Store"
title: "Welcome to <i>The</i> Least-Authority File Store"
layout: splash
author_profile: false
header:
@ -19,23 +19,26 @@ documentation_list:
- image_path: /assets/images/overview.svg
alt: "overview"
title: "Overview"
excerpt: '
This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system
'
excerpt: >-
<center>
<a href="https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html">One-page summary</a>
</center>
- image_path: /assets/images/manual.svg
alt: "manual"
title: "Manual"
excerpt: '<ul>
<li><a href="https://tahoe-lafs.readthedocs.io/en/latest/Installation/install-tahoe.html">Installation Instructions</a></li>
<li><a href="http://tahoe-lafs.readthedocs.org/">Tahoe-LAFS Manual</a></li>
</ul>'
excerpt: >-
<center>
<p><a href="https://tahoe-lafs.readthedocs.io/en/latest/Installation/install-tahoe.html">Installation Instructions</a></p>
<p><a href="http://tahoe-lafs.readthedocs.org/">Tahoe-LAFS Manual</a></p>
</center>
- image_path: /assets/images/wiki.svg
alt: "wiki"
title: "Wiki"
excerpt: '<ul>
<li><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Doc">Index of docs</a></li>
<li><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ">Frequently Asked Questions</a></li>
</ul>'
excerpt: >-
<center>
<p><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Doc">Index of docs</a></p>
<p><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ">Frequently Asked Questions</a></p>
</center>
contribute:
- title: "Contribute"
excerpt: ""
@ -74,6 +77,8 @@ about:
and maintained by a group of hardy volunteers.
We are grateful for their energy, expertise, and support.
Check out some of the main contributors to this project!
url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AboutUs"
btn_label: "Our Contributors"
---
<div id="documentation">
{% include feature_row id="documentation" type="center" %}
@ -103,7 +108,7 @@ about:
{% endfor %}
</div>
</div>
<br/><br/>
<br/><br/><br/>
<div id="about">
{% include feature_row id="about" type="left" %}
</div>