Skip to content

Commit

Permalink
made some performance improvements✅ (#178) (#179)
Browse files Browse the repository at this point in the history
* Added Custom500 and Service Worker👻

* minor changes

* Readme.md Got minor Changes and add SUPPORTME.md✅

* Minor Changes and Improvements

* Minor Fix

* Dep upgrade✅

* Removed settings and Some Minor Random Improvement and Changes✅

* Added PurgeCSS

* Some Small Changes

* Updated README.md

* Create prettier.yml

* Added bug_report.yml

* Update and rename bug_report.yml to bug_report.yaml

* Delete .github/ISSUE_TEMPLATE/bug_report.md

* Delete .github/ISSUE_TEMPLATE/feature_request.md

* Update bug_report.yaml✅ (#159)

* Update bug_report.yaml

* Update bug_report.yaml

* Update bug_report.yaml

* Update README.md ✅ (#161)

* Merge from main✅

* fixed issue #165 🐞

* Delete .github/ISSUE_TEMPLATE/bug_report.yaml

* Minor Change👍

* made some performance improvements (#178)
  • Loading branch information
muhammad-fiaz authored Sep 20, 2023
1 parent f6611f9 commit 1168386
Show file tree
Hide file tree
Showing 23 changed files with 26,174 additions and 26,286 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
# Portfolio Changelog - Release Notes

## v1.0.4 (upcoming soon)
## v1.0.4

- improved ui and performance
- improved ui and performance #178
- fixed bugs
- added new features
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- added new features and removed or make some as optional
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)

## v1.0.3
- Added Custom 500 and 404 Error Pages👻
- improved UI and Functionality❤️
- fixed some bugs✌🏻
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)

## v1.0.2
- Upgraded to Next.js 13
- Added PostCSS Support
- Some UI Improvements and Changes
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)

## v1.0.1

- Added Webpack Support
- Some Improvements and Changes
- Merged updates by @muhammad-fiaz in [#106](https://github.com/muhammad-fiaz/portfolio/pull/106)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Release notes: [https://github.com/muhammad-fiaz/portfolio/releases](https://github.com/muhammad-fiaz/portfolio/releases)
- Full Changelog: [https://github.com/muhammad-fiaz/portfolio/commits/main](https://github.com/muhammad-fiaz/portfolio/commits/main)

## v1.0.0

Expand Down
6 changes: 2 additions & 4 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@

## Overview

This folder serves as a central repository for assets essential to your portfolio website. It is organized into subfolders to manage styles (CSS and SCSS), images (img), and Lottie animations efficiently. These assets play a pivotal role in shaping the visual and interactive elements of your website.
This folder serves as a central repository for assets essential to your portfolio website. It is organized into subfolders to manage styles (CSS and SCSS), images (img) efficiently. These assets play a pivotal role in shaping the visual and interactive elements of your website.

## Folder Contents

- **assets/**
- **styles/**
- **css/**: The main CSS file for styling your website.
- **scss/**: The SCSS source file for advanced styling.
- **img/**: Contains images for your portfolio.
- **lottie/**: Contains Lottie animations for your portfolio.
- **img/**: Contains images for your portfolio. (Optional)

## Usage

The assets within this folder are integral to your portfolio website's design and functionality. The `styles` subfolder houses stylesheets that define the visual aesthetics of your site, while the `img` subfolder contains images that enhance the user experience.

Lottie animations, located in the `lottie` subfolder, provide dynamic and engaging visual elements. You can easily incorporate these animations into your website to create eye-catching interactions and visuals.

Feel free to import and apply these assets as needed throughout your website. They serve as the foundation for achieving a visually appealing and well-structured portfolio without the need for extensive custom coding.

Expand Down
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ Don't remove these this uses the protocol that are need to function properly
// For example, if you want to export to the "out" directory:
directory: 'out',
},
/*

// https://nextjs.org/docs/messages/swc-disabled
experimental: {
forceSwcTransforms: true,
},

*/

});
Loading

0 comments on commit 1168386

Please sign in to comment.