Giter Club home page Giter Club logo

Diego De Granda's Projects

google-clone icon google-clone

Es un ejemplo de como realizar la página de google con una estructura básica de HTML y CSS

job-list icon job-list

Escuela de desarrollo web - reto de hacer una lista de trabajos con filtros

masonry-layout icon masonry-layout

Web component using polymer 1.0 which provide masonry-based layouts

mdc-login-form icon mdc-login-form

MDC - Web Component of a login form using Material Design Components

password-validation icon password-validation

Validación con javascript de un password, validando si cumple con todos los requerimientos.

picture-tag-example icon picture-tag-example

Código ejemplo de la charla de trabajando imágenes responsive con la etiqueta picture y source.

piramide icon piramide

Ejemplo de una piramide con # con javascript

platzi-blog icon platzi-blog

Proyecto terminado del curso Practico de HTML y CSS, clase por clase.

polyfill icon polyfill

Polyfill.js is a library designed to make writing CSS polyfills much, much easier. It's an abstraction library that takes care of the boilerplate, so you can focus on what your polyfill actually does. For most CSS polyfills, the hardest part is not the polyfill logic itself, it's the boring stuff, the stuff that the browser is supposed to do for you: downloading the CSS, parsing it, and finding the parts you care about. If the CSS contains media queries, you need to deal with them, detect when they apply, and manually listen for changes. Furthermore, on the Web today, most polyfills exist isolated from each other, which means they all repeat the same expensive tasks. Polyfill.js solves this problem. It provides a common API for Polyfill authors to hook in to, so all the hard work happens only once at most. The stylesheets are downloaded, parsed, and stored in a cache so additional requests don't do double work.

polymergooglemaps icon polymergooglemaps

This is a Polymer Codelab I made for the Google Developer Summit - Google Map

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.