This portfolio is now outdated! For the newest version, please visit: https://github.com/kevinMEH/portfolio.
Version 4 of my personal portfolio, made with NextJS and styled using Tailwind CSS.
Yes, as long as you give me attribution!
Keep in mind that this project is licensed under GPLv3, so if you want to distribute modified versions of the code, you will have to do so under the same license (GPLv3).
Just keeping the kevinMEH/portfolio
link at the bottom (or some version of it) is enough. You can also choose to attribute in some other way, as long as interested readers could tell that the original project is this one.
components
- Where all components are stored, plus some miscellaneous functions.frames
- Where the various sections of the page is stored.images
- Change your banner, profile picture, and other pictures here!frames/Banner.tsx
frames/Profile.tsx
<p>
s.md:text-lg
to the wrapper div if you do enable labels. There is a comment above the div indicating where you should put the style.frames/Skills.tsx
pages/index.tsx
tailwind.config.js
theme-color
meta tags over at index.tsx
styles/global.css
First, clone this project to your local machine:
git clone https://github.com/kevinMEH/portfolio.git
Navigate into the project directory, and install dependencies:
npm install
Next, start the development server:
npm run dev
Open http://localhost:3000 with your browser, and you're done! 🎉
Learn Next.js - Learn how to use NextJS.
Tailwind CSS - Get started with Tailwind CSS.