Giter Site home page Giter Site logo

prot's Introduction

Portfolio

My personal portfolio, made with NextJS and styled using Tailwind CSS.

View the live version of the website here!


๐Ÿ’ก Can I fork this repository and use the code for my own website?

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.

๐Ÿ“ Modification Guide

  • 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
    • Change the banner image.
  • frames/Profile.tsx
    • Change the profile picture, links, and icons.
    • You can optionally enable label texts for the links by uncommenting the <p>s.
      • Only recommended if you have 3 or fewer links, or the links section will interfere with profile picture sizing.
      • Add 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
    • Slides and slide content.
    • You can also change the icon imports.
  • pages/index.tsx
    • Change the title and description of the site.

๐ŸŽจ Changing colors:

  • Change the theme colors over at tailwind.config.js
  • Change the theme-color meta tags over at index.tsx
  • Change the gradient colors at styles/global.css

๐Ÿช› Installation

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 More

Learn Next.js - Learn how to use NextJS.

Tailwind CSS - Get started with Tailwind CSS.

prot's People

Contributors

kevinmeh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.