Merge remote-tracking branch 'eval/main' into 12.rework-contribute
All checks were successful
Jekyll / jekyll (pull_request) Successful in 44s
All checks were successful
Jekyll / jekyll (pull_request) Successful in 44s
This commit is contained in:
commit
0930103f46
@ -1,7 +1,3 @@
|
|||||||
body {
|
|
||||||
font-family: system-ui;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page__hero--overlay {
|
.page__hero--overlay {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
@ -89,11 +85,6 @@ body {
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature__item .btn {
|
|
||||||
background-color: #0075a2;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature__item .btn:hover {
|
.feature__item .btn:hover {
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -158,8 +149,13 @@ body {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about .feature__item .archive__item-title {
|
#about .feature__wrapper .btn {
|
||||||
padding-top: 0.5em;
|
background-color: #0075a2;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#about .archive__item-title {
|
||||||
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature__item--center {
|
.feature__item--center {
|
||||||
|
@ -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
|
layout: splash
|
||||||
author_profile: false
|
author_profile: false
|
||||||
header:
|
header:
|
||||||
@ -19,23 +19,26 @@ documentation_list:
|
|||||||
- image_path: /assets/images/overview.svg
|
- image_path: /assets/images/overview.svg
|
||||||
alt: "overview"
|
alt: "overview"
|
||||||
title: "Overview"
|
title: "Overview"
|
||||||
excerpt: '
|
excerpt: >-
|
||||||
This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system
|
<center>
|
||||||
'
|
<a href="https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html">One-page summary</a>
|
||||||
|
</center>
|
||||||
- image_path: /assets/images/manual.svg
|
- image_path: /assets/images/manual.svg
|
||||||
alt: "manual"
|
alt: "manual"
|
||||||
title: "Manual"
|
title: "Manual"
|
||||||
excerpt: '<ul>
|
excerpt: >-
|
||||||
<li><a href="https://tahoe-lafs.readthedocs.io/en/latest/Installation/install-tahoe.html">Installation Instructions</a></li>
|
<center>
|
||||||
<li><a href="http://tahoe-lafs.readthedocs.org/">Tahoe-LAFS Manual</a></li>
|
<p><a href="https://tahoe-lafs.readthedocs.io/en/latest/Installation/install-tahoe.html">Installation Instructions</a></p>
|
||||||
</ul>'
|
<p><a href="http://tahoe-lafs.readthedocs.org/">Tahoe-LAFS Manual</a></p>
|
||||||
|
</center>
|
||||||
- image_path: /assets/images/wiki.svg
|
- image_path: /assets/images/wiki.svg
|
||||||
alt: "wiki"
|
alt: "wiki"
|
||||||
title: "Wiki"
|
title: "Wiki"
|
||||||
excerpt: '<ul>
|
excerpt: >-
|
||||||
<li><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Doc">Index of docs</a></li>
|
<center>
|
||||||
<li><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ">Frequently Asked Questions</a></li>
|
<p><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Doc">Index of docs</a></p>
|
||||||
</ul>'
|
<p><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ">Frequently Asked Questions</a></p>
|
||||||
|
</center>
|
||||||
contribute:
|
contribute:
|
||||||
- title: "Get Involved"
|
- title: "Get Involved"
|
||||||
excerpt: '
|
excerpt: '
|
||||||
@ -118,7 +121,7 @@ about:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br/><br/>
|
<br/><br/><br/>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
{% include feature_row id="about" type="left" %}
|
{% include feature_row id="about" type="left" %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user