Skip to content

Commit

Permalink
UI Updates and Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Oct 27, 2024
1 parent 110b3bf commit c256da8
Show file tree
Hide file tree
Showing 53 changed files with 498 additions and 742 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"TECHOX"
]
}
22 changes: 11 additions & 11 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community includes:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
- Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
- The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct that could reasonably be considered inappropriate in a
- Other conduct that could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand Down Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ This repository contains the source code for a portfolio website built using Nex
[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/portfolio-nextjs?label=Last+Commit&style=flat)][repo]
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/portfolio-nextjs?label=Issues&style=flat)][issues]
[![GitHub pull requests](https://img.shields.io/github/issues-pr/nixrajput/portfolio-nextjs?label=Pull+Requests&style=flat)][pulls]
[![GitHub Licence](https://img.shields.io/github/license/nixrajput/portfolio-nextjs?label=Licence&style=flat)][license]
[![GitHub License](https://img.shields.io/github/license/nixrajput/portfolio-nextjs?label=License&style=flat)][license]

## Table of Contents

- [Portfolio Website with Next.js and Sass](#portfolio-website-with-nextjs-and-sass)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Sceenshots](#sceenshots)
- [Screenshots](#screenshots)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
Expand All @@ -38,7 +38,7 @@ This repository contains the source code for a portfolio website built using Nex
- An about section to introduce yourself.
- Easily customizable with Sass for styling.

## Sceenshots
## Screenshots

![Screenshot 1](/screenshot-desktop.png)

Expand Down Expand Up @@ -115,7 +115,7 @@ You can customize various aspects of the portfolio website to make it your own.
- Edit the `services.ts` file to add or modify services you provide.
- Edit the `experiences.ts` file to add or modify experiences you have.
- Edit the `skills.ts` file to add or modify skills you know.
- Edit the `socialLinks.ts` file to add or modify socila media links.
- Edit the `socialLinks.ts` file to add or modify social media links.

2. Replace or add images in the `public/images` directory to match your projects and profile picture.

Expand Down Expand Up @@ -168,7 +168,6 @@ Thank you for considering sponsoring my work!
[linkedin]: https://linkedin.com/in/nixrajput
[telegram]: https://telegram.me/nixrajput
[gmail]: mailto:nkr.nikhil.nkr@gmail.com

[repo]: https://github.com/nixrajput/portfolio-nextjs
[issues]: https://github.com/nixrajput/portfolio-nextjs/issues
[pulls]: https://github.com/nixrajput/portfolio-nextjs/pulls
Expand Down
Binary file modified bun.lockb
100644 → 100755
Binary file not shown.
6 changes: 2 additions & 4 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
}
}
}
}
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const nextConfig = {
remotePatterns: [
{ protocol: "https", hostname: "**.githubusercontent.com" },
{ protocol: "https", hostname: "**.github.com" },
{ protocol: "https", hostname: "**.amazonaws.com" },
],
},
};
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@
"push": "git add -A && git commit -m \"Update Changes & Bug Fixes\" && git push origin master"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@sentry/nextjs": "^8.12.0",
"@tsparticles/engine": "^3.4.0",
"@sentry/nextjs": "^8.35.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
"@tsparticles/slim": "^3.5.0",
"animejs": "^3.2.2",
"clsx": "^2.1.1",
"framer-motion": "^11.2.12",
"framer-motion": "^11.11.10",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.4",
"next": "^14.2.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-wrap-balancer": "^1.1.1",
"tailwind-merge": "^2.3.0"
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@tailwindcss/typography": "^0.5.13",
"@babel/core": "^7.26.0",
"@tailwindcss/typography": "^0.5.15",
"@types/animejs": "^3.1.12",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"eslint": "^9.5.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.38",
"@types/lodash": "^4.17.12",
"@types/node": "^20.17.1",
"@types/react": "^18.3.12",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-next": "^14.2.16",
"postcss": "^8.4.47",
"postcss-nesting": "^12.1.5",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"sass": "^1.80.4",
"tailwindcss": "^3.4.14",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.5.2"
"typescript": "^5.6.3"
}
}
Binary file added public/images/buy-me-a-coffee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ko-fi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/razorpay-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c256da8

Please sign in to comment.