Arcix Django Documentation 1.0.0
Thank you very much for your purchase!
If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our Support mail : Support
Introduction
Arcix is the new outstanding, extremely modern Flask Template designed for architecture companies. It is also perfect for industrial websites, mechanical engineering, chemical industries, construction companies, steel factories, electricians, plumbing services, and other industrial and commercial businesses. Build your own professional website using our powerful Flask-based solution! This template includes 2 creative homepage layouts, a fully responsive design, and over 15 dynamic Flask templates that are easy to customize. The design is elegant, modern, and developed with a 1170px grid system for maximum flexibility. We hope you enjoy using Arcix Flask Template to power your business website.
Installation
To setup the theme, follow below-mentioned steps
Download the zip file containing all files integrated with Flask. Extract the contents of the zip file to your desired location.
pip install Flask
python app.py
Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as – VScode, Sublime Text etc.
File Structure
├──Arcix / │ ├──
__pycache__/ │ ├──
static/ │ │ ├──
__init__.py │ │ ├──
css/ │ │ ├──
fonts/ │ │ ├──
images/ │ │ ├──
inc/ │ │ ├──
js/ │ ├──
templates/ │ │ ├──
home/ │ │ ├──
layouts/ │ │ ├──
news/ │ │ ├──
pages/ │ │ ├──
partials/ │ │ ├──
portfolio/ │ ├──
__init__.py │ ├──
app.py │ ├──
homeViews.py │ ├──
newsViews.py │ ├──
pagesViews.py │ ├──
portfolioViews.py ├──
Documentation └── index.html - Index file for documentation.
HTML Structure
{% extends './layouts/layout.html' %} {% block content %} <!-- Sidebar Page Container --> <div class="sidebar-page-container blog-page"> <div class="auto-container"> <div class="row"> <div class="col-lg-8"> <div class="content-side"> <!-- News Block Two --> <div class="news-block-two blog-single-post"> .... .... .... .... .... </div> </div> </div> <div class="col-lg-4"> <aside class="sidebar"> <!-- About Widget --> <div class="sidebar-widget about-me"> .... .... .... .... .... </div> <!-- Search --> <div class="sidebar-widget search-box"> .... .... .... .... .... </div> <!-- Post Widget --> <div class="sidebar-widget popular-posts"> .... .... .... .... .... </div> <!-- Category Widget --> <div class="sidebar-widget categories"> .... .... .... .... .... </div> <!-- Tags Widget --> <div class="sidebar-widget popular-tags"> .... .... .... .... .... </div> <!-- Add Banner Widget --> <div class="sidebar-widget"> .... .... .... .... .... </div> </aside> </div> </div> </div> </div> {% endblock content %}
CSS
Arcix Built with latest version of CSS3.
File Name | Details |
---|---|
css/animate.css |
animate CSS |
css/bootstrap.css |
bootstrap CSS |
css/color.css |
color CSS |
css/custom-animate.css |
elpath CSS |
css/eleganticons.css |
flaticon CSS |
css/flaticon.css |
font-awesome-all |
css/jquery.fancybox.min.css |
odometer Css |
css/nice-select.css |
owl Css |
css/style.css |
Style Css |
css/swiper.min.css |
Style Css |
Javascript
Arcix Built with Javascript
File Name | Details |
---|---|
js/appear.js |
Appear js |
js/bootstrap.min.js |
bootstrap min Js |
js/isotope.js |
isotope js |
js/jquery.ajaxchimp.min.js |
jquery ajaxchimp js |
js/jquery.fancybox.js |
jquery fancybox js |
js/jquery.mCustomScrollbar.concat.min.js |
jquery mCustomScrollbar concat js |
js/jquery.nice-select.min.js |
jquery nice select min js |
js/knob.js |
knob js |
js/'owl'.js |
owl |
js/script.js |
script |
Credit & Resources
We have used the following plugins.
Support
Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our Support mail : Support
Changelog
Initial Released