Toward the minimal mockup #13

Merged
btlogy merged 14 commits from 12.toward-minimal-mockup into main 2024-11-19 11:55:00 +00:00
2 changed files with 15 additions and 4 deletions
Showing only changes of commit c0d66ee390 - Show all commits

View File

@ -43,6 +43,8 @@ body {
.feature__item { .feature__item {
background-color: #eee; background-color: #eee;
height: 13em;
margin-bottom: 1em;
} }
.feature__item .archive__item-title { .feature__item .archive__item-title {
@ -76,6 +78,10 @@ body {
margin-bottom: auto; margin-bottom: auto;
} }
#contribute .feature__item {
height: 15em;
}
#blog { #blog {
margin-top: 2em; margin-top: 2em;
background-color: #eee; background-color: #eee;
@ -119,6 +125,14 @@ body {
background-color: #fff; background-color: #fff;
} }
#about .feature__item {
height: 10em;
}
#about .feature__item .archive__item-title {
padding-top: 0.5em;
}
.feature__item--center { .feature__item--center {
text-align: center; text-align: center;
} }

View File

@ -45,10 +45,7 @@ contribute_list:
excerpt: '<ul> excerpt: '<ul>
<li>Join <a href="https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev" target="_blank">the <b>tahoe-dev</b></a> mailing list</li> <li>Join <a href="https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev" target="_blank">the <b>tahoe-dev</b></a> mailing list</li>
<li>Join the <a href="https://libera.chat/" target="_blank"><b>#tahoe-lafs</b></a> channel on Libera</li> <li>Join the <a href="https://libera.chat/" target="_blank"><b>#tahoe-lafs</b></a> channel on Libera</li>
<li>Join our <a href="https://meet.jit.si/AccurateFiltersManipulateBefore" target="blank"><b>Tuesday 1700 UTC meetings</b></a> <li>Join our <a href="https://meet.jit.si/AccurateFiltersManipulateBefore" target="blank"><b>Tuesday 1700 UTC meetings</b></a></li>
<ul>
<li>First of the month for project governance</li>
<li>Others for technical discussions</li>
</ul>' </ul>'
- image_path: /assets/images/issues.png - image_path: /assets/images/issues.png
alt: "issues" alt: "issues"