#Workshops Topics
- HTML5 Semantic tags + Layouts and Box Model
- Mobile First and Grid System
- CSS3 Animations, Transform and Transition
- HTML5 APIs: Geolocation, Fullscreen, Local Storage
- CSS Preprocessors and OOCSS: SMACSS and BEM
| # Fibonacci numbers, imperative style | |
| # http://docs.python.org/2.7/tutorial/modules.html | |
| def fibonacci(n, first = 0, second = 1): | |
| for i in range(n): | |
| yield first # Return current iteration | |
| first, second = second, first + second | |
| # Esto es programación funcional | |
| print [ x for x in fibonacci(10) ] |
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <link rel="import" href="../google-map/google-map.html"> | |
| <link rel="import" href="../google-map/google-map-search.html"> |
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <link rel="import" href="../core-ajax/core-ajax.html"> | |
| <polymer-element name="my-element"> |
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> |
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <link rel="import" href="../paper-ripple/paper-ripple.html"> | |
| <polymer-element name="my-element"> |
Esto es básico para saber si el candidato tiene las habilidades necesarias para usar eficientemente y eficaz del HTML para representar el diseño.
| const { Chromeless } = require('chromeless'); | |
| const log = function(arg) { console.log(arg) } | |
| async function run() { | |
| const chromeless = new Chromeless() | |
| const links = await chromeless | |
| .goto('https://www.npmjs.com') | |
| .type('chromeless', 'input[name="q"]') |
I hereby claim:
To claim this, I am signing this object: