A modern and responsive personal portfolio website built using HTML, CSS, and JavaScript for the frontend and Django for backend functionality. This project showcases my skills, projects, experience, and includes a fully functional contact form.
- Responsive and modern UI
- Smooth scrolling navigation
- Contact form with validation
- Form submissions stored securely in the database
- Django backend integration
- Easy to customize and extend
- HTML5
- CSS3
- JavaScript
- Django
- SQLite
portfolio/
β
βββ db.sqlite3
βββ manage.py
β
βββ base/
β βββ migrations/
β βββ admin.py
β βββ apps.py
β βββ models.py
β βββ urls.py
β βββ views.py
β
βββ portfolio/
β βββ settings.py
β βββ urls.py
β βββ asgi.py
β βββ wsgi.py
β
βββ static/
β βββ images/
β βββ logo.png
β βββ profile.jpg
β
βββ template/
βββ index.html