grid works now
This commit is contained in:
parent
9ea2e65606
commit
c9add794da
|
@ -51,3 +51,14 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.grid-container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-item {
|
||||||
|
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
"section",
|
"section",
|
||||||
"source",
|
"source",
|
||||||
"span",
|
"span",
|
||||||
|
"style",
|
||||||
"svg",
|
"svg",
|
||||||
"textarea",
|
"textarea",
|
||||||
"time",
|
"time",
|
||||||
|
@ -64,6 +65,7 @@
|
||||||
"btn-sm",
|
"btn-sm",
|
||||||
"capitalize",
|
"capitalize",
|
||||||
"col-12",
|
"col-12",
|
||||||
|
"col-md-3",
|
||||||
"col-md-4",
|
"col-md-4",
|
||||||
"column",
|
"column",
|
||||||
"container",
|
"container",
|
||||||
|
@ -92,6 +94,7 @@
|
||||||
"from-body",
|
"from-body",
|
||||||
"g",
|
"g",
|
||||||
"grid-container",
|
"grid-container",
|
||||||
|
"grid-item",
|
||||||
"group",
|
"group",
|
||||||
"gx-5",
|
"gx-5",
|
||||||
"h-4",
|
"h-4",
|
||||||
|
@ -223,7 +226,6 @@
|
||||||
"search-wrapper-footer",
|
"search-wrapper-footer",
|
||||||
"search-wrapper-header",
|
"search-wrapper-header",
|
||||||
"section",
|
"section",
|
||||||
"section-s",
|
|
||||||
"section-sm",
|
"section-sm",
|
||||||
"sm:bg-red-200",
|
"sm:bg-red-200",
|
||||||
"sm:block",
|
"sm:block",
|
||||||
|
|
|
@ -80,24 +80,32 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<!-- /Features -->
|
<!-- /Features -->
|
||||||
|
|
||||||
<!-- features2-->
|
|
||||||
{{ range $i, $e:= .Params.features2 }}
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
|
<!-- features2test-->
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="grid-container">
|
||||||
|
{{ range $i, $e := .Params.features2 }}
|
||||||
|
<div class="grid-item">
|
||||||
<h2 class="mb-4">{{ .title | markdownify }}</h2>
|
<h2 class="mb-4">{{ .title | markdownify }}</h2>
|
||||||
<p class="mb-8 text-lg">{{ .content | markdownify }}</p>
|
<p class="mb-8 text-lg">{{ .content | markdownify }}</p>
|
||||||
|
{{ with .button }} {{ if .enable }}
|
||||||
|
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}">
|
||||||
|
{{ .label }}
|
||||||
|
<i class="fa fa-arrow-right pl-2"></i>
|
||||||
|
</a>
|
||||||
|
{{ end }} {{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{{ end }}
|
|
||||||
<!--/features2-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- features2test-->
|
||||||
|
|
||||||
{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
|
{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
|
||||||
<section>
|
<section>
|
||||||
|
|
|
@ -3061,6 +3061,14 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
.time {
|
.time {
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
|
.grid-container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 20px; }
|
||||||
|
|
||||||
|
.grid-item {
|
||||||
|
padding: 20px; }
|
||||||
|
|
||||||
@media (min-width: 540px) {
|
@media (min-width: 540px) {
|
||||||
|
|
||||||
.sm\:col-10 {
|
.sm\:col-10 {
|
||||||
|
|
|
@ -2080,39 +2080,47 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="grid-container">
|
||||||
|
|
||||||
|
<div class="grid-item">
|
||||||
<h2 class="mb-4">Fediversity explained - for Individuals</h2>
|
<h2 class="mb-4">Fediversity explained - for Individuals</h2>
|
||||||
<p class="mb-8 text-lg">2Always be in control with your own data on social networks, whether that’s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.</p>
|
<p class="mb-8 text-lg">2Always be in control with your own data on social networks, whether that’s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.</p>
|
||||||
</div>
|
|
||||||
|
<a class="btn btn-primary mt-6" href="//localhost:1313/individuals">
|
||||||
|
Learn more
|
||||||
|
<i class="fa fa-arrow-right pl-2"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="grid-item">
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<h2 class="mb-4">Fediversity explained - for Developers</h2>
|
<h2 class="mb-4">Fediversity explained - for Developers</h2>
|
||||||
<p class="mb-8 text-lg">2As a developer building the next generation of social platforms, you are looking to make it easier to facilitate your customers to use your product. Fediversity can help.</p>
|
<p class="mb-8 text-lg">2As a developer building the next generation of social platforms, you are looking to make it easier to facilitate your customers to use your product. Fediversity can help.</p>
|
||||||
</div>
|
|
||||||
|
<a class="btn btn-primary mt-6" href="//localhost:1313/developers">
|
||||||
|
Learn more
|
||||||
|
<i class="fa fa-arrow-right pl-2"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="grid-item">
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<h2 class="mb-4">Fediversity explained - for the EC</h2>
|
<h2 class="mb-4">Fediversity explained - for the EC</h2>
|
||||||
<p class="mb-8 text-lg">2The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.</p>
|
<p class="mb-8 text-lg">2The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.</p>
|
||||||
</div>
|
|
||||||
|
<a class="btn btn-primary mt-6" href="//localhost:1313/ec">
|
||||||
|
Learn more
|
||||||
|
<i class="fa fa-arrow-right pl-2"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3061,6 +3061,14 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
.time {
|
.time {
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
|
.grid-container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 20px; }
|
||||||
|
|
||||||
|
.grid-item {
|
||||||
|
padding: 20px; }
|
||||||
|
|
||||||
@media (min-width: 540px) {
|
@media (min-width: 540px) {
|
||||||
|
|
||||||
.sm\:col-10 {
|
.sm\:col-10 {
|
||||||
|
|
|
@ -1052,3 +1052,11 @@
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
|
.grid-container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 20px; }
|
||||||
|
|
||||||
|
.grid-item {
|
||||||
|
padding: 20px; }
|
||||||
|
|
Reference in a new issue