Open
Conversation
- Installed dev dependencies: SASS, live-server - Created package.json scripts: build, watch - Installed Bootstrap
- Imported Bootstrap from node_modules into index.scss
Added project images to resources folder
Added initial content
Added initial content Images not optimised
Added initial content Renamed folder to adhere to naming conventions
corrected link pathways to follow new folder name
- This change ensures that Netlify can properly serve the site's main entry point - The folder structure for other pages remains
- Moved styling of hero image to authentication partial - Temporary styling of hero image. Will replace with mixin
Removed inline styling of profile picture
Added temporary styling of profile picture. Will be replaced with mixin
Replaced feed thumbnails div elements with anchors in order to act as interactable thumbnails
- Replaced hero image - Changed hero img alt text
Added font import for brand logo
Added global styling for navbar
- Added class to navbar to fix it to the top of the viewport - Minor styling fixes to footer
- Added html validation to log in form - Minor styling fix to navbar and footer
Added node_modules back to the ignorelist
Made all thumbnails interactable in order for user to "click in" on the thumb to view larger image and read description
Added mixin for a more DRY styling of images
Replaced image custom css with mixin for more DRY code
Replaced image custom css with mixin for more DRY code
Imported new partial file (_mixins.scss)
Removed commented out script tag which was obsolete
Removed commented out script tag which was obsolete
Removed commented out script tag which was obsolete
- Updated script tag from Bootstrap v5.2 -> v5.3.3 - Reason for update: Had installed Bootstrap 5.3.3 as dependency
Added dist folder to ignore list
- Added "needs-validation" class and novalidate to form element to activate Bootstrap validation feedback - Added valid + invalid feedback to email and password inputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My initial commit of the full project. Lacking validation on authentication page form will be addressed