Add front page (Closes #44) #68
Loading…
Reference in New Issue
No description provided.
Delete Branch "j285he-front-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #44.
https://j285he-front-page-csc-class-profile-staging-snedadah.k8s.csclub.cloud/
Only 2 small comments. Otherwise it looks good to me! :D Good job @j285he !
Visual NIT: Is it possible to make the text "Lifestyle and Interests" have an indent after the line break so that we can keep a column of numbers? It would look cleaner. I'm not sure if this was included in the Figma design.
Also, I notice that we haven't yet made certain components reponsive. Is this something that we should do in this PR or in a separate issue/PR?
@ -15,6 +15,7 @@
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
I'm not really sure why you need a
align-items: flex-end
here? I removed it in the web development tools and it didn't change the position of the timeline component.@ -0,0 +36,4 @@
}
.blurb h1 {
margin-top: calc(0rem / 16);
Not necessary, but this is the same thing.
Add front pageto Add front page (Closes #44)Looking great!
As we talked about before, we should work on removing the space at the top:

Also this text isn't centered:

Make sure to fix the responsive issues.
ALSO, add a CALL TO ACTION BUTTON in FRONT PAGE to link to demographics page.
I'm good with the changes!