Giter Site home page Giter Site logo

miknotauro / djangocms-career Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmonn/djangocms-career

0.0 2.0 0.0 316 KB

DjangoCMS Career is a plugin to easily showcase career and educational paths on Portfolio- and CV-Websites.

License: BSD 3-Clause "New" or "Revised" License

Python 81.55% CSS 10.42% HTML 8.04%

djangocms-career's Introduction

DjangoCMS Career

DjangoCMS Career is a plugin to easily showcase career and educational paths. The recommended use for this plugin is on a Portfolio- or a personal CV-Website. The plugin was initially created for - and first used by - my personal CV-Page.

https://raw.githubusercontent.com/dmonn/djangocms-career/master/docs/img/presentation.png

Installation

This plugin requires django CMS 3.0.2+ or higher to be properly installed.

  • In yourpip projects virtualenv, run pip install djangocms-career.
  • Add djangocms_career to your INSTALLED_APPS (the order does not matter).
  • Run manage.py migrate djangocms_career.

Usage

DjangoCMS Career is a CMS- Plugin, which means, you can only use it in the frontend editing mode. In an available placeholder, just choose a Career Plugin Container and use the 'Plus'-Sign to add Positions to it.

https://raw.githubusercontent.com/dmonn/djangocms-career/master/docs/img/career-1.png

This dropdown will usually open if you click on a placeholder in structure-mode.

https://raw.githubusercontent.com/dmonn/djangocms-career/master/docs/img/career-2.png

After you've added a Career Plugin Container, you can add Positions.

Customization

To override the plugins template, add djangocms_career/position_object.html to your template path.

To customize the colors of the plugin, you have to override the CSS.

.position-duration::before,
.position-duration::after{
    background: YOURCOLOR;
}


.duration-circle {
    background: YOURCOLOR;
}

Run tests

You can run tests via manage.py test djangocms_career

Contributing

This is a community project. We love to get any feedback in the form of issues and pull requests.

djangocms-career's People

Watchers

James Cloos avatar Ángel Galicia 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.