diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-06-10 00:42:26 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-06-10 00:42:26 -0700 |
commit | 695b9903cc45598b7b69a15404c34ec780f08fac (patch) | |
tree | f2565fa0408f532965766c1f217dc60334e22c3a /source/img | |
parent | 392e2293e49fd9c7a96afa16e5dbcc749dd736ca (diff) | |
download | my_new_personal_website-695b9903cc45598b7b69a15404c34ec780f08fac.tar.xz my_new_personal_website-695b9903cc45598b7b69a15404c34ec780f08fac.zip |
modify template and stylesheet to include RSS icon
Diffstat (limited to 'source/img')
-rw-r--r-- | source/img/README.rst | 5 | ||||
-rw-r--r-- | source/img/rss-14.png | bin | 0 -> 503 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/source/img/README.rst b/source/img/README.rst index 53ca6399..4a679460 100644 --- a/source/img/README.rst +++ b/source/img/README.rst @@ -15,6 +15,11 @@ The feed icon isn't so easy to create with TikZ (I don't know the necessary para convert feed-256.png -resize 14x14 feed-14.png optipng feed-14.png +Next, the horizontal mirror ``rss-14.png`` is generated through:: + + convert feed-14.png -flop rss-14.png + optipng rss-14.png + The CreativeCommons icon ``cc.svg`` is pulled from `the official downloads page <https://creativecommons.org/about/downloads>`_ and converted to 16x16 PNG through:: convert cc.svg -resize 16x16 cc-16.png diff --git a/source/img/rss-14.png b/source/img/rss-14.png Binary files differnew file mode 100644 index 00000000..53ae6a19 --- /dev/null +++ b/source/img/rss-14.png |