This repository contains a website project created for personal biography and communication purposes. The website is built using HTML, CSS, and JavaScript and is published via GitHub Pages.
- Responsive Design: Compatible with mobile and desktop devices.
- Contact Form: Visitors can reach out using the mailto function.
- Social Media Links: Social media links added with Font Awesome icons.
- Dark Theme Design: Background is dark, and text is set to white.
- Logo and Favicon: Custom logo and favicon added to the site.
- HTML5: Used for creating the main structure.
- CSS: Used for design and styling.
- JavaScript: Used for menu toggle functions and sending emails via the form.
- Font Awesome: Used for social media icons.
├── index.html # Main page HTML file
├── hakkinda.html # About page HTML file
├── iletisim.html # Contact form HTML file
├── 404.html # 404 error page HTML file
├── resimler/ # Folder for images used on the site
├── projeler/ # Folder for project files
│ ├── index.html # Project main page HTML file
│ └── aegisub.html # Aegisub project page HTML file
└── en/ # Folder for English pages
├── index.html # English version of the main page
├── about.html # English version of the about page
└── contact.html # English version of the contact page
This project is published using GitHub Pages. You can visit the website at the following link: Kerim Demirkaynak Biography Website.
To run the project locally, follow these steps:
-
Clone the repository to your computer:
git clone https://github.com/KerimDemirkaynak/kerimdemirkaynak.github.io.git
-
Open the files in your browser to view the site locally:
open index.html