This repository contains several implementations of one landing page Wishbone+Partners, including:
- Pure HTML/SCSS/JS layout
- WordPress theme
- Django version
- React version (in development)
Wishbone+Partners /
├── assets/ # Common styles, scripts, images
├── ru/ # Russian HTML version
├── wp-theme/ # WordPress theme
├── django-version/ # Django application
└── README.md # This file
Open html-version/index.html
in a browser. All styles and scripts are included from ../assets
.
- Go to
wp-theme/
- Copy the folder to
wp-content/themes/
of your WordPress site - Activate the theme via the admin panel
- Go to
django-version/
- Install dependencies:
pip install -r requirements.txt
- Unified layout for different stacks
- Convenient structure for support
- Quick switching between formats
- React version
- Generating templates for CMS
- Possibility of API connection
Developed by CrashTheRoutines