A modern, responsive portfolio website showcasing Dev Taluja's skills, experience, and projects as an AI Developer/Designer.
- Responsive design that works on all devices
- Modern UI with smooth animations and transitions
- Dark mode toggle
- Projects showcase page
- Interactive elements
- Smooth scrolling navigation
- Automatic random placeholder images using Unsplash API
index.html- Main resume pageprojects.html- Projects showcase pagestyles.css- Main stylesheetprojects.css- Projects page specific stylesscript.js- JavaScript for interactive featuresplaceholder.js- Script to generate random placeholder images
This is a static HTML website that can be opened directly in any modern web browser.
- Download or clone this repository
- Open
index.htmlin your web browser - Navigate through the website using the navigation menu
This website automatically generates random placeholder images using the Unsplash API:
- The profile image in the hero section is a random professional portrait
- Project images are random technology/AI related images
- Background images for the hero and contact sections are also randomly generated
If you want to use your own images instead of the random placeholders:
Add your profile photo as profile.jpg in the root directory and modify the profile-shape in styles.css:
.profile-shape {
/* ... existing styles ... */
background-image: url('profile.jpg');
}Replace the placeholder.js script with your own project images:
- Add project1.jpg through project6.jpg to the root directory
- Remove the placeholder.js script from both HTML files
You can easily customize this website by:
- Changing the colors in the
:rootsection ofstyles.css - Updating the content in the HTML files
- Adding or removing sections as needed
- Modifying the project cards in
projects.html
This website is compatible with all modern browsers including:
- Chrome
- Firefox
- Safari
- Edge
- FontAwesome for icons
- Google Fonts for typography
- Unsplash for placeholder images
This project is open source and available under the MIT License.