Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.66 KB

README.en.md

File metadata and controls

61 lines (44 loc) · 2.66 KB

Kerim Demirkaynak | Biography Website

License GitHub Release Website

English | Türkçe

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.

Features

  • 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.

Technologies Used

  • 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.

File Structure

├── 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

Deployment

This project is published using GitHub Pages. You can visit the website at the following link: Kerim Demirkaynak Biography Website.

Installation

To run the project locally, follow these steps:

  1. Clone the repository to your computer:

    git clone https://github.com/KerimDemirkaynak/kerimdemirkaynak.github.io.git
  2. Open the files in your browser to view the site locally:

    open index.html