add hero page

This commit is contained in:
2024-11-18 12:34:23 +01:00
parent fed4d13c22
commit 7929f73994
7 changed files with 155 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ extra:
---
- [Why]("/about")
- [Product]("/product")
- [Products]("/products")
- Info

58
content/products/index.md Normal file
View File

@@ -0,0 +1,58 @@
---
title: "Products"
description: "ThreeFold's products." # quotation marks to allow colons where used
template: "layouts/products.html"
insert_anchor_links: "left"
extra:
author: Your name here
imgPath: about/about_hero.png
---
<style>
.rounded_img img {
border-radius: 8px;
}
.person img{
border-radius: 100%;
max-width:100px;
}
.myscale{
transition: transform .5s;
}
.myscale:hover{
transform: scale(1.2);
background-color: whitesmoke;
}
.road_border{
border-left: 1px solid rgb(156, 156, 156);
}
.white-gray{
color: #9f9f9f;
}
</style>