Pluton is a modern one-page theme, fully responsive. Pluton will look great whether you use PC, tablet or phone. Our code is clean and easy to customize. When you finish
downloading a package. The following folders will be in the unzipped file:
.
├── css
├── images
├── fonts
├── js
├── php
└── index.html
What follows is a general overview of each major part and how to use them.
css
This directory should contain all your project's CSS files. It includes some initial CSS to help get you started from a solid foundation.
.css
├── booststrap.css
├── bootstrap-responsive.css
├── animate.css
├── jquery.bxslider.css
├── jquery.cslider.css
├── pluton.css
└── pluton-ie7.css
Images
This directory should contain all your project's images like logo, favicons, portfolio pictures, etc.
Fonts
This directory should contain icon fonts for your theme.
JS
This directory should contain all your project's JS files. Libraries, plugins, and custom code can all be included here.
.js
├── jquery.js
├── bootstrap.js
├── jquery.bxslider.js
├── jquery.cslider.js
├── jquery.mixitup.js
├── jquery.placeholder.js
├── respond.min.js
├── jquery.inview.min.js
├── modernizer.custom.js
└── app.js
PHP
This directory should contain all your project's PHP files.
.php
├── mail.php
├── newsletter.php
├── newsletter.txt
└── app.js
index.html
This is the main HTML file of the Pluton theme.