-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update tribe landing page #5998
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5998 +/- ##
==========================================
- Coverage 28.86% 28.84% -0.03%
==========================================
Files 272 272
Lines 23978 24026 +48
Branches 3498 3506 +8
==========================================
+ Hits 6922 6931 +9
- Misses 16781 16819 +38
- Partials 275 276 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left just a few comments, looking good
} | ||
|
||
.testimonial-section .testimonial-photo-container { | ||
top: -2rem; | ||
left: 0; | ||
right: 0; | ||
} | ||
|
||
#pro, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not just
#pro {
color:white
background-color: #170640;
}
or with a class always is better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ Cause the h2 + others have have a colo black assigned to them in plans.css
This is just for users and hence the reason for writing it up
Description
Landing Page
TODO: wire in redirection to typeform / mail when user selects the plan
(pending @vs77bb / @PixelantDesign )
User Directory
Video : https://share.vidyard.com/watch/68GZm6kMa9KPAETR84mS1Q?
TODO: add in custom filters for tribes page
(pending @PixelantDesign )