diff options
author | alicewish <anywaywillgo@gmail.com> | 2017-12-20 21:33:05 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-12-20 21:33:05 +0800 |
commit | 5ec874d64e1fe31278acde1b1444b26620a0fbc8 (patch) | |
tree | bda6321c4d3e9b94113ac829bfbe536abbe18762 /static | |
parent | 1bb6eea8a84cbf67a7396abb63223f6a719aad60 (diff) |
feat: add LiveRe and busuanzi (#17)
* LiveRe: commenting system
* busuanzi: count web traffic
Diffstat (limited to 'static')
-rw-r--r-- | static/img/spinner.svg | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/static/img/spinner.svg b/static/img/spinner.svg new file mode 100644 index 0000000..cbd8855 --- /dev/null +++ b/static/img/spinner.svg @@ -0,0 +1,49 @@ +<svg class="lds-spinner" width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background: none;"><g transform="rotate(0 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.9166666666666666s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(30 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.8333333333333334s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(60 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(90 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.6666666666666666s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(120 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.5833333333333334s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(150 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(180 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.4166666666666667s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(210 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.3333333333333333s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(240 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(270 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.16666666666666666s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(300 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.08333333333333333s" repeatCount="indefinite"></animate> + </rect> +</g><g transform="rotate(330 50 50)"> + <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#c05b4d"> + <animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate> + </rect> +</g></svg>
\ No newline at end of file |