An open API service indexing awesome lists of open source software.

https://github.com/evolsoft/xweb

A simple responsive HTML, CSS and JavaScript framework
https://github.com/evolsoft/xweb

css framework html javascript xweb

Last synced: 2 months ago
JSON representation

A simple responsive HTML, CSS and JavaScript framework

Awesome Lists containing this project

README

          

![start2](https://cloud.githubusercontent.com/assets/10303538/6315586/9463fa5c-ba06-11e4-8f30-ce7d8219c27d.png)

#xWeb
A simple responsive HTML, CSS and JavaScript framework

##Category

HTML/CSS/JS Framework

##Overview

**xWeb** is a simple responsive HTML, CSS and JavaScript framework fast, easy to use and fully-featured.

It has been written by [@Flavius12_](https://twitter.com/Flavius12_) at [EvolSoft](https://www.evolsoft.tk) using [Less.js](http://lesscss.org/) CSS pre-processor.

By default xWeb uses [Font-Awesome icons](http://fontawesome.io) by Dave Gandy and it has been compiled on Windows using the fantastic [WinLess](http://winless.org/) compiler :)

xWeb uses also [jQuery](https://jquery.com/) which is used in the main xWeb JavaScript file

xWeb is licensed under MIT (License details provided [here](https://github.com/EvolSoft/xWeb/blob/master/LICENSE))

##Documentation

*The full documentation is available at https://www.evolsoft.tk/xweb/*

###What is included?

######Precompiled version

```
css\
arrow-left.png
arrow-right.png
close.png
font-awesome.css
font-awesome.min.css
xweb.css
xweb.min.css
xweb.theme.css
xweb.theme.min.css
examples\
fixed-navbar-example.html
login-template.html
start-template.html
theme-example.html
fonts\
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff
js\
jquery.js
jquery.min.js
xweb.js
xweb.min.js
```

######Source code

```
css\
examples\
fonts\
js\
less\
```

###Online version

A ready-to-use version of [xWeb](https://www.evolsoft.tk/xweb/) is available at our [xWeb CDN](https://www.evolsoft.tk/xweb/cdn/).

##Compiling Source

This is a small explanation of how to compile xWeb

> By default xWeb has been compiled on Windows using WinLess but you can compile it also on other platforms.
You must remember only that the main file to compile is `xWeb.less`

*1. Add xWeb source path in WinLess*
![1](https://cloud.githubusercontent.com/assets/10297075/7705821/e4a33fbc-fe46-11e4-9b3c-faba986d2b9b.png)
*2. Select the main file to compile (`xWeb.less`)*
![2](https://cloud.githubusercontent.com/assets/10297075/7705825/e6521504-fe46-11e4-82ad-84c1befa72a0.png)

##To-do

- Fixed alerts on screen
- Vertical sliders
- Better Button-Groups and Input-Groups

##Known bugs

- Selects not working on IE < 10
- Sliders not working correctly on touchscreen devices

##Contributing

If you want to contribute to this project please follow the [Contribution Guidelines](https://github.com/EvolSoft/xWeb/blob/master/CONTRIBUTING.md)