diff --git a/Makefile b/Makefile index dc51060..fcc1b12 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OUTPUT_DIR=./output .PHONY: all pages blog sync clean all: pages blog - cp nicolas@ortegas.org_pub.asc style.css favicon.png $(OUTPUT_DIR) + cp nicolas@ortegas.org_pub.asc style.css favicon.png profile.png $(OUTPUT_DIR) pages: mkdir -p $(OUTPUT_DIR) diff --git a/pages/home.html b/pages/home.html index ab28016..3a0cec3 100644 --- a/pages/home.html +++ b/pages/home.html @@ -1,3 +1,9 @@ +Profile picture. +

Who Am I?

I'm a Spanish-American, living in Seville, Spain. I'm fluent in English and Spanish, with a decent proficiency in Portuguese and Esperanto. My interests diff --git a/profile.png b/profile.png new file mode 100644 index 0000000..426618d Binary files /dev/null and b/profile.png differ