Add profile picture to main page.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-10-18 19:57:38 +02:00
parent 16199fbcc4
commit db69bc76d1
3 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -1,3 +1,9 @@
<img
src="/profile.png"
alt="Profile picture."
title="Profile picture."
class="profile" />
<h3>Who Am I?</h3>
<p>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

BIN
profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB