update action and clear archive

This commit is contained in:
2025-06-04 14:30:37 +03:00
parent b5bdd16bf5
commit 893e1ba615
1069 changed files with 216 additions and 17153 deletions

View File

@@ -1,58 +0,0 @@
---
title: "What"
description: "ThreeFold's Solutions." # quotation marks to allow colons where used
template: "layouts/solutions.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>