|
|
@@ -0,0 +1,121 @@
|
|
|
+<!doctype html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <title>KitchenSink - Lungo 2.0</title>
|
|
|
+ <meta name="description" content="">
|
|
|
+ <meta name="author" content="Javier Jiménez Villar (@soyjavi)">
|
|
|
+ <meta name="HandheldFriendly" content="True">
|
|
|
+ <meta name="MobileOptimized" content="320">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
+ <meta name="format-detection" content="telephone=no">
|
|
|
+ <meta http-equiv="cleartype" content="on">
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://lungo.tapquo.com/resources/icon@2x.png">
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://lungo.tapquo.com/resources/icon-72.png">
|
|
|
+ <link rel="apple-touch-icon-precomposed" href="http://lungo.tapquo.com/resources/icon.png">
|
|
|
+ <link rel="apple-touch-startup-image" href="http://lungo.tapquo.com/resources/default.png">
|
|
|
+
|
|
|
+ <!-- Main Stylesheet -->
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.base.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.nav.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.aside.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.article.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.list.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.grid.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.splash.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.button.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.form.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.colour.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.brand.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.loading.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.notification.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.theme.default.css">
|
|
|
+
|
|
|
+ <!--
|
|
|
+ <link rel="stylesheet" href="../../release/lungo.css">
|
|
|
+ <link rel="stylesheet" href="../../release/lungo.icon.css">
|
|
|
+ <link rel="stylesheet" href="../../release/lungo.icon.brand.css">
|
|
|
+ <link rel="stylesheet" href="../../release/lungo.theme.default.css">
|
|
|
+ -->
|
|
|
+ <!-- App Stylesheet -->
|
|
|
+ <link rel="stylesheet" href="stylesheets/app.css">
|
|
|
+</head>
|
|
|
+
|
|
|
+<body class="app">
|
|
|
+ <section id="layout" data-transition="slide">
|
|
|
+ <header data-title="Layout" class="extended">
|
|
|
+ <nav class="button">
|
|
|
+ <a href="#back" data-router="section" data-label="back"></a>
|
|
|
+ </nav>
|
|
|
+ <nav class="right ">
|
|
|
+ <a href="#splash" data-router="section" data-icon="user" data-count="3" ></a>
|
|
|
+ </nav>
|
|
|
+ </header>
|
|
|
+
|
|
|
+ <nav class="groupbar">
|
|
|
+ <a href="#layout-art1" data-router="article" class="current" data-label="Profile"></a>
|
|
|
+ <a href="#layout-art2" data-router="article" data-label="Inbox" data-count="3"></a>
|
|
|
+ <a href="#layout-art3" data-router="article" data-label="Map"></a>
|
|
|
+ <a href="#layout-art4" data-router="article" data-label="Settings"></a>
|
|
|
+ </nav>
|
|
|
+
|
|
|
+ <footer>
|
|
|
+ <nav class="with-labels">
|
|
|
+ <a href="#layout-art1" data-router="article" data-label="Home" class="current" data-icon="home"></a>
|
|
|
+ <a href="#layout-art2" data-router="article" data-icon="inbox" data-count="2"></a>
|
|
|
+ <a href="#layout-art3" data-router="article" data-icon="user"></a>
|
|
|
+ <a href="#layout-art4" data-router="article" data-icon="settings"></a>
|
|
|
+ </nav>
|
|
|
+ </footer>
|
|
|
+
|
|
|
+ <article id="layout-art1"></article>
|
|
|
+ <article id="layout-art2"></article>
|
|
|
+ <article id="layout-art3"></article>
|
|
|
+ <article id="layout-art4"></article>
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <!-- Lungo dependencies -->
|
|
|
+ <script src="../../src/lib/quo.debug.js"></script>
|
|
|
+ <!--
|
|
|
+ <script src="../../release/lungo.js"></script>
|
|
|
+ -->
|
|
|
+ <script src="../../src/Lungo.js"></script>
|
|
|
+ <script src="../../src/Lungo.init.js"></script>
|
|
|
+ <script src="../../src/Lungo.Core.js"></script>
|
|
|
+ <script src="../../src/Lungo.Dom.js"></script>
|
|
|
+ <script src="../../src/Lungo.Service.js"></script>
|
|
|
+ <script src="../../src/Lungo.Constants.js"></script>
|
|
|
+ <script src="../../src/Lungo.Element.js"></script>
|
|
|
+ <script src="../../src/Lungo.Events.js"></script>
|
|
|
+ <script src="../../src/Lungo.Notification.js"></script>
|
|
|
+ <script src="../../src/router/Lungo.Router.js"></script>
|
|
|
+ <script src="../../src/router/Lungo.Router.History.js" ></script>
|
|
|
+ <script src="../../src/view/Lungo.View.Resize.js"></script>
|
|
|
+ <script src="../../src/view/Lungo.View.Article.js" ></script>
|
|
|
+ <script src="../../src/view/Lungo.View.Aside.js" ></script>
|
|
|
+ <script src="../../src/view/Lungo.View.Element.js"></script>
|
|
|
+ <script src="../../src/data/Lungo.Data.Cache.js"></script>
|
|
|
+ <script src="../../src/data/Lungo.Data.Sql.js"></script>
|
|
|
+ <script src="../../src/data/Lungo.Data.Storage.js"></script>
|
|
|
+ <script src="../../src/attributes/Lungo.Attributes.Data.js"></script>
|
|
|
+ <script src="../../src/Lungo.Fallback.js"></script>
|
|
|
+ <script src="../../src/boot/Lungo.Boot.Resources.js" ></script>
|
|
|
+ <script src="../../src/boot/Lungo.Boot.Stats.js" ></script>
|
|
|
+ <script src="../../src/boot/Lungo.Boot.Layout.js"></script>
|
|
|
+ <script src="../../src/boot/Lungo.Boot.Events.js"></script>
|
|
|
+ <script src="../../src/boot/Lungo.Boot.Data.js"></script>
|
|
|
+ <script src="../../src/boot/Lungo.Boot.Section.js"></script>
|
|
|
+ <script src="../../src/boot/Lungo.Boot.Article.js"></script>
|
|
|
+
|
|
|
+ <!-- LungoJS - Sandbox App -->
|
|
|
+ <script>
|
|
|
+ Lungo.init();
|
|
|
+ </script>
|
|
|
+</body>
|
|
|
+</html>
|