diff --git a/common/static/images/arrow_up.png b/common/static/images/arrow_up.png new file mode 100644 index 0000000..e2424bd Binary files /dev/null and b/common/static/images/arrow_up.png differ diff --git a/common/static/images/face_book.png b/common/static/images/face_book.png new file mode 100644 index 0000000..556258b Binary files /dev/null and b/common/static/images/face_book.png differ diff --git a/common/static/images/forget_password.png b/common/static/images/forget_password.png new file mode 100644 index 0000000..3d4f24c Binary files /dev/null and b/common/static/images/forget_password.png differ diff --git a/common/static/images/in.png b/common/static/images/in.png new file mode 100644 index 0000000..7b7be60 Binary files /dev/null and b/common/static/images/in.png differ diff --git a/common/static/images/instagram.png b/common/static/images/instagram.png new file mode 100644 index 0000000..a8c8853 Binary files /dev/null and b/common/static/images/instagram.png differ diff --git a/common/static/images/invitation.png b/common/static/images/invitation.png new file mode 100644 index 0000000..ad0595e Binary files /dev/null and b/common/static/images/invitation.png differ diff --git a/common/static/images/logo.png b/common/static/images/logo.png new file mode 100644 index 0000000..b2889d6 Binary files /dev/null and b/common/static/images/logo.png differ diff --git a/common/static/images/logo_black.png b/common/static/images/logo_black.png new file mode 100644 index 0000000..951edb5 Binary files /dev/null and b/common/static/images/logo_black.png differ diff --git a/common/static/images/logo_white.png b/common/static/images/logo_white.png new file mode 100644 index 0000000..2509698 Binary files /dev/null and b/common/static/images/logo_white.png differ diff --git a/common/static/images/tik_tok.png b/common/static/images/tik_tok.png new file mode 100644 index 0000000..69ae30a Binary files /dev/null and b/common/static/images/tik_tok.png differ diff --git a/common/static/images/verification_code.png b/common/static/images/verification_code.png new file mode 100644 index 0000000..6c3caa2 Binary files /dev/null and b/common/static/images/verification_code.png differ diff --git a/common/templates/base.html b/common/templates/base.html new file mode 100644 index 0000000..1336169 --- /dev/null +++ b/common/templates/base.html @@ -0,0 +1,193 @@ + + + +
+ + +
+
+ Need to reset password? No problem.
Just click the button below
If you did not initiate this request, please contact us at + support@spacedf.com +
+{% endblock %} \ No newline at end of file diff --git a/common/templates/email_format.html b/common/templates/email_format.html new file mode 100644 index 0000000..cbe3a35 --- /dev/null +++ b/common/templates/email_format.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} + +{% block title %}Invitation Email{% endblock %} + +{% block content %} +
+ Hello,
+{{sender_name}} has invited you to join space on SpaceDF Platform.
By joining, you’ll get access to shared devices, dashboards, and resources for easier collaboration.
To accept the invitation, simply click the button below:
+ +Note: This invitation will expire in 7 days.
+Welcome you on board and look forward to working with you!
+The @SpaceDF Team
+If you did not initiate this request_please contact us at + support@spacedf.com +
+{% endblock %} \ No newline at end of file diff --git a/common/templates/email_otp.html b/common/templates/email_otp.html new file mode 100644 index 0000000..97851ad --- /dev/null +++ b/common/templates/email_otp.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} + +{% block title %}One-Time Sign-In Code{% endblock %} + +{% block content %} +
+ Hello,
+Thank you for signing up to SpaceDF!
To verify your email and complete your account setup, please use the one-time code below:
{{ otp_code }}
+This code will expire in 10 minutes
+Best regards,
+The @SpaceDF Team
+If you did not initiate this request, please contact us at + support@spacedf.com +
+{% endblock %} \ No newline at end of file