index.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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="main" data-transition="slide">
  48. <header class="">
  49. <nav class="left button">
  50. <a href="#features" data-router="aside" data-icon="menu"></a>
  51. </nav>
  52. <nav class="right button">
  53. <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>
  54. </nav>
  55. <div class="left">
  56. <div class="centered title with-subtitle">
  57. Lungo Framework
  58. <small class="subtitle">version 2</small>
  59. </div>
  60. </div>
  61. </header>
  62. <article id="main-article" class="list indented scroll">
  63. <ul>
  64. <li class="contrast " data-loading="white">
  65. </li>
  66. <li class="contrast">
  67. <strong>
  68. A framework for developers who want to design, build and share cross device apps.
  69. </strong>
  70. </li>
  71. <li data-icon="brand html5" class="feature">
  72. <strong>HTML5 Optimized Apps</strong>
  73. Lungo Framework supports open web standards, such as HTML5, CSS3 and JavaScript. It brings consistent browser environment across mobiles, tvs and desktop devices.
  74. </li>
  75. <li data-icon="brand github-2" class="feature">
  76. <strong>Open Source Project</strong>
  77. 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.
  78. </li>
  79. <li data-icon="book" class="feature">
  80. <strong>Powerfull JavaScript API</strong>
  81. 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.
  82. </li>
  83. <li data-icon="brand branch" class="feature">
  84. <strong>Multi-Device full support</strong>
  85. 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.
  86. </li>
  87. </ul>
  88. </article>
  89. </section>
  90. <!-- Lungo dependencies -->
  91. <script src="../../src/lib/quo.debug.js"></script>
  92. <!--
  93. <script src="../../release/lungo.js"></script>
  94. -->
  95. <script src="../../src/Lungo.js"></script>
  96. <script src="../../src/Lungo.Init.js"></script>
  97. <script src="../../src/Lungo.Core.js"></script>
  98. <script src="../../src/Lungo.Dom.js"></script>
  99. <script src="../../src/Lungo.Service.js"></script>
  100. <script src="../../src/Lungo.Constants.js"></script>
  101. <script src="../../src/Lungo.Element.js"></script>
  102. <script src="../../src/Lungo.Events.js"></script>
  103. <script src="../../src/Lungo.Notification.js"></script>
  104. <script src="../../src/router/Lungo.Router.js"></script>
  105. <script src="../../src/router/Lungo.Router.History.js" ></script>
  106. <script src="../../src/view/Lungo.View.Resize.js"></script>
  107. <script src="../../src/view/Lungo.View.Article.js" ></script>
  108. <script src="../../src/view/Lungo.View.Aside.js" ></script>
  109. <script src="../../src/view/Lungo.View.Element.js"></script>
  110. <script src="../../src/data/Lungo.Data.Cache.js"></script>
  111. <script src="../../src/data/Lungo.Data.Sql.js"></script>
  112. <script src="../../src/data/Lungo.Data.Storage.js"></script>
  113. <script src="../../src/attributes/Lungo.Attributes.Data.js"></script>
  114. <script src="../../src/Lungo.Fallback.js"></script>
  115. <script src="../../src/boot/Lungo.Boot.Resources.js" ></script>
  116. <script src="../../src/boot/Lungo.Boot.Stats.js" ></script>
  117. <script src="../../src/boot/Lungo.Boot.Layout.js"></script>
  118. <script src="../../src/boot/Lungo.Boot.Events.js"></script>
  119. <script src="../../src/boot/Lungo.Boot.Data.js"></script>
  120. <script src="../../src/boot/Lungo.Boot.Section.js"></script>
  121. <script src="../../src/boot/Lungo.Boot.Article.js"></script>
  122. <!-- LungoJS - Sandbox App -->
  123. <script>
  124. Lungo.init({
  125. name: 'Kitchen Sink',
  126. version: '2.0',
  127. sugars: ['map', 'pull'],
  128. resources: ['app/sections/layout.html',
  129. 'app/sections/notification.html',
  130. 'app/sections/list.html',
  131. 'app/sections/icon.html',
  132. 'app/sections/grid.html',
  133. 'app/sections/form.html',
  134. 'app/sections/aside.html',
  135. 'app/sections/touchevents.html',
  136. 'app/sections/splash.html',
  137. 'app/sections/data-attribute.html',
  138. 'app/sections/scroll.html',
  139. 'app/sections/color.html',
  140. 'app/asides/features.html',
  141. 'app/asides/left.html',
  142. 'app/asides/right.html']
  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>