From 082d7effaf0f702913018a46dc2d2fd6093e20f8 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 8 Oct 2024 11:01:31 -0400 Subject: [PATCH] feat: more weezard updates --- _config.yml | 1 + _layouts/wizard.html | 426 ++++++++++++++++++++++++++++--------------- _sass/base.scss | 2 +- 3 files changed, 279 insertions(+), 150 deletions(-) diff --git a/_config.yml b/_config.yml index de78316..7c43098 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,7 @@ header_pages: - index.md - about.md - pricing.md +- wizard.md - recovery_policy.md - data_storage.md - q&a.md diff --git a/_layouts/wizard.html b/_layouts/wizard.html index 094cd83..0d50535 100644 --- a/_layouts/wizard.html +++ b/_layouts/wizard.html @@ -1,190 +1,318 @@ + + +{%- include head.html -%} + -

Weezard

- - +
-
-
+ {%- include header.html -%} - - +

Recovery Policy Wizard

+

+ This wizard will assist you in constructing the set of rules, also + known as the Recovery Policy, which specifies under which conditions + your data can be recovered. The policy has been designed with flexibility + in mind in order to accommodate different use-cases and threat models. +

-
-
+
+
+

Time Based Rules

+

+ Time based rules allow specifying during which time period the policy is active. + In order to request data recovery, a policy has to be in an active state at the time the + request is made to recover data. If a policy is mutable (allowed to be updated), + it can also only happen while the policy is in an active state, and is done by creating + a new policy which will take place of the old one. - -
- + The dates are always interpreted in UTC (Coordinated Universal Time), at 12:00AM of the + selected date. -
-
+ The two dates which are configurable, from_date and upto_date allow for + the following configurations: - -
- +

    +
  • + from_date < upto_date: makes the policy active during a time window. (e.g from_date: + 2024/08/01, upto_date: 2024/09/01 would make the policy active only between those dates) +
  • +
  • + upto_date < from_date: makes the policy in-active during a time window (e.g upto_date: + 2024/08/01, from_date: 2024/09/01 would make the policy in-active only between those + dates) +
  • +
  • + upto_date only: makes the policy expire after the upto_date (e.g upto_date: + 2027/01/01 means the policy is never active again after this date.) +
  • +
  • + from_date only: makes the policy active after the from_date (e.g from_date: + 2025/01/01 means the policy is active only starting after that date) +
  • +
+

- -
-
+ + - -
- +
+
-
-
+ + - + +
+ +
- -
- +
- +
+

Remote Recovery via Cryptographic Signatures

- + + - \ No newline at end of file + #wizard-container { + border: 1px solid white; + border-radius: 20px; + padding: 30px; + } + + .divider { + color: white; + margin: 50px 0px; + } + + #policy { + height: 400px; + padding: 30px; + margin-top: 30px; + border-radius: 20px; + } + + + {%- include footer.html -%} +
+ + + \ No newline at end of file diff --git a/_sass/base.scss b/_sass/base.scss index ba495ef..bcfc5f9 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -15,7 +15,7 @@ $base-font-size: 1.125rem !default; $mobile-font-size: 1.125rem !default; $base-line-height: 1.5 !default; $container-width: 90% !default; -$container-max-width: 1000px !default; +$container-max-width: 1300px !default; /** * Global