-
We protect focus.
-
We write things down.
-
We trust each other.
-
We work sustainably.
-
We ship and learn.
+
+
+
+
+
+
+
+
We protect focus.
+
We write things down.
+
We trust each other.
+
We work sustainably.
+
We ship and learn.
+
+
+
+
+ BEAT: Built for how developers actually work.
+
+
+ BEAT v1.0 by Lukasz Raczylo
+
-
- BEAT: Built for how developers actually work.
-
-
- BEAT v1.0 by Lukasz Raczylo
-
diff --git a/public/src/views/OnboardingView.vue b/public/src/views/OnboardingView.vue
index e010708..4422dfb 100644
--- a/public/src/views/OnboardingView.vue
+++ b/public/src/views/OnboardingView.vue
@@ -2,9 +2,9 @@
import { onboarding } from '@/data/manifesto'
const weeks = [
- { ...onboarding.weekOne, icon: 'fas fa-eye', gradient: 'from-blue-500 to-cyan-500' },
- { ...onboarding.weekTwo, icon: 'fas fa-hand-pointer', gradient: 'from-purple-500 to-pink-500' },
- { ...onboarding.weekThree, icon: 'fas fa-rocket', gradient: 'from-green-500 to-emerald-500' }
+ { ...onboarding.weekOne, icon: 'fas fa-eye', gradient: 'from-blue-500 to-cyan-500', color: 'blue' },
+ { ...onboarding.weekTwo, icon: 'fas fa-hand-pointer', gradient: 'from-purple-500 to-pink-500', color: 'purple' },
+ { ...onboarding.weekThree, icon: 'fas fa-rocket', gradient: 'from-emerald-500 to-teal-500', color: 'emerald' }
]
const whatWeDont = [
@@ -18,48 +18,53 @@ const whatWeDont = [
-
-
-
-
+
+
+
+
-
-
+
+
+ Getting Started
-
Onboarding to BEAT
-
+
+
+
+
Onboarding to BEAT
+
When someone new joins a BEAT team, here's how to get them up to speed.
-
+
-
+
-
+
-
+
-
{{ week.title }}
-
+ {{ week.title }}
+
-
-
- {{ item }}
+
+ {{ item }}
@@ -70,68 +75,69 @@ const whatWeDont = [
-
+
-
-
{{ onboarding.firstMonth.title }}
+
+
{{ onboarding.firstMonth.title }}
By the end of the first month, new members should:
-
+
-
-
-
{{ index + 1 }}
+
+
+ {{ index + 1 }}
-
{{ item }}
+
{{ item }}
-
-