index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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.colour.css">
  54. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.icon.css">
  55. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.icon.brand.css">
  56. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.loading.css">
  57. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.notification.css">
  58. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.widgets.pull.css">
  59. <link rel="stylesheet" href="../src/stylesheets/css/Lungo.theme.default.css">
  60. <!--
  61. <link rel="stylesheet" href="../package/lungo.css">
  62. <link rel="stylesheet" href="../package/lungo.icon.css">
  63. <link rel="stylesheet" href="../package/lungo.icon.brand.css">
  64. <link rel="stylesheet" href="../package/lungo.theme.default.css">
  65. -->
  66. <!-- App Stylesheet -->
  67. <link rel="stylesheet" href="-stylesheets/app.css">
  68. </head>
  69. <body class="app">
  70. <section id="main" data-transition="slide">
  71. <header class="">
  72. <nav class="left box">
  73. <a href="#features" data-router="aside" data-icon="menu"></a>
  74. </nav>
  75. <div class="left">
  76. <div class="centered title">Recibidos</div>
  77. </div>
  78. <nav class="right ">
  79. <a href="#features" data-router="aside" data-icon="menu"></a>
  80. </nav>
  81. </header>
  82. <article id="main-article" class="list scroll">
  83. <ul>
  84. <li class="feature">
  85. <div class="right ">15:49</div>
  86. <strong class="text bold">Enrique Amodeo Rubio</strong>
  87. <div class="text small">[madridJS] [JOB] Front Developer Position</div>
  88. <small>
  89. <div class="right bubble blue">tapquo</div>
  90. Hola a todos, nos llega esta oportunida muy inteeresante
  91. </small>
  92. </li>
  93. <li class="feature">
  94. <div class="right ">15:49</div>
  95. <strong class="text normal">Enrique Amodeo Rubio</strong>
  96. <small class="text small">[madridJS] [JOB] Front Developer Position</small>
  97. <small>
  98. <div class="right bubble red">tapquo</div>
  99. Hola a todos, nos llega esta oportunida muy inteeresante
  100. </small>
  101. </li>
  102. <li class="feature">
  103. <strong class="text bold">Open Source Project</strong>
  104. <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>
  105. </li>
  106. <li class="feature">
  107. <strong>Powerfull JavaScript API</strong>
  108. 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.
  109. </li>
  110. <li class="feature">
  111. <strong>Multi-Device full support</strong>
  112. 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.
  113. </li>
  114. <li>
  115. <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>
  116. </li>
  117. </ul>
  118. </article>
  119. <article id="main-article" class="list indented scroll">
  120. <ul>
  121. <li class="dark">
  122. <strong>
  123. A framework for developers who want to design, build and share cross device apps.
  124. </strong>
  125. </li>
  126. <li class="feature">
  127. <strong>HTML5 Optimized Apps</strong>
  128. Lungo Framework supports open web standards, such as HTML5, CSS3 and JavaScript. It brings consistent browser environment across mobiles, tvs and desktop devices.
  129. </li>
  130. <li class="feature">
  131. <strong>Open Source Project</strong>
  132. 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.
  133. </li>
  134. <li class="feature">
  135. <strong>Powerfull JavaScript API</strong>
  136. 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.
  137. </li>
  138. <li class="feature">
  139. <strong>Multi-Device full support</strong>
  140. 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.
  141. </li>
  142. <li>
  143. <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>
  144. </li>
  145. </ul>
  146. </article>
  147. </section>
  148. <!-- Lungo dependencies -->
  149. <script src="../src/lib/quo.debug.js"></script>
  150. <!--
  151. <script src="../package/lungo.js"></script>
  152. -->
  153. <script src="../src/Lungo.js"></script>
  154. <script src="../src/Lungo.Init.js"></script>
  155. <script src="../src/Lungo.Core.js"></script>
  156. <script src="../src/Lungo.Dom.js"></script>
  157. <script src="../src/Lungo.Service.js"></script>
  158. <script src="../src/Lungo.Constants.js"></script>
  159. <script src="../src/Lungo.Events.js"></script>
  160. <script src="../src/Lungo.Notification.js"></script>
  161. <script src="../src/Lungo.Fallback.js"></script>
  162. <script src="../src/router/Lungo.Router.js"></script>
  163. <script src="../src/router/Lungo.Router.History.js" ></script>
  164. <script src="../src/view/Lungo.View.Article.js" ></script>
  165. <script src="../src/view/Lungo.View.Aside.js" ></script>
  166. <script src="../src/element/Lungo.Element.Cache.js"></script>
  167. <script src="../src/element/Lungo.Element.Carousel.js"></script>
  168. <script src="../src/element/Lungo.Element.Count.js"></script>
  169. <script src="../src/element/Lungo.Element.Loading.js"></script>
  170. <script src="../src/element/Lungo.Element.Progress.js"></script>
  171. <script src="../src/element/Lungo.Element.Pull.js"></script>
  172. <script src="../src/data/Lungo.Data.Cache.js"></script>
  173. <script src="../src/data/Lungo.Data.Sql.js"></script>
  174. <script src="../src/data/Lungo.Data.Storage.js"></script>
  175. <script src="../src/attributes/Lungo.Attributes.Data.js"></script>
  176. <script src="../src/boot/Lungo.Boot.Resources.js" ></script>
  177. <script src="../src/boot/Lungo.Boot.Stats.js" ></script>
  178. <script src="../src/boot/Lungo.Boot.Layout.js"></script>
  179. <script src="../src/boot/Lungo.Boot.Events.js"></script>
  180. <script src="../src/boot/Lungo.Boot.Data.js"></script>
  181. <script src="../src/boot/Lungo.Boot.Section.js"></script>
  182. <script src="../src/boot/Lungo.Boot.Article.js"></script>
  183. <!--
  184. <script src="../src/Lungo.Scroll.js"></script>
  185. -->
  186. <!-- LungoJS - Sandbox App -->
  187. <script>
  188. Lungo.init({
  189. name: 'Kitchen Sink',
  190. version: '2.0',
  191. sugars: ['map', 'pull'],
  192. resources: ['app/sections/layout.html',
  193. 'app/sections/notification.html',
  194. 'app/sections/list.html',
  195. 'app/sections/icon.html',
  196. 'app/sections/grid.html',
  197. 'app/sections/form.html',
  198. 'app/sections/aside.html',
  199. 'app/sections/touchevents.html',
  200. 'app/sections/layoutevents.html',
  201. 'app/sections/splash.html',
  202. 'app/sections/data-attribute.html',
  203. 'app/sections/scroll.html',
  204. 'app/sections/color.html',
  205. 'app/sections/pull.html',
  206. 'app/sections/carousel.html',
  207. 'app/sections/environment.html',
  208. 'app/asides/features.html',
  209. 'app/asides/left.html',
  210. 'app/asides/right.html']
  211. });
  212. </script>
  213. <script src="app/app.js"></script>
  214. <script src="app/events.notification.js"></script>
  215. <script src="app/events.touch.js"></script>
  216. <script src="app/events.pull.js"></script>
  217. <script src="app/events.carousel.js"></script>
  218. <script src="app/events.trigger.js"></script>
  219. </body>
  220. </html>