diff --git a/website/client/app.vue b/website/client/app.vue index 3a4eca3add..aed6ff1b02 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -9,7 +9,7 @@ div h2 {{$t('tipTitle', {tipNumber: currentTipNumber})}} p {{currentTip}} #app(:class='{"casting-spell": castingSpell}') - amazon-payments-modal + amazon-payments-modal(v-if='!isStaticPage') snackbars router-view(v-if="!isUserLoggedIn || isStaticPage") template(v-else) @@ -111,6 +111,7 @@ div } .modal-backdrop.show { + opacity: .9 !important; background-color: $purple-100 !important; } diff --git a/website/client/assets/images/group-plans-static/big-gem@3x.png b/website/client/assets/images/group-plans-static/big-gem@3x.png new file mode 100755 index 0000000000..5be987c6df Binary files /dev/null and b/website/client/assets/images/group-plans-static/big-gem@3x.png differ diff --git a/website/client/assets/images/group-plans-static/bot-left@3x.png b/website/client/assets/images/group-plans-static/bot-left@3x.png new file mode 100755 index 0000000000..c622dde592 Binary files /dev/null and b/website/client/assets/images/group-plans-static/bot-left@3x.png differ diff --git a/website/client/assets/images/group-plans-static/bot-right@3x.png b/website/client/assets/images/group-plans-static/bot-right@3x.png new file mode 100755 index 0000000000..32e422f658 Binary files /dev/null and b/website/client/assets/images/group-plans-static/bot-right@3x.png differ diff --git a/website/client/assets/images/group-plans-static/group-management@3x.png b/website/client/assets/images/group-plans-static/group-management@3x.png new file mode 100755 index 0000000000..1f1c2fef20 Binary files /dev/null and b/website/client/assets/images/group-plans-static/group-management@3x.png differ diff --git a/website/client/assets/images/group-plans-static/party.svg b/website/client/assets/images/group-plans-static/party.svg new file mode 100644 index 0000000000..4a9d688775 --- /dev/null +++ b/website/client/assets/images/group-plans-static/party.svg @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/client/assets/images/group-plans-static/party@3x.png b/website/client/assets/images/group-plans-static/party@3x.png new file mode 100755 index 0000000000..a82066cbbb Binary files /dev/null and b/website/client/assets/images/group-plans-static/party@3x.png differ diff --git a/website/client/assets/images/group-plans-static/team-based@3x.png b/website/client/assets/images/group-plans-static/team-based@3x.png new file mode 100755 index 0000000000..d60fa47960 Binary files /dev/null and b/website/client/assets/images/group-plans-static/team-based@3x.png differ diff --git a/website/client/assets/images/group-plans-static/top-left@3x.png b/website/client/assets/images/group-plans-static/top-left@3x.png new file mode 100755 index 0000000000..65253becda Binary files /dev/null and b/website/client/assets/images/group-plans-static/top-left@3x.png differ diff --git a/website/client/assets/images/group-plans-static/top-right@3x.png b/website/client/assets/images/group-plans-static/top-right@3x.png new file mode 100755 index 0000000000..3aa46eded4 Binary files /dev/null and b/website/client/assets/images/group-plans-static/top-right@3x.png differ diff --git a/website/client/assets/images/group-plans-static/top.svg b/website/client/assets/images/group-plans-static/top.svg new file mode 100644 index 0000000000..d3dfd0094c --- /dev/null +++ b/website/client/assets/images/group-plans-static/top.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/website/client/assets/images/group-plans/approval-requested@3x.png b/website/client/assets/images/group-plans/approval-requested@3x.png new file mode 100755 index 0000000000..0c272fd1f4 Binary files /dev/null and b/website/client/assets/images/group-plans/approval-requested@3x.png differ diff --git a/website/client/assets/images/group-plans/assign-task@3x.png b/website/client/assets/images/group-plans/assign-task@3x.png new file mode 100755 index 0000000000..7a4a291187 Binary files /dev/null and b/website/client/assets/images/group-plans/assign-task@3x.png differ diff --git a/website/client/assets/images/group-plans/promote-leader@3x.png b/website/client/assets/images/group-plans/promote-leader@3x.png new file mode 100755 index 0000000000..0fd2c27acf Binary files /dev/null and b/website/client/assets/images/group-plans/promote-leader@3x.png differ diff --git a/website/client/assets/images/group-plans/requires-approval@3x.png b/website/client/assets/images/group-plans/requires-approval@3x.png new file mode 100755 index 0000000000..94de1f488e Binary files /dev/null and b/website/client/assets/images/group-plans/requires-approval@3x.png differ diff --git a/website/client/assets/svg/credit-card.svg b/website/client/assets/svg/credit-card.svg index b0cbab8ab6..635dfd785a 100644 --- a/website/client/assets/svg/credit-card.svg +++ b/website/client/assets/svg/credit-card.svg @@ -1,5 +1,5 @@ - + diff --git a/website/client/assets/svg/purple-logo.svg b/website/client/assets/svg/purple-logo.svg new file mode 100644 index 0000000000..a94b45a77b --- /dev/null +++ b/website/client/assets/svg/purple-logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/website/client/components/auth/authForm.vue b/website/client/components/auth/authForm.vue new file mode 100644 index 0000000000..b2fc6cdc01 --- /dev/null +++ b/website/client/components/auth/authForm.vue @@ -0,0 +1,164 @@ + + + + + diff --git a/website/client/components/group-plans/createGroupModalPages.vue b/website/client/components/group-plans/createGroupModalPages.vue new file mode 100644 index 0000000000..c520088dd8 --- /dev/null +++ b/website/client/components/group-plans/createGroupModalPages.vue @@ -0,0 +1,174 @@ + + + + + diff --git a/website/client/components/group-plans/groupPlanOverviewModal.vue b/website/client/components/group-plans/groupPlanOverviewModal.vue new file mode 100644 index 0000000000..11d28ebfb7 --- /dev/null +++ b/website/client/components/group-plans/groupPlanOverviewModal.vue @@ -0,0 +1,235 @@ + + + + + + + diff --git a/website/client/components/group-plans/taskInformation.vue b/website/client/components/group-plans/taskInformation.vue index 6464bab0b5..a1cb91ce38 100644 --- a/website/client/components/group-plans/taskInformation.vue +++ b/website/client/components/group-plans/taskInformation.vue @@ -1,5 +1,16 @@