pull.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <section id="pull" data-pull="normal" data-transition="slide">
  2. <header data-title="Pull & Refresh">
  3. <nav class="box">
  4. <a href="#back" data-router="section" data-label="back"></a>
  5. </nav>
  6. </header>
  7. <article class="active list indented">
  8. <ul>
  9. <li class="dark" data-icon="help">
  10. <strong>
  11. Test this featury only drag down.
  12. </strong>
  13. <small>This element has an associated event</small>
  14. </li>
  15. <li data-icon="brand html5" class="feature">
  16. <strong>HTML5 Optimized Apps</strong>
  17. Lungo Framework supports open web standards, such as HTML5, CSS3 and JavaScript. It brings consistent browser environment across mobiles, tvs and desktop devices.
  18. </li>
  19. <li data-icon="brand github-2" class="feature">
  20. <strong>Open Source Project</strong>
  21. 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.
  22. </li>
  23. <li data-icon="book" class="feature">
  24. <strong>Powerfull JavaScript API</strong>
  25. 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.
  26. </li>
  27. <li data-icon="brand branch" class="feature">
  28. <strong>Multi-Device full support</strong>
  29. 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.
  30. </li>
  31. </ul>
  32. </article>
  33. </section>