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
- Host: GitHub
- URL: https://github.com/evolsoft/xweb
- Owner: EvolSoft
- License: mit
- Created: 2015-02-28T16:33:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T19:41:37.000Z (over 9 years ago)
- Last Synced: 2025-07-09T10:43:33.867Z (9 months ago)
- Topics: css, framework, html, javascript, xweb
- Language: CSS
- Homepage: https://www.evolsoft.tk/xweb/
- Size: 510 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

#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*

*2. Select the main file to compile (`xWeb.less`)*

##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)