All Projects → aozora → Bootmetro

aozora / Bootmetro

Licence: other
Simple and complete web UI framework to create web apps with Windows 8 Metro user interface, based on Bootstrap 2.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bootmetro

Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+207%)
Mutual labels:  bootstrap, metro-ui
Angular Symfony
Project Bootstrap for an Angular + Symfony project
Stars: ✭ 196 (-91.21%)
Mutual labels:  bootstrap
Llbootstrapbutton
Bootstrap 3.0扁平化风格按钮,自带图标,一句代码直接调用!!!
Stars: ✭ 189 (-91.52%)
Mutual labels:  bootstrap
Startbootstrap Freelancer
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,304 (+3.36%)
Mutual labels:  bootstrap
Laravel Bootstrap Components
Bootstrap components as Laravel components
Stars: ✭ 190 (-91.48%)
Mutual labels:  bootstrap
Vue Cool Select
Select with autocomplete, slots, bootstrap and material design themes.
Stars: ✭ 195 (-91.25%)
Mutual labels:  bootstrap
Startwordpress
Learn how to develop a WordPress theme from scratch with this basic skeleton and accompanying tutorial.
Stars: ✭ 187 (-91.61%)
Mutual labels:  bootstrap
Holy Grail Markup
All CSS methodologies compared examples at one place.
Stars: ✭ 197 (-91.16%)
Mutual labels:  bootstrap
Material Admin
A Material Designed Admin Framework based on Spring boot2 And Bootstrap
Stars: ✭ 196 (-91.21%)
Mutual labels:  bootstrap
Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+5.07%)
Mutual labels:  bootstrap
Movieweb python
🎬 Django 搭建的一个视频网站
Stars: ✭ 193 (-91.34%)
Mutual labels:  bootstrap
Hugo Theme Bootstrap4 Blog
A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Stars: ✭ 191 (-91.43%)
Mutual labels:  bootstrap
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-91.25%)
Mutual labels:  bootstrap
Startbootstrap Full Slider
A full page image slider Bootstrap HTML template created by Start Bootstrap
Stars: ✭ 189 (-91.52%)
Mutual labels:  bootstrap
Styled Bootstrap Components
The bootstrap components made with styled-components 💅
Stars: ✭ 196 (-91.21%)
Mutual labels:  bootstrap
Vue Switches
An on/off switch component for Vue.js with theme support.
Stars: ✭ 188 (-91.57%)
Mutual labels:  bootstrap
Startmin
Admin dashboard template for Bootstrap
Stars: ✭ 192 (-91.39%)
Mutual labels:  bootstrap
Internship Lms Frontend
We are in the mission of solving a crisis for a lot of small and medium enterprises, who are trying to recruit interns for their projects. This platform aims to onboard new interns, who have applied to the companies and help them understand the process and make the transition smooth.
Stars: ✭ 193 (-91.34%)
Mutual labels:  bootstrap
Dokuwiki Template Bootstrap3
Bootstrap-based template for DokuWiki
Stars: ✭ 197 (-91.16%)
Mutual labels:  bootstrap
Boomerang Free Bootstrap Ui Kit
Boomerang is a high quality UI Kit built on top of the well known Bootstrap 4 Framework. This theme was designed as its own extended version of Bootstrap with multiple functionalities and controls added, extended color palette and beautiful typography.
Stars: ✭ 196 (-91.21%)
Mutual labels:  bootstrap

BootMetro

Please pay attention that this project is no longer maintaned.

BootMetro provides simple and flexible HTML, CSS, and Javascript for web apps that wants to use the "Windows 8 MetroUI" style, without the need to run on Windows 8. It is built on top of Twitter Bootstrap and HTML5 Boilerplate.

Features

The framework permit to create web applications with the look&feel of Windows 8 "Windows Store App" (ex "MetroUI" style). Maybe not ideal for internet web sites, the MetroUI style can be adopted for modern intranet web sites. I've choose to use as base the awesome Twitter Bootstrap framework, applying a set of customizations in pure css.

The framework integrate and extend the work first done by other great people:

Build from sources

Prepare your environment

  • Install Node.js and NPM (should come with)
  • Install global dev dependencies (Windows users should run it as administrator): npm install -g grunt-cli karma
  • Instal local dev dependencies: npm install while current directory is bootmetro repo

Build

To build the whole project run 'grunt' in the project directory.

Versioning

Latest Release: v1.0.0 Alpha1

This release is based on Twitter Bootstrap 2; the v2.0 will be completely redone from scratch using as base Twitter Bootstrap v3.

BREAKING CHANGES:

  • Replaced icomoon font with a new icomoon set generated with PUA. Many icon-* class names has changed;
  • internal mapping of char codes has changed, please be patient and check every icon you used.
  • the static resources in the content folder has been moved to the assets folder
  • toast markup has changed, now it is conforming to the bootstrap media object model.
  • listview markup has changed, now it is conforming to the bootstrap media object model.
  • removed default padding-top: 24px and padding-bottom: 88px (scaffolding.less)

List of changes:

  • source files now builds with GruntJS
  • bug fixes over v0.6
  • New and revamped documentation pages, separated from demo pages, with all metro widgets & customization integrated with the original bootstrap documentation.
  • updated Bootstrap Less files to latest v2.3.1
  • new Metro Nav List (like the one used in the doc sidebar)
  • new Page Header with back button and various styles
  • new RTL support for metro checkboxes & radio buttons
  • move CSS to LESS and integrate build with Bootstrap
  • complete Tiles templates
  • Toast notifications
  • ListView
  • Pivot view (like WP8)
  • Dual license GPL2 + Apache2
  • Panorama plugin & Hub: - new options - simplified markup

Latest Release: v1.0.0 alpha 1

  • BREAKING CHANGES:
    • icomoon.css is now bootmetro-icons.css and is recomended to have it before bootmetro.css
    • bootmetro.js is now bootmetro-panorama.js
      • classes in hub.html to use panorama scroll, are changed from metro* to panorama*
  • moved bootmetro main css files to LESS
  • upgraded to jQuery 1.8.3
  • upgraded to Modernizr 2.6.2
  • integrated HTML5 Boilerplate 4.0.1
  • added metro controls:
    • new panorama
    • new pivot
    • Metro Progress Bars, determinate & indeterminate & ring
    • Metro styled date picker
    • FlipView
    • Toast notifications
  • Metro Layouts
  • use NiceScroll for Hub scrolling with touch support

v1.0.0-alpha1-wip

v0.6

  • Various bug fixes
  • restored correct use of OpenSans web font
  • upgraded to use Twitter Bootstrap v2.2.1
  • added ListView demo
  • added Wizard demo (in progress)
  • styled modal dialogs as Metro guidelines for messages and errors/warnings.

ToDo

  • check layout guideline on "Understanding the Windows 8 silhouette"
    • make 2 layout grid: h-scroll + v-scroll
  • (almost done) Complete the implementation of the tiles templates (add counter & mini ico)
  • demo form page with notifications
  • demo image thumbs selectables
  • demo charms with docs

License

BootMetro is dual licensed, GPL-2 and Apache-2; see the LICENSE file.

Links

Official Metro UI Guidelines

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].
OSZAR »