index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  12. <meta name="format-detection" content="telephone=no">
  13. <meta http-equiv="cleartype" content="on">
  14. <!-- iPhone -->
  15. <link href="http://lungo.tapquo.com/resources/icon-57.png" sizes="57x57" rel="apple-touch-icon">
  16. <link href="http://lungo.tapquo.com/resources/startup-image-320x460.png" media="(device-width: 320px) and (device-height: 480px)
  17. and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
  18. <!-- iPhone (Retina) -->
  19. <link href="http://lungo.tapquo.com/resources/icon-114.png" sizes="114x114" rel="apple-touch-icon">
  20. <link href="http://lungo.tapquo.com/resources/startup-image-640x920.png" media="(device-width: 320px) and (device-height: 480px)
  21. and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
  22. <!-- iPhone 5 -->
  23. <link href="http://lungo.tapquo.com/resources/startup-image-640x1096.png" media="(device-width: 320px) and (device-height: 568px)
  24. and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
  25. <!-- iPad -->
  26. <link href="http://lungo.tapquo.com/resources/icon-72.png" sizes="72x72" rel="apple-touch-icon">
  27. <link href="http://lungo.tapquo.com/resources/startup-image-768x1004.png" media="(device-width: 768px) and (device-height: 1024px)
  28. and (orientation: portrait)
  29. and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
  30. <link href="http://lungo.tapquo.com/resources/startup-image-748x1024.png" media="(device-width: 768px) and (device-height: 1024px)
  31. and (orientation: landscape)
  32. and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
  33. <!-- iPad (Retina) -->
  34. <link href="http://lungo.tapquo.com/resources/icon-144.png" sizes="144x144" rel="apple-touch-icon">
  35. <link href="http://lungo.tapquo.com/resources/startup-image-1536x2008.png" media="(device-width: 768px) and (device-height: 1024px)
  36. and (orientation: portrait)
  37. and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
  38. <link href="http://lungo.tapquo.com/resources/startup-image-1496x2048.png" media="(device-width: 768px) and (device-height: 1024px)
  39. and (orientation: landscape)
  40. and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
  41. <!-- Main Stylesheet -->
  42. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.base.css">
  43. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.layout.css">
  44. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.layout.nav.css">
  45. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.layout.aside.css">
  46. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.layout.article.css">
  47. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.layout.list.css">
  48. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.layout.grid.css">
  49. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.css">
  50. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.splash.css">
  51. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.button.css">
  52. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.form.css">
  53. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.icon.css">
  54. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.icon.brand.css">
  55. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.loading.css">
  56. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.notification.css">
  57. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.pull.css">
  58. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.theme.default.css">
  59. <!-- App Stylesheet -->
  60. <link rel="stylesheet" href="stylesheets/app.css">
  61. </head>
  62. <body class="app">
  63. <section id="main" data-transition="slide">
  64. <header>
  65. <nav class="left box">
  66. <a href="#features" data-router="aside" data-icon="menu"></a>
  67. </nav>
  68. <div class="left">
  69. <div class="centered title">Lungo Framework</div>
  70. </div>
  71. <nav class="right box">
  72. <a href="#" class="buttons" data-icon="share" data-article="main-article"></a>
  73. </nav>
  74. </header>
  75. <article id="main-article" class="active list indented scroll">
  76. <ul>
  77. <li class="dark">
  78. <strong>
  79. A framework for developers who want to design, build and share cross device apps.
  80. </strong>
  81. </li>
  82. <li 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 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 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 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. <li>
  99. <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="brand twitter" target="_blank" class="button anchor theme" data-label="Tweet me"></a>
  100. </li>
  101. </ul>
  102. </article>
  103. <article id="second-article" class="list scroll">
  104. <ul>
  105. <li class="feature">
  106. <div class="right ">15:49</div>
  107. <strong class="text bold">Enrique Amodeo Rubio</strong>
  108. <div class="text small">[madridJS] [JOB] Front Developer Position</div>
  109. <small>
  110. <div class="right tag ">theme</div>
  111. Hola a todos, nos llega esta oportunida muy inteeresante
  112. </small>
  113. </li>
  114. <li class="feature">
  115. <div class="right ">15:49</div>
  116. <strong class="text normal">Enrique Amodeo Rubio</strong>
  117. <small class="text small">[madridJS] [JOB] Front Developer Position</small>
  118. <small>
  119. <div class="right tag cancel">important</div>
  120. Hola a todos, nos llega esta oportunida muy inteeresante
  121. </small>
  122. </li>
  123. <li class="feature">
  124. <div class="right tag accept">sended</div>
  125. <strong class="text bold">Open Source Project</strong>
  126. <p class="text thin">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.</p>
  127. </li>
  128. <li class="feature">
  129. <strong>Powerfull JavaScript API</strong>
  130. 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.
  131. </li>
  132. <li class="feature">
  133. <strong>Multi-Device full support</strong>
  134. 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.
  135. </li>
  136. <li>
  137. <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="brand twitter" target="_blank" class="button anchor theme" data-label="Tweet me"></a>
  138. <button data-icon="brand twitter" class="anchor theme" data-label="Tweet me"></button>
  139. </li>
  140. </ul>
  141. </article>
  142. <article id="environment" class="list">
  143. <ul>
  144. <li id="os" class="dark" data-icon="mobile">
  145. <strong>Desktop</strong>
  146. <small>unknown</small>
  147. </li>
  148. <li id="resolution" data-icon="picture">
  149. <strong>0p x 0p</strong>
  150. <small>Screen Resolution</small>
  151. </li>
  152. <li id="navigator" data-icon="brand html5">
  153. <strong>webkit</strong>
  154. <small>Mobile: </small>
  155. </li>
  156. </ul>
  157. </article>
  158. </section>
  159. <!-- Lungo dependencies -->
  160. <script src="../components/QuoJS/quo.js"></script>
  161. <!--
  162. <script src="../package/lungo.js"></script>
  163. -->
  164. <script src="../src/Lungo.js"></script>
  165. <script src="../src/Lungo.Init.js"></script>
  166. <script src="../src/Lungo.Core.js"></script>
  167. <script src="../src/Lungo.Dom.js"></script>
  168. <script src="../src/Lungo.Service.js"></script>
  169. <script src="../src/Lungo.Constants.js"></script>
  170. <script src="../src/Lungo.Events.js"></script>
  171. <script src="../src/Lungo.Notification.js"></script>
  172. <script src="../src/Lungo.Fallback.js"></script>
  173. <script src="../src/Lungo.Resource.js"></script>
  174. <script src="../src/router/Lungo.Router.js"></script>
  175. <script src="../src/router/Lungo.Router.History.js" ></script>
  176. <script src="../src/view/Lungo.View.Article.js" ></script>
  177. <script src="../src/view/Lungo.View.Aside.js" ></script>
  178. <script src="../src/element/Lungo.Element.Cache.js"></script>
  179. <script src="../src/element/Lungo.Element.Carousel.js"></script>
  180. <script src="../src/element/Lungo.Element.Count.js"></script>
  181. <script src="../src/element/Lungo.Element.Loading.js"></script>
  182. <script src="../src/element/Lungo.Element.Progress.js"></script>
  183. <script src="../src/element/Lungo.Element.Pull.js"></script>
  184. <script src="../src/data/Lungo.Data.Cache.js"></script>
  185. <script src="../src/data/Lungo.Data.Sql.js"></script>
  186. <script src="../src/data/Lungo.Data.Storage.js"></script>
  187. <script src="../src/attributes/Lungo.Attributes.Data.js"></script>
  188. <script src="../src/boot/Lungo.Boot.Layout.js"></script>
  189. <script src="../src/boot/Lungo.Boot.Events.js"></script>
  190. <script src="../src/boot/Lungo.Boot.Data.js"></script> cdd
  191. <script src="../src/Lungo.Scroll.js"></script>
  192. <!-- LungoJS - Sandbox App -->
  193. <script>
  194. Lungo.init({
  195. name: 'Kitchen Sink',
  196. version: '2.1',
  197. resources: ['app/sections/pull.html',
  198. 'app/sections/notification.html',
  199. 'app/sections/carousel.html',
  200. 'app/asides/features.html']
  201. });
  202. </script>
  203. <script src="app/app.js"></script>
  204. <script src="app/events.notification.js"></script>
  205. <script src="app/events.touch.js"></script>
  206. <script src="app/events.pull.js"></script>
  207. <script src="app/events.carousel.js"></script>
  208. <script src="app/events.trigger.js"></script>
  209. </body>
  210. </html>