An open API service indexing awesome lists of open source software.

https://github.com/vivekuw/basic_portfolio_website_using_flask

the basic portfolio website i have made with flask. There are many page like Project,Skill ,About ,Contact.
https://github.com/vivekuw/basic_portfolio_website_using_flask

basic-portfolio css flask flask-application html portfolio portfolio-website project python python3 skill

Last synced: 2 months ago
JSON representation

the basic portfolio website i have made with flask. There are many page like Project,Skill ,About ,Contact.

Awesome Lists containing this project

README

          

# Basic Portfolio Website Using Flask
- the **Home Page ("127.0.0.1:5000/")** is you image and name is display and position .
![alt text](https://github.com/vivekuw/Basic_Portfolio_website_using_Flask/blob/main/photo/home.PNG)

- **Portfolio page is ("127.0.0.1:5000/portfolio")** is your project is dsiplay
![alt text](https://github.com/vivekuw/Basic_Portfolio_website_using_Flask/blob/main/photo/portfolio.PNG)

- you want to **add project** then **("127.0.0.1:5000/add")** this **/add** html page open and you add the deatil.

![alt text](https://github.com/vivekuw/Basic_Portfolio_website_using_Flask/blob/main/photo/add.PNG)

- you want to **delete project** then **("127.0.0.1:5000/delete")** this **/delete** html page open and you add the deatil.

![alt text](https://github.com/vivekuw/Basic_Portfolio_website_using_Flask/blob/main/photo/delete.PNG)

- **Skill page is ("127.0.0.1:5000/skill")** is your skill is dsiplay ,for change this contain will be in the code.
![alt text](https://github.com/vivekuw/Basic_Portfolio_website_using_Flask/blob/main/photo/skill.PNG)

- **About page is ("127.0.0.1:5000/about")** is your about is dsiplay, for change this contain will be in the code.
![alt text](https://github.com/vivekuw/Basic_Portfolio_website_using_Flask/blob/main/photo/about.PNG)

- **Contact page is ("127.0.0.1:5000/contact")** is your contact is dsiplay, for change this contain will be in the code.
![alt text](https://github.com/vivekuw/Basic_Portfolio_website_using_Flask/blob/main/photo/contact.PNG)