| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Lungo 2.1 - SDK</title>
- <meta name="description" content="">
- <meta name="author" content="Javier Jiménez Villar (@soyjavi)">
- <meta name="HandheldFriendly" content="True">
- <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="format-detection" content="telephone=no">
- <meta http-equiv="cleartype" content="on">
- <!-- iPhone -->
- <link href="http://cdn.tapquo.com/lungo/icon-57.png" sizes="57x57" rel="apple-touch-icon">
- <link href="http://cdn.tapquo.com/lungo/startup-image-320x460.png" media="(device-width: 320px) and (device-height: 480px)
- and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
- <!-- iPhone (Retina) -->
- <link href="http://cdn.tapquo.com/lungo/icon-114.png" sizes="114x114" rel="apple-touch-icon">
- <link href="http://cdn.tapquo.com/lungo/startup-image-640x920.png" media="(device-width: 320px) and (device-height: 480px)
- and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
- <!-- iPhone 5 -->
- <link href="http://cdn.tapquo.com/lungo/startup-image-640x1096.png" media="(device-width: 320px) and (device-height: 568px)
- and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
- <!-- iPad -->
- <link href="http://cdn.tapquo.com/lungo/icon-72.png" sizes="72x72" rel="apple-touch-icon">
- <link href="http://cdn.tapquo.com/lungo/startup-image-768x1004.png" media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: portrait)
- and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
- <link href="http://cdn.tapquo.com/lungo/startup-image-748x1024.png" media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: landscape)
- and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
- <!-- iPad (Retina) -->
- <link href="http://cdn.tapquo.com/lungo/icon-144.png" sizes="144x144" rel="apple-touch-icon">
- <link href="http://cdn.tapquo.com/lungo/startup-image-1536x2008.png" media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: portrait)
- and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
- <link href="http://cdn.tapquo.com/lungo/startup-image-1496x2048.png" media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: landscape)
- and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
- <!-- Main Stylesheet -->
- <link rel="stylesheet" href="components/lungo/lungo.css">
- <link rel="stylesheet" href="components/lungo/lungo.icon.css">
- <link rel="stylesheet" href="components/lungo/lungo.icon.brand.css">
- <link rel="stylesheet" href="components/lungo/lungo.css">
- <link rel="stylesheet" href="components/lungo/theme.lungo.css" id="theme-stylesheet">
- <!-- App Stylesheet -->
- <link rel="stylesheet" href="stylesheets/app.css">
- </head>
- <body class="app">
- <section id="main" data-transition="">
- <header>
- <nav class="left">
- <a href="#features" data-router="aside" data-icon="menu"></a>
- </nav>
- <img src="http://cdn.tapquo.com/lungo/logo.png" class="title centered">
- <nav class="right">
- <a href="#" data-action="twitter" class="button theme" data-icon="brand twitter"></a>
- </nav>
- </header>
- <article id="main-article" class="active list indented scroll">
- <ul>
- <li class="dark">
- <strong>
- A framework for developers who want to design, build and share cross device apps.
- </strong>
- </li>
- <li class="feature">
- <strong>HTML5 Optimized Apps</strong>
- Lungo Framework supports open web standards, such as HTML5, CSS3 and JavaScript. It brings consistent browser environment across mobiles, tvs and desktop devices.
- </li>
- <li class="feature">
- <strong>Powerfull JavaScript API</strong>
- 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.
- </li>
- <li class="feature">
- <strong>Multi-Device full support</strong>
- 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.
- </li>
- <li class="feature">
- <strong>Open Source Project</strong>
- 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.
- </li>
- <li>
- <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>
- </li>
- </ul>
- </article>
- <article id="environment" class="list">
- <ul>
- <li id="os" class="dark" data-icon="mobile">
- <strong>Desktop</strong>
- <small>unknown</small>
- </li>
- <li id="resolution" data-icon="picture">
- <strong>0p x 0p</strong>
- <small>Screen Resolution</small>
- </li>
- <li id="navigator" data-icon="brand html5">
- <strong>webkit</strong>
- <small>Mobile: </small>
- </li>
- </ul>
- </article>
- </section>
- <!-- Lungo dependencies -->
- <script src="components/quojs/quo.js"></script>
- <script src="components/lungo/lungo.js"></script>
- <!-- LungoJS - Sandbox App -->
- <script>
- Lungo.init({
- name: 'Kitchen Sink',
- version: '2.1',
- resources: ['app/sections/pull.html',
- 'app/sections/notification.html',
- 'app/sections/carousel.html',
- 'app/sections/touchevents.html',
- 'app/asides/features.html']
- });
- </script>
- <script src="app/app.js"></script>
- <script src="app/events.notification.js"></script>
- <script src="app/events.touch.js"></script>
- <script src="app/events.pull.js"></script>
- <script src="app/events.carousel.js"></script>
- <script src="app/events.trigger.js"></script>
- <script src="app/events.themeroller.js"></script>
- </body>
- </html>
|