Start developing with Html Website Framework
You can start with the file below, download it, place it into the HTWF folder and insert the contents you want. You will build your project by copy and paste the code snippets of the documentation(this website) and by set the contents and options of the various components.
The structure (layout) of the page is always the same: header, sections and footer. Every page of your website will containt only the header, a lists of sections and the footer.
The columns are based on the Bootstrap grid system. You have 12 columns widths where col-12 is the larger full-width column and col-1 is the smaller. Columns are responsive, you can set different widths on mobile with special classes, click the below button for more details.
<div class="row"> <div class="col-md-12"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> </div>
<div class="row"> <div class="col-md-6"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-6"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> </div>
<div class="row"> <div class="col-md-4"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-4"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-4"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> </div>
<div class="row"> <div class="col-md-3"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-3"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-3"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-3"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> </div>
<div class="row"> <div class="col-md-2"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-2"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-2"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-2"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-2"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-2"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> </div>
The components and the containers are the true contents and should be inserted only into the columns.
All your pages should have the same structure of the code below:
<html> <head> ... </head> <body> <div id="preloader"></div> <header> <!-- MENU HERE --> </header> <div class="section-empty section-item"> <div class="container content"> <!-- COLUMNS HERE --> </div> </div> <div class="section-empty section-item"> <div class="container content"> <div class="row"> <div class="col-md-4"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-4"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> <div class="col-md-4"> <!-- COMPONENTS OR CONTAINERS HERE --> </div> </div> </div> </div> <!-- NEW SECTIONS HERE --> <footer> <!-- FOOTER CONTENT HERE --> </footer> </body> </html>
1. Include file skin.css
into the template root folder into header object of every page as last item. The file skin.css must be the last css file included.
2. Replace the template's colors by edit the first block of the skin.css code: COLORS.
Before starting you should also understand the basic features of the framework and of Bootstrap, this will save you much time in future.
You can use this framework for free to develop commercial templates to sell on Themeforest, other markeplace or in any other way you want. The only requirement is to display a banner on the sale page of the item, the banner must link to www.framework-y.com, please download the banner from the button below. You can provide to your customers this website as documentation, with link to http://www.framework-y.com/docs.html, the download package contain also a ready to use documentation file.
You can combine the HTML version with the WordPress version, and sell the WordPress theme on Themeforest as well. Combining two versions will not only boost your productivity and your earnings, but will allow you to create the WordPress version starting from the HTML version, saving you weeks of work. You can create yourselft the WordPress theme by buying the extended licence of WPTF or you can give to us your template and we will create the WordPress version for you, details here.
If you want give to us your template for the WordPress conversion there are some requirements that you must meet.
The credit comments in the JavaScript and CSS files should be kept intact (even after combination or minification).
Commercial templates must display a banner to the sale page with a link to http://www.framework-y.com/.
(The MIT licence - with variations)
Copyright (c) 20212 Schiocco - support@schiocco.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'),
to deal in the Software with the following rights: