make icons better

This commit is contained in:
William Zhang 2018-02-21 15:30:30 -05:00
parent 1ee2128713
commit c009e4a1e9
11 changed files with 6 additions and 6 deletions

View File

@ -22,22 +22,22 @@ button.social {
} }
button.social#fb { button.social#fb {
background: url('../icons/fb.png'); background: url('../icons/fb.jpg');
background-size: cover; background-size: cover;
} }
button.social#tw { button.social#tw {
background: url('../icons/tw.png'); background: url('../icons/tw.jpg');
background-size: cover; background-size: cover;
} }
button.social#flickr { button.social#flickr {
background: url('../icons/flickr.png'); background: url('../icons/flickr.jpg');
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
} }
button.social#mail { button.social#mail {
background: url('../icons/mail.png'); background: url('../icons/mail.jpg');
background-size: cover; background-size: cover;
} }

BIN
icons/fb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
icons/flickr.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icons/mail.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

BIN
icons/tw.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -3,7 +3,7 @@ FILES=.
for f in $FILES/*.jpg for f in $FILES/*.jpg
do do
mkdir -p $FILES/out; 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; mv $FILES/*-new.jpg $FILES/out/$f;
done done

View File

@ -46,7 +46,7 @@ permalink: /
<div id="tweets"> <div id="tweets">
<h2>Twitter</h2> <h2>Twitter</h2>
<a class="twitter-timeline" data-height="640" data-theme="dark" data-link-color="#2B7BB9" href="https://twitter.com/tjSGA">Tweets by tjSGA</a> <a class="twitter-timeline" data-height="640" data-theme="dark" data-link-color="#2B7BB9" href="https://twitter.com/tjSGA">Tweets by tjSGA</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div> </div>
<div id="feedback"> <div id="feedback">
<h2>Feedback</h2> <h2>Feedback</h2>