This is the repository for Lizeth Salcedo's portfolio website, a talented Colombian graphic designer. The website has been built using Next.js 13, Tailwind CSS, and Framer Motion.
You can view the live portfolio here.
- Modern and attractive design
- Intuitive user interface
- Smooth and pleasant animations
- Fully responsive and mobile-friendly
- Clone this repository:
git clone https://github.com/luiferg/liz-salcedo
- Navigate to the project directory:
cd your-repo
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000
If you'd like to contribute to this project, follow these steps:
- Fork this repository
- Create a branch for your contribution: git checkout -b my-contribution
- Make the changes and commit: git commit -m "Add my contribution"
- Push the branch: git push origin my-contribution
- Open a pull request in this repository