This is a personal portfolio website for İbrahim Can Düven, a software developer passionate about building smart solutions. The website features sections showcasing work, an about page, and a contact form integrated with Formspree for easy communication.
- Dark themed design with a modern and clean look using CSS variables and Google Fonts (Poppins).
- Responsive layout optimized for both desktop and mobile devices.
- Navigation menu linking to Work, Say Hello (Contact), and About pages.
- Hero section introducing İbrahim with call-to-action buttons linking to GitHub and contact page.
- Contact page featuring an email icon linked to Gmail webmail and a contact form that submits via Formspree.
- About page with a profile image styled as a perfect circle and descriptive text.
- Social media links for Instagram, GitHub, and email.
- Background image with a dark overlay for better readability.
- Smooth hover effects on buttons, links, and profile image.
- HTML5
- CSS3 (including Flexbox and CSS variables)
- Google Fonts (Poppins)
- Font Awesome for icons
- Formspree for contact form backend (no server required)
The contact form on the Contact page sends emails using Formspree. The form includes:
- Email input field
- Message textarea
- Submit button
Form submission is handled via POST request to Formspree endpoint.
- Clone or download the repository.
- Open
index.html
in a browser to view the homepage. - Navigate through the pages using the menu.
- Use the "Let's get in touch" button to open the contact form on the Contact page.
- Fill out the form and submit to send an email via Formspree.
- Replace background and profile images located in the
img/
folder as needed. - Update social media links in the navigation bar to your own profiles.
- Modify the email address in the
mailto:
links and Formspree action URLs.