Giter Site home page Giter Site logo

fabiopicolijr / portfolio-website-django-bootstrap-sass Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bobsprogrammingacademy/portfolio-website-django-bootstrap-sass

0.0 1.0 0.0 2.52 MB

A freelance developer portfolio website built using Django 4, HTML 5, CSS 3, Bootstrap 5, and Sass.

Home Page: https://www.youtube.com/watch?v=Y073GMdAZkw

License: MIT License

Python 38.72% HTML 48.74% SCSS 12.54%

portfolio-website-django-bootstrap-sass's Introduction

Freelance Developer Portfolio Website

This is a freelance developer portfolio website built using Django 4, HTML 5, CSS 3, Bootstrap 5, and Sass.

plot

Table of Contents

Prerequisites

Install the following prerequisites:

  1. Python 3.10.8 or higher
  2. Node.js 19.1.0 or higher
  3. Visual Studio Code

Installation

1. Create a virtual environment

From the root directory run:

python -m venv venv

2. Activate the virtual environment

From the root directory run:

On macOS:

source venv/bin/activate

On Windows:

venv\scripts\activate

3. Install required dependencies

From the root directory run:

pip install -r requirements.txt

From the root directory run:

cd static
npm install

4. Run migrations

From the root directory run:

python manage.py makemigrations
python manage.py migrate

5. Create an admin user to access the Django Admin interface

From the root directory run:

python manage.py createsuperuser

When prompted, enter a username, email, and password.

Run the application

From the root directory run:

python manage.py runserver

View the application

Go to http://127.0.0.1:8000/ to view the application.

Add data to the application

Add data through Django Admin.

Go to http://127.0.0.1:8000/admin to access the Django Admin interface and sign in using the admin credentials.

Customize the application

This section describes how to customize the application.

Changing Section Titles and Subtitles

1. About

To modify the title and subtitle of the About section, make changes in the templates/index.html file.

2. Projects

To modify the title and subtitle of the Projects section, make changes in the templates/index.html file.

Changing Colors

To modify the colors in the application, make changes in the static/sass/styles.scss file and compile the file using the Live Sass Compiler, which is a Visual Studio Code Extension. Remember to set the savePath option in the settings.json file (liveSassCompile.settings.formats section) to static/css so that the generated CSS file is stored in the static/css directory.

Changing Logo

To modify the logo in the application, make changes in the templates/index.html file.

Copyright and License

Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.

portfolio-website-django-bootstrap-sass's People

Contributors

bobsprogrammingacademy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.