Skip to content
Snippets Groups Projects
Commit eff7a625 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 243 additions and 0 deletions
/.idea/
# Created by .ignore support plugin (hsz.mobi)
.bold {
font-weight: 500 !important;
}
.no-margin-bottom{
margin-bottom: 0 !important;;
}
.margin-left {
margin-left: 1rem;
}
.high-progress {
height: 10px !important;
}
.no-padding-right{
padding-right: 0 !important;
}
.padding{
padding: 10px;
}
.margin-bottom{
margin-bottom: 20px !important;
}
.border{
border: 1px solid red;
}
#headline{
margin-top: 2.5rem;
margin-bottom: 2.2rem;
}
\ No newline at end of file
images/warn.png

18.5 KiB

index.php 0 → 100644
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8"/>
<title>Roadmap</title>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="materialize/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="js/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="materialize/js/materialize.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body class="grey lighten-3">
<div id="main">
<div class="container">
<h2 class="center-align" id="headline">PlayWall Roadmap</h2>
<div class="row">
<div class="col s12 m6">
<div class="card padding white">
<div class="card-content">
<div class="amber lighten-2 center-align margin-bottom">
<span class="card-title bold">Current Version (v1.5.7)</span>
</div>
<div class="white progress-container">
<div class="progress grey lighten-2 high-progress margin-bottom">
<div class="determinate green" style="width: 66%"></div>
</div>
</div>
<div class="row">
<div class="col s6 valign-wrapper">
<i class="material-icons valign">insert_invitation</i><span class="valign margin-left">Due by 25.06.16</span>
</div>
<div class="col s6 valign-wrapper">
<i class="material-icons valign">settings</i><span class="valign margin-left">66% Done</span>
</div>
</div>
<ul class="collapsible white" data-collapsible="accordion">
<li>
<div class="collapsible-header bold"><i class="material-icons green-text">check</i>Layout</div>
<div class="collapsible-body"><p>In dieser Version, besteht die Möglichkeit zwischen einem neuen Layout und dem alten Layout für die Kacheln zu wählen.</p></div>
</li>
<li>
<div class="collapsible-header bold"><i class="material-icons green-text">check</i>Play in Background</div>
<div class="collapsible-body"><p>PlayWall ermöglicht es nun Audio und andere Medien im Hintergrund wiederzugeben, während eine andere Seite offen ist.</p></div>
</li>
<li>
<div class="collapsible-header bold"><i class="material-icons red-text">build</i>Live Mode</div>
<div class="collapsible-body"><p>Mit dem neuen Livemode ist ein noch einfach die Kontrolle während Veranstaltungen zu behalten.</p></div>
</li>
</ul>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card padding white">
<div class="card-content">
<div class="grey lighten-2 center-align margin-bottom">
<span class="card-title bold">Next Version (v1.6.0)</span>
</div>
<div class="white progress-container">
<div class="progress grey lighten-2 high-progress margin-bottom">
<div class="determinate green" style="width: 0%"></div>
</div>
</div>
<div class="row">
<div class="col s6 valign-wrapper">
<i class="material-icons valign">insert_invitation</i><span class="valign margin-left">&lt;No Due Date&gt;</span>
</div>
<div class="col s6 valign-wrapper">
<i class="material-icons valign">settings</i><span class="valign margin-left">0% Done</span>
</div>
</div>
<ul class="collapsible white" data-collapsible="accordion">
<li>
<div class="collapsible-header bold"><i class="material-icons red-text">build</i>Trigger</div>
<div class="collapsible-body"><p>PlayWall bietet nur die Möglichkeit Kacheln und anderen Einstellungen eventbasiert zu steuern. </p></div>
</li>
<li>
<div class="collapsible-header bold"><i class="material-icons red-text">build</i>Updates</div>
<div class="collapsible-body"><p>Noch nie war es so einfach Updates zu erhalten. Mit dem neuen Updater können Plugins und das Programm im handumdrehen aktualisiert werden. </p></div>
</li>
<li>
<div class="collapsible-header bold"><i class="material-icons red-text">build</i>Lock</div>
<div class="collapsible-body"><p>Sichere deine Einstellungen ganz einfach mit nur einem Klick.</p></div>
</li>
<li>
<div class="collapsible-header bold"><i class="material-icons red-text">build</i>Beta Update Kanal</div>
<div class="collapsible-body"><p>Es ist jetzt möglich, direkt Beta Versionen zu installieren und zu aktualisieren.</p></div>
</li>
<li>
<div class="collapsible-header bold"><i class="material-icons red-text">build</i>Neues Logo</div>
<div class="collapsible-body"><p>Das Programm hat ein neues Logo erhalten.</p></div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
$(document).ready(function(){
$('.collapsible').collapsible({
accordion : false // A setting that changes the collapsible behavior to expandable instead of the default accordion style
});
});
\ No newline at end of file
The MIT License (MIT)
Copyright (c) 2014-2016 Materialize
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
![alt tag](https://raw.github.com/dogfalo/materialize/master/images/materialize.gif)
===========
[![Travis CI](https://travis-ci.org/Dogfalo/materialize.svg?branch=master)](https://travis-ci.org/Dogfalo/materialize)[![Dependency Status](https://david-dm.org/Dogfalo/materialize.svg)](https://david-dm.org/Dogfalo/materialize)[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[Materialize](http://materializecss.com/), a CSS Framework based on material design
### Current Version : v0.97.5
## Sass Requirements:
- Ruby Sass 3.3+, LibSass 0.6+
## Supported Browsers:
Chrome 35+, Firefox 31+, Safari 7+, IE 10+
## Changelog
- v0.97.5 (Dec 21, 2015)
- Fixed Meteor package crash
- v0.97.4 (Dec 20, 2015)
- Added Jasmine testing with Travis CI
- Select bugfixes
- Grid Offset bugfix
- Dropdown overflow bugfix
- Range slider error bugfix
- v0.97.3 (Nov 15, 2015)
- Meteor font issues fixed
- Select rendering issue fixed
- Added Push and Pull to grid
- Dynamic accordion appends fixed
- v0.97.2 (Nov 8, 2015)
- Image support inside select
- Optgroup supported in select
- Multiple select added
- Card styling fixes
- Breadcrumbs added
- Scrollable tabs
- Tooltips and dropdowns position themselves more intelligently inside the window
- FAB menu is click-toggleable
- Horizontal FAB support added
- v0.97.1 (Sep 13, 2015)
- Added new range slider with uses noUiSlider to provide powerful options
- Added CSS for Chips
- Toasts support adding of html elements
- Fixed select destroy/creation bug
- Bugfixes for dropdown, badges, collections, scrollfire
- Added default preloader color variable
- File input now supports multiple files and dynamically loaded elements
- v0.97.0 (June 21, 2015)
- **Documentation changed to use Official Google Icon web font**
- **Input errors added**
- Flicker on Firefox on dropdowns fixed
- Pagination made more responsive
- Modal now prevents scrolling
- Modal animation added
- Support for multiple modals added
- Programmatic control of FAB to open/close added
- Programmatic control of slider to play/pause added
- Plus many more bug fixes
## Contributing
[Please read CONTRIBUTING.md for more information](CONTRIBUTING.md)
## Testing
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](https://docs.google.com/document/d/1dVM6qGt_b_y9RRhr9X7oZfFydaJIEqB9CT7yekv-4XE/edit?usp=sharing)
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File added
This diff is collapsed.
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment