A personal portfolio website showcasing my skills, projects, and services as a software engineer. It includes sections for home, about, skills, services, projects, and contact information.
- Typed.js - For text animation effects
- AOS (Animate On Scroll) - For scroll-based animations
- Boxicons - For modern icon components
- Clone the repository
bash git clone https://github.com/RavinduLaksara/Portfolio.git
- Navigate to the project directory
bash cd Portfolio
- Open the project
- Open the index.html file in your web browser
- Alternatively, use a local development server:
- If you have Python installed: bash python -m http.server 8000
- If you have Node.js installed: bash npx serve
- View the website
- Open your browser and visit http://localhost:8000 or the URL provided by your local server
Note: Internet connection is required for CDN libraries (Typed.js, AOS, Boxicons) to work properly.