File Structures
The file structure of the template is very clear and simple.
Download Package
Download package contains four main documentation/
, html/
and scss/
folders.
Once downloaded, unzip the compressed folder and you'll see something like this:
bodrum/
├── documentation
├── html
│ ├── gradient/
│ │ ├── assets/
│ │ ├── blog/
│ │ ├── help-desk/
│ │ ├── home/
│ │ ├── home-property/
│ │ ├── pages/
│ ├── minimal/
│ │ ├── assets/
│ │ ├── blog/
│ │ ├── help-desk/
│ │ ├── home/
│ │ ├── home-property/
│ │ ├── pages/
├── scss
This is the most basic form of Bodrum: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS (theme.css
), as well as compiled and minified CSS (theme.min.css
).
HTML
html/
is the source for HTML pages and contains HTML templates, which you see in the online demo. These HTML files can be opened easily in any browser, imported to any project, or modified to suit your needs.
Assets
assets/
includes all the assets that are referenced in the HTML pages.
Precompiled versions of JavaScript and CSS files are generated in their respective assets/js/
and assets/css
folders to support the self-contained 'static website'.
Below given folders are used in the template:
css
- CSS filesfonts
- Font Filesimages
- Image filesjs
- JavaSscript files