It’s my resume build in django.
Getting started with djnago: Start the django webserver by typing "python manage.py runserver" in the terminal. Open the website.
There are 4 main pages.
- Home page: This page contains the profile and experience details.
- Resume page: This contains a pdf of the resume which can be downloaded.
- One slider: This contains a one slider work experience ppt.
- Poster: This contains a small poster or the introduction page which has some text animation.
File structure. my_profile is the app which has the main webpages. images folder contains all the css and images. mysite folder is the base folder.