Update CV

This commit is contained in:
flyingscorpio@arch-desktop 2021-03-24 19:27:25 +01:00
parent 28306cb0de
commit 0d2efdca1e
2 changed files with 6 additions and 5 deletions

View file

@ -9,11 +9,11 @@ if [ "$VERBOSE" = true ]; then
fi
updated=false
diff ~/src/html-cv/out.html ./cv/index.html 2>/dev/null || updated=true
diff ~/src/html-cv/data/cv-photo ./cv/data/cv-photo 2>/dev/null || updated=true
diff ~/src/html-cv/data/internet-icon.png ./cv/data/internet-icon.png 2>/dev/null || updated=true
diff ~/src/html-cv/data/git-icon.png ./cv/data/git-icon.png 2>/dev/null || updated=true
diff -r ~/src/html-cv/css ./cv/css 2>/dev/null || updated=true
diff ~/src/html-cv/out.html ./cv/index.html >/dev/null 2>&1 || updated=true
diff ~/src/html-cv/data/cv-photo ./cv/data/cv-photo >/dev/null 2>&1 || updated=true
diff ~/src/html-cv/data/internet-icon.png ./cv/data/internet-icon.png >/dev/null 2>&1 || updated=true
diff ~/src/html-cv/data/git-icon.png ./cv/data/git-icon.png >/dev/null 2>&1 || updated=true
diff -r ~/src/html-cv/css ./cv/css >/dev/null 2>&1 || updated=true
cp ~/src/html-cv/out.html ./cv/index.html
cp ~/src/html-cv/data/cv-photo ./cv/data/cv-photo

View file

@ -180,6 +180,7 @@ article p, article li {
.button {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.button p {
font-size: 9pt;