summaryrefslogtreecommitdiff
path: root/themes/CodeIT/assets/svg
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CodeIT/assets/svg')
-rw-r--r--themes/CodeIT/assets/svg/icons/bilibili.svg1
-rw-r--r--themes/CodeIT/assets/svg/icons/thingiverse.svg1
-rw-r--r--themes/CodeIT/assets/svg/loading.svg5
-rw-r--r--themes/CodeIT/assets/svg/version.template.svg20
4 files changed, 0 insertions, 27 deletions
diff --git a/themes/CodeIT/assets/svg/icons/bilibili.svg b/themes/CodeIT/assets/svg/icons/bilibili.svg
deleted file mode 100644
index 457c7b0..0000000
--- a/themes/CodeIT/assets/svg/icons/bilibili.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Bilibili icon</title><path d="M17.813 4.653h.854c1.51.054 2.769.578 3.773 1.574 1.004.995 1.524 2.249 1.56 3.76v7.36c-.036 1.51-.556 2.769-1.56 3.773s-2.262 1.524-3.773 1.56H5.333c-1.51-.036-2.769-.556-3.773-1.56S.036 18.858 0 17.347v-7.36c.036-1.511.556-2.765 1.56-3.76 1.004-.996 2.262-1.52 3.773-1.574h.774l-1.174-1.12a1.234 1.234 0 0 1-.373-.906c0-.356.124-.658.373-.907l.027-.027c.267-.249.573-.373.92-.373.347 0 .653.124.92.373L9.653 4.44c.071.071.134.142.187.213h4.267a.836.836 0 0 1 .16-.213l2.853-2.747c.267-.249.573-.373.92-.373.347 0 .662.151.929.4.267.249.391.551.391.907 0 .355-.124.657-.373.906zM5.333 7.24c-.746.018-1.373.276-1.88.773-.506.498-.769 1.13-.786 1.894v7.52c.017.764.28 1.395.786 1.893.507.498 1.134.756 1.88.773h13.334c.746-.017 1.373-.275 1.88-.773.506-.498.769-1.129.786-1.893v-7.52c-.017-.765-.28-1.396-.786-1.894-.507-.497-1.134-.755-1.88-.773zM8 11.107c.373 0 .684.124.933.373.25.249.383.569.4.96v1.173c-.017.391-.15.711-.4.96-.249.25-.56.374-.933.374s-.684-.125-.933-.374c-.25-.249-.383-.569-.4-.96V12.44c0-.373.129-.689.386-.947.258-.257.574-.386.947-.386zm8 0c.373 0 .684.124.933.373.25.249.383.569.4.96v1.173c-.017.391-.15.711-.4.96-.249.25-.56.374-.933.374s-.684-.125-.933-.374c-.25-.249-.383-.569-.4-.96V12.44c.017-.391.15-.711.4-.96.249-.249.56-.373.933-.373Z"/></svg> \ No newline at end of file
diff --git a/themes/CodeIT/assets/svg/icons/thingiverse.svg b/themes/CodeIT/assets/svg/icons/thingiverse.svg
deleted file mode 100644
index 061bf25..0000000
--- a/themes/CodeIT/assets/svg/icons/thingiverse.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal" d="M25 2C12.31 2 2 12.31 2 25s10.31 23 23 23 23-10.31 23-23S37.69 2 25 2zm0 2c11.61 0 21 9.39 21 21s-9.39 21-21 21S4 36.61 4 25 13.39 4 25 4zm-9 11v6h6v17h6V21h6v-6H16z" font-weight="400" font-family="sans-serif" white-space="normal" overflow="visible"/></svg> \ No newline at end of file
diff --git a/themes/CodeIT/assets/svg/loading.svg b/themes/CodeIT/assets/svg/loading.svg
deleted file mode 100644
index 02a0eee..0000000
--- a/themes/CodeIT/assets/svg/loading.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" style="margin:auto;background:0 0" width="60" height="60" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" display="block">
- <circle cx="50" cy="50" r="20" stroke-width="4" stroke="#a5a5a5" stroke-dasharray="31.416 31.416" fill="none" stroke-linecap="round" transform="rotate(67.21 50 50)">
- <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" keyTimes="0;1" values="0 50 50;360 50 50"/>
- </circle>
-</svg>
diff --git a/themes/CodeIT/assets/svg/version.template.svg b/themes/CodeIT/assets/svg/version.template.svg
deleted file mode 100644
index 0a05791..0000000
--- a/themes/CodeIT/assets/svg/version.template.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-{{- /* https://img.shields.io/badge/$label-$version-$color?style=flat-square&labelColor=403c3d */ -}}
-{{- $labelLength := strings.RuneCount .label | mul 64 | add 100 -}}
-{{- $versionLength := strings.RuneCount .version | mul 60 -}}
-{{- $width := add $labelLength $versionLength | add 200 -}}
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 {{ $width }} 200">
- <g shape-rendering="crispEdges">
- {{- $x1 := add $labelLength 100 -}}
- {{- $x2 := add $versionLength 100 -}}
- <path fill="#403c3d" d="M0 0h{{ $x1 }}v200H0z"/>
- <path fill="#{{ .color }}" d="M{{ $x1 }} 0h{{ $x2 }}v200H{{ $x1 }}z"/>
- </g>
- <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110">
- <text x="{{ div $labelLength 2 | add 60 }}" y="140" textLength="{{ $labelLength }}">
- {{- .label -}}
- </text>
- <text x="{{ div $versionLength 2 | add $labelLength | add 140 }}" y="140" textLength="{{ $versionLength }}">
- {{- .version -}}
- </text>
- </g>
-</svg>