This repository contains a Portfolio Resume Website built using Python, Django, HTML, CSS, and Bootstrap. It provides a platform to showcase your portfolio and resume in an interactive and professional manner.
The Portfolio Resume Website offers the following features:
-
Home Page: A visually appealing landing page that introduces you and provides an overview of your skills and expertise.
-
About Me: A section to provide a brief description of yourself, including your background, education, and work experience.
-
Portfolio: A dedicated section to showcase your projects, including descriptions, images, and links to live demos or GitHub repositories.
-
Resume: A section to display your resume or curriculum vitae, allowing visitors to download or view it.
-
Skills: An area to list your key skills and proficiencies, giving potential employers or clients an overview of your capabilities.
-
Contact Me: A contact form or information section where visitors can reach out to you for inquiries, collaborations, or job opportunities.
-
Responsive Design: The website is designed to be fully responsive, ensuring a seamless experience across different devices and screen sizes.
The Portfolio Resume Website is developed using the following technologies:
- Python: A powerful and versatile programming language used for backend development and Django framework.
- Django: A high-level Python web framework that enables rapid development and clean design.
- HTML: The standard markup language for creating the structure and content of web pages.
- CSS: Cascading Style Sheets used for styling the website and enhancing its visual appearance.
- Bootstrap: A popular CSS framework that provides pre-designed components and responsive grid systems.
- Font Awesome: A comprehensive icon library that adds scalable vector icons to enhance the visual elements of the website.
To use or modify this Portfolio Resume Website for your own portfolio, follow these steps:
-
Clone the repository:
git clone https://github.com/Mehyar-Farzat/Portfolio-Resume-Website.git
-
Install the required dependencies by running
pip install -r requirements.txt
. -
Customize the content, including your personal information, projects, resume, and skills, in the appropriate HTML and Django templates.
-
Modify the CSS stylesheets to reflect your desired visual design.
-
Run the development server using the command
python manage.py runserver
and access the website athttp://localhost:8000
. -
Deploy the website to a hosting platform of your choice for public access.
Feel free to explore the code and make any necessary modifications to tailor the website to your specific needs.
This project is licensed under the MIT License.
- The website template and design were inspired by various online resources and personal creativity.