Portfolio Website
Project Overview: This is a personal portfolio website showcasing my projects, skills, certificates,resume and contact information. It is designed to present my work and technical abilities professionally and interactively.
Technologies Used:
- Backend: Django (Python framework)
- Frontend: HTML, CSS, JavaScript
- Database: SQLite
- Other Tools: Bootstrap, Django Admin customization
Features:
- Home page with introduction and skills overview
- Projects section displaying completed projects with images and descriptions
- Certificates section listing professional and academic certificates
- Responsive design for accessibility on various devices
- Admin dashboard to manage projects, certificates, skills and profile details
Installation and Setup:
- Clone the repository: git clone https://github.com/Encrypted10/portfolio_website.git
- Create and activate a Python virtual environment
- Install dependencies: pip install -r requirements.txt
- Configure database settings in settings.py
- Run database migrations: python manage.py migrate
- Create a superuser for admin access: python manage.py createsuperuser
- Run the development server: python manage.py runserver
- Open the website in a browser at http://localhost:8000
Usage:
- Use the admin panel to add/update projects, certificates, and view contact messages
- Visitors can browse portfolio sections and submit inquiries via the email.
Contact: For questions, collaboration, or feedback, please reach out via the email on the website at [kmarsalan124@gmail.com].
License: This portfolio website is open for personal use and modification. Please give proper credit if reused.
Thank you for visiting my portfolio!