-
Notifications
You must be signed in to change notification settings - Fork 0
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
Third Section in Landing Page #95
Conversation
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.
LGTM 🚀 Fin bruk av grid, men ville kanskje hatt bilde og tekst i hvert seksjon gruppert sammen. Da hadde det vært lettere å få til hover-effekten fra designet. Mmen kanskje det er refakturering for senere
Ja enig, gjorde det sånn nå fordi de sirklene skulle være i midten av teksten og hvis bildet var i samme grid så lå sirklene litt feil i forhold til resten. MEN det skal nok gå an å plassere sirklene riktig OG ha med bildene i samme grid som teksten. Kan evt se på det senere ja når hovereffekten skal implementeres |
Du kan vel bare legge ThirdSection inn i landing komponenten så den kommer med i denne PR-en |
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.
591a7c4
to
9a1f5ba
Compare
Implemented third section without the interactions and hover effect:
![image](https://private-user-images.githubusercontent.com/60391111/285595794-fc3f054b-0e65-4a62-9e7d-3a59dd6d5bdc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTIyNjcsIm5iZiI6MTczOTE5MTk2NywicGF0aCI6Ii82MDM5MTExMS8yODU1OTU3OTQtZmMzZjA1NGItMGU2NS00YTYyLTllN2QtM2E1OWRkNmQ1YmRjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEyNTI0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ2OTJhNjRhMDAwYWY2Y2YzYjMxZTRiNzkzOThjODAzNjk0Y2FkMThkMTg1ODZjODdhNzQ3OWVlNTI2NzY2NGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qt8dt5iL5kbWgvBC91QLXSX-tet_VKxKg4QNo-vWNRA)
Add
ThirdSection
inLanding/index.tsx
to see it 🚀