Welcome to the source code of my personal portfolio website.
🔗 Live Demo: https://atakanonay.com
This portfolio is designed to be a minimal, fast, and responsive showcase of my projects and technical skills. It serves as a central hub for my game development work, cloud engineering experiments, and professional resume.
- Modern Design: Built with a "dark mode" aesthetic using Tailwind CSS.
- Responsive: Fully optimized for desktops, tablets, and mobile devices.
- Performance: High-speed loading times hosted on Vercel Global CDN.
- Downloadable CV: Direct access to my latest resume.
This project relies on a modern and lightweight tech stack:
- HTML5 - Semantic markup.
- Tailwind CSS - Utility-first CSS framework for styling.
- FontAwesome - For vector icons and social logos.
- Vercel - For static hosting and CD (Continuous Deployment).
To get a local copy up and running, follow these simple steps.
You just need a modern web browser (Chrome, Firefox, Edge, etc.) and a code editor like VS Code.
-
Clone the repo
git clone [https://github.com/atknony/atakanonay-dev.git](https://github.com/atknony/atakanonay-dev.git)
-
Open the project Navigate to the project directory and open
index.htmlin your browser.cd atakanonay-dev # Open index.html manually or use a live server extension
atakanonay-dev/
├── assets/ # Images (profile, projects) and CV files
├── index.html # Main HTML structure
├── README.md # Project documentation
└── .git/ # Git configuration