Skip to content

Instantly share code, notes, and snippets.

View fdominguezclaro's full-sized avatar

Felipe Dominguez fdominguezclaro

View GitHub Profile
@fdominguezclaro
fdominguezclaro / keybase.md
Created September 11, 2019 15:53
keybase.md

Keybase proof

I hereby claim:

  • I am fdominguezclaro on github.
  • I am fdominguezclaro (https://keybase.io/fdominguezclaro) on keybase.
  • I have a public key ASBL0XUnzQ9MbNTCq6CoI9cdOhOkZz8fa5IzEPwW-zXqPQo

To claim this, I am signing this object:

@fdominguezclaro
fdominguezclaro / logo.png
Last active October 28, 2020 18:05 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page for Amigo Secreto
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 4% 4% ; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 100%; max-width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
.center {