Skip to content

Instantly share code, notes, and snippets.

View dhuertasanchez's full-sized avatar
🤖
Aguanta Piloto, despliegue de Titan en camino...

Daniel Huerta dhuertasanchez

🤖
Aguanta Piloto, despliegue de Titan en camino...
  • Ciudad de México
View GitHub Profile
@dhuertasanchez
dhuertasanchez / media-query.css
Created April 30, 2021 23:24 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@dhuertasanchez
dhuertasanchez / Colaborar Proyecto GitHub.markdown
Created December 23, 2020 17:13 — forked from BCasal/Colaborar Proyecto GitHub.markdown
Pasos a seguir para colaborar en un proyecto de GitHub

Cómo colaborar en un proyecto en GitHub

  • Fork del repositorio
  • Clonar el repositorio
  • Actualizar la rama master
  • Crear una rama
  • Hacer los cambios
  • Hacer un Pull Request

Fork del repositorio

Keybase proof

I hereby claim:

  • I am dhuertasanchez on github.
  • I am dhuertas (https://keybase.io/dhuertas) on keybase.
  • I have a public key ASBcP5dHC3T8GH8jsZIc8rrihE7Y8WPcyW9yRXmbYDQzgwo

To claim this, I am signing this object:

#!/usr/bin/python
'''
[INFORMATION]
script_name=WEATHER
description=consult weather using a weather id
language=english
programming_language=python3
author= Ander Raso Vázquez @ander_raso