Skip to content

Instantly share code, notes, and snippets.

View Proskynete's full-sized avatar
:octocat:
Programming...

Eduardo Esteban Álvarez Castañeda Proskynete

:octocat:
Programming...
View GitHub Profile
{
"always_show_minimap_viewport": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_minimap_border": false,
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
@Proskynete
Proskynete / reset.css
Created October 30, 2015 14:32
Reset-style-website
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@Proskynete
Proskynete / div_section_article.md
Last active December 15, 2016 15:25
Section Article or Div?

Section, Article o Div?

El Tag de <section></section> y el Tag de <article></article> llegaron a HTML5 como una forma de maquetar información o contenido, de una manera más significativa que el ya conocido <div></div>. En base a ésto nos vienen las siguientes preguntas:

  • Cuándo es preferible ocupar estos nuevos elementos?
  • Cuándo es preferible ocupar nuestro querido el elemento div?

Div

  • El elemento `` es el elemento con un objetivo más general.
@Proskynete
Proskynete / index.jade
Created October 21, 2015 01:00
Boilerplate.v.5.2.0.jade
doctype html
html(class="no-js" lang="")
head
meta(charset="utf-8")
meta(http-equiv="x-ua-compatible" content="ie=edge")
title
meta(name="description" content="")
meta(name="viewport" content="width=device-width, initial-scale=1")
link(rel="apple-touch-icon" href="apple-touch-icon.png")