| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <!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)">
- <!-- Mobile viewport optimization http://goo.gl/b9SaQ -->
- <meta name="HandheldFriendly" content="True">
- <meta name="MobileOptimized" content="320">
- <meta name="viewport" content="width=device-width, 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">
- <!-- For iPhone 4 with high-resolution Retina display: -->
- <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">
- <meta http-equiv="cleartype" content="on">
- <!-- 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.scaffold.css">
- <!--
- <link rel="stylesheet" href="../../release/lungo.css">
- <link rel="stylesheet" href="../../release/lungo.icon.css">
- <link rel="stylesheet" href="../../release/lungo.theme.scaffold.css">
- -->
- <!-- App Stylesheet -->
- <!--
- <link rel="stylesheet" href="assets/stylesheets/app.css">
- -->
- </head>
- <body class="app">
- <section id="main" data-transition="slide">
- <header>
- <nav class="left">
- <a href="#features" data-target="aside" data-icon="menu"></a>
- </nav>
- <div class="left">
- <span class="title with-subtitle">Lungo Framework</span>
- <span class="subtitle">version 2.0</span>
- </div>
- </header>
- <footer>
- <nav>
- <a href="#" data-icon="info"></a>
- <a href="#" data-icon="user"></a>
- <a href="#" data-icon="mail"></a>
- </nav>
- </footer>
- <article id="art-1" data-loading="black">
- </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/view/Lungo.View.Template.js"></script>
- <script src="../../src/view/Lungo.View.Template.Binding.js"></script>
- <script src="../../src/view/Lungo.View.Template.List.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({
- name: 'Kitchen Sink',
- version: '2.0',
- sugars: ['map', 'pull'],
- resources: {
- sections: [ 'notification.html', 'list.html', 'icon.html', 'grid.html'],
- templates: [],
- asides: ['features.html', 'profiles.html']
- }
- });
- </script>
- <script src="app/app.js"></script>
- <script src="app/view.js"></script>
- <script src="app/data.js"></script>
- <script src="app/services.js"></script>
- <script src="app/events.js"></script>
- <script src="app/events.notification.js"></script>
- </body>
- </html>
|