Algolisted-Org / AlgoListed

Algolisted is an AI-powered platform dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
164 stars 99 forks source link

Landing page mobile css #45

Closed Lonecloud7 closed 1 year ago

Lonecloud7 commented 1 year ago

-So the first change I made was to break up the landing page into several components to make troubleshooting and to navigate the CSS much easier for me (The original landing page JS file is in \Algorithmist\client\src\Screen\LandingPageComponents\OriginalLandingPage.js

-There are some CSS I felt didn't serve a purpose after the changes and I commented them out, I left a comment next to the changes.

-Then I set up several media queries directly under where the classes were called in styled-components so my changes could be easily found.

NayakPenguin commented 1 year ago

Nice work @Lonecloud7, loved the fractioning code part.

But, there are a few more things that need to be changed in the responsiveness part. I might open a more informative issue on responsiveness with Figma designs

I will have to say this again, amazing work dude :)

Lonecloud7 commented 1 year ago

Thanks mehn, it was fun