Merge branch 'development'
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Sign Up"
|
title: "Sign Up"
|
||||||
description: "Take actions and become a part of a pioneering Web4 movement with ThreeFold on 12.12.2024" # quotation marks to allow colons where used
|
description: "Take actions and become a part of a pioneering Web4 movement with ThreeFold on 12.12.2024" # quotation marks to allow colons where used
|
||||||
template: "layouts/signup.html"
|
template: "page.html"
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
extra:
|
extra:
|
||||||
author: ThreeFold
|
author: ThreeFold
|
||||||
@@ -9,6 +9,12 @@ extra:
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
<div class="h-screen">
|
||||||
|
<iframe
|
||||||
|
src="https://signup.threefold.io/"
|
||||||
|
class="w-full h-full border-0"
|
||||||
|
></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -17,42 +23,3 @@ extra:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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