index.html 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>KitchenSink - Lungo 2.0</title>
  6. <meta name="description" content="">
  7. <meta name="author" content="Javier Jiménez Villar (@soyjavi)">
  8. <meta name="HandheldFriendly" content="True">
  9. <meta name="MobileOptimized" content="320">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  11. <meta name="apple-mobile-web-app-capable" content="yes">
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  13. <meta name="format-detection" content="telephone=no">
  14. <meta http-equiv="cleartype" content="on">
  15. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://lungo.tapquo.com/resources/icon@2x.png">
  16. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://lungo.tapquo.com/resources/icon-72.png">
  17. <link rel="apple-touch-icon-precomposed" href="http://lungo.tapquo.com/resources/icon.png">
  18. <link rel="apple-touch-startup-image" href="http://lungo.tapquo.com/resources/default.png">
  19. <!-- Main Stylesheet -->
  20. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.base.css">
  21. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.css">
  22. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.nav.css">
  23. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.aside.css">
  24. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.article.css">
  25. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.list.css">
  26. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.grid.css">
  27. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.css">
  28. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.splash.css">
  29. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.button.css">
  30. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.form.css">
  31. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.colour.css">
  32. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.css">
  33. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.icon.brand.css">
  34. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.loading.css">
  35. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.notification.css">
  36. <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.theme.default.css">
  37. <!--
  38. <link rel="stylesheet" href="../../release/lungo.css">
  39. <link rel="stylesheet" href="../../release/lungo.icon.css">
  40. <link rel="stylesheet" href="../../release/lungo.icon.brand.css">
  41. <link rel="stylesheet" href="../../release/lungo.theme.default.css">
  42. -->
  43. <!-- App Stylesheet -->
  44. <link rel="stylesheet" href="stylesheets/app.css">
  45. </head>
  46. <body class="app">
  47. <section id="a">
  48. <header data-title="a"></header>
  49. <article>
  50. <a href="#b" data-router="section" class="button red big" data-label="kakaka"></a>
  51. </article>
  52. </section>
  53. <section id="b">
  54. <header data-title="b" data-back="home"></header>
  55. <article id="b_1">b_1</article>
  56. <article id="b_2">b_2</article>
  57. </section>
  58. <section id="main" data-transition="slide">
  59. <header class="">
  60. <nav class="left button">
  61. <a href="#features" data-router="aside" data-icon="menu"></a>
  62. </nav>
  63. <nav class="right button">
  64. <a href="https://twitter.com/intent/tweet?original_referer=http%3A%2F%2Flungo.tapquo.com%2F&text=@lungojs a framework for developers who want to design, build and share cross device apps" data-icon="share" target="_blank" ></a>
  65. </nav>
  66. <div class="left">
  67. <div class="centered title with-subtitle">
  68. Lungo Framework
  69. <small class="subtitle">version 2</small>
  70. </div>
  71. </div>
  72. </header>
  73. <article id="main-article" class="list indented scroll">
  74. <ul>
  75. <li class="contrast " data-loading="white">
  76. </li>
  77. <li class="contrast">
  78. <strong>
  79. A framework for developers who want to design, build and share cross device apps.
  80. </strong>
  81. </li>
  82. <li data-icon="brand html5" class="feature">
  83. <strong>HTML5 Optimized Apps</strong>
  84. Lungo Framework supports open web standards, such as HTML5, CSS3 and JavaScript. It brings consistent browser environment across mobiles, tvs and desktop devices.
  85. </li>
  86. <li data-icon="brand github-2" class="feature">
  87. <strong>Open Source Project</strong>
  88. Each new line of code in Lungo is welcome, we hope that Developers and restless minds help us to improve day by day this humble project.
  89. </li>
  90. <li data-icon="book" class="feature">
  91. <strong>Powerfull JavaScript API</strong>
  92. Each new line of code in Lungo is welcome, we hope that Developers and restless minds help us to improve day by day this humble project.
  93. </li>
  94. <li data-icon="brand branch" class="feature">
  95. <strong>Multi-Device full support</strong>
  96. Is known that create apps for each platform is expensive, this situation is increased by the arrival of tablets and SmartTVs. Lungo will suit all of them creating a unique and amazing UX.
  97. </li>
  98. </ul>
  99. </article>
  100. </section>
  101. <!-- Lungo dependencies -->
  102. <script src="../../src/lib/quo.debug.js"></script>
  103. <!--
  104. <script src="../../release/lungo.js"></script>
  105. -->
  106. <script src="../../src/Lungo.js"></script>
  107. <script src="../../src/Lungo.init.js"></script>
  108. <script src="../../src/Lungo.Core.js"></script>
  109. <script src="../../src/Lungo.Dom.js"></script>
  110. <script src="../../src/Lungo.Service.js"></script>
  111. <script src="../../src/Lungo.Constants.js"></script>
  112. <script src="../../src/Lungo.Element.js"></script>
  113. <script src="../../src/Lungo.Events.js"></script>
  114. <script src="../../src/Lungo.Notification.js"></script>
  115. <script src="../../src/router/Lungo.Router.js"></script>
  116. <script src="../../src/router/Lungo.Router.History.js" ></script>
  117. <script src="../../src/view/Lungo.View.Resize.js"></script>
  118. <script src="../../src/view/Lungo.View.Article.js" ></script>
  119. <script src="../../src/view/Lungo.View.Aside.js" ></script>
  120. <script src="../../src/view/Lungo.View.Element.js"></script>
  121. <script src="../../src/data/Lungo.Data.Cache.js"></script>
  122. <script src="../../src/data/Lungo.Data.Sql.js"></script>
  123. <script src="../../src/data/Lungo.Data.Storage.js"></script>
  124. <script src="../../src/attributes/Lungo.Attributes.Data.js"></script>
  125. <script src="../../src/Lungo.Fallback.js"></script>
  126. <script src="../../src/boot/Lungo.Boot.Resources.js" ></script>
  127. <script src="../../src/boot/Lungo.Boot.Stats.js" ></script>
  128. <script src="../../src/boot/Lungo.Boot.Layout.js"></script>
  129. <script src="../../src/boot/Lungo.Boot.Events.js"></script>
  130. <script src="../../src/boot/Lungo.Boot.Data.js"></script>
  131. <script src="../../src/boot/Lungo.Boot.Section.js"></script>
  132. <script src="../../src/boot/Lungo.Boot.Article.js"></script>
  133. <!-- LungoJS - Sandbox App -->
  134. <script>
  135. Lungo.init({
  136. name: 'Kitchen Sink',
  137. version: '2.0',
  138. sugars: ['map', 'pull'],
  139. resources: {
  140. sections: [ 'layout.html', 'notification.html', 'list.html', 'icon.html', 'grid.html', 'form.html', 'aside.html', 'touchevents.html', 'splash.html', 'data-attribute.html', 'scroll.html', 'color.html'],
  141. asides: ['features.html', 'left.html', 'right.html']
  142. }
  143. });
  144. Lungo.ready(function() {
  145. Lungo.View.Aside.show('features');
  146. });
  147. </script>
  148. <script src="app/app.js"></script>
  149. <script src="app/events.notification.js"></script>
  150. <script src="app/events.touch.js"></script>
  151. </body>
  152. </html>