delete all unecessary pages
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 381 KiB |
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "ThreeFold's Vision and Mission"
|
||||
description: "Our mission is to empower individuals and organizations with secure, private, and autonomous access to computing resources, ensuring fair cloud access for everyone." # quotation marks to allow colons where used
|
||||
title: "Mycelium"
|
||||
description: "Mycelium is a decentralized networking and storage solution designed to integrate seamlessly with AI workloads, content delivery, and messaging." # quotation marks to allow colons where used
|
||||
template: "layouts/why.html"
|
||||
insert_anchor_links: "left"
|
||||
extra:
|
||||
@@ -10,50 +10,21 @@ extra:
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
This page is made by combining different 'section' (partial html pages) together.
|
||||
To edit the page content, please go to specific 'section' that you would like to edit (stored inside templates/partials folders).
|
||||
To see the list of the section blocks in this page, add or remove some of the partial pages,
|
||||
go to: static/templates/layouts/why.html.
|
||||
|
||||
ABOUT / WHY PAGE (static/templates/layouts/why.html) contains:
|
||||
|
||||
1. About hero section: "templates/partials/about/about1.html"
|
||||
2. benefit1 section: "templates/partials/about/about2.html"
|
||||
3. benefit2 section: "templates/partials/about/about3.html"
|
||||
4. benefit3 new section: "templates/partials/about/about4.html"
|
||||
5. tf section: "templates/partials/about/about5.html"
|
||||
6. faq section: "templates/partials/about/about6.html"
|
||||
7. cta section: "templates/partials/hero/myhero7.html"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
-->
|
||||
|
Reference in New Issue
Block a user