Online portfolio for showcasing my projects and skills.
git clone https://github.com/simpelcity/simpelcity.github.io.git
cd simpelcity.github.io- Download the ZIP file from the Github repository.
- Extract the contents to your desired location.
- Navigate to the project location.
Install the necessary dependencies with this command
npm installRun the application with:
npm run dev- 🎯 Clean Design: A visually appealing layout that focuses on the content.
- 📱 Responsive Design: The website adapts seamlessly to different screen sizes and devices.
- ✨ Featured Projects: Most recent projects shown on the homepage with more information on project page.
- 📑 Languages & Certificates: A clean & clear overview of known languages & skill level, and recieved certificates.
- Head over to the Gitlab repository.
- Click on the Issues tab and then on "New issue".
- Fill in what the issue is, and submit it.
Contributions are welcome! Please feel free to submit pull requests with improvements or bug fixes.
- 🍴 Fork the repository
- 🌟 Create your feature branch (
git checkout -b feature/AmazingFeature) - ✅ Commit your changes (
git commit -m 'Add some AmazingFeature') - 📤 Push to the branch (
git push origin feature/AmazingFeature) - 🔃 Open a Pull Request