Robyt is a development-oriented framework and design of pages (and applications) web. It is based on web standards HTML5, CSS3, JavaScript and tools like JQuery. Its main objective is to create web pages in a simple manner with the use of objects such as menus, headers, footers, page, sliders, etc.
Install Robyt Framework (HTML):
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="css/robyt2.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/normalize.min.css" media="screen" />
</head>
##Slow Start (for developers) The way of working of the styles are based on different classes. The main classes are the grid system ordering the structure of the website.
<!-- SIMPLE EXAMPLE -->
<body>
<!-- Container kolbig -->
<section class="kolbig">
<!-- Container kol-1/100% -->
<header class="kol-1">
<!-- heading h1/text center -->
<h1 class="text-center">Hello world</h1>
</header>
<!-- Container kol-2/50%/center on display -->
<article class="kol-2 centerkol">
<p>lorem ipsum</p>
</article>
</section>
</body>
More information about classes and examples: http://robytframework.16mb.com/explore.php
The framework will be supported by a desktop application, developed with language web (HTML5, CS3 and JavaScript), which allow a user to little technical knowledge to create web pages easily. This application will allow intuitive actions from composing web pages.