update css

This commit is contained in:
2023-06-11 13:46:47 +03:00
parent 366fa4c824
commit 169c02592a
6 changed files with 29 additions and 3 deletions

BIN
content/about/checker1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 KiB

BIN
content/about/checker2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 KiB

BIN
content/about/checker3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

BIN
content/about/checker4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View File

@@ -74,7 +74,9 @@ We empower self-sovereignty and autonomy.
<!-- section 3 --> <!-- section 3 -->
{% row(style="center margin" bgPath="checkerboard1.jpg") %} <div class="bgtest">
{% row(style="center margin") %}
![Image](KDS.png#mx-auto) ![Image](KDS.png#mx-auto)
@@ -87,6 +89,7 @@ We empower self-sovereignty and autonomy.
{% end %} {% end %}
</div>
<!-- section 4--> <!-- section 4-->
@@ -118,7 +121,9 @@ Equality, diversity, and inclusion are key to our vision of an Internet for ever
<!-- section 5 --> <!-- section 5 -->
{% row(style="center margin" bgPath="checkerboard2.jpg") %} <div class="bgtest2">
{% row(style="center margin") %}
## Our Community is United by ## Our Community is United by
### **Passion and Purpose** ### **Passion and Purpose**
@@ -130,6 +135,7 @@ Our mission is to realize the vision of a decentralized, self-sovereign digital
{% end %} {% end %}
</div>
<!-- section 6 --> <!-- section 6 -->
@@ -138,4 +144,24 @@ Our mission is to realize the vision of a decentralized, self-sovereign digital
### <i>**"Never doubt that a small group of thoughtful, committed citizens <br> can change the world; indeed, it's the only thing that ever has."**</i> ### <i>**"Never doubt that a small group of thoughtful, committed citizens <br> can change the world; indeed, it's the only thing that ever has."**</i>
### - Margaret Mead ### - Margaret Mead
{% end %} {% end %}
<style>
.bgtest{
background-image: url("about/checkerboard.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgtest2{
background-image: url("about/checker4.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>