-
Notifications
You must be signed in to change notification settings - Fork 73
Refactor website codebase #222
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
Refactor website codebase #222
Conversation
Deploy preview for codeuino processing. Building with commit 1ea3b85 https://app.netlify.com/sites/codeuino/deploys/5f5c5de3f1a4de0007bdf202 |
Checks are failing |
lambda/ |
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.
:)
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.
My prettier doing random things. Do you mean to remove this? Also should we add "package-lock.json" to .gitignore as well?
Edit: Got it, will add EOF line
Ready to review :D |
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.
Looks good.
Covered in this PR:
--Cleaned up code to use React-bootstrap via npm package (was using CDN previously)
--Moved styles to Sass
--Refactored current codebase
--Revamped few portions and made everything responsive
Currently left:
--Teams Page (to be done in a separate PR after finalising design)
PS: Not adding new sections (like Values, Timeline) right now >> Will be done once the codebase gets cleaned up