Skip to content

Jonathan2k19/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Django Portfolio

A portfolio template using html/css/js in the frontend and Django as the backend framework.
Cool features:

  • smooth scrolling
  • responsive design (for Desktop and mobile)
  • send an email to my GoogleMail account

How to run the server

  • Create a virtual environment
    py -3.9 -m virtualenv <name>    # install virtualenv support
    
    ./<name>/Scripts/activate       # activate the virtual env
  • Install all required libraries
    # make sure the virtualenv is activated
    pip install -r ./requirements.txt
  • Run the Django server
    python manage.py runserver

Important side note


Screenshots (not the real resolution)

Desktop_version_1 Desktop_version_2

About

A modern looking portfolio build with Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published