From e545f452a0e6e83070611aaf3bffef52fea744e7 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 17 Sep 2022 12:51:59 +1000 Subject: [PATCH] Working on upgrades --- public/images/checkmark-green.svg | 1 + .../portal/ninja2020/plan/trial.blade.php | 195 ++++++++++++++++-- 2 files changed, 180 insertions(+), 16 deletions(-) create mode 100644 public/images/checkmark-green.svg diff --git a/public/images/checkmark-green.svg b/public/images/checkmark-green.svg new file mode 100644 index 000000000000..bcb6300493b7 --- /dev/null +++ b/public/images/checkmark-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/views/portal/ninja2020/plan/trial.blade.php b/resources/views/portal/ninja2020/plan/trial.blade.php index 75383b47ff75..cef67f7ca497 100644 --- a/resources/views/portal/ninja2020/plan/trial.blade.php +++ b/resources/views/portal/ninja2020/plan/trial.blade.php @@ -1167,7 +1167,7 @@ Ensure the default browser behavior of the `hidden` attribute. top: 0px; width: 30px; height: 30px; - background: url('../src/images/checkmark-round.svg') center/contain no-repeat; + background: url('/images/checkmark-round.svg') center/contain no-repeat; } .list-checkmark { @@ -1187,11 +1187,11 @@ Ensure the default browser behavior of the `hidden` attribute. top: 4px; width: 16px; height: 16px; - background: url('../src/images/checkmark.svg') center/contain no-repeat; + background: url('/images/checkmark.svg') center/contain no-repeat; } .list-checkmark_green li::before { - background: url('../src/images/checkmark-green.svg') center/contain no-repeat; + background: url('/images/checkmark-green.svg') center/contain no-repeat; } /* Main Content */ @@ -1213,7 +1213,7 @@ Ensure the default browser behavior of the `hidden` attribute. bottom: 0; width: 60%; height: 100%; - background: url(../src/images/test.svg) right center/cover no-repeat; + background: url(/images/test.svg) right center/cover no-repeat; z-index: 1; } @@ -1585,7 +1585,7 @@ Ensure the default browser behavior of the `hidden` attribute. -
+

Skip the 14-day trial and go into a monthly or annual upgrade!

@@ -1594,7 +1594,7 @@ Ensure the default browser behavior of the `hidden` attribute.