Onur Ozkan — Personal Website (Initial Version with Python Flask)
This is the source code for my personal portfolio website, built with HTML, CSS, and JavaScript. It includes a responsive, multi-page design with a custom navigation system, contact form, and dynamic animations.
📁 Features
- 🖼️ Responsive layout designed for both desktop and mobile
- 🍔 Custom burger menu and animated dropdown navigation
- 💬 Contact form with email validation and hover feedback
- 🧩 Scroll-triggered and page-load animations
- 🔎 Dynamic search result routing (template-ready)
- 📄 Templating with Jinja2 (
{% include %} structure)
📂 Folder Structure
├── templates/
│ ├── index.html
│ ├── about.html
│ ├── classes.html
│ ├── links.html
│ ├── projects.html
│ ├── results.html
│ ├── thankyou.html
│ └── header_footer.html
│
├── static/
│ ├── CSS/
│ │ └── [page-specific stylesheets]
│ ├── JS/
│ │ └── [page-specific scripts]
│ └── images/
│ └── [icons, logo, etc.]
💻 Technologies Used
- HTML5 + CSS3
- JavaScript (Vanilla)
- jQuery (for slide toggles)
- Jinja2 templating (for reuse and modularity)
- Flask-compatible structure (future deploy-ready)
📫 Contact
Feel free to reach out via email or check out my socials:
📌 License
This project is for personal and portfolio use. Please do not reuse content without permission.
📸 Preview Screenshots
🏠 Homepage
🏠 Homepage with footer
👤 About Me (Header View)
👤 About Me (Bio Section)
📬 Links / Contact Page