add form
This commit is contained in:
58
content/signup/index.md
Normal file
58
content/signup/index.md
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
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>
|
||||||
BIN
content/signup/tf.png
Normal file
BIN
content/signup/tf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 510 B |
6
templates/layouts/signup.html
Normal file
6
templates/layouts/signup.html
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{% extends "_default/base.html" %}
|
||||||
|
{% block content %}
|
||||||
|
|
||||||
|
{% include "partials/form.html" %}
|
||||||
|
|
||||||
|
{% endblock content %}
|
||||||
1
templates/partials/form.html
Normal file
1
templates/partials/form.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<div data-tf-live="01JEXHAZ930FVKSDJ440Y8X375"></div><script src="//embed.typeform.com/next/embed.js"></script>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul> #}
|
</ul> #}
|
||||||
<a href="https://docs.threefold.io/" target="_blank" class="dashboard rounded-2xl bg-white px-4 p-2 text-sm font-semibold text-black shadow-sm hover:text-gray-800 hover:bg-green">TF Docs</a>
|
<a href="/signup" target="_blank" class="blinking-effect dashboard rounded-2xl bg-white px-4 p-2 text-sm font-semibold text-black shadow-sm hover:text-gray-800 hover:bg-green">Join Web4 Revolution</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user