forked from tapquo/Lungo.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
7,535 additions
and
1,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<aside id="profiles" class="scrollable onright"> | ||
<div> | ||
<div class="anchor">Author of LungoJS</div> | ||
<a href="http://twitter.com/soyjavi" target="_blank" data-image="assets/images/avatars/soyjavi.jpg">Javi Jiménez Villar</a> | ||
<div class="anchor">CoreTeam</div> | ||
<a href="http://twitter.com/pasku1" target="_blank" data-image="assets/images/avatars/pasku.jpg">Guillermo Pascual</a> | ||
<div class="anchor">Contributors</div> | ||
<a href="http://twitter.com/ikalbeniz" target="_blank" data-image="assets/images/avatars/ikalbeniz.jpg">Iker Perez de Albeniz</a> | ||
<a href="#" data-image="https://secure.gravatar.com/avatar/b374f3bd05b1db4a974585ba57661815?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png">Jorge Casar</a> | ||
<a href="#" data-image="https://secure.gravatar.com/avatar/3d4bf44cff9779242dd82d20a0b7d0c8?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png">Dave Winders</a> | ||
<a href="#" data-image="https://secure.gravatar.com/avatar/884b5d1e91b826afc8c6b4fc3429dbd0?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png">GermanDZ</a> | ||
<a href="#" data-image="https://secure.gravatar.com/avatar/b41d652ca9b88e636516d907599dcc87?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png">Juan Gallego Galisteo</a> | ||
<a href="#" data-image="https://secure.gravatar.com/avatar/a3257b495a2bc4ae15405c7880300848?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png">John McLear</a> | ||
</div> | ||
</aside> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<aside id="kitchen-sink-scroll" class="scrollable"> | ||
<div> | ||
<div class="title">Select a option</div> | ||
<a href="#welcome" data-target="article" class="current" data-icon="wifi">Welcome</a> | ||
<a href="#navigation" data-target="section" data-icon="map">Navigation</a> | ||
<a href="#buttons" data-target="article" data-icon="plus" data-count="14">Buttons & Colours</a> | ||
<a href="#icons" data-target="article" data-icon="picture" data-count="94">Icons</a> | ||
<a href="#data-attributes" data-target="article" data-icon="tag" data-count="6">Data Attributes</a> | ||
<a href="#forms" data-target="section" data-icon="edit" data-count="7">Form Elements</a> | ||
<a href="#lists" data-target="section" data-icon="items" data-count="5">Lists</a> | ||
<a href="#events" data-target="article" data-icon="user">Events</a> | ||
<a href="#scrolls" data-target="article" data-icon="down">Scrolls</a> | ||
<a href="#urls" data-target="article" data-icon="down">URL Scheme Reference</a> | ||
</div> | ||
</aside> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<section id="buttons-extra"> | ||
<header data-back="home" data-title="Example of buttons"> | ||
<nav class="onright"> | ||
<a href="#" class="button red " data-icon="add">With icon</a> | ||
<a href="#" class="button arcticblue ">Text</a> | ||
</nav> | ||
</header> | ||
|
||
<footer> | ||
<nav class="onleft"> | ||
<a href="#" class="button blue ">Text</a> | ||
<a href="#" class="button yellow " data-icon="left"></a> | ||
</nav> | ||
<a href="#" class="button orange onright" data-icon="right">onright</a> | ||
</footer> | ||
|
||
<article></article> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<section id="forms"> | ||
<header data-title="Forms" class="extended" data-back="home"> | ||
<nav class="groupbar"> | ||
<a href="#form-inputs" data-target="article" class="current">Inputs</a> | ||
<a href="#form-others" data-target="article">Others</a> | ||
<a href="#form-switchs" data-target="article">Switchs</a> | ||
<a href="#form-specials" data-target="article">Specials</a> | ||
<a href="#form-tips" data-target="article">Tips</a> | ||
</nav> | ||
</header> | ||
|
||
<article id="form-inputs" class="list scrollable"> | ||
<div class="container indented"> | ||
<ul class="form"> | ||
<li class="anchor" data-icon="edit">Example of inputs</li> | ||
<li> | ||
<label>type="text"</label> | ||
<input type="text" placeholder="Input text"/> | ||
<label>type="password"</label> | ||
<input type="password" placeholder="Input password"/> | ||
</li> | ||
</ul> | ||
|
||
<ul class="form"> | ||
<li class="anchor" data-icon="edit">Example of textarea</li> | ||
<li><textarea placeholder="Textarea sample"></textarea></li> | ||
</ul> | ||
|
||
<ul class="form"> | ||
<li class="anchor" data-icon="edit">Example of select</li> | ||
<li> | ||
<label class="select"> | ||
<select class="custom"> | ||
<option value="1">One</option> | ||
<option value="2">Two</option> | ||
<option value="3">Three</option> | ||
</select> | ||
</label> | ||
</li> | ||
<li class="tip dark" data-icon="question mini">It's a special form element you must set the label with class "select"</li> | ||
</ul> | ||
</div> | ||
</article> | ||
|
||
<article id="form-others" class="list"> | ||
<div class="indented"> | ||
<ul class="form"> | ||
<li class="anchor" data-icon="edit">Example of search</li> | ||
<li data-search="Type a search..."></li> | ||
<li class="tip darker" data-icon="question mini">It's a special form element you must set the attribute data-search="Placeholder text"</li> | ||
<li class="anchor" data-icon="edit">Example of type="*"</li> | ||
<li> | ||
<input type="datetime" placeholder="Some datetime..." /> | ||
<input type="date" placeholder="Some date..." /> | ||
<input type="time" placeholder="Some time..." /> | ||
<input type="month" placeholder="Some month..." /> | ||
</li> | ||
<li class="tip dark" data-icon="question mini">Only for iOS5 & Android 2.3+ Devices"</li> | ||
</ul> | ||
</div> | ||
</article> | ||
|
||
<article id="form-specials" class="list"> | ||
<div class="indented"> | ||
<ul class="form"> | ||
<li class="anchor" data-icon="edit">Example of progress</li> | ||
<li data-progress="0%"></li> | ||
<li class="anchor" data-icon="edit">Example of range</li> | ||
<li> <input type="range"></li> | ||
<li class="tip dark" data-icon="question mini">Only for iOS5 & Android 2.3+ Devices"</li> | ||
</ul> | ||
</div> | ||
</article> | ||
|
||
<article id="form-switchs" class="list"> | ||
<div class="container indented"> | ||
<ul class="form"> | ||
<li class="anchor" data-icon="edit">Example of checkbox</li> | ||
<li> | ||
<label>Do you like LungoJS forms?</label> | ||
<label class="checkbox onright"><input type="checkbox" id="checkbox-0" checked/></label> | ||
</li> | ||
</ul> | ||
|
||
<ul class="form"> | ||
<li class="anchor" data-icon="edit">Example of radio</li> | ||
<li> | ||
<label class="radio"><input type="radio" name="group-0" id="radio-0" checked="checked"/></label> | ||
<label class="radio"><input type="radio" name="group-0" id="radio-1"/></label> | ||
<label class="radio"><input type="radio" name="group-0" id="radio-2"/></label> | ||
</li> | ||
</ul> | ||
</div> | ||
</article> | ||
|
||
<article id="form-tips" class="list scrollable"> | ||
<div class="container indented"> | ||
<ul class="form"> | ||
<li class="anchor">Examples of tips</li> | ||
<li class="tip" data-icon="home mini">Lorem Ipsum is simply dummy text...</li> | ||
<li class="tip dark" data-icon="home mini">Lorem Ipsum is simply dummy text...</li> | ||
<li class="tip darker" data-icon="home mini">Lorem Ipsum is simply dummy text...</li> | ||
|
||
<li class="tip" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li> | ||
<li class="tip dark" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li> | ||
<li class="tip darker" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li> | ||
</ul> | ||
|
||
<ul class="form"> | ||
<li class="anchor" data-icon="home">Example of anchor</li> | ||
<li><label>Example of label</label></li> | ||
</ul> | ||
</div> | ||
</article> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<section id="lists"> | ||
<header data-back="home" data-title="Lists" class="extended"> | ||
<nav class="onright"> | ||
<a href="#" data-article="list-dinamic" class="button" data-icon="up"></a> | ||
<a href="#" data-article="list-dinamic" class="button prepend" data-icon="down"></a> | ||
</nav> | ||
<nav class="groupbar"> | ||
<a href="#list-plain" data-target="article" class="current">Normal</a> | ||
<a href="#list-ordered" data-target="article">Ordered</a> | ||
<a href="#list-indented" data-target="article">Indented</a> | ||
<a href="#list-dinamic" data-target="article">Dinamic</a> | ||
</nav> | ||
</header> | ||
|
||
<article id="list-plain" class="list"></article> | ||
<article id="list-ordered" class="list"></article> | ||
<article id="list-indented" class="list indented scrollable"></article> | ||
<article id="list-dinamic" class="list scrollable"></article> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<section id="async-local"> | ||
<header data-back="home" data-title="Async Local Section"></header> | ||
|
||
<article></article> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<section id="navigation-flow" class="flow"> | ||
<header data-back="home"></header> | ||
<article></article> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<section id="navigation-index" class=""> | ||
<header data-back="home" data-title="Type of transitions"></header> | ||
<article class="list indented"> | ||
<ul> | ||
<li><a href="#">Normal Transition</a></li> | ||
<li><a href="#" class="pop">Pop Transition</a></li> | ||
<li><a href="#" class="flow">Flow Transition</a></li> | ||
</ul> | ||
</article> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<section id="navigation-normal"> | ||
<header data-back="home"></header> | ||
<article></article> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<section id="navigation-pop" class="pop"> | ||
<header data-back="home"></header> | ||
<article></article> | ||
</section> |
Oops, something went wrong.