diff --git a/_sass/_global.scss b/_sass/_global.scss index 3be1d9e..17e909c 100644 --- a/_sass/_global.scss +++ b/_sass/_global.scss @@ -172,3 +172,14 @@ footer { transition-duration: 150ms; transition-timing-function: cubic-bezier(.4, 0, .2, 1); } + +.grayscale { + filter: url(filters.svg#grayscale); /* Firefox 3.5+ */ + filter: gray; /* IE5+ */ + -webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */ +} + +.grayscale:hover { + filter: none; + -webkit-filter: grayscale(1); +} diff --git a/assets/img/blog/4.png b/assets/img/blog/4.png new file mode 100644 index 0000000..1e1593f Binary files /dev/null and b/assets/img/blog/4.png differ diff --git a/assets/img/blog/pod-21.png b/assets/img/blog/pod-21.png new file mode 100644 index 0000000..1f4bdcd Binary files /dev/null and b/assets/img/blog/pod-21.png differ diff --git a/assets/img/blog/spn-tor.png b/assets/img/blog/spn-tor.png new file mode 100644 index 0000000..0968732 Binary files /dev/null and b/assets/img/blog/spn-tor.png differ diff --git a/assets/img/blog/spn-tor1.png b/assets/img/blog/spn-tor1.png new file mode 100644 index 0000000..8802fed Binary files /dev/null and b/assets/img/blog/spn-tor1.png differ diff --git a/assets/img/blog/spn-tor2.png b/assets/img/blog/spn-tor2.png new file mode 100644 index 0000000..03c83de Binary files /dev/null and b/assets/img/blog/spn-tor2.png differ diff --git a/index.html b/index.html index def4a2b..e67e574 100644 --- a/index.html +++ b/index.html @@ -139,15 +139,24 @@ title: Safing