diff --git a/github-profiles/nicolas-52000/index.html b/github-profiles/nicolas-52000/index.html index ee89b7155..871708756 100644 --- a/github-profiles/nicolas-52000/index.html +++ b/github-profiles/nicolas-52000/index.html @@ -4,10 +4,12 @@ + Nicolas Puentes +

Nicolas Puentes (https://github.com/puennico)


diff --git a/github-profiles/nicolas-52000/kevin-canlas-cFFEeHNZEqw-unsplash.jpg b/github-profiles/nicolas-52000/kevin-canlas-cFFEeHNZEqw-unsplash.jpg new file mode 100644 index 000000000..58e1543f4 Binary files /dev/null and b/github-profiles/nicolas-52000/kevin-canlas-cFFEeHNZEqw-unsplash.jpg differ diff --git a/github-profiles/nicolas-52000/styles.css b/github-profiles/nicolas-52000/styles.css index e69de29bb..fd3984b03 100644 --- a/github-profiles/nicolas-52000/styles.css +++ b/github-profiles/nicolas-52000/styles.css @@ -0,0 +1,37 @@ +@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; + +body { + margin: 0 auto; + max-width: 50em; + font-family: "Helvetica", "Arial", sans-serif; + line-height: 1.5; + padding: 4em 1em; + color: #555; + font-family: "Roboto", "Helvetica", "Arial", sans-serif; +} + +h2 { + margin-top: 1em; + padding-top: 1em; +} + +h1, +h2, +strong { + color: #333; +} + +a { + color: #e81c4f; +} + +header { + background-color: #263d36; + background-image: url("kevin-canlas-cFFEeHNZEqw-unsplash.jpg"); + background-position: center top; + background-repeat: no-repeat; + background-size: cover; + line-height: 1.2; + padding: 10vw 2em; + text-align: center; +}