From abc9b42ad8ffd18516f875774a6177add4734134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Thu, 8 Sep 2016 08:25:44 +0200 Subject: [PATCH] test graphics --- docs.it4i/img/download.png | Bin 0 -> 473 bytes docs.it4i/img/icon-downloads-circle.svg | 9 +++++++++ it4i_theme/header.html | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs.it4i/img/download.png create mode 100644 docs.it4i/img/icon-downloads-circle.svg diff --git a/docs.it4i/img/download.png b/docs.it4i/img/download.png new file mode 100644 index 0000000000000000000000000000000000000000..c5af8e044f115d85c91c167946c28b11d129ebb6 GIT binary patch literal 473 zcmV;~0Ve*5P)<h;3K|Lk000e1NJLTq002Ay002A)1^@s6I{evk00006VoOIv00000 z008+zyMF)x010qNS#tmY4c7nw4c7reD4Tcy000McNliru;0Xu@85VhMn@0cu0cJ@= zK~!ko?OH(s!ypJNS^xi#`p3EZ4y__!wB#-%Kt(IZkw_#~hIksUwN@1=5m`pCR%DcT zVHN5nT-b$L3x{^$bzPqpvC@f_0FMM&JhEz4eja|rl7!dpYUxwh#ajE8QHS0_t$D~w zVlDWHr*Y4dmX;U12(k8K^hS|E>>Zb<s>1OyVAbquvy7F#TMKSrxDZ6PF07v2UXHnG z?NH8lTChVo_i)XU-W_MeebvYoM5Iz=IB28$W=W^uAi)u>%gP7X2zlEED={ydU?%7h zK(Lme*C+BQc*YyAc5Mq+u$82@fA>Dz^$Zfw-e6TKqe4c-wsHhRdx`W1>j*ZGz~2oh zbP7Rw4YB<J>E(DvlbL=@wT@uqMyKHhugnc*$?rfkB5=zGaW>H*BM&WQwB1n4OwrTE zmRdIq=D{@ej7KTuyd$a|5o}poN;$Pbecf<rjt{d5ryUSq<t&{@B-X|c#_<f^N@PWY P00000NkvXXu0mjfT<6AH literal 0 HcmV?d00001 diff --git a/docs.it4i/img/icon-downloads-circle.svg b/docs.it4i/img/icon-downloads-circle.svg new file mode 100644 index 000000000..135a48394 --- /dev/null +++ b/docs.it4i/img/icon-downloads-circle.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="288px" height="288px" viewBox="0 0 288 288" enable-background="new 0 0 288 288" xml:space="preserve"> + <circle fill="none" stroke="#898989" stroke-width="15" cx="144.059" cy="144" r="117"/> + <g fill="#898989"> + <path d="M144.057,198.576c-2.407,0-4.82-0.892-6.694-2.675l-50.553-48.13c-2.878-2.737-3.797-6.951-2.321-10.642 c1.474-3.685,5.045-6.103,9.016-6.103h18.604V77.015c0-5.366,4.348-9.711,9.711-9.711h44.475c5.365,0,9.713,4.345,9.713,9.711 v54.012h18.603c3.972,0,7.544,2.418,9.019,6.103c1.475,3.691,0.556,7.905-2.321,10.642l-50.555,48.13 C148.877,197.685,146.464,198.576,144.057,198.576L144.057,198.576z"/> + <path d="M178.219,213.991c0,3.054-2.477,5.529-5.53,5.529h-57.261c-3.054,0-5.53-2.476-5.53-5.529l0,0c0-3.055,2.476-5.53,5.53-5.53 h57.261C175.742,208.461,178.219,210.937,178.219,213.991L178.219,213.991z"/> + </g> +</svg> diff --git a/it4i_theme/header.html b/it4i_theme/header.html index d779e65c0..0d73cc915 100644 --- a/it4i_theme/header.html +++ b/it4i_theme/header.html @@ -23,7 +23,7 @@ </div> </div> <div class="button button-twitter" role="button" aria-label="Twitter"> - <a href="all.pdf" title="DOWNLOAD PDF VERSION" target="_blank"><img src="/img/git.png" width="30" height="30"></a> + <a href="all.pdf" title="DOWNLOAD PDF VERSION" target="_blank"><img src="/img/download.png" width="30" height="30"></a> </div> <div class="button button-github" role="button" aria-label="GitHub"> <a href="https://gitlab.it4i.cz/kru0052/docs.it4i" title="on GitLab" target="_blank" ><img src="/img/git.png" width="30" height="30"></a> -- GitLab