Skip to content

EvolSoft/xWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start2

#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_ at EvolSoft using Less.js CSS pre-processor.

By default xWeb uses Font-Awesome icons by Dave Gandy and it has been compiled on Windows using the fantastic WinLess compiler :)

xWeb uses also jQuery which is used in the main xWeb JavaScript file

xWeb is licensed under MIT (License details provided here)

##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 is available at our 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 2. Select the main file to compile (xWeb.less) 2

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