added new label sets

This commit is contained in:
Emma Tebibyte 2022-08-10 00:43:25 -04:00
parent 82f6e0616f
commit b09e70f60a
9 changed files with 740 additions and 0 deletions

8
options/label/blog Normal file
View File

@ -0,0 +1,8 @@
#e11d21 ambiguity ; Words or phrases are not clear in their meaning
#70c24a content ; Writing of public-facing content
#cccccc duplicate ; This issue or pull request already exists
#207de5 miswording ; The wrong word is used
#006b75 solecism ; Need some help
#5319e7 technical ; Relates to static site generation
#fbca04 typo ; A word is misspelled
#ffffff wontfix ; This won't be fixed

View File

@ -0,0 +1,554 @@
/* derived from https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
@font-face {
font-family: Mononoki;
src: url("https://tebibyte.media/blog/assets/mononoki.ttf") format("ttf"),
url("https://tebibyte.media/blog/assets/mononoki.woff2") format("woff2"),
url("https://tebibyte.media/blog/assets/mononoki.woff") format("woff");
}
@font-face {
font-family: Ubuntu;
src: url("https://tebibyte.media/assets/fonts/ubuntu.ttf") format("ttf"),
url("https://tebibyte.media/assets/fonts/ubuntu.woff2") format("woff2"),
url("https://tebibyte.media/assets/fonts/ubuntu.woff") format("woff");
}
@font-face {
font-family: Ubuntu Mono Ligaturized;
src: url("https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf") format("ttf");
}
:root {
--fonts-override: Ubuntu !important;
--fonts-monospace: Ubuntu Mono Ligaturized !important;
--is-dark-theme: true;
--textured-background: url("https://tebibyte.media/blog/assets/tib_bg.jpg");
--color-primary: hsl(0, 80%, 40%);
--color-primary-dark-1: hsl(0, 80%, 38%);
--color-primary-dark-2: hsl(0, 80%, 36%);
--color-primary-dark-3: hsl(0, 80%, 34%);
--color-primary-dark-4: hsl(0, 80%, 32%);
--color-primary-dark-5: hsl(0, 80%, 30%);
--color-primary-dark-6: hsl(0, 80%, 28%);
--color-primary-dark-7: hsl(0, 80%, 26%);
--color-primary-light-1: hsl(0, 80%, 42%);
--color-primary-light-2: hsl(0, 80%, 44%);
--color-primary-light-3: hsl(0, 80%, 46%);
--color-primary-light-4: hsl(0, 80%, 48%);
--color-primary-light-5: hsl(0, 80%, 50%);
--color-primary-light-6: hsl(0, 80%, 52%);
--color-primary-light-7: hsl(0, 80%, 54%);
--color-primary-alpha-10: hsla(0, 80%, 40%, 10%);
--color-primary-alpha-20: hsla(0, 80%, 40%, 20%);
--color-primary-alpha-30: hsla(0, 80%, 40%, 30%);
--color-primary-alpha-40: hsla(0, 80%, 40%, 40%);
--color-primary-alpha-50: hsla(0, 80%, 40%, 50%);
--color-primary-alpha-60: hsla(0, 80%, 40%, 60%);
--color-primary-alpha-70: hsla(0, 80%, 40%, 70%);
--color-primary-alpha-80: hsla(0, 80%, 40%, 80%);
--color-primary-alpha-90: hsla(0, 80%, 40%, 90%);
--color-secondary: hsl(0, 20%, 20%);
--color-secondary-dark-1: hsl(0, 20%, 22%);
--color-secondary-dark-2: hsl(0, 20%, 24%);
--color-secondary-dark-3: hsl(0, 20%, 26%);
--color-secondary-dark-4: hsl(0, 20%, 28%);
--color-secondary-dark-5: hsl(0, 20%, 30%);
--color-secondary-dark-6: hsl(0, 20%, 32%);
--color-secondary-dark-7: hsl(0, 20%, 34%);
--color-secondary-dark-8: hsl(0, 20%, 36%);
--color-secondary-dark-9: hsl(0, 20%, 38%);
--color-secondary-dark-10: hsl(0, 20%, 40%);
--color-secondary-dark-11: hsl(0, 20%, 42%);
--color-secondary-dark-12: hsl(0, 20%, 44%);
--color-secondary-dark-13: hsl(0, 20%, 46%);
--color-secondary-light-1: hsl(0, 20%, 18%);
--color-secondary-light-2: hsl(0, 20%, 16%);
--color-secondary-light-3: hsl(0, 20%, 14%);
--color-secondary-light-4: hsl(0, 20%, 12%);
--color-secondary-alpha-10: hsla(0, 20%, 20%, 10%);
--color-secondary-alpha-20: hsla(0, 20%, 20%, 20%);
--color-secondary-alpha-30: hsla(0, 20%, 20%, 30%);
--color-secondary-alpha-40: hsla(0, 20%, 20%, 40%);
--color-secondary-alpha-50: hsla(0, 20%, 20%, 50%);
--color-secondary-alpha-60: hsla(0, 20%, 20%, 60%);
--color-secondary-alpha-70: hsla(0, 20%, 20%, 70%);
--color-secondary-alpha-80: hsla(0, 20%, 20%, 80%);
--color-secondary-alpha-90: hsla(0, 0%, 20%, 90%);
/* colors */
--color-red: #db2828;
--color-orange: #f2711c;
--color-yellow: #fbbd08;
--color-olive: #b5cc18;
--color-green: #21ba45;
--color-teal: #00b5ad;
--color-blue: #2185d0;
--color-violet: #6435c9;
--color-purple: #a333c8;
--color-pink: #e03997;
--color-brown: #a5673f;
--color-grey: #767a85;
--color-black: #1e222e;
--color-gold: #a1882b;
--color-white: #ffffff;
--color-diff-removed-word-bg: #6f3333;
--color-diff-added-word-bg: #3c653c;
--color-diff-removed-row-bg: #3c2626;
--color-diff-moved-row-bg: #818044;
--color-diff-added-row-bg: #283e2d;
--color-diff-removed-row-border: #634343;
--color-diff-moved-row-border: #bcca6f;
--color-diff-added-row-border: #314a37;
--color-diff-inactive: #353846;
--color-error-border: #a53a37;
--color-error-bg: #482c2c;
--color-error-text: #ff4433;
--color-success-border: #458a57;
--color-success-bg: #284034;
--color-success-text: #6cc664;
--color-warning-border: #bb9d00;
--color-warning-bg: #3a3a30;
--color-warning-text: #fbbd08;
--color-info-border: #306090;
--color-info-bg: #26354c;
--color-info-text: #38a8e8;
/* target-based colors */
--color-body: hsl(0, 20%, 7%);
--color-box-header: hsl(0, 20%, 12%);
--color-box-body: hsl(0, 20%, 9%);
--color-box-body-highlight: #353945;
--color-text-dark: hsl(0, 25%, 95%);
--color-text: hsl(0, 25%, 90%);
--color-text-light: hsl(0, 25%, 80%);
--color-text-light-1: hsl(0, 25%, 70%);
--color-text-light-2: hsl(0, 25%, 60%);
--color-text-light-3: hsl(0, 25%, 50%);
--color-footer: hsl(0, 20%, 5%);
--color-timeline: #4c525e;
--color-input-text: hsl(0, 25%, 90%);
--color-input-background: hsl(0, 20%, 7%);
--color-input-border: hsl(0, 80%, 20%);
--color-input-border-hover: hsl(0, 80%, 30%);
--color-navbar: hsl(0, 20%, 10%);
--color-navbar-transparent: #2a2e3a00;
--color-light: #00000028;
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
--color-light-border: hsla(0, 80%, 40%, 40%);
--color-hover: #ffffff10;
--color-active: #ffffff16;
--color-menu: hsl(0, 20%, 15%);
--color-card: hsl(0, 20%, 10%);
--color-markup-table-row: #ffffff06;
--color-markup-code-block: #292d39;
--color-button: hsl(0, 20%, 13%);
--color-code-bg: hsl(0, 20%, 7%);
--color-code-sidebar-bg: #2e323e;
--color-shadow: #00000060;
--color-secondary-bg: #2a2e3a;
--color-text-focus: #fff;
--color-expand-button: #3c404d;
--color-placeholder-text: #6a737d;
--color-editor-line-highlight: var(--color-primary-light-5);
--color-project-board-bg: var(--color-secondary-light-2);
--color-caret: var(--color-text);
--color-reaction-bg: #ffffff12;
--color-reaction-active-bg: var(--color-primary-alpha-40);
}
::-webkit-calendar-picker-indicator {
filter: invert(.8);
}
.ui.horizontal.segments > .segment {
background-color: #383c4a;
}
.ui.divider:not(.vertical):not(.horizontal) {
border-bottom-color: var(--color-secondary);
border-top-color: transparent;
}
.repository .header-wrapper .ui.tabs.divider {
border: none;
}
.following.bar.light {
background: hsl(0, 20%, 13%);
border-color: hsl(0, 20%, 16%);
}
.following.bar .top.menu a.item:hover {
color: var(--color-text);
}
.ui.red.label,
.ui.red.labels .label {
background-color: #7d3434 !important;
border-color: #8a2121 !important;
}
.ui.yellow.label,
.ui.yellow.labels .label {
border-color: #664d02 !important;
background-color: #936e00 !important;
}
.ui.accordion .title:not(.ui) {
color: #dbdbdb;
}
.ui.green.label,
.ui.green.labels .label,
.ui.basic.green.label {
background-color: #2d693b !important;
border-color: #2d693b !important;
}
.ui.green.labels a.label:hover,
.ui.basic.green.labels a.label:hover,
a.ui.ui.ui.green.label:hover,
a.ui.basic.green.label:hover {
background-color: #3d794b !important;
border-color: #3d794b !important;
color: #fff !important;
}
.form .help {
color: #7f8699;
}
.ui.form .fields.error .field textarea,
.ui.form .fields.error .field select,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="file"],
.ui.form .fields.error .field input[type="url"],
.ui.form .field.error textarea,
.ui.form .field.error select,
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="file"],
.ui.form .field.error input[type="url"] {
background-color: #522;
border: 1px solid #7d3434;
color: #f9cbcb;
}
.ui.form .field.error select:focus,
.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type="date"]:focus,
.ui.form .field.error input[type="datetime-local"]:focus,
.ui.form .field.error input[type="email"]:focus,
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="password"]:focus,
.ui.form .field.error input[type="search"]:focus,
.ui.form .field.error input[type="tel"]:focus,
.ui.form .field.error input[type="time"]:focus,
.ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="file"]:focus,
.ui.form .field.error input[type="url"]:focus {
background-color: #522;
border: 1px solid #a04141;
color: #f9cbcb;
}
.ui.green.button,
.ui.green.buttons .button {
background-color: hsl(0, 80%, 40%);
}
.ui.green.button:hover,
.ui.green.buttons .button:hover {
background-color: hsl(0, 80%, 50%);
}
.ui.green.button:focus,
.ui.green.buttons .button:focus {
background-color: hsl(0, 80%, 40%);
border-color: hsl(0, 80%, 50%);
}
.ui.search > .results {
background: #383c4a;
border-color: var(--color-secondary);
}
.ui.search > .results .result:hover,
.ui.category.search > .results .category .result:hover {
background: var(--color-secondary);
}
.ui.search > .results .result .title {
color: var(--color-text);
}
.ui.table > thead > tr > th {
background: var(--color-secondary-light-4);
color: var(--color-text) !important;
}
.repository.file.list #repo-files-table tr {
background: hsl(0, 20%, 10%);
}
.repository.file.list #repo-files-table tr:hover {
background-color: hsl(0, 20%, 13%) !important;
}
.header-wrapper {
background: var(--textured-background);
}
.repo-header {
background-color: hsla(0, 20%, 13%, .30);
border: 1px solid var(--color-primary-dark-6);
border-radius: .28571429rem;
padding: 1rem;
backdrop-filter: blur(10px);
}
.repo-header .ui.button {
margin-left: 1em;
}
.ui.tabular.menu .item {
border-top-width: 1px;
font-weight: 500;
margin-bottom: -1px;
box-shadow: none;
border-radius: .28571429rem .28571429rem 0 0 !important;
background-color: hsla(0, 20%, 4%, .30);
backdrop-filter: blur(10px);
}
.ui.tabular.menu .item:not(:last-child) {
margin-right: 1rem;
}
.ui.tabular.menu .item:hover {
background-color: hsla(0, 20%, 6%, .70);
}
.ui.tabular.menu .item,
.ui.tabular.menu .item.active,
.ui.tabular.menu .item.active:hover {
border: 1px solid var(--color-secondary) !important;
border-bottom: none !important;
}
.ui.dropdown > .text > img, .ui.dropdown > .text > .image:not(.icon) {
margin-top: -0.2rem;
}
.overflow.menu .items .item {
color: #9d9d9d;
}
.overflow.menu .items .item:hover {
color: var(--color-text);
}
.ui.list > .item > .content {
color: var(--color-secondary-dark-6) !important;
}
.repository .navbar .active.item,
.repository .navbar .active.item:hover {
border-color: transparent !important;
}
.repository .diff-stats li {
border-color: var(--color-secondary);
}
.tag-code,
.tag-code td {
background: #353945 !important;
}
.tag-code td.lines-num {
background-color: #3a3e4c !important;
}
.tag-code td.lines-type-marker,
td.blob-hunk {
color: #dbdbdb !important;
}
.ui.red.button,
.ui.red.buttons .button {
background-color: #7d3434;
}
.ui.red.button:hover,
.ui.red.buttons .button:hover {
background-color: #984646;
}
.ui.list .list > .item .header,
.ui.list > .item .header {
color: #dedede;
}
.ui.list .list > .item .description,
.ui.list > .item .description {
color: var(--color-secondary-dark-6);
}
.repository.labels .ui.basic.black.label {
background-color: #bbbbbb !important;
}
.lines-num {
color: var(--color-secondary-dark-6) !important;
border-color: var(--color-secondary) !important;
}
td.blob-excerpt {
background-color: rgba(0, 0, 0, .15);
}
.lines-code.active,
.lines-code .active {
background: #534d1b !important;
}
.ui.ui.ui.ui.table tr.active,
.ui.ui.table td.active {
color: #dbdbdb;
}
.ui.active.label {
background: #393d4a;
border-color: #393d4a;
color: #dbdbdb;
}
.ui.header .sub.header {
color: var(--color-secondary-dark-6);
}
.ui.dividing.header {
border-bottom: 1px solid var(--color-secondary);
}
.ui.modal > .header {
background: var(--color-secondary);
color: #dbdbdb;
}
.ui.modal > .actions {
background: var(--color-secondary);
border-color: var(--color-secondary);
}
.ui.modal > .content {
background: #383c4a;
}
.minicolors-panel {
background: var(--color-secondary) !important;
border-color: #6a737d !important;
}
/* invert emojis that are hard to read otherwise */
.emoji[aria-label="check mark"],
.emoji[aria-label="currency exchange"],
.emoji[aria-label="TOP arrow"],
.emoji[aria-label="END arrow"],
.emoji[aria-label="ON! arrow"],
.emoji[aria-label="SOON arrow"],
.emoji[aria-label="heavy dollar sign"],
.emoji[aria-label="copyright"],
.emoji[aria-label="registered"],
.emoji[aria-label="trade mark"],
.emoji[aria-label="multiply"],
.emoji[aria-label="plus"],
.emoji[aria-label="minus"],
.emoji[aria-label="divide"],
.emoji[aria-label="curly loop"],
.emoji[aria-label="double curly loop"],
.emoji[aria-label="wavy dash"],
.emoji[aria-label="paw prints"],
.emoji[aria-label="musical note"],
.emoji[aria-label="musical notes"] {
filter: invert(100%) hue-rotate(180deg);
}
.edit-diff > div > .ui.table {
border-left-color: var(--color-secondary) !important;
border-right-color: var(--color-secondary) !important;
}
footer .container .links > * {
border-left-color: #888;
}
.repository.release #release-list > li .detail .dot {
background-color: #505667;
border-color: #383c4a;
}
.tribute-container {
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .6);
}
.repository .repo-header .ui.huge.breadcrumb.repo-title .repo-header-icon .avatar {
color: #2a2e3a;
}
img[src$="/img/matrix.svg"] {
filter: invert(80%);
}
.is-loading::after {
border-color: #4a4c58 #4a4c58 #d7d7da #d7d7da;
}
.markup-block-error {
border: 1px solid rgba(121, 71, 66, .5) !important;
border-bottom: none !important;
}
.ui.grey.labels .label, .ui.ui.ui.grey.label {
background-color: var(--color-primary);
border: none;
color: var(--color-text);
}
.feeds .list ul li.private {
background-color: hsla(20, 40%, 50%, .08);
}
/*
* martian.css is free software: you can redistribute and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* martian.css is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with martian.css. If not, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
public/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

1
public/img/favicon.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 182 182" width="32" height="32"><path d="M0 91C0 3.64 3.64 0 91 0s91 3.64 91 91-3.64 91-91 91-91-3.64-91-91" style="fill:#fff"/><path style="display:inline;fill:#fff" d="m395.9 484.2-126.9-61c-12.5-6-17.9-21.2-11.8-33.8l61-126.9c6-12.5 21.2-17.9 33.8-11.8 17.2 8.3 27.1 13 27.1 13l-.1-109.2 16.7-.1.1 117.1s57.4 24.2 83.1 40.1c3.7 2.3 10.2 6.8 12.9 14.4 2.1 6.1 2 13.1-1 19.3l-61 126.9c-6.2 12.7-21.4 18.1-33.9 12z" transform="matrix(.23549 0 0 .23549 10.297 19.519)"/><path style="display:inline;fill:#000" d="M622.7 149.8c-4.1-4.1-9.6-4-9.6-4s-117.2 6.6-177.9 8c-13.3.3-26.5.6-39.6.7v117.2c-5.5-2.6-11.1-5.3-16.6-7.9 0-36.4-.1-109.2-.1-109.2-29 .4-89.2-2.2-89.2-2.2s-141.4-7.1-156.8-8.5c-9.8-.6-22.5-2.1-39 1.5-8.7 1.8-33.5 7.4-53.8 26.9C-4.9 212.4 6.6 276.2 8 285.8c1.7 11.7 6.9 44.2 31.7 72.5 45.8 56.1 144.4 54.8 144.4 54.8s12.1 28.9 30.6 55.5c25 33.1 50.7 58.9 75.7 62 63 0 188.9-.1 188.9-.1s12 .1 28.3-10.3c14-8.5 26.5-23.4 26.5-23.4S547 483 565 451.5c5.5-9.7 10.1-19.1 14.1-28 0 0 55.2-117.1 55.2-231.1-1.1-34.5-9.6-40.6-11.6-42.6zM125.6 353.9c-25.9-8.5-36.9-18.7-36.9-18.7S69.6 321.8 60 295.4c-16.5-44.2-1.4-71.2-1.4-71.2s8.4-22.5 38.5-30c13.8-3.7 31-3.1 31-3.1s7.1 59.4 15.7 94.2c7.2 29.2 24.8 77.7 24.8 77.7s-26.1-3.1-43-9.1zm300.3 107.6s-6.1 14.5-19.6 15.4c-5.8.4-10.3-1.2-10.3-1.2s-.3-.1-5.3-2.1l-112.9-55s-10.9-5.7-12.8-15.6c-2.2-8.1 2.7-18.1 2.7-18.1L322 273s4.8-9.7 12.2-13c.6-.3 2.3-1 4.5-1.5 8.1-2.1 18 2.8 18 2.8L467.4 315s12.6 5.7 15.3 16.2c1.9 7.4-.5 14-1.8 17.2-6.3 15.4-55 113.1-55 113.1z" transform="matrix(.23549 0 0 .23549 10.297 19.519)"/><g style="fill:#000"><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:700;font-stretch:normal;font-size:76.2842px;line-height:1.25;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0;fill:#000;fill-opacity:1;stroke:none;stroke-width:1.9071" x="24.29" y="118.295" transform="rotate(25.975 -121.09 225.8) scale(.24427)"><tspan x="24.29" y="118.295" style="font-style:normal;font-variant:normal;font-weight:700;font-stretch:normal;font-size:76.2842px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000;stroke-width:1.9071">Ti<tspan style="font-style:normal;font-variant:normal;font-weight:700;font-stretch:normal;font-size:76.2842px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:2px;word-spacing:0;fill:#000">B.</tspan></tspan></text><g style="fill:#000"><g style="fill:#000"><path d="m353.932 344.886-59.438-56.441c6.936-12.584 11.277-26.873 11.322-42.273.14-48.8-39.346-88.494-88.145-88.61-48.8-.115-88.614 39.29-88.755 88.19-.14 48.9 39.346 88.494 88.246 88.61 17.2.04 33.214-5.021 46.839-13.49l59.337 56.442c9.035-11.979 19.166-22.855 30.594-32.428zM643.673 331.216l70.365-137.368c7.93 1.773 16.122 2.93 24.607 2.468 48.812-2.656 85.729-44.336 82.51-93.048-3.32-48.707-45.36-86.09-94.273-83.43-48.713 2.651-85.636 44.231-82.41 93.044 1.603 24.256 12.83 45.584 29.657 60.698l-70.091 136.952c13.978 5.35 27.263 12.342 39.635 20.684zM917.16 446.9c-38 0-70.3 24.2-82.7 57.9l-110.1-10.9c0 .8.1 1.6.1 2.4 0 14.3-1.6 28.3-4.4 41.9l110 10.9c6.7 42.2 43 74.6 87.1 74.6 48.8 0 88.4-39.5 88.4-88.4 0-48.9-39.5-88.4-88.4-88.4zM620.34 774.224l-25.326-107.362c-13.867 4.878-28.243 8.458-43.332 10.241l25.326 107.362c-28.2 14.957-47.502 44.265-47.272 78.364.33 48.799 40.095 88.079 89.094 87.806 48.8-.27 88.132-39.99 87.802-88.79-.223-47.899-38.684-86.486-86.293-87.621zM305.921 561.537l-131.217 58.17c-18.403-22.635-47.238-36.072-78.08-33.243-48.553 4.453-83.575 47.367-78.155 96.02 5.42 48.651 49.11 84.446 97.761 79.983 48.553-4.453 83.673-47.376 78.242-96.128-.221-1.99-.83-3.843-1.25-5.815l131.604-58.306c-7.653-12.766-14.19-26.338-18.905-40.68Z" style="fill:#000" transform="matrix(.00771 .00376 -.00414 .0085 106.941 111.12)"/></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

1
public/img/logo.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 182 182" width="32" height="32"><path d="M0 91C0 3.64 3.64 0 91 0s91 3.64 91 91-3.64 91-91 91-91-3.64-91-91" style="fill:#fff"/><path style="display:inline;fill:#fff" d="m395.9 484.2-126.9-61c-12.5-6-17.9-21.2-11.8-33.8l61-126.9c6-12.5 21.2-17.9 33.8-11.8 17.2 8.3 27.1 13 27.1 13l-.1-109.2 16.7-.1.1 117.1s57.4 24.2 83.1 40.1c3.7 2.3 10.2 6.8 12.9 14.4 2.1 6.1 2 13.1-1 19.3l-61 126.9c-6.2 12.7-21.4 18.1-33.9 12z" transform="matrix(.23549 0 0 .23549 10.297 19.519)"/><path style="display:inline;fill:#000" d="M622.7 149.8c-4.1-4.1-9.6-4-9.6-4s-117.2 6.6-177.9 8c-13.3.3-26.5.6-39.6.7v117.2c-5.5-2.6-11.1-5.3-16.6-7.9 0-36.4-.1-109.2-.1-109.2-29 .4-89.2-2.2-89.2-2.2s-141.4-7.1-156.8-8.5c-9.8-.6-22.5-2.1-39 1.5-8.7 1.8-33.5 7.4-53.8 26.9C-4.9 212.4 6.6 276.2 8 285.8c1.7 11.7 6.9 44.2 31.7 72.5 45.8 56.1 144.4 54.8 144.4 54.8s12.1 28.9 30.6 55.5c25 33.1 50.7 58.9 75.7 62 63 0 188.9-.1 188.9-.1s12 .1 28.3-10.3c14-8.5 26.5-23.4 26.5-23.4S547 483 565 451.5c5.5-9.7 10.1-19.1 14.1-28 0 0 55.2-117.1 55.2-231.1-1.1-34.5-9.6-40.6-11.6-42.6zM125.6 353.9c-25.9-8.5-36.9-18.7-36.9-18.7S69.6 321.8 60 295.4c-16.5-44.2-1.4-71.2-1.4-71.2s8.4-22.5 38.5-30c13.8-3.7 31-3.1 31-3.1s7.1 59.4 15.7 94.2c7.2 29.2 24.8 77.7 24.8 77.7s-26.1-3.1-43-9.1zm300.3 107.6s-6.1 14.5-19.6 15.4c-5.8.4-10.3-1.2-10.3-1.2s-.3-.1-5.3-2.1l-112.9-55s-10.9-5.7-12.8-15.6c-2.2-8.1 2.7-18.1 2.7-18.1L322 273s4.8-9.7 12.2-13c.6-.3 2.3-1 4.5-1.5 8.1-2.1 18 2.8 18 2.8L467.4 315s12.6 5.7 15.3 16.2c1.9 7.4-.5 14-1.8 17.2-6.3 15.4-55 113.1-55 113.1z" transform="matrix(.23549 0 0 .23549 10.297 19.519)"/><g style="fill:#000"><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:700;font-stretch:normal;font-size:76.2842px;line-height:1.25;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0;fill:#000;fill-opacity:1;stroke:none;stroke-width:1.9071" x="24.29" y="118.295" transform="rotate(25.975 -121.09 225.8) scale(.24427)"><tspan x="24.29" y="118.295" style="font-style:normal;font-variant:normal;font-weight:700;font-stretch:normal;font-size:76.2842px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000;stroke-width:1.9071">Ti<tspan style="font-style:normal;font-variant:normal;font-weight:700;font-stretch:normal;font-size:76.2842px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:2px;word-spacing:0;fill:#000">B.</tspan></tspan></text><g style="fill:#000"><g style="fill:#000"><path d="m353.932 344.886-59.438-56.441c6.936-12.584 11.277-26.873 11.322-42.273.14-48.8-39.346-88.494-88.145-88.61-48.8-.115-88.614 39.29-88.755 88.19-.14 48.9 39.346 88.494 88.246 88.61 17.2.04 33.214-5.021 46.839-13.49l59.337 56.442c9.035-11.979 19.166-22.855 30.594-32.428zM643.673 331.216l70.365-137.368c7.93 1.773 16.122 2.93 24.607 2.468 48.812-2.656 85.729-44.336 82.51-93.048-3.32-48.707-45.36-86.09-94.273-83.43-48.713 2.651-85.636 44.231-82.41 93.044 1.603 24.256 12.83 45.584 29.657 60.698l-70.091 136.952c13.978 5.35 27.263 12.342 39.635 20.684zM917.16 446.9c-38 0-70.3 24.2-82.7 57.9l-110.1-10.9c0 .8.1 1.6.1 2.4 0 14.3-1.6 28.3-4.4 41.9l110 10.9c6.7 42.2 43 74.6 87.1 74.6 48.8 0 88.4-39.5 88.4-88.4 0-48.9-39.5-88.4-88.4-88.4zM620.34 774.224l-25.326-107.362c-13.867 4.878-28.243 8.458-43.332 10.241l25.326 107.362c-28.2 14.957-47.502 44.265-47.272 78.364.33 48.799 40.095 88.079 89.094 87.806 48.8-.27 88.132-39.99 87.802-88.79-.223-47.899-38.684-86.486-86.293-87.621zM305.921 561.537l-131.217 58.17c-18.403-22.635-47.238-36.072-78.08-33.243-48.553 4.453-83.575 47.367-78.155 96.02 5.42 48.651 49.11 84.446 97.761 79.983 48.553-4.453 83.673-47.376 78.242-96.128-.221-1.99-.83-3.843-1.25-5.815l131.604-58.306c-7.653-12.766-14.19-26.338-18.905-40.68Z" style="fill:#000" transform="matrix(.00771 .00376 -.00414 .0085 106.941 111.12)"/></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

176
public/img/tebitea.svg Normal file
View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewbox="0 0 200 200"
version="1.1"
id="svg4"
sodipodi:docname="TiB-gitea.svg"
width="182"
height="182"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
inkscape:export-filename="/home/emma/Pictures/TiB./TiB-gitea.ico"
inkscape:export-xdpi="527.47302"
inkscape:export-ydpi="527.47302"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="true"
inkscape:zoom="1.4849242"
inkscape:cx="96.974644"
inkscape:cy="144.1151"
inkscape:window-width="1920"
inkscape:window-height="1004"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4">
<inkscape:grid
type="xygrid"
id="grid14" />
</sodipodi:namedview>
<path
d="M 0,91 C 0,3.64 3.64,0 91,0 c 87.36,0 91,3.64 91,91 0,87.36 -3.64,91 -91,91 C 3.64,182 0,178.36 0,91"
fill="#000000"
id="path2"
style="fill:#ffffff" />
<g
id="g1574"
transform="translate(-5.351142,7.8390958)">
<g
id="g73"
transform="matrix(0.23548605,0,0,0.23548605,15.648194,11.679468)">
<path
id="teabag"
style="display:inline;fill:#ffffff"
d="M 395.9,484.2 269,423.2 c -12.5,-6 -17.9,-21.2 -11.8,-33.8 l 61,-126.9 c 6,-12.5 21.2,-17.9 33.8,-11.8 17.2,8.3 27.1,13 27.1,13 l -0.1,-109.2 16.7,-0.1 0.1,117.1 c 0,0 57.4,24.2 83.1,40.1 3.7,2.3 10.2,6.8 12.9,14.4 2.1,6.1 2,13.1 -1,19.3 l -61,126.9 c -6.2,12.7 -21.4,18.1 -33.9,12 z" />
<g
id="g71">
<g
id="g69">
<path
style="display:inline;fill:#000000"
d="m 622.7,149.8 c -4.1,-4.1 -9.6,-4 -9.6,-4 0,0 -117.2,6.6 -177.9,8 -13.3,0.3 -26.5,0.6 -39.6,0.7 0,39.1 0,78.2 0,117.2 -5.5,-2.6 -11.1,-5.3 -16.6,-7.9 0,-36.4 -0.1,-109.2 -0.1,-109.2 -29,0.4 -89.2,-2.2 -89.2,-2.2 0,0 -141.4,-7.1 -156.8,-8.5 -9.8,-0.6 -22.5,-2.1 -39,1.5 -8.7,1.8 -33.5,7.4 -53.8,26.9 -45,40.1 -33.5,103.9 -32.1,113.5 1.7,11.7 6.9,44.2 31.7,72.5 45.8,56.1 144.4,54.8 144.4,54.8 0,0 12.1,28.9 30.6,55.5 25,33.1 50.7,58.9 75.7,62 63,0 188.9,-0.1 188.9,-0.1 0,0 12,0.1 28.3,-10.3 14,-8.5 26.5,-23.4 26.5,-23.4 0,0 12.9,-13.8 30.9,-45.3 5.5,-9.7 10.1,-19.1 14.1,-28 0,0 55.2,-117.1 55.2,-231.1 -1.1,-34.5 -9.6,-40.6 -11.6,-42.6 z M 125.6,353.9 c -25.9,-8.5 -36.9,-18.7 -36.9,-18.7 0,0 -19.1,-13.4 -28.7,-39.8 -16.5,-44.2 -1.4,-71.2 -1.4,-71.2 0,0 8.4,-22.5 38.5,-30 13.8,-3.7 31,-3.1 31,-3.1 0,0 7.1,59.4 15.7,94.2 7.2,29.2 24.8,77.7 24.8,77.7 0,0 -26.1,-3.1 -43,-9.1 z m 300.3,107.6 c 0,0 -6.1,14.5 -19.6,15.4 -5.8,0.4 -10.3,-1.2 -10.3,-1.2 0,0 -0.3,-0.1 -5.3,-2.1 l -112.9,-55 c 0,0 -10.9,-5.7 -12.8,-15.6 -2.2,-8.1 2.7,-18.1 2.7,-18.1 L 322,273 c 0,0 4.8,-9.7 12.2,-13 0.6,-0.3 2.3,-1 4.5,-1.5 8.1,-2.1 18,2.8 18,2.8 L 467.4,315 c 0,0 12.6,5.7 15.3,16.2 1.9,7.4 -0.5,14 -1.8,17.2 -6.3,15.4 -55,113.1 -55,113.1 z"
id="path65"
inkscape:label="path65" />
</g>
</g>
</g>
<g
id="g225"
transform="matrix(0.21959583,0.10697917,-0.10697917,0.21959583,92.009661,68.001099)"
style="fill:#000000">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:76.2842px;line-height:1.25;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.9071"
x="24.29048"
y="118.29485"
id="text5314"
inkscape:label="text5314"><tspan
id="tspan5312"
x="24.29048"
y="118.29485"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:76.2842px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;stroke-width:1.9071"
sodipodi:role="line">Ti<tspan
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:76.2842px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:2px;word-spacing:0px;fill:#000000"
id="tspan47324">B.</tspan></tspan></text>
<g
id="g27014"
transform="matrix(0.03512787,0,0,0.03871289,183.83186,154.0428)"
style="fill:#000000">
<g
id="g26982"
style="fill:#000000">
<g
id="Layer_1_110_"
style="fill:#000000">
<g
id="g26979"
style="fill:#000000"
transform="translate(-1307.5321,-1564.5688)">
<path
d="m 353.93168,344.88602 -59.43771,-56.44108 c 6.93625,-12.5836 11.2774,-26.87336 11.32173,-42.27331 0.14049,-48.79983 -39.34537,-88.49356 -88.1452,-88.60923 -48.79984,-0.11568 -88.61342,39.29009 -88.75419,88.18992 -0.14078,48.89983 39.34537,88.49356 88.2452,88.60947 17.19995,0.0408 33.21457,-5.02128 46.839,-13.48902 l 59.33771,56.44085 c 9.03452,-11.97863 19.16587,-22.85465 30.59346,-32.4276 z"
id="path26967"
style="fill:#000000" />
<path
d="m 643.67318,331.21648 70.36451,-137.36812 c 7.93114,1.77241 16.12216,2.92959 24.60692,2.46792 48.81232,-2.65597 85.72905,-44.33581 82.50989,-93.04831 -3.31897,-48.707064 -45.36041,-86.090642 -94.27255,-83.429239 -48.7125,2.650539 -85.63583,44.230561 -82.41008,93.042879 1.60299,24.25643 12.83007,45.58488 29.6572,60.69802 l -70.09142,136.95254 c 13.97801,5.35038 27.26299,12.34135 39.63553,20.68431 z"
id="path26969"
style="fill:#000000" />
<path
d="m 917.15907,446.9 c -38,0 -70.3,24.2 -82.7,57.9 l -110.1,-10.9 c 0,0.8 0.1,1.6 0.1,2.4 0,14.3 -1.6,28.3 -4.4,41.9 l 110,10.9 c 6.7,42.2 43,74.6 87.1,74.6 48.8,0 88.40003,-39.5 88.40003,-88.4 0,-48.9 -39.50003,-88.4 -88.40003,-88.4 z"
id="path26971"
style="fill:#000000" />
<path
d="M 620.33928,774.22362 595.01405,666.86237 c -13.86734,4.87717 -28.24344,8.45714 -43.33168,10.24104 l 25.32523,107.36125 c -28.19956,14.95702 -47.50208,44.26486 -47.27188,78.36422 0.32943,48.79909 40.09534,88.07879 89.09442,87.80644 48.79909,-0.27124 88.13169,-39.99061 87.80226,-88.78969 -0.22336,-47.89966 -38.68456,-86.48661 -86.29312,-87.62201 z"
id="path26973"
style="fill:#000000" />
<path
d="m 305.9215,561.53707 -131.21792,58.16985 c -18.40216,-22.63539 -47.23763,-36.07201 -78.080458,-33.24295 -48.552568,4.45347 -83.573701,47.36708 -78.153748,96.01914 5.419952,48.65206 49.108837,84.44652 97.760896,79.98392 48.55256,-4.45348 83.67319,-47.37621 78.24216,-96.12776 -0.22165,-1.98987 -0.83024,-3.84373 -1.2509,-5.81533 L 324.82634,602.21809 C 317.17255,589.45184 310.6351,575.87963 305.9215,561.53707 Z"
id="path26975"
style="fill:#000000" />
</g>
</g>
</g>
<g
id="g26984"
style="fill:#000000" />
<g
id="g26986"
style="fill:#000000" />
<g
id="g26988"
style="fill:#000000" />
<g
id="g26990"
style="fill:#000000" />
<g
id="g26992"
style="fill:#000000" />
<g
id="g26994"
style="fill:#000000" />
<g
id="g26996"
style="fill:#000000" />
<g
id="g26998"
style="fill:#000000" />
<g
id="g27000"
style="fill:#000000" />
<g
id="g27002"
style="fill:#000000" />
<g
id="g27004"
style="fill:#000000" />
<g
id="g27006"
style="fill:#000000" />
<g
id="g27008"
style="fill:#000000" />
<g
id="g27010"
style="fill:#000000" />
<g
id="g27012"
style="fill:#000000" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB