Dopefolio 🔥
A blazing fast multipage portfolio template for developers. It's designed to be easy to set up and use, and it's optimized for SEO.
Key Features:
- Easy to Setup: Get your portfolio up and running quickly.
- Free to Use (Open Source): Use and modify the template without restrictions.
- No Additional Frameworks/Libraries: Lightweight and avoids unnecessary dependencies.
- Multi Page: Organizes content across multiple pages for better navigation.
- Fully Responsive: Adapts to different screen sizes for optimal viewing.
- Super Fast and Optimized for SEO: Improves website performance and search engine ranking.
- Great Audits Score: Ensures high-quality code and best practices.
Technologies Used:
- HTML
- CSS
- JavaScript
- SASS
How to Use:
- Clone the repository:
git clone https://github.com/rammcodes/dopefolio cd dopefolio git remote remove origin
- Install dependencies:
npm install npm run compile:scss
- Open
index.html
in your browser.
Template Instructions:
- Customize the theme color by modifying
$themeClrPrimary
insass/abstracts/_variables.scss
. - Edit
index.html
to update your information in the header, hero section, about section, projects, contact section, and footer. - Create or modify project pages (
project-1.html
,project-2.html
,project-3.html
) with project-specific details.
Deployment:
Deploy to Netlify by connecting your GitHub repository and setting the build command to npm run build
and the publish directory to /
.