diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..adb69898 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: [codebucks27] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +thanks_dev: # Replace with a single thanks.dev username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index c186d923..e0f912aa 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,16 @@ This repository contains starter code for Portfolio website created using NextJs.
For Demo and Final Code checkout following link👇:
-[Nextjs Portfolio Website](https://devdreaming.com//videos/nextjs-tutorial-build-portfolio-tailwind-css-framer-motion)
+[Nextjs Portfolio Website](https://devdreaming.com//videos/nextjs-tutorial-build-portfolio-tailwind-css-framer-motion#code-links)
If you want to learn how to create it please follow below tutorial👇:
https://youtu.be/Yw7yWHigGKI
[![YouTube Video Views](https://img.shields.io/youtube/views/Yw7yWHigGKI?style=social)](https://youtu.be/Yw7yWHigGKI)
-

â–¶ Support me via:


-

CodeBucks


+--- +✨ Checkout my brand new Saas application -> [AI Headshot Generator](https://www.smartheadshots.ai) + +--- ### Images of The Portfolio Website: diff --git a/package.json b/package.json index ddbfbaa2..1bdbe1ca 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint": "8.36.0", "eslint-config-next": "13.2.4", "framer-motion": "^10.6.0", - "next": "13.2.4", + "next": "14.2.10", "react": "18.2.0", "react-dom": "18.2.0" }