A clean, responsive portfolio website for showcasing digital artwork and illustrations.
- Responsive gallery layout that preserves artwork aspect ratios
- Lightbox modal for enlarged image viewing
- Smooth transitions and animations
- Mobile-friendly navigation
- Simple about page with contact form
- Clean minimal design focused on showcasing the artwork
rukizm-portfolio/
│
├── css/
│ └── style.css # Main stylesheet
│
├── js/
│ └── script.js # Main JavaScript file
│
├── images/
│ ├── logo.png # Site logo
│ └── [...artwork files] # Gallery images
│
└── index.html # Main HTML file
-
Clone this repository:
git clone https://github.com/yourusername/rukizm-portfolio.git -
Open
index.htmlin your browser to view the site locally
This is a static website that can be deployed to any web hosting service:
- GitHub Pages: Enable in repository settings
- Netlify: Connect your GitHub repository or drag-and-drop the folder
- Vercel: Import your GitHub repository
- Traditional hosting: Upload files via FTP to your hosting provider
The contact form requires a backend service to function. The easiest solution is to use Formspree:
- Create a free Formspree account
- Get your unique form endpoint
- Update the form action in
index.html:<form id="contactForm" action="https://formspree.io/f/YOUR_FORMSPREE_ID" method="POST">
- Add your image files to the
images/directory - Update the gallery in
index.htmlby adding new gallery items following the existing pattern:<div class="gallery-item"> <img src="../images/your-new-image.jpg" alt="Description of artwork"> </div>
Edit the CSS variables and styles in css/style.css to match your branding.
- Update the "About Me" section in
index.htmlto personalize your bio - Replace the logo in the
images/directory
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
This project is licensed under the MIT License - see the LICENSE file for details.
- Artwork © Rukizm
- Website design and development by [Your Name]
