Git Product home page Git Product logo

devfolio's Introduction

Developer Portfolio 🚀

A beautiful portfolio web app written in Python3 using Django3.0 web framework for developers :neckbeard:

jawed

Sections

⦿ 🏠 Home

⦿ 👤 About

⦿ 🛠 Skills

⦿ 📋 Resume

⦿ 📨 Contact

To view a live example, visit - demo

Setup ⚙️

Before going to setup this app You will need to install python3 & web framework django3 on your machine.

python3.7 or above
django3.0 or above

Install git and clone this repo

# Clone this repository
git clone https://github.com/j4w3d/devfolio.git

# Enter into cloned repo
cd devfolio

# Create a virtual environment for your app
python3 -m venv venv


# Activate the virtual environment
source venv/bin/activate

# Upgrade pip & Install dependencies using pip
pip install --upgrade pip
pip install -r requirements.txt

# Collect staticfiles
python manage.py collectstatic

# Run the app
python manage.py runserver

By default this app will run on http://127.0.0.1:8000/

To customize the data of portfolio app sections as per your requirements you need to edit - resume/settings.py file

# Edit: resume/settings.py

# Edit this file to display your details on portfolio page

DEVFOLIO_SETTINGS = {

    # Section - Home
    "HOME" : {
        # Customize your title & subtitle on landing page
        "title": "Jawed Salim",
        "subtitles": [
            "DevOps Engineer",
            "Python Developer",
            "Technophile"
        ]
    },

    # Section - About
    "ABOUT" : {

        # Title & your roles/skills list
        "title": "DevOps Engineer | Backend Developer ",
        "roles": [
            # List of roles/tasks - What you do
            
            "⚡ Maintain GIT repositories for DevOps environment: automation code and configuration.",

            "⚡ Write RESTful APIs in Python with variuos Webframeworks like: Flask, FastApi & Django.",
        ]
    },

    # Section - Skills
    "SKILLS" : { ..... },

    # Section - Skills
    #               - Proficiency
    "PROFICIENCY" : { ..... },

    # Section - RESUME
    "RESUME" : { ..... },

    # Section - contact
    "CONTACT" : { ..... },
    
    # Social Media links
    "SOCIAL" : {
        "title" : "Want to get connected or just say Hello? Follow me on the social channels below.",
        "sites" : [
            {
                "name" : "linkedin",
                "link" : "https://www.linkedin.com/in/j4w3d/"
            },
            {
                "name" : "github",
                "link" : "https://github.com/j4w3d/"
            },
            {
                "name" : "twitter",
                "link" : "https://twitter.com/jawedsalim10"
            },
            {
                "name" : "skype",
                "link" : "https://join.skype.com/invite/UiQ03EiXED9p"
            },

            # NOTE: you can use instagram & facebook too.
        ]
    }

}


TODO List:

Anyone who can make it better or can help us with these is most welcomed to open a pull request.

  • Add more sections like Achievments/Awards, Services, Blogs etc.
  • Enable dark theme
  • Add multiple themes & so on.

devfolio's People

Contributors

j4w3d avatar dependabot[bot] avatar

Watchers

James Cloos avatar Pranav avatar  avatar

devfolio's Issues

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.