index.html 13 KB

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