www_aibox/content/signup/index.md
2025-02-27 21:20:27 +08:00

58 lines
617 B
Markdown

---
title: "Sign Up"
description: "Pre-register for AIBOX and become a part of a pioneering Web4 movement" # quotation marks to allow colons where used
template: "layouts/signup.html"
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: tf.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>