This commit is contained in:
2023-06-11 12:41:45 +03:00
parent 0d6237c030
commit d35ea72ef9
5 changed files with 19 additions and 2 deletions

View File

@@ -155,8 +155,11 @@ Join a group of people around the globe who believe the world needs ThreeFold an
<!-- section 5 -->
<div class="bgtest">
{% row(style="center margin" bgPath="checkerboard1.jpg") %}
{% row(style="center margin") %}
<!-- bgPath="checkerboard1.jpg" -->
<br>
@@ -169,6 +172,20 @@ We're open-source and decentralized, so we use a token called $TFT to fuel the m
<button>[Dive into the Token](/token)</button>
<button>[Buy $TFT](https://manual.grid.tf/getstarted/TF_Token/tft_toc.html)</button>
</div>
{% end %}
<style>
.bgtest{
background-image: url("home/checker1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
{% end %}
}
</style>