Add profile picture to main page.
This commit is contained in:
parent
16199fbcc4
commit
db69bc76d1
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ OUTPUT_DIR=./output
|
|||||||
.PHONY: all pages blog sync clean
|
.PHONY: all pages blog sync clean
|
||||||
|
|
||||||
all: pages blog
|
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:
|
pages:
|
||||||
mkdir -p $(OUTPUT_DIR)
|
mkdir -p $(OUTPUT_DIR)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
<img
|
||||||
|
src="/profile.png"
|
||||||
|
alt="Profile picture."
|
||||||
|
title="Profile picture."
|
||||||
|
class="profile" />
|
||||||
|
|
||||||
<h3>Who Am I?</h3>
|
<h3>Who Am I?</h3>
|
||||||
<p>I'm a Spanish-American, living in Seville, Spain. I'm fluent in English and
|
<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
|
Spanish, with a decent proficiency in Portuguese and Esperanto. My interests
|
||||||
|
BIN
profile.png
Normal file
BIN
profile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
Loading…
Reference in New Issue
Block a user