Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 658 Bytes

File metadata and controls

17 lines (14 loc) · 658 Bytes

Django-Resume

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.

  1. Home page: This page contains the profile and experience details.
  2. Resume page: This contains a pdf of the resume which can be downloaded.
  3. One slider: This contains a one slider work experience ppt.
  4. 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.