-
Notifications
You must be signed in to change notification settings - Fork 35
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
Moving changes from main to deployment #70
Merged
Merged
Conversation
This file contains 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
Add lazy loading attribute for image HTML elements
* Contact Page updated ; Color scheme modifed * Unused images removed ; Navbar navigation improved * Made changes myself --------- Co-authored-by: Aditya Raute <[email protected]> Co-authored-by: Aditya Raute <[email protected]>
…le (#56) * Implemented a responsive grid gallery that gets images from a json file * added image gallery to activities page
* Change navbar and body text color to white * Change underline from #ccc to #fff
* Create main.yml * Sample commit * Update and rename main.yml to .github/workflows/main.yml * Update and rename main.yml to prettify.yml * Update prettify.yml * Update the git command * Prettified Code! --------- Co-authored-by: adityaraute <[email protected]>
* CSS: fix font color on contacts page. * CSS: Change font color to white on active list item.
* height changed for footer * chnages some css to make contact page look better * To achieve that, I have restrucuture the html to add body inside a div with class mainbody
* feat(project): add initial package.json file * chore(package): update package.json config - Remove unnecessary fields (version, main, keywords, author, license) - Add `sideEffects` field set to false to enable better bundling optimizations. - Specify package as an ES module by setting the `type` field to "module". - Mark the package as private to prevent accidental publication. * feat(npm-config): enforce installation of exact version dependencies Add `.npmrc` file with `save-exact` set to `true` to enforce that the exact versions of dependencies are saved in package.json * chore(dependencies): add `prettier` and `prettier-plugin-packagejson` as dev. dependencies * feat(project): add Prettier config file * chore: add .gitignore and .prettierignore files Add .gitignore and .prettierignore files to prevent 'node_modules' and 'package-lock.json' from being tracked by git and formatted by Prettier. * feat(package-scripts): add linting and formatting npm scripts Added new `lint` and `fix` scripts in the package.json, allowing for code linting and auto-fixing issues using Prettier. It also includes `concurrently` as a dev. dependency enabling running multiple npm scripts in parallel. * style: add formatting changes made by Prettier * chore(dependencies): add husky and lint-staged for pre-commit hooks This commit adds two new development dependencies to the project: `husky` and `lint-staged`. Husky is used to configure Git hooks, and lint-staged allows running linters on staged files in Git * chore(husky): add 'prepare' script for husky install This commit ensures that Husky's git hooks are installed after running `npm install`. * feat(husky): add pre-commit hook * feat(lint-staged): add code formatting on commit Added `.lintstagedrc.js` with a default export setting up Prettier to run against all matched files. The `--ignore-unknown` flag allows Prettier to skip files it does not recognize. * ci(github-actions): add `node` setup in prettify workflow This commit updates the code formatting's workflow. The 'Checkout' action is upgraded from v3 to v4. Additionally, this update introduces the setup-node action, specifying the `lts` version of Node.js, followed by `npm ci` to install dependencies based on the lock file. * feat(environment): specify lts version of node in package.json This commit introduces a `.nvmrc` file with the version `20.10.0`, and updates the `package.json` to include both `engines` and `volta` fields that enforce the use of the long-term support (LTS) of Node.js. * ci(workflow): add names to new CI steps * chore(dependencies): update `prettier-plugin-packagejson` to 2.4.9
* Added would you like to work on this issue * Added would you like to work on this issue * Update .github/ISSUE_TEMPLATE/feature_request.md Co-authored-by: Aditya Raute <[email protected]> --------- Co-authored-by: Aditya Raute <[email protected]>
change logo to favicon
* Added would you like to work on this issue * Added would you like to work on this issue * Update .github/ISSUE_TEMPLATE/feature_request.md Co-authored-by: Aditya Raute <[email protected]> * Update index.html * Update gallery.html * Update contact.html * Update gallery.html * Update activities.html * full url to reletive path --------- Co-authored-by: Aditya Raute <[email protected]>
Unnecessary and unused file
Wonder if I fucked up big time here |
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.
Moving changes from main to deployment