diff --git a/content/signup/index.md b/content/signup/index.md new file mode 100644 index 000000000..a63feabff --- /dev/null +++ b/content/signup/index.md @@ -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 +--- + + + + + + + + + + + \ No newline at end of file diff --git a/content/signup/tf.png b/content/signup/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/signup/tf.png differ diff --git a/templates/layouts/signup.html b/templates/layouts/signup.html new file mode 100644 index 000000000..d8003cbf7 --- /dev/null +++ b/templates/layouts/signup.html @@ -0,0 +1,6 @@ +{% extends "_default/base.html" %} +{% block content %} + +{% include "partials/form.html" %} + +{% endblock content %} \ No newline at end of file diff --git a/templates/partials/form.html b/templates/partials/form.html new file mode 100644 index 000000000..4a832d53d --- /dev/null +++ b/templates/partials/form.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index 688e45356..8dbee0a2c 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -107,7 +107,7 @@ #} - TF Docs + Join Web4 Revolution