Toward the minimal mockup #13
|
@ -43,6 +43,8 @@ body {
|
|||
|
||||
.feature__item {
|
||||
background-color: #eee;
|
||||
height: 13em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.feature__item .archive__item-title {
|
||||
|
@ -76,6 +78,10 @@ body {
|
|||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
#contribute .feature__item {
|
||||
height: 15em;
|
||||
}
|
||||
|
||||
#blog {
|
||||
margin-top: 2em;
|
||||
background-color: #eee;
|
||||
|
@ -119,6 +125,14 @@ body {
|
|||
background-color: #fff;
|
||||
}
|
||||
|
||||
#about .feature__item {
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
#about .feature__item .archive__item-title {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.feature__item--center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -45,10 +45,7 @@ contribute_list:
|
|||
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 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>
|
||||
<ul>
|
||||
<li>First of the month for project governance</li>
|
||||
<li>Others for technical discussions</li>
|
||||
<li>Join our <a href="https://meet.jit.si/AccurateFiltersManipulateBefore" target="blank"><b>Tuesday 1700 UTC meetings</b></a></li>
|
||||
</ul>'
|
||||
- image_path: /assets/images/issues.png
|
||||
alt: "issues"
|
||||
|
|
Loading…
Reference in New Issue