diff --git a/css/footer.css b/css/footer.css index d51b1b3..d75e2eb 100644 --- a/css/footer.css +++ b/css/footer.css @@ -22,22 +22,22 @@ button.social { } button.social#fb { - background: url('../icons/fb.png'); + background: url('../icons/fb.jpg'); background-size: cover; } button.social#tw { - background: url('../icons/tw.png'); + background: url('../icons/tw.jpg'); background-size: cover; } button.social#flickr { - background: url('../icons/flickr.png'); + background: url('../icons/flickr.jpg'); background-size: cover; background-color: #fff; } button.social#mail { - background: url('../icons/mail.png'); + background: url('../icons/mail.jpg'); background-size: cover; } diff --git a/icons/fb.jpg b/icons/fb.jpg new file mode 100644 index 0000000..4c2c68e Binary files /dev/null and b/icons/fb.jpg differ diff --git a/icons/fb.png b/icons/fb.png deleted file mode 100644 index 3d39ac9..0000000 Binary files a/icons/fb.png and /dev/null differ diff --git a/icons/flickr.jpg b/icons/flickr.jpg new file mode 100644 index 0000000..54cce7b Binary files /dev/null and b/icons/flickr.jpg differ diff --git a/icons/flickr.png b/icons/flickr.png deleted file mode 100644 index 5b17015..0000000 Binary files a/icons/flickr.png and /dev/null differ diff --git a/icons/mail.jpg b/icons/mail.jpg new file mode 100644 index 0000000..b7ddff0 Binary files /dev/null and b/icons/mail.jpg differ diff --git a/icons/mail.png b/icons/mail.png deleted file mode 100644 index 73f8d9d..0000000 Binary files a/icons/mail.png and /dev/null differ diff --git a/icons/tw.jpg b/icons/tw.jpg new file mode 100644 index 0000000..5372cef Binary files /dev/null and b/icons/tw.jpg differ diff --git a/icons/tw.png b/icons/tw.png deleted file mode 100644 index 25ba09f..0000000 Binary files a/icons/tw.png and /dev/null differ diff --git a/img/people/convert.sh b/img/people/convert.sh index f0251d4..10afcb5 100755 --- a/img/people/convert.sh +++ b/img/people/convert.sh @@ -3,7 +3,7 @@ FILES=. for f in $FILES/*.jpg do mkdir -p $FILES/out; - convert $f -sampling-factor 4:2:0 -strip -resize 350x350 -quality 85 -interlace JPEG -colorspace sRGB ${f%.*}-new.jpg; + convert $f -sampling-factor 4:2:0 -strip -resize 300x300 -quality 85 -interlace JPEG -colorspace sRGB ${f%.*}-new.jpg; mv $FILES/*-new.jpg $FILES/out/$f; done diff --git a/index.html b/index.html index 9eb0da5..31affc2 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ permalink: /

Twitter

Tweets by tjSGA - +

Feedback