Compare commits
138 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d7f9f679b | |||
| 211775b1cb | |||
| d88c5b802d | |||
| de3c5dc52b | |||
| 1a006e75b8 | |||
| b4bd726dad | |||
| 1b51146c29 | |||
| dc4abca75b | |||
| d02e11fd7d | |||
| 224a2c7e27 | |||
| ec55af55d9 | |||
| 7968d399f2 | |||
| 0650c40199 | |||
| 1c0d303adc | |||
| 292ab8fc19 | |||
| 222ab46fc3 | |||
| a94fdc992a | |||
| 9ae3d5b7b0 | |||
| c84f1e9791 | |||
| 79b03d396b | |||
| c4b753b855 | |||
| 13e148dc8a | |||
| 99fbbe551a | |||
| 9cb10afe64 | |||
| 0cc3f570b9 | |||
| 27ed1f9809 | |||
| 0b5fc5894e | |||
| 754f87eaca | |||
| 46fc2915b1 | |||
| e33d296aab | |||
| 9f315ac247 | |||
| 23a45aaf71 | |||
| 670c265db1 | |||
| 585589a2d4 | |||
| f1731e55dd | |||
| ac263276af | |||
| 2010eb6704 | |||
| 341571d920 | |||
| 07931e9767 | |||
| 2212c6db17 | |||
| 52a4292079 | |||
| 436d6847b2 | |||
| f4f4312d5b | |||
| e1165b72d8 | |||
| aac4889a25 | |||
| 13077a9925 | |||
| 9c63c940cb | |||
| 9d91721ab8 | |||
| 6e3e65841f | |||
| 016239c30f | |||
| fe67375590 | |||
| 5a5202eb80 | |||
| d8c2c02dac | |||
| 1849a0ef49 | |||
| 78ba526ff3 | |||
| 64cd39d736 | |||
| d7cd7c12b3 | |||
| 538627fb91 | |||
| 44a5cbb67f | |||
| 7ab514335d | |||
| 91d3ab629d | |||
| 42dd0ce729 | |||
| d0402ceafa | |||
| 7acb294fa7 | |||
| 6b4bada5f4 | |||
| cd753de3db | |||
| 1c0247dc39 | |||
| 5d1bae8008 | |||
| 802bdedf53 | |||
| 0bce3afd65 | |||
| 3aaa39b49e | |||
| 1cb75c0ec3 | |||
| 9509ef0688 | |||
| d30e2f9e0b | |||
| 8fb057324e | |||
| d841f27454 | |||
| 554861c940 | |||
| e9b58a6592 | |||
| 6935a66cc5 | |||
| ea79881b84 | |||
| 64c5f275cb | |||
| c9f467de62 | |||
| 3086f57ce1 | |||
| 296e9480e2 | |||
| bd4c8dca76 | |||
| 29383bb6a1 | |||
| b0949592db | |||
| 55caba9b06 | |||
| d9e46d2b0c | |||
| fbe239c1fe | |||
| bd55447551 | |||
| af292376e0 | |||
| 3a3f088e21 | |||
| c06b3a5bac | |||
| 949ad03b09 | |||
| 4d652de6d9 | |||
|
|
e4402359c0 | ||
| 269ee5798c | |||
| 7b6fbbf280 | |||
| a007d67828 | |||
| 9b95855d4e | |||
| f017d480e8 | |||
| 2d9de12630 | |||
| da65ca6d7f | |||
| 63fa0b8229 | |||
| 52ff5da978 | |||
| a290989914 | |||
| 61044feecc | |||
| 74bb163a17 | |||
| 829ba354a7 | |||
| b01c328925 | |||
| d1ce168b83 | |||
| 22c8482740 | |||
| 446eeabcb3 | |||
| 7b5516d997 | |||
| 31cf501a8b | |||
| 5bf362d1f0 | |||
| 2938631e85 | |||
| 92acb6e982 | |||
| 1660c91747 | |||
| 72da8ae666 | |||
| 43a3b37661 | |||
| 8c10f643d9 | |||
| 6c0d6cf2b5 | |||
| 71679ff608 | |||
| fdea176b86 | |||
| 10b072d521 | |||
| b0604fc2e7 | |||
| 6d83122c1b | |||
| 003b45d5b4 | |||
| 9d031dc874 | |||
| 27ae28be63 | |||
| 4a2230223c | |||
| 3dd4e50281 | |||
| c62d453946 | |||
| 0313d091fc | |||
| b044b81644 | |||
| a49568a389 |
11
.github/workflows/gh-pages.yml
vendored
@@ -34,15 +34,26 @@ jobs:
|
||||
- name: Generate logos.json
|
||||
run: node scripts/scanLogos.js
|
||||
|
||||
- name: Generate SVG variants
|
||||
run: node scripts/generate-svg-variants.js
|
||||
|
||||
- name: Generate PWA cache list
|
||||
run: node scripts/generate-pwa-cache-list.js
|
||||
|
||||
- name: Prepare Pages artifact
|
||||
run: |
|
||||
mkdir -p ./gh-pages-artifact/build
|
||||
cp public/build/* ./gh-pages-artifact/build/
|
||||
cp public/index.html ./gh-pages-artifact/
|
||||
cp public/global.css ./gh-pages-artifact/
|
||||
cp public/favicon.svg ./gh-pages-artifact/
|
||||
cp public/favicon.png ./gh-pages-artifact/
|
||||
cp public/favicon.ico ./gh-pages-artifact/
|
||||
cp public/apple-touch-icon.png ./gh-pages-artifact/
|
||||
cp -r public/data ./gh-pages-artifact/
|
||||
cp -r public/logos ./gh-pages-artifact/
|
||||
cp -r public/logos_gen ./gh-pages-artifact/
|
||||
cp public/pwa-files-to-cache.json ./gh-pages-artifact/
|
||||
if [ -f public/CNAME ]; then
|
||||
cp public/CNAME ./gh-pages-artifact/CNAME
|
||||
fi
|
||||
|
||||
5
.gitignore
vendored
@@ -8,6 +8,7 @@ yarn.lock
|
||||
|
||||
# Build output
|
||||
public/build/
|
||||
public/pwa-files-to-cache.json
|
||||
|
||||
# macOS specific files
|
||||
.DS_Store
|
||||
@@ -51,3 +52,7 @@ Temporary Items
|
||||
.env.development
|
||||
.env.test
|
||||
.env.production
|
||||
|
||||
# Make favicon generation script executable
|
||||
chmod +x ./scripts/generateFavicons.js
|
||||
chmod +x ./scripts/scanLogos.js
|
||||
|
||||
28
LICENSE
Normal file
@@ -0,0 +1,28 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 sHa
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
---
|
||||
**Notice:**
|
||||
The code in this repository is licensed under the MIT License.
|
||||
All logos and brand images included in this repository are the property of their respective owners.
|
||||
These logos are provided for informational and illustrative purposes only and are not covered by the MIT License.
|
||||
Use of these logos must comply with each brand's guidelines and does not imply endorsement or affiliation.
|
||||
39
Makefile
@@ -2,25 +2,23 @@
|
||||
|
||||
# Configuration
|
||||
DOCKER_COMPOSE = docker compose
|
||||
CONTAINER_NAME = logo-gallery
|
||||
CONTAINER_NAME = slogos-dev
|
||||
DEV_PORT = 5006
|
||||
|
||||
# Main targets
|
||||
.PHONY: all build start stop restart logs clean scan-logos dev rebuild
|
||||
.PHONY: all build start stop restart logs clean scan-logos dev rebuild favicon build-with-favicons generate-svg-variants pwa-cache-list run update-lock
|
||||
|
||||
all: build start
|
||||
|
||||
# Development mode with hot reloading
|
||||
dev:
|
||||
dev: pwa-cache-list
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml up --build
|
||||
|
||||
# Build the Docker container
|
||||
build:
|
||||
@echo "Building the Logo Gallery container..."
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml build
|
||||
|
||||
# Start the application in the background
|
||||
start:
|
||||
start: pwa-cache-list
|
||||
@echo "Starting Logo Gallery application on port $(DEV_PORT)..."
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml up -d
|
||||
@echo "Application is running at http://localhost:$(DEV_PORT)"
|
||||
@@ -47,7 +45,7 @@ run:
|
||||
# Scan logos.json from files in the logos directory (for dev mode)
|
||||
scan-logos:
|
||||
@echo "Scanning logos directory and updating logos.json for development..."
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm slogos-dev npm run scan-logos
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run scan-logos
|
||||
@echo "Logos have been updated - refresh the browser to see changes"
|
||||
|
||||
# Clean up build artifacts and temporary files
|
||||
@@ -60,3 +58,30 @@ clean:
|
||||
rebuild:
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml down -v
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml build --no-cache
|
||||
|
||||
# Generate favicons
|
||||
favicon:
|
||||
@echo "Generating favicons..."
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run generate-favicons
|
||||
@echo "Favicons have been generated"
|
||||
|
||||
# Build with favicons
|
||||
build-with-favicons: favicon build
|
||||
|
||||
# Update package-lock.json by running npm install in Docker
|
||||
update-lock:
|
||||
@echo "Updating package-lock.json to match package.json..."
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm install
|
||||
@echo "Package lock file has been updated"
|
||||
|
||||
# Generate SVG variants with color sets
|
||||
generate-svg-variants:
|
||||
@echo "Generating SVG variants with color sets..."
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) node scripts/generate-svg-variants.js
|
||||
@echo "SVG variants have been generated"
|
||||
|
||||
# Generate PWA cache list
|
||||
pwa-cache-list:
|
||||
@echo "Generating PWA cache list..."
|
||||
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run pwa-cache-list
|
||||
|
||||
|
||||
@@ -16,4 +16,6 @@ All project code was created by AI (GitHub Copilot) with my coaching, explanatio
|
||||
|
||||
## License
|
||||
|
||||
This project is MIT licensed. Please note that the logos themselves are property of their respective owners and should be used according to their brand guidelines.
|
||||
This project is MIT licensed. See [LICENSE](./LICENSE) for details.
|
||||
|
||||
**Note:** The logos themselves are the property of their respective owners and are provided here for informational and illustrative purposes only. Usage of these logos must comply with each brand's guidelines and does not imply endorsement or affiliation.
|
||||
|
||||
7
ToDo.md
Normal file
@@ -0,0 +1,7 @@
|
||||
[v] Improove: To the tiny card add the color chooser. It should be one circle that display current color, on click it should open color picker.
|
||||
[ ] Improove: In the preview page, add full header.
|
||||
[ ] Improove: Split header into two parts: static top and dynamic bottom.
|
||||
[ ] Improove: In the preview page, add possibility select custom color for each target.
|
||||
[ ] Strategy: Add differents base/collections of images: Flags,
|
||||
[v] Strategy: WebApp, PWA
|
||||
[v] Improove: Add to filter Image variants - just logo, line logo, square logo
|
||||
34
generate-pwa-cache-list.js
Normal file
@@ -0,0 +1,34 @@
|
||||
// Node.js script to generate a list of all files in public, logos, and logos_gen for PWA caching
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const publicDir = path.join(__dirname, 'public');
|
||||
const logosDir = path.join(__dirname, 'logos');
|
||||
const logosGenDir = path.join(__dirname, 'logos_gen');
|
||||
|
||||
function walkDir(dir, baseUrl = '') {
|
||||
let results = [];
|
||||
fs.readdirSync(dir).forEach(file => {
|
||||
const filePath = path.join(dir, file);
|
||||
const relPath = path.join(baseUrl, file).replace(/\\/g, '/');
|
||||
if (fs.statSync(filePath).isDirectory()) {
|
||||
results = results.concat(walkDir(filePath, relPath));
|
||||
} else {
|
||||
results.push('/' + relPath);
|
||||
}
|
||||
});
|
||||
return results;
|
||||
}
|
||||
|
||||
const publicFiles = walkDir(publicDir, '').filter(f => !f.endsWith('sw.js'));
|
||||
const logosFiles = walkDir(logosDir, 'logos');
|
||||
const logosGenFiles = walkDir(logosGenDir, 'logos_gen');
|
||||
|
||||
const allFiles = Array.from(new Set([...publicFiles, ...logosFiles, ...logosGenFiles]));
|
||||
|
||||
fs.writeFileSync(
|
||||
path.join(publicDir, 'pwa-files-to-cache.json'),
|
||||
JSON.stringify(allFiles, null, 2)
|
||||
);
|
||||
|
||||
console.log('PWA files-to-cache list generated with', allFiles.length, 'files.');
|
||||
1060
package-lock.json
generated
10
package.json
@@ -6,7 +6,11 @@
|
||||
"build": "rollup -c",
|
||||
"dev": "rollup -c -w",
|
||||
"start": "sirv public --host 0.0.0.0 --dev --single",
|
||||
"scan-logos": "node scripts/scanLogos.js"
|
||||
"scan-logos": "node scripts/scanLogos.js",
|
||||
"generate-favicons": "node scripts/generateFavicons.js",
|
||||
"generate-variants": "node scripts/generate-svg-variants.js",
|
||||
"variants": "npm run generate-variants",
|
||||
"pwa-cache-list": "node scripts/generate-pwa-cache-list.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^17.0.0",
|
||||
@@ -20,6 +24,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@resvg/resvg-js": "^2.0.1",
|
||||
"sirv-cli": "^1.0.0"
|
||||
"jimp": "^0.22.10",
|
||||
"sirv-cli": "^1.0.0",
|
||||
"svelte-spa-router": "^3.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
public/favicon.png
Normal file
|
After Width: | Height: | Size: 632 B |
13
public/favicon.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 84 84" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="24" height="24" rx="4" fill="#ffc728"/>
|
||||
<rect x="30" y="0" width="24" height="24" rx="4" fill="#b01cab"/>
|
||||
<rect x="60" y="0" width="24" height="24" rx="4" fill="#00a1de"/>
|
||||
|
||||
<rect x="0" y="30" width="24" height="24" rx="4" fill="#EA4335"/>
|
||||
<rect x="30" y="30" width="24" height="24" rx="4" fill="#75bd21"/>
|
||||
<rect x="60" y="30" width="24" height="24" rx="4" fill="#ff661c"/>
|
||||
|
||||
<rect x="0" y="60" width="24" height="24" rx="4" fill="#4285F4"/>
|
||||
<rect x="30" y="60" width="24" height="24" rx="4" fill="#cf0f2b"/>
|
||||
<rect x="60" y="60" width="24" height="24" rx="4" fill="#34A853"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 712 B |
21
public/favicon_big.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 114 114" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="24" height="24" rx="4" fill="#4285F4"/>
|
||||
<rect x="30" y="0" width="24" height="24" rx="4" fill="#EA4335"/>
|
||||
<rect x="60" y="0" width="24" height="24" rx="4" fill="#FBBC05"/>
|
||||
<rect x="90" y="0" width="24" height="24" rx="4" fill="#34A853"/>
|
||||
|
||||
<rect x="0" y="30" width="24" height="24" rx="4" fill="#34A853"/>
|
||||
<rect x="30" y="30" width="24" height="24" rx="4" fill="#4285F4"/>
|
||||
<rect x="60" y="30" width="24" height="24" rx="4" fill="#EA4335"/>
|
||||
<rect x="90" y="30" width="24" height="24" rx="4" fill="#FBBC05"/>
|
||||
|
||||
<rect x="0" y="60" width="24" height="24" rx="4" fill="#FBBC05"/>
|
||||
<rect x="30" y="60" width="24" height="24" rx="4" fill="#EA4335"/>
|
||||
<rect x="60" y="60" width="24" height="24" rx="4" fill="#34A853"/>
|
||||
<rect x="90" y="60" width="24" height="24" rx="4" fill="#4285F4"/>
|
||||
|
||||
<rect x="0" y="90" width="24" height="24" rx="4" fill="#34A853"/>
|
||||
<rect x="30" y="90" width="24" height="24" rx="4" fill="#FBBC05"/>
|
||||
<rect x="60" y="90" width="24" height="24" rx="4" fill="#4285F4"/>
|
||||
<rect x="90" y="90" width="24" height="24" rx="4" fill="#EA4335"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -1,9 +1,52 @@
|
||||
:root {
|
||||
--primary-color: #3498db;
|
||||
--primary-color: #4619c2;
|
||||
--primary-color-hover: #6447b5;
|
||||
--secondary-color: #2c3e50;
|
||||
--additional-color: #219150;
|
||||
--background-color: #f8f9fa;
|
||||
--card-background: #ffffff;
|
||||
--text-color: #333333;
|
||||
--white: #ffffff;
|
||||
--black: #000000;
|
||||
--color-border: #ddd;
|
||||
--card-background: var(--white);
|
||||
--color-bg: var(--background-color);
|
||||
--color-text: var(--text-color);
|
||||
--color-card: var(--card-background);
|
||||
--color-accent: var(--primary-color);
|
||||
--color-accent-hover: var(--primary-color-hover);
|
||||
--color-default-fill: #c8aca5;
|
||||
}
|
||||
|
||||
/* Dark theme overrides - using both media query and class-based approach */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--color-card: #23272e;
|
||||
--background-color: #181a20;
|
||||
--color-text: #f5f6fa;
|
||||
--color-border: #333842;
|
||||
--color-accent: var(--primary-color);
|
||||
}
|
||||
}
|
||||
|
||||
/* Class-based theme overrides for explicit theme switching */
|
||||
:root.dark,
|
||||
[data-theme="dark"] {
|
||||
--color-card: #23272e;
|
||||
--background-color: #181a20;
|
||||
--color-text: #f5f6fa;
|
||||
--color-border: #333842;
|
||||
--color-accent: var(--primary-color);
|
||||
}
|
||||
|
||||
:root.light,
|
||||
[data-theme="light"] {
|
||||
--color-bg: #fff;
|
||||
--color-card: #f8f8f8;
|
||||
--background-color: #f8f9fa;
|
||||
--color-text: #333333;
|
||||
--color-border: #ddd;
|
||||
--color-accent: var(--primary-color);
|
||||
--color-default-fill: #524643;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -12,24 +55,35 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
:global(html),
|
||||
:global(body) {
|
||||
background: var(--color-bg);
|
||||
color: var(--color-text);
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
background-color: var(--color-bg);
|
||||
color: var(--color-text);
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
padding: 0;
|
||||
background: var(--color-bg);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
padding: 0.5rem 1rem;
|
||||
background-color: var(--primary-color);
|
||||
color: white;
|
||||
background-color: var(--color-accent);
|
||||
color: var(--white);
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9rem;
|
||||
@@ -37,33 +91,40 @@ button {
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #2980b9;
|
||||
background-color: var(--color-accent-hover);
|
||||
}
|
||||
|
||||
.view-toggle {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
margin-bottom: 1rem;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.search-bar {
|
||||
margin-bottom: 1.5rem;
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.search-bar input {
|
||||
width: 100%;
|
||||
padding: 0.75rem;
|
||||
border: 1px solid #ddd;
|
||||
.view-toggle button {
|
||||
padding: 0.3rem 0.5rem;
|
||||
background: var(--color-card);
|
||||
color: var(--color-text);
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
transition: background 0.2s, color 0.2s;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.view-toggle button.active,
|
||||
.view-toggle button:focus {
|
||||
background: var(--color-accent);
|
||||
color: var(--white);
|
||||
font-weight: bold;
|
||||
/* outline: 2px solid var(--color-border); */
|
||||
}
|
||||
|
||||
.copy-btn,
|
||||
.copy-group .png-btn {
|
||||
background-color: var(--secondary-color, #2c3e50);
|
||||
color: #fff;
|
||||
background-color: var(--secondary-color);
|
||||
color: var(--white);
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.02em;
|
||||
min-width: 2.5em;
|
||||
@@ -71,7 +132,7 @@ button:hover {
|
||||
margin: 0;
|
||||
padding: 0.4em 1em;
|
||||
font-size: 0.95em;
|
||||
border-right: 1px solid var(--color-border, #ddd);
|
||||
border-right: 1px solid var(--color-border);
|
||||
transition: background 0.2s, color 0.2s;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
@@ -85,15 +146,15 @@ button:hover {
|
||||
.copy-btn:hover,
|
||||
.copy-group .png-btn:focus,
|
||||
.copy-group .png-btn:hover {
|
||||
background: #222;
|
||||
color: #fff;
|
||||
background: var(--black);
|
||||
color: var(--white);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.download-btn,
|
||||
.download-group .png-btn {
|
||||
background: #27ae60;
|
||||
color: #fff;
|
||||
color: var(--white);
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.02em;
|
||||
min-width: 2.5em;
|
||||
@@ -101,7 +162,7 @@ button:hover {
|
||||
margin: 0;
|
||||
padding: 0.4em 1em;
|
||||
font-size: 0.95em;
|
||||
border-right: 1px solid var(--color-border, #ddd);
|
||||
border-right: 1px solid var(--color-border);
|
||||
transition: background 0.2s, color 0.2s;
|
||||
}
|
||||
|
||||
@@ -115,11 +176,12 @@ button:hover {
|
||||
.download-group .png-btn:focus,
|
||||
.download-group .png-btn:hover {
|
||||
background: #219150;
|
||||
color: #fff;
|
||||
color: var(--white);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.copy-group, .download-group {
|
||||
.copy-group,
|
||||
.download-group {
|
||||
display: inline-flex;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
@@ -127,57 +189,63 @@ button:hover {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
/* Shared color switcher and color circle styles */
|
||||
.color-circle {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.08);
|
||||
/* Universal Button Group Styles */
|
||||
.button-group {
|
||||
display: inline-flex;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
background: var(--color-card);
|
||||
}
|
||||
|
||||
.button-group button {
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--color-text);
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
transition: border 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.color-circle:hover {
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
|
||||
}
|
||||
.color-switcher-preview,
|
||||
.color-switcher-inline,
|
||||
.color-switcher-under {
|
||||
padding: 0.5em 0.7em;
|
||||
transition: background 0.2s, color 0.2s, border-color 0.2s;
|
||||
display: flex;
|
||||
gap: 0.4em;
|
||||
align-items: center;
|
||||
}
|
||||
.color-switcher-preview {
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
.color-switcher-inline {
|
||||
margin-left: auto;
|
||||
}
|
||||
.color-switcher-under {
|
||||
margin: 0.5em 0 0 0;
|
||||
border-right: 1px solid var(--color-border);
|
||||
border-radius: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.logo-tag {
|
||||
display: inline-block;
|
||||
background: var(--color-accent, #4f8cff);
|
||||
.button-group button:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.button-group button:hover:not(.active) {
|
||||
background: var(--color-border);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.button-group button.active {
|
||||
background: var(--color-accent);
|
||||
color: #fff;
|
||||
border-radius: 12px;
|
||||
padding: 0.2em 0.8em;
|
||||
font-size: 0.85em;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.02em;
|
||||
transition: background 0.2s;
|
||||
border-right-color: var(--color-accent);
|
||||
}
|
||||
|
||||
.button-group button.active:hover {
|
||||
background: var(--color-accent-hover, #2980b9);
|
||||
border-right-color: var(--color-accent-hover, #2980b9);
|
||||
}
|
||||
|
||||
.button-group button.active:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.logo-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5em;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.logo-info {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
background: var(--color-card);
|
||||
color: var(--color-text);
|
||||
padding: 0.5rem 1rem;
|
||||
@@ -185,6 +253,11 @@ button:hover {
|
||||
transition: background 0.2s, color 0.2s;
|
||||
}
|
||||
|
||||
.logo-info h3 {
|
||||
margin-bottom: 0.5rem;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
||||
.logo-image,
|
||||
.logo-preview {
|
||||
display: flex;
|
||||
@@ -198,7 +271,9 @@ button:hover {
|
||||
transition: background 0.2s, color 0.2s;
|
||||
}
|
||||
|
||||
.logo-preview img {
|
||||
/* Logo image styles - used in multiple components */
|
||||
.logo-preview img,
|
||||
div.logo-image img {
|
||||
max-width: 80%;
|
||||
max-height: 80%;
|
||||
width: auto;
|
||||
@@ -208,32 +283,6 @@ button:hover {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.format-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/* Direct logo image size constraints that will work with any component structure */
|
||||
div.logo-image {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
/* background-color removed for theme support */
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.logo-image img {
|
||||
max-width: 80%;
|
||||
max-height: 80%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.logo-image svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -241,29 +290,58 @@ div.logo-image img {
|
||||
max-height: 100%;
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
color: var(--color-default-fill);
|
||||
}
|
||||
|
||||
/* Grid specific */
|
||||
.logo-grid .logo-item .logo-image {
|
||||
/* height: 160px; */
|
||||
width: 100%;
|
||||
/* Modal styles */
|
||||
.modal-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
/* List specific */
|
||||
.logo-list .logo-item .logo-image {
|
||||
width: 120px;
|
||||
min-width: 120px;
|
||||
height: 100px;
|
||||
border-right: 1px solid #eee;
|
||||
.modal-content {
|
||||
background: var(--color-card);
|
||||
color: var(--color-text) !important;
|
||||
border-radius: 8px;
|
||||
padding: 1rem;
|
||||
max-width: 500px;
|
||||
width: 90%;
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
|
||||
border: 1px solid var(--color-border);
|
||||
transition: background 0.2s, color 0.2s;
|
||||
}
|
||||
|
||||
/* Dark theme overrides */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--color-card: #23272e;
|
||||
--background-color: #181a20;
|
||||
--color-text: #f5f6fa;
|
||||
--color-border: #333842;
|
||||
--color-accent: #4f8cff;
|
||||
.modal-content * {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 1rem;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.modal-header h2 {
|
||||
margin: 0;
|
||||
font-size: 1.5rem;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
textarea {
|
||||
background-color: var(--background-color);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
BIN
public/icon-192.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/icon-512.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
@@ -6,6 +6,26 @@
|
||||
<title>Logo Gallery</title>
|
||||
<link rel="stylesheet" href="global.css">
|
||||
<link rel="stylesheet" href="build/bundle.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="favicon.png" sizes="32x32">
|
||||
<link rel="icon" href="favicon.ico" sizes="any">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
|
||||
<!-- Manifest and theme color for PWA -->
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<!-- To test PWA in Safari: Open Web Inspector > Storage tab. You should see 'Service Workers' and 'Manifest'. -->
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register('/sw.js').then(function(reg) {
|
||||
console.log('Service worker registered.', reg);
|
||||
});
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
11
public/logos/1password.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="70.31 70.31 579.38 579.38">
|
||||
<path fill="#000"
|
||||
d="M360 70.313C199.997 70.313 70.313 199.997 70.313 360S199.997 649.688 360 649.688 649.688 520.003 649.688 360 520.003 70.313 360 70.313m0 19.312c149.337 0 270.375 121.038 270.375 270.375S509.337 630.375 360 630.375 89.625 509.337 89.625 360 210.663 89.625 360 89.625"
|
||||
opacity=".502" />
|
||||
<path fill="#fff"
|
||||
d="M360 89.625c149.337 0 270.375 121.038 270.375 270.375S509.337 630.375 360 630.375 89.625 509.337 89.625 360 210.663 89.625 360 89.625" />
|
||||
<path fill="#0A2D4D"
|
||||
d="M321.375 253.81c0-5.349 4.153-9.685 9.472-9.685h58.306c5.231 0 9.472 4.241 9.472 9.58v108.302c0 5.291-3.189 12.451-7.191 16.053l-4.93 4.437c-3.972 3.574-4.174 9.489-.437 13.226l5.803 5.804c3.731 3.73 6.755 11.189 6.755 16.439v48.224c0 5.349-4.153 9.685-9.472 9.685h-58.306c-5.231 0-9.472-4.177-9.472-9.642V359.986c0-5.325 3.018-12.66 6.755-16.397l5.803-5.803a9.547 9.547 0 0 0 0-13.509l-5.803-5.804c-3.731-3.73-6.755-11.189-6.755-16.439z" />
|
||||
<path fill="#198CFF"
|
||||
d="M360 147.562c117.336 0 212.438 95.102 212.438 212.438S477.336 572.438 360 572.438 147.562 477.336 147.562 360 242.664 147.562 360 147.562m0 57.938c-85.336 0-154.5 69.164-154.5 154.5S274.664 514.5 360 514.5 514.5 445.336 514.5 360 445.336 205.5 360 205.5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
13
public/logos/adguard-logo.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="logo">
|
||||
<path
|
||||
d="M63.9985842,0 C43.994593,0 19.8647785,4.58951634 1.96263782e-05,14.6913667 C1.96263782e-05,36.5086333 -0.27418281,90.8620487 63.9985842,128 C128.272772,90.8620487 127.99999,36.5086333 127.99999,14.6913667 C108.133811,4.58951634 84.0039962,0 63.9985842,0 L63.9985842,0 Z"
|
||||
fill="#68BC71" />
|
||||
<path
|
||||
d="M64,7.65088259e-09 L64,127.999182 C-0.27418281,90.8620487 1.96263784e-05,36.5086333 1.96263784e-05,14.6913667 C19.8647785,4.58951634 43.994593,0 63.9985842,0 Z"
|
||||
fill="#67B279" />
|
||||
</g>
|
||||
<path id="checkmark"
|
||||
d="M63.4353861,82.2857143 L100.571429,33.0806166 C97.8501749,30.9363118 95.4632466,32.4497178 94.1492698,33.6213869 L94.1013239,33.6251423 L63.1373441,65.2915043 L51.4709406,51.4893417 C45.9053288,45.1678361 38.3389477,49.9897053 36.5714286,51.2640207 L63.4353861,82.2857143"
|
||||
fill="#FFFFFF" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1009 B |
18
public/logos/adguard.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 455 102" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="text" transform="translate(119.395349, 28.070175)" fill="currentColor">
|
||||
<path
|
||||
d="M0,44.8580014 L19.0633804,0.441019676 L28.0867139,0.441019676 L47.1500943,44.8580014 L36.9194135,44.8580014 L32.852559,34.96656 L14.0433569,34.96656 L9.97650244,44.8580014 L0,44.8580014 Z M17.53831,26.3981778 L29.3576059,26.3981778 L23.447958,12.0965397 L17.53831,26.3981778 Z M52.2570973,44.8580014 L52.2570973,0.756033731 L69.6047735,0.756033731 C76.5523514,0.756033731 82.2289457,2.84560606 86.6347267,7.02481341 C91.0405078,11.2040208 93.2433653,16.4647029 93.2433653,22.8070175 C93.2433653,29.1073301 91.0299171,34.3575329 86.6029544,38.5577203 C82.1759917,42.7579077 76.5099881,44.8580014 69.6047735,44.8580014 L52.2570973,44.8580014 Z M62.042966,36.1006106 L69.6047735,36.1006106 C73.6292851,36.1006106 76.8700396,34.8720681 79.3270976,32.4149462 C81.7841678,29.9578243 83.0126844,26.7552134 83.0126844,22.8070175 C83.0126844,18.9008237 81.7735771,15.7087132 79.2953253,13.2305903 C76.8170734,10.7524673 73.5869218,9.51342445 69.6047735,9.51342445 L62.042966,9.51342445 L62.042966,36.1006106 Z M121.607692,45.6140351 C114.702478,45.6140351 109.078837,43.4719609 104.736601,39.1877484 C100.394365,34.9035358 98.2232791,29.4433468 98.2232791,22.8070175 C98.2232791,16.4647029 100.447318,11.0780164 104.895462,6.64679655 C109.343607,2.21557669 114.893113,0 121.544148,0 C125.399206,0 128.66113,0.493517083 131.330016,1.48056606 C133.998903,2.46761503 136.561843,3.99016773 139.018913,6.04826985 L132.855087,13.4195987 C130.991103,11.8655216 129.19069,10.7314824 127.453796,10.0174469 C125.716901,9.30341151 123.64112,8.94639915 121.226425,8.94639915 C117.667909,8.94639915 114.649571,10.300946 112.171319,13.0100804 C109.693067,15.7192149 108.45396,18.9848279 108.45396,22.8070175 C108.45396,26.8392176 109.714249,30.1783332 112.234864,32.8244645 C114.755479,35.4705958 117.98563,36.7936416 121.925415,36.7936416 C125.568657,36.7936416 128.639949,35.911611 131.139383,34.1475235 L131.139383,27.8472424 L121.289969,27.8472424 L121.289969,19.4678686 L140.607528,19.4678686 L140.607528,38.6207231 C135.057939,43.2829544 128.724723,45.6140351 121.607692,45.6140351 Z M168.567153,45.5510323 C162.509204,45.5510323 157.785752,43.8814745 154.396707,40.5423088 C151.007644,37.2031431 149.313139,32.3414748 149.313139,25.9571581 L149.313139,0.756033731 L159.099007,0.756033731 L159.099007,25.7051468 C159.099007,29.2333219 159.93567,31.9319153 161.609019,33.801008 C163.282369,35.6701008 165.644086,36.6046331 168.694242,36.6046331 C171.744398,36.6046331 174.106116,35.7016019 175.779465,33.8955123 C177.452815,32.0894227 178.289477,29.4643318 178.289477,26.0201609 L178.289477,0.756033731 L188.075346,0.756033731 L188.075346,25.642144 C188.075346,32.1944691 186.349068,37.1506407 182.896461,40.5108074 C179.443853,43.8709741 174.667465,45.5510323 168.567153,45.5510323 Z M190.727544,44.8580014 L209.790925,0.441019676 L218.814258,0.441019676 L237.877638,44.8580014 L227.646958,44.8580014 L223.580103,34.96656 L204.770901,34.96656 L200.704046,44.8580014 L190.727544,44.8580014 Z M208.265854,26.3981778 L220.08515,26.3981778 L214.175502,12.0965397 L208.265854,26.3981778 Z M242.984641,44.8580014 L242.984641,0.756033731 L263.318914,0.756033731 C268.95323,0.756033731 273.27422,2.24708534 276.282013,5.2292333 C278.823809,7.74935834 280.094689,11.1514761 280.094689,15.4356887 C280.094689,22.1980242 276.91749,26.7551819 270.562998,29.1072986 L281.429125,44.8580014 L269.991097,44.8580014 L260.332318,30.7453717 L252.77051,30.7453717 L252.77051,44.8580014 L242.984641,44.8580014 Z M252.77051,22.1769894 L262.683468,22.1769894 C265.055811,22.1769894 266.898587,21.5994694 268.211848,20.4444121 C269.52511,19.2893548 270.181731,17.7458014 270.181731,15.8137055 C270.181731,13.7556034 269.503929,12.1910493 268.148304,11.1199961 C266.792679,10.048943 264.907541,9.51342445 262.492834,9.51342445 L252.77051,9.51342445 L252.77051,22.1769894 Z M287.171574,44.8580014 L287.171574,0.756033731 L304.519251,0.756033731 C311.466828,0.756033731 317.143423,2.84560606 321.549204,7.02481341 C325.954985,11.2040208 328.157842,16.4647029 328.157842,22.8070175 C328.157842,29.1073301 325.944394,34.3575329 321.517431,38.5577203 C317.090469,42.7579077 311.424465,44.8580014 304.519251,44.8580014 L287.171574,44.8580014 Z M296.957443,36.1006106 L304.519251,36.1006106 C308.543762,36.1006106 311.784517,34.8720681 314.241575,32.4149462 C316.698645,29.9578243 317.927161,26.7552134 317.927161,22.8070175 C317.927161,18.9008237 316.688054,15.7087132 314.209802,13.2305903 C311.73155,10.7524673 308.501399,9.51342445 304.519251,9.51342445 L296.957443,9.51342445 L296.957443,36.1006106 Z"
|
||||
fill-rule="nonzero"></path>
|
||||
</g>
|
||||
<g id="logo">
|
||||
<path
|
||||
d="M49.9988939,0 C34.3707758,0 15.5193582,3.58555964 1.5333108e-05,11.4776302 C1.5333108e-05,28.5223698 -0.214205321,70.9859756 49.9988939,100 C100.213103,70.9859756 99.9999924,28.5223698 99.9999924,11.4776302 C84.4795396,3.58555964 65.628122,0 49.9988939,0 L49.9988939,0 Z"
|
||||
fill="#68BC71" />
|
||||
<path
|
||||
d="M50,5.9772276e-09 L50,99.9993609 C-0.214205321,70.9859756 1.53331082e-05,28.5223698 1.53331082e-05,11.4776302 C15.5193582,3.58555964 34.3707758,0 49.9988939,0 Z"
|
||||
fill="#67B279" />
|
||||
<path
|
||||
d="M49.5588954,64.2857143 L78.5714286,25.8442317 C76.4454491,24.1689936 74.5806614,25.351342 73.554117,26.2667086 L73.5166593,26.2696424 L49.32605,51.0089877 L40.2116724,40.2260482 C35.8635382,35.2873719 29.9523029,39.0544573 28.5714286,40.0500162 L49.5588954,64.2857143"
|
||||
fill="#FFFFFF" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
25
public/logos/affinity-designer.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1,0,0,1,-1528,0)">
|
||||
<g transform="matrix(1.024,0,0,1.024,1528,0)">
|
||||
<g id="designer_icon_marketing" transform="matrix(2.79101,0,0,2.77709,-106.854,-106.797)">
|
||||
<g transform="matrix(0.349896,0,0,0.351649,38.2852,38.4565)">
|
||||
<path
|
||||
d="M1024,100C1024,44.808 979.192,0 924,0L100,0C44.808,0 0,44.808 0,100L0,924C0,979.192 44.808,1024 100,1024L924,1024C979.192,1024 1024,979.192 1024,924L1024,100Z"
|
||||
style="fill:rgb(19,72,129);" />
|
||||
</g>
|
||||
<g transform="matrix(0.349896,0,0,0.351649,-496.356,38.4565)">
|
||||
<path
|
||||
d="M2477,909.311C2476.83,931.245 2458.97,949 2437,949L2033.31,949L1860.76,650.124L2477,650.124L2477,909.311ZM1603,909L1603,733.513L1983.19,75L2131.77,75L1810.58,631.33L1993.98,949L1643,949C1620.92,949 1603,931.077 1603,909ZM2090.17,616.044L1939.95,616.044C1923.18,616.044 1907.68,607.244 1899.3,592.717C1890.91,578.199 1890.91,560.3 1899.3,545.782C1932.67,487.982 1974.45,415.612 1974.45,415.612L2090.17,616.044ZM2437,75C2458.97,75 2476.83,92.755 2477,114.689L2477,616.044L2129.52,616.044L1994.11,381.549L2171.1,75L2437,75Z"
|
||||
style="fill:url(#_RadialGradientHighlight_38645);" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="_RadialGradientHighlight_38645" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1038.26,0,0,1038.26,2271.03,-89.2591)">
|
||||
<stop offset="0" style="stop-color:rgb(107,225,251);stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:rgb(56,189,250);stop-opacity:1" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
25
public/logos/affinity-photo.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1,0,0,1,-2598,0)">
|
||||
<g transform="matrix(1.024,0,0,1.024,2598,0)">
|
||||
<g id="photo_icon_marketing" transform="matrix(2.79101,0,0,2.77709,-106.854,-106.797)">
|
||||
<g transform="matrix(0.349896,0,0,0.351649,38.2852,38.4565)">
|
||||
<path
|
||||
d="M1024,100C1024,44.808 979.192,0 924,0L100,0C44.808,0 0,44.808 0,100L0,924C0,979.192 44.808,1024 100,1024L924,1024C979.192,1024 1024,979.192 1024,924L1024,100Z"
|
||||
style="fill:rgb(78,49,136);" />
|
||||
</g>
|
||||
<g transform="matrix(0.349896,0,0,0.351649,-870.745,38.4565)">
|
||||
<path
|
||||
d="M3547,650.087L3547,909C3547,930.809 3529.51,948.566 3507.8,948.992L3243.38,948.991L3070.74,650.087L3547,650.087ZM3204.04,948.991L2736.26,948.991L2970.28,544.277L3204.04,948.991ZM2698.7,946.362C2684.55,940.937 2674.26,927.71 2673.11,911.965L2673,733.502L2863.17,404.251L3011.81,404.251L2698.7,946.362ZM3147.75,403.636C3160.7,403.69 3173.09,411.297 3179.78,422.571C3179.85,422.685 3179.98,422.915 3179.98,422.915L3219.28,490.967C3219.28,490.967 3219.51,491.348 3219.62,491.531C3226.04,502.765 3226.29,516.92 3219.87,528.358C3206.7,551.4 3193.32,574.331 3180.04,597.318C3173.52,608.497 3161.18,615.791 3148.06,615.954C3123.03,616.059 3072.84,616.001 3072.77,616.001C3059.82,615.947 3047.23,609.042 3040.53,597.768C3040.38,597.524 3040.1,597.025 3040.1,597.025C3040.1,597.025 3000.78,528.966 3000.7,528.808C2994.27,517.574 2994.28,503.061 3000.7,491.623C3000.79,491.455 3000.99,491.119 3000.99,491.119C3000.99,491.119 3027.3,445.481 3040.47,422.662C3046.99,411.483 3059.36,403.792 3072.47,403.628C3072.69,403.627 3073.13,403.617 3073.13,403.617L3147.3,403.636L3147.75,403.636ZM3519.89,77.126L3208.64,616.001L3547,616.001L3547,115C3547,97.434 3535.65,82.497 3519.89,77.126ZM3053.34,75L3481.77,75L3250.07,476.157L3035.86,105.276L3053.34,75ZM3149.52,370.191L2882.84,370.191L3016.18,139.336L3149.52,370.191Z"
|
||||
style="fill:url(#_RadialGradientPrimary_56349);" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="_RadialGradientPrimary_56349" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1038.25,0,0,1038.25,3341.03,-89.2588)">
|
||||
<stop offset="0" style="stop-color:rgb(249,166,255);stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:rgb(234,115,255);stop-opacity:1" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
25
public/logos/affinity-publisher.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1,0,0,1,-3679,0)">
|
||||
<g transform="matrix(1.024,0,0,1.024,3679,0)">
|
||||
<g id="publisher_icon_marketing" transform="matrix(2.79101,0,0,2.77709,-106.854,-106.797)">
|
||||
<g transform="matrix(0.349896,0,0,0.351649,38.2852,38.4565)">
|
||||
<path
|
||||
d="M1024,100C1024,44.808 979.192,0 924,0L100,0C44.808,0 0,44.808 0,100L0,924C0,979.192 44.808,1024 100,1024L924,1024C979.192,1024 1024,979.192 1024,924L1024,100Z"
|
||||
style="fill:rgb(137,27,38);" />
|
||||
</g>
|
||||
<g transform="matrix(0.349896,0,0,0.351649,-1248.98,38.4565)">
|
||||
<path
|
||||
d="M4145.14,949L3887.34,502.652L3754,733.508L3754,909C3754,931.077 3771.92,949 3794,949L4145.14,949ZM4333.13,949L4184.49,949C4184.49,949 3991.94,615.513 3927.43,503.943C3914.78,482.065 3914.78,455.101 3927.42,433.219C3950.75,392.851 3981.34,339.909 3981.34,339.909L4333.13,949ZM4521.12,949L4372.48,949L4003.19,302.072L4075.33,177.182L4521.12,949ZM4628,808.578L4628,909C4628,931.077 4610.08,949 4588,949L4560.47,949L4095,143.121L4134.35,75L4204.3,75L4628,808.578ZM4588,75L4243.64,75L4628,740.456L4628,115C4628,92.923 4610.08,75 4588,75Z"
|
||||
style="fill:url(#_RadialBlendHighlight_39487);" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="_RadialBlendHighlight_39487" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1038.26,0,0,1038.26,4421.95,-89.2604)">
|
||||
<stop offset="0" style="stop-color:rgb(255,174,113);stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:rgb(255,147,80);stop-opacity:1" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
38
public/logos/android-auto.svg
Normal file
@@ -0,0 +1,38 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 2751 2813.6">
|
||||
<path fill="#03A9F4" fill-rule="evenodd"
|
||||
d="M187.6 2438.4C84 2438.4 0 2354.4 0 2250.8c0-34.1 9.1-66.1 25.1-93.6L1213 94c32.2-56.1 92.9-94 162.4-94s130.2 37.9 162.5 94l1188 2063.2c16 27.5 25.1 59.5 25.1 93.6 0 103.6-84 187.6-187.6 187.6z"
|
||||
clip-rule="evenodd" />
|
||||
<linearGradient id="a" x1="1039.848" x2="2691.901" y1="1466.263" y2="2404.459" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#1a237e;stop-opacity:.2" />
|
||||
<stop offset="1" style="stop-color:#1a237e;stop-opacity:2.000000e-02" />
|
||||
</linearGradient>
|
||||
<path fill="url(#a)" d="M2751 2250.9 1375.4 875.3v1563h1188c103.6.1 187.5-83.9 187.6-187.4" />
|
||||
<path fill="#039BE5" fill-rule="evenodd"
|
||||
d="M1212.9 94 25.1 2157.1c-16 27.5-25.1 59.5-25.1 93.6 0 103.6 84 187.6 187.6 187.6h1188V0c-69.7 0-130.4 37.9-162.7 94"
|
||||
clip-rule="evenodd" />
|
||||
<path fill="#F1F1F1" fill-rule="evenodd" d="M1375.4 875.3 2438.2 2751l-62.6 62.6-1000.4-375.1-1000.2 375-62.6-62.6z"
|
||||
clip-rule="evenodd" />
|
||||
<path fill="#E1E1E1" fill-rule="evenodd" d="M1375.4 875.3 2438.2 2751l-62.6 62.6-1000.4-375.1"
|
||||
clip-rule="evenodd" />
|
||||
<path fill="#FFF" fill-rule="evenodd" d="m1375.4 891.3 1057.1 1865.5 5.7-5.8L1375.4 875.3 312.5 2750.9l5.8 5.8z"
|
||||
clip-rule="evenodd" opacity=".2" />
|
||||
<path fill="#1A237E" fill-rule="evenodd"
|
||||
d="M489.6 2424.4h-302c-101.3 0-183.8-80.3-187.5-180.7-.1 2.3-.1 4.7-.1 7.1 0 103.6 84 187.6 187.6 187.6h294.1z"
|
||||
clip-rule="evenodd" opacity=".2" />
|
||||
<path fill-rule="evenodd"
|
||||
d="m2375.7 2799.6-1000.4-375.1-1000.2 375-57.5-57.6-5.1 9 62.6 62.6 1000.2-375 1000.4 375.1 62.5-62.6-5-8.9z"
|
||||
clip-rule="evenodd" opacity=".07" />
|
||||
<path fill="#1A237E" fill-rule="evenodd"
|
||||
d="M2750.9 2243.7c0 .9-.1 1.9-.1 2.8v.2c-.1 1.5-.2 3.1-.3 4.6-.1 1.6-.3 3.1-.4 4.7v.1c-3.7 36.2-17.7 69.4-39.1 96.5v.1c-.9 1.2-1.8 2.3-2.8 3.4v.1c-.9 1.1-1.9 2.3-2.9 3.4l-.1.1c-1 1.1-1.9 2.2-2.9 3.3l-.1.1c-1 1.1-2 2.1-3 3.2l-.2.2c-1 1-2 2.1-3 3.1l-.1.1c-1 1-2.1 2-3.1 3l-.2.2c-1 1-2 1.9-3.1 2.9l-.2.2c-1 .9-2.1 1.9-3.2 2.8l-.4.4c-1 .9-2 1.7-3 2.5-.2.1-.3.3-.5.4l-3 2.4c-.2.1-.4.3-.5.4-1 .8-2 1.6-3 2.3-.2.1-.3.2-.5.3-1.1.8-2.1 1.6-3.2 2.3-.2.1-.4.3-.6.4-1 .7-2.1 1.5-3.1 2.2l-.9.6c-1 .6-1.9 1.3-2.9 1.9l-.9.6c-1 .6-1.9 1.2-2.9 1.8-.3.2-.6.3-.8.5-1 .6-2 1.2-3.1 1.8-.4.2-.7.4-1.1.6-1 .5-1.9 1.1-2.9 1.6-.4.2-.7.4-1.1.6-1 .5-2 1-2.9 1.6-.4.2-.8.4-1.3.6-.9.5-1.9.9-2.8 1.4-.5.2-.9.4-1.4.7-.9.4-1.8.9-2.7 1.3-.4.2-.9.4-1.3.6-1 .4-1.9.8-2.9 1.3-.5.2-.9.4-1.4.6-.9.4-1.9.8-2.8 1.2-.5.2-1.1.4-1.6.6-.9.3-1.8.7-2.7 1-.6.2-1.1.4-1.7.6-.9.3-1.8.6-2.6.9l-1.8.6c-.9.3-1.7.6-2.6.8l-2.1.6c-.8.2-1.6.5-2.3.7-.6.2-1.3.3-1.9.5-.8.2-1.7.5-2.5.7-.7.2-1.4.3-2 .5-.8.2-1.6.4-2.5.6-.8.2-1.7.4-2.5.5-.7.1-1.4.3-2 .4-.8.2-1.6.3-2.4.5-.7.1-1.4.3-2.2.4s-1.6.3-2.4.4c-.7.1-1.5.3-2.2.4-.8.1-1.7.2-2.5.4l-2.1.3c-1 .1-1.9.2-2.9.3-.6.1-1.2.1-1.8.2-.8.1-1.7.2-2.6.2-.7.1-1.5.1-2.2.2-.8.1-1.6.1-2.4.2s-1.6.1-2.4.2c-1.6.1-3.1.1-4.7.2h-.1c-1.6 0-3.2.1-4.8.1h-302.3l7.9 14h294.4c4.9 0 9.7-.2 14.4-.5.3 0 .5 0 .8-.1 1.3-.1 2.7-.2 4-.4h.2c1.5-.2 3-.3 4.5-.5.3 0 .7-.1 1-.1 1.2-.2 2.5-.3 3.7-.5.4-.1.8-.1 1.2-.2 1.2-.2 2.3-.4 3.5-.6.5-.1.9-.2 1.4-.3 1.1-.2 2.2-.4 3.2-.6.4-.1.9-.2 1.3-.3 1.1-.2 2.2-.5 3.3-.7.6-.1 1.1-.3 1.7-.4.9-.2 1.9-.4 2.8-.7.7-.2 1.3-.4 2-.5.8-.2 1.7-.4 2.5-.7.6-.2 1.2-.4 1.8-.5.9-.3 1.7-.5 2.6-.8.7-.2 1.4-.4 2-.7.8-.3 1.6-.5 2.4-.8.7-.3 1.5-.5 2.2-.8.7-.2 1.4-.5 2.1-.7.8-.3 1.5-.6 2.2-.9s1.4-.5 2-.8c.8-.3 1.6-.7 2.4-1 .6-.2 1.2-.5 1.8-.7.8-.4 1.7-.7 2.5-1.1.6-.2 1.1-.5 1.7-.7.8-.4 1.6-.7 2.4-1.1.6-.3 1.1-.5 1.7-.8.8-.4 1.7-.8 2.5-1.2.5-.3 1-.5 1.6-.8.9-.5 1.8-.9 2.7-1.4.4-.2.9-.5 1.4-.7.9-.5 1.8-1 2.6-1.5.4-.2.9-.5 1.3-.7.9-.5 1.9-1.1 2.8-1.7.4-.2.7-.4 1.1-.6 1-.6 1.9-1.2 2.9-1.8.3-.2.7-.4 1-.6 1-.6 1.9-1.3 2.9-1.9l.9-.6 3-2.1c.2-.2.5-.3.7-.5 1-.7 2-1.4 3-2.2.2-.2.4-.3.7-.5 1-.7 1.9-1.5 2.9-2.2.2-.2.5-.3.7-.5 1-.8 1.9-1.5 2.9-2.3.2-.2.4-.3.6-.5 1-.8 1.9-1.6 2.8-2.4.2-.2.4-.3.6-.5l3-2.7.3-.3c1-.9 2.1-1.9 3.1-2.9l.2-.2c1-1 2-1.9 3-2.9.1-.1.2-.1.2-.2 1-1 2-2 3-3.1l.2-.2c1-1 2-2.1 3-3.2l.1-.1c1-1.1 1.9-2.1 2.8-3.2l.2-.2c1-1.1 1.9-2.2 2.9-3.4l.1-.1c.9-1.1 1.9-2.3 2.8-3.4v-.1c.9-1.2 1.8-2.3 2.7-3.5v-.1c19.8-26.4 32.8-58.3 36.3-92.9v-.1c.2-1.6.3-3.1.4-4.7.1-1.5.2-3.1.3-4.6v-.2c.1-1.5.1-3 .2-4.5v-.3c0-1.5.1-3 .1-4.5v-.4c-.5-2.6-.6-5-.6-7.3"
|
||||
clip-rule="evenodd" opacity=".2" />
|
||||
<path fill="#FFF" fill-rule="evenodd"
|
||||
d="M25.1 2171.1 1212.9 108c16.2-28.1 39.5-51.6 67.4-68.1s60.4-25.9 95.1-25.9h.2c69.5 0 130.1 37.9 162.4 94l1188 2063.2c14.9 25.6 23.7 55.1 24.9 86.5 0-.6 0-1.1.1-1.7v-.3c0-1.5.1-3 .1-4.5v-.4c0-34.1-9.1-66.1-25.1-93.6L1538 94c-32.3-56.1-93-93.9-162.4-94h-.2c-34.7 0-67.2 9.4-95 25.9-28 16.5-51.3 40-67.5 68.1L25.1 2157.1c-16 27.5-25.1 59.5-25.1 93.6 0 2.3.1 4.6.1 6.9 1.2-31.4 10.1-60.8 25-86.5"
|
||||
clip-rule="evenodd" opacity=".2" />
|
||||
<radialGradient id="b" cx="1006.982" cy="188.699" r="3140.371" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#fff;stop-opacity:.1" />
|
||||
<stop offset="1" style="stop-color:#fff;stop-opacity:0" />
|
||||
</radialGradient>
|
||||
<path fill="url(#b)" fill-rule="evenodd"
|
||||
d="m2702.1 2377.1.1-.1c1-1.1 1.9-2.1 2.8-3.2l.2-.2c1-1.1 1.9-2.2 2.9-3.4l.1-.1c.9-1.1 1.9-2.3 2.8-3.4v-.1c.9-1.2 1.8-2.3 2.7-3.5v-.1c19.8-26.4 32.8-58.3 36.3-92.9v-.1c.2-1.6.3-3.1.4-4.7.1-1.5.2-3.1.3-4.6v-.2c.1-1.5.1-3 .2-4.5v-.3c0-1.5.1-3 .1-4.5v-.4c0-34.1-9.1-66.1-25.1-93.6L1538 94c-32.3-56.1-93-93.9-162.4-94h-.2c-34.7 0-67.2 9.4-95 25.9-28 16.5-51.3 40-67.5 68.1L25.1 2157.1c-16 27.5-25.1 59.5-25.1 93.6 0 103.6 84 187.6 187.6 187.6h302l-177.1 312.5 62.6 62.6 1000.2-375 1000.4 375.1 62.6-62.6-177.1-312.6h302.3c4.9 0 9.7-.2 14.4-.5.3 0 .5 0 .8-.1 1.3-.1 2.7-.2 4-.4h.2c1.5-.2 3-.3 4.5-.5.3 0 .7-.1 1-.1 1.2-.2 2.5-.3 3.7-.5.4-.1.8-.1 1.2-.2 1.2-.2 2.3-.4 3.5-.6.5-.1.9-.2 1.4-.3 1.1-.2 2.2-.4 3.2-.6.4-.1.9-.2 1.3-.3 1.1-.2 2.2-.5 3.3-.7.6-.1 1.1-.3 1.7-.4.9-.2 1.9-.4 2.8-.7.7-.2 1.3-.4 2-.5.8-.2 1.7-.4 2.5-.7.6-.2 1.2-.4 1.8-.5.9-.3 1.7-.5 2.6-.8.7-.2 1.4-.4 2-.7.8-.3 1.6-.5 2.4-.8.7-.3 1.5-.5 2.2-.8.7-.2 1.4-.5 2.1-.7.8-.3 1.5-.6 2.2-.9s1.4-.5 2-.8c.8-.3 1.6-.7 2.4-1 .6-.2 1.2-.5 1.8-.7.8-.4 1.7-.7 2.5-1.1.6-.2 1.1-.5 1.7-.7.8-.4 1.6-.7 2.4-1.1.6-.3 1.1-.5 1.7-.8.8-.4 1.7-.8 2.5-1.2.5-.3 1-.5 1.6-.8.9-.5 1.8-.9 2.7-1.4.4-.2.9-.5 1.4-.7.9-.5 1.8-1 2.6-1.5.4-.2.9-.5 1.3-.7.9-.5 1.9-1.1 2.8-1.7.4-.2.7-.4 1.1-.6 1-.6 1.9-1.2 2.9-1.8.3-.2.7-.4 1-.6 1-.6 1.9-1.3 2.9-1.9l.9-.6 3-2.1c.2-.2.5-.3.7-.5 1-.7 2-1.4 3-2.2.2-.2.4-.3.7-.5 1-.7 1.9-1.5 2.9-2.2.2-.2.5-.3.7-.5 1-.8 1.9-1.5 2.9-2.3.2-.2.4-.3.6-.5 1-.8 1.9-1.6 2.8-2.4.2-.2.4-.3.6-.5l3-2.7.3-.3c1-.9 2.1-1.9 3.1-2.9l.2-.2c1-1 2-1.9 3-2.9.1-.1.2-.1.2-.2 1-1 2-2 3-3.1l.2-.2c.8-.9 1.7-2 2.7-3"
|
||||
clip-rule="evenodd" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.7 KiB |
111
public/logos/apache.svg
Normal file
@@ -0,0 +1,111 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="10.41 0 27.17 48.01" width="100%" height="100%">
|
||||
<linearGradient id="a" x1="-5167.1" x2="-4570.1" y1="697.55" y2="1395.6"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#F69923" />
|
||||
<stop offset=".312" stop-color="#F79A23" />
|
||||
<stop offset=".838" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<linearGradient id="b" x1="-9585.3" x2="-5326.2" y1="620.5" y2="620.5"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".323" stop-color="#9E2064" />
|
||||
<stop offset=".63" stop-color="#C92037" />
|
||||
<stop offset=".751" stop-color="#CD2335" />
|
||||
<stop offset="1" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<linearGradient id="c" x1="-9071.2" x2="-6533.2" y1="1047.7" y2="1047.7"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#282662" />
|
||||
<stop offset=".095" stop-color="#662E8D" />
|
||||
<stop offset=".788" stop-color="#9F2064" />
|
||||
<stop offset=".949" stop-color="#CD2032" />
|
||||
</linearGradient>
|
||||
<linearGradient id="d" x1="-9346.1" x2="-5087" y1="580.82" y2="580.82"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".323" stop-color="#9E2064" />
|
||||
<stop offset=".63" stop-color="#C92037" />
|
||||
<stop offset=".751" stop-color="#CD2335" />
|
||||
<stop offset="1" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<linearGradient id="e" x1="-9035.5" x2="-6797.2" y1="638.44" y2="638.44"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#282662" />
|
||||
<stop offset=".095" stop-color="#662E8D" />
|
||||
<stop offset=".788" stop-color="#9F2064" />
|
||||
<stop offset=".949" stop-color="#CD2032" />
|
||||
</linearGradient>
|
||||
<linearGradient id="f" x1="-9346.1" x2="-5087" y1="1021.6" y2="1021.6"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".323" stop-color="#9E2064" />
|
||||
<stop offset=".63" stop-color="#C92037" />
|
||||
<stop offset=".751" stop-color="#CD2335" />
|
||||
<stop offset="1" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<linearGradient id="g" x1="-9610.3" x2="-5351.2" y1="999.73" y2="999.73"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".323" stop-color="#9E2064" />
|
||||
<stop offset=".63" stop-color="#C92037" />
|
||||
<stop offset=".751" stop-color="#CD2335" />
|
||||
<stop offset="1" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<linearGradient id="h" x1="-9346.1" x2="-5087" y1="1152.7" y2="1152.7"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".323" stop-color="#9E2064" />
|
||||
<stop offset=".63" stop-color="#C92037" />
|
||||
<stop offset=".751" stop-color="#CD2335" />
|
||||
<stop offset="1" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<linearGradient id="i" x1="-9346.1" x2="-5087" y1="1137.7" y2="1137.7"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".323" stop-color="#9E2064" />
|
||||
<stop offset=".63" stop-color="#C92037" />
|
||||
<stop offset=".751" stop-color="#CD2335" />
|
||||
<stop offset="1" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<linearGradient id="j" x1="-6953.4" x2="-6012" y1="1134.7" y2="1134.7"
|
||||
gradientTransform="rotate(-65.001 -2052.931 -4777.847)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".323" stop-color="#9E2064" />
|
||||
<stop offset=".63" stop-color="#C92037" />
|
||||
<stop offset=".751" stop-color="#CD2335" />
|
||||
<stop offset="1" stop-color="#E97826" />
|
||||
</linearGradient>
|
||||
<path fill="url(#a)"
|
||||
d="M1798.9 20.1C1732.6 59.2 1622.5 170 1491 330.5l120.8 228c84.8-121.3 170.9-230.4 257.8-323.6 6.7-7.4 10.2-10.9 10.2-10.9-3.4 3.6-6.8 7.3-10.2 10.9-28.1 31-113.4 130.5-242.1 328.1 123.9-6.2 314.3-31.5 469.6-58.1 46.2-258.8-45.3-377.3-45.3-377.3S1935.5-60.6 1798.9 20.1"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="none"
|
||||
d="m28.523 15 .03-.006-.197.021q-.018.01-.036.016zM17.605 30.042q.023-.059.043-.116a211 211 0 0 1 1.883-4.79 178 178 0 0 1 2.042-4.802 150 150 0 0 1 1.597-3.479q.237-.498.47-.977l.155-.316.025-.052-.168.019-.134-.264-.04.077a107 107 0 0 0-1.123 2.297 149 149 0 0 0-2.184 4.813 187 187 0 0 0-1.99 4.773q-.496 1.236-.963 2.445l-.21.545q-.375.976-.73 1.927l.21.416.19-.02.02-.057a232 232 0 0 1 .907-2.44zm9.087-10.33h.002z" />
|
||||
<g fill="#be202e">
|
||||
<path d="m26.238 21.974-.541.094-.003.001q.14-.02.276-.043c.136-.023.179-.033.268-.052" />
|
||||
<path d="m26.238 21.974-.541.094-.003.001q.14-.02.276-.043c.136-.023.179-.033.268-.052" opacity=".35" />
|
||||
<path d="M26.696 19.71v.001l-.003.001.086-.012q.176-.025.343-.061z" />
|
||||
<path d="M26.696 19.71v.001l-.003.001.086-.012q.176-.025.343-.061z" opacity=".35" />
|
||||
</g>
|
||||
<path fill="url(#b)"
|
||||
d="M1255.7 1147.6c36.7-68.6 73.9-135.7 111.5-201 39-67.8 78.5-133.6 118.4-197 2.3-3.7 4.7-7.5 7-11.3 39.4-62.4 79.2-122.4 119.3-179.8l-120.8-228c-9.1 11.1-18.2 22.4-27.5 33.9-34.8 43.4-71 90.1-108.1 139.6-41.8 55.8-84.8 115.4-128.5 177.9-40.3 57.8-81.2 118.3-122.1 180.9-34.8 53.3-69.8 108.2-104.5 164.5l-3.9 6.3 157.2 310.5c33.6-66.5 67.6-132.1 102-196.5"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="url(#c)"
|
||||
d="M539.7 2897.1c-20.8 57.2-41.7 115.4-62.7 174.9-.3.9-.6 1.7-.9 2.6-3 8.4-5.9 16.8-8.9 25.2-14.1 40.1-26.4 76.2-54.5 158.3 46.3 21.1 83.5 76.7 118.7 139.8-3.7-65.3-30.8-126.7-82.1-174.2 228.3 10.3 425-47.4 526.7-214.3 9.1-14.9 17.4-30.5 24.9-47.2-46.2 58.6-103.5 83.5-211.4 77.4-.2.1-.5.2-.7.3.2-.1.5-.2.7-.3 158.8-71.1 238.5-139.3 308.9-252.4 16.7-26.8 32.9-56.1 49.5-88.6-138.9 142.6-299.8 183.2-469.3 152.4l-127.1 13.9c-4 10.7-7.9 21.4-11.8 32.2"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="url(#d)"
|
||||
d="M599 2612.4c27.5-71 55.8-142.8 84.8-215.3 27.8-69.4 56.4-139.2 85.6-209.4s59.1-140.5 89.6-210.9c31-71.6 62.7-143.1 94.9-214.2 31.9-70.3 64.4-140.3 97.4-209.6 11.9-25 23.9-49.9 35.9-74.7q31.2-64.35 63-127.5c1.1-2.3 2.3-4.5 3.5-6.8l-157.2-310.5c-2.6 4.2-5.1 8.4-7.7 12.6-36.6 59.8-73.1 121-108.9 183.5-36.2 63.1-71.7 127.4-106.4 192.6-29.3 55-57.9 110.5-85.7 166.5-5.6 11.4-11.1 22.6-16.6 33.9-34.3 70.5-65.2 138.6-93.2 204.1-31.7 74.2-59.6 145.1-84 212.3-16.1 44.2-30.7 86.9-44.1 127.9-11 35-21.5 70.1-31.4 105-23.5 82.3-43.7 164.4-60.3 246.2l158 311.9c20.9-55.8 42.3-112.3 64.3-169.6 6.1-15.9 12.3-32 18.5-48"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="url(#e)"
|
||||
d="M356.1 2529.2c-19.8 99.8-33.9 199.2-41 298-.2 3.5-.6 6.9-.8 10.4-49.3-79-181.3-156.1-181-155.4 94.5 137 166.2 273 176.9 406.5-50.6 10.4-119.9-4.6-200-34.1 83.5 76.7 146.2 97.9 170.6 103.6-76.7 4.8-156.6 57.5-237.1 118.2 117.7-48 212.8-67 280.9-51.6-108 305.8-216.3 643.4-324.6 1001.8 33.2-9.8 53-32.1 64.1-62.3 19.3-64.9 147.4-490.7 348.1-1050.4 5.7-15.9 11.5-31.9 17.3-48 1.6-4.5 3.3-9 4.9-13.4 21.2-58.7 43.2-118.6 65.9-179.7 5.2-13.9 10.4-27.8 15.6-41.8.1-.3.2-.6.3-.8l-157.8-311.8c-.7 3.5-1.6 7.1-2.3 10.8"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="url(#f)"
|
||||
d="M1178.1 1370.3c-4.5 9.2-9 18.5-13.6 27.9-13.6 28.1-27.4 56.7-41.4 86-15.1 31.7-30.3 64.1-45.7 97.3-7.8 16.7-15.5 33.5-23.4 50.6-23.5 51.1-47.3 103.9-71.5 158.4-29.7 67-60 136.6-90.7 208.9-29.3 68.9-59 140.2-89.1 214-28.6 70-57.5 142.3-86.8 216.8-26.1 66.5-52.4 134.7-79 204.9-1.3 3.4-2.6 6.8-3.8 10.2-26.4 69.7-53 141.3-79.8 214.7-.6 1.7-1.2 3.4-1.8 5l127.1-13.9c-2.5-.5-5.1-.8-7.6-1.3 152-18.9 354-132.5 484.6-272.7 60.2-64.6 114.8-140.8 165.3-230 37.6-66.4 72.9-140 106.5-221.5 29.4-71.2 57.6-148.3 84.8-231.9-34.9 18.4-74.9 31.9-119 41.3-7.7 1.6-15.6 3.2-23.6 4.6s-16.1 2.7-24.3 3.8c.1 0 .2-.1.3-.1 141.7-54.5 231.1-159.8 296.1-288.7-37.3 25.4-97.9 58.7-170.5 74.7-9.9 2.2-20 3.9-30.2 5.4-2.6.4-5.1.8-7.6 1.1.1 0 .1-.1.2-.1 0 0 .1 0 .1-.1 49.2-20.6 90.7-43.6 126.7-70.8 7.7-5.8 15.2-11.8 22.4-18.1 11-9.5 21.4-19.5 31.4-30 6.4-6.7 12.6-13.6 18.6-20.8 14.1-16.8 27.3-34.9 39.7-54.6 3.8-6 7.5-12.1 11.2-18.4 4.7-9.1 9.2-18 13.6-26.8 19.8-39.8 35.6-75.3 48.2-106.5 6.3-15.6 11.8-30 16.5-43.4 1.9-5.3 3.7-10.5 5.4-15.5 5-15 9.1-28.3 12.3-40 4.8-17.5 7.7-31.4 9.3-41.5-4.8 3.8-10.3 7.6-16.5 11.3-42.8 25.6-116.2 48.8-175.4 59.7l116.7-12.8-116.7 12.8c-.9.2-1.8.3-2.7.5-5.9 1-11.9 1.9-17.9 2.9 1.1-.5 2-1 3.1-1.4l-399.3 43.8c-.7 1.4-1.4 2.8-2.2 4.3"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="url(#g)"
|
||||
d="M1627.6 563.1c-35.5 54.5-74.3 116.4-116 186.5-2.2 3.6-4.4 7.4-6.6 11.1-36 60.7-74.3 127.3-114.5 200.3-34.8 63-71 130.6-108.6 203.3-32.8 63.3-66.7 130.5-101.5 201.6l399.3-43.8c116.3-53.5 168.3-101.9 218.8-171.9 13.4-19.3 26.9-39.5 40.3-60.4 41-64 81.2-134.5 117.2-204.6 34.7-67.7 65.3-134.8 88.8-195.3 14.9-38.5 26.9-74.3 35.2-105.7 7.3-27.7 13-54 17.4-79.1-155.5 26.5-345.9 51.9-469.8 58"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="url(#h)" d="M1369.6 1939.4c-8 1.4-16.1 2.7-24.3 3.8 8.2-1.1 16.3-2.4 24.3-3.8"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="#be202e" d="m26.692 19.712.086-.012z" />
|
||||
<path fill="#be202e" d="m26.692 19.712.086-.012z" opacity=".35" />
|
||||
<path fill="url(#i)" d="M1433.2 1735.7c2.6-.3 5.1-.8 7.6-1.1-2.5.3-5 .7-7.6 1.1"
|
||||
transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="#be202e" d="M26.695 19.711h.001z" />
|
||||
<path fill="#be202e" d="M26.695 19.711h.001z" opacity=".35" />
|
||||
<path fill="url(#j)" d="M1433.5 1735.6s.1 0 .1-.1c0 0-.1 0-.1.1" transform="translate(10.415)scale(.01136)" />
|
||||
<path fill="#6d6e71"
|
||||
d="M35.613 4.395v.133h.311v.88h.144v-.88h.314v-.133zm1.798 0-.348.707-.35-.707h-.173v1.012h.132v-.803l.345.696h.091l.345-.696v.803h.132V4.395z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
@@ -1,5 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2038" height="2500" viewBox="0 0 496.255 608.728">
|
||||
<svg width="100%" height="100%" viewBox="0 0 90 105" xmlns="http://www.w3.org/2000/svg">
|
||||
<clipPath id="_clipRainbowEffect">
|
||||
<path
|
||||
d="M273.81 52.973C313.806.257 369.41 0 369.41 0s8.271 49.562-31.463 97.306c-42.426 50.98-90.649 42.638-90.649 42.638s-9.055-40.094 26.512-86.971zM252.385 174.662c20.576 0 58.764-28.284 108.471-28.284 85.562 0 119.222 60.883 119.222 60.883s-65.833 33.659-65.833 115.331c0 92.133 82.01 123.885 82.01 123.885s-57.328 161.357-134.762 161.357c-35.565 0-63.215-23.967-100.688-23.967-38.188 0-76.084 24.861-100.766 24.861C89.33 608.73 0 455.666 0 332.628c0-121.052 75.612-184.554 146.533-184.554 46.105 0 81.883 26.588 105.852 26.588z"
|
||||
fill="currentColor" />
|
||||
d="M64.671,0c-5.609,0.387 -12.165,3.953 -15.993,8.602c-3.477,4.218 -6.347,10.479 -5.23,16.562c6.121,0.191 12.453,-3.465 16.128,-8.18c3.43,-4.406 6.04,-10.628 5.095,-16.983l0,-0.001Zm2.074,24.483c-9.449,-0 -13.441,4.493 -19.992,4.493c-6.754,-0 -11.896,-4.484 -20.06,-4.484c-8.027,-0 -16.558,4.879 -21.968,13.207c-0.031,0.051 -0.067,0.1 -0.098,0.155c-2.309,3.613 -3.777,8.195 -4.351,13.348c-0.465,4.145 -0.344,8.668 0.387,13.352c0.683,4.359 1.898,8.868 3.668,13.352c1.648,4.176 3.781,8.34 6.417,12.352c0.219,0.332 0.442,0.668 0.668,1.003c4.332,6.446 10.02,13.274 17.344,13.34c6.852,0.063 8.794,-4.371 18.087,-4.422c9.296,-0.051 11.054,4.469 17.906,4.406c7.02,-0.062 12.808,-7.011 17.117,-13.332c0.422,-0.617 0.828,-1.227 1.223,-1.825c2.926,-4.453 4.147,-6.863 6.261,-11.515c0.172,-0.375 0.349,-0.766 0.536,-1.172c-6.16,-2.328 -10.532,-6.855 -12.895,-12.183c-1.859,-4.18 -2.472,-8.86 -1.742,-13.356c0.813,-4.976 3.282,-9.73 7.547,-13.343c1.2,-1.019 2.542,-1.945 4.035,-2.761c-5.391,-6.723 -12.957,-10.614 -20.089,-10.614l-0.001,-0.001Z" />
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clipRainbowEffect)">
|
||||
<rect id="line1" x="-13.341" y="-13.34" width="116.573" height="117.963" fill="currentColor" />
|
||||
<rect id="line2" x="-13.341" y="37.855" width="116.573" height="26.699" fill="none" />
|
||||
<rect id="line3" x="-13.341" y="51.207" width="116.573" height="26.695" fill="none" />
|
||||
<rect id="line4" x="-13.341" y="64.557" width="116.573" height="26.699" fill="none" />
|
||||
<rect id="line5" x="-13.341" y="77.907" width="116.573" height="26.68" fill="none" />
|
||||
<rect id="line6" x="-13.341" y="91.267" width="116.573" height="26.68" fill="none" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 683 B After Width: | Height: | Size: 1.8 KiB |
15
public/logos/apple_app_store.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800" height="100%" width="100%">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="400.05" y1="798.7717" x2="400.05" y2="-1.2283"
|
||||
gradientTransform="matrix(1 0 0 -1 0 798.7717)">
|
||||
<stop offset="0" style="stop-color:#18BFFB" />
|
||||
<stop offset="1" style="stop-color:#2072F3" />
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M638.4,0H161.6C72.3,0,0,72.3,0,161.6v476.9C0,727.7,72.3,800,161.6,800h476.9
|
||||
c89.2,0,161.6-72.3,161.6-161.6V161.6C800,72.3,727.7,0,638.4,0z" />
|
||||
<path fill="#FFFFFF" d="M396.6,183.8l16.2-28c10-17.5,32.3-23.4,49.8-13.4s23.4,32.3,13.4,49.8L319.9,462.4h112.9
|
||||
c36.6,0,57.1,43,41.2,72.8H143c-20.2,0-36.4-16.2-36.4-36.4c0-20.2,16.2-36.4,36.4-36.4h92.8l118.8-205.9l-37.1-64.4
|
||||
c-10-17.5-4.1-39.6,13.4-49.8c17.5-10,39.6-4.1,49.8,13.4L396.6,183.8L396.6,183.8z M256.2,572.7l-35,60.7
|
||||
c-10,17.5-32.3,23.4-49.8,13.4S148,614.5,158,597l26-45C213.4,542.9,237.3,549.9,256.2,572.7L256.2,572.7z M557.6,462.6h94.7
|
||||
c20.2,0,36.4,16.2,36.4,36.4c0,20.2-16.2,36.4-36.4,36.4h-52.6l35.5,61.6c10,17.5,4.1,39.6-13.4,49.8c-17.5,10-39.6,4.1-49.8-13.4
|
||||
c-59.8-103.7-104.7-181.3-134.5-233c-30.5-52.6-8.7-105.4,12.8-123.3C474.2,318.1,509.9,380,557.6,462.6L557.6,462.6z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
18
public/logos/apple_books.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 450 450" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="_Linear_18746" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.75546e-14,450,-450,2.75546e-14,225,0)">
|
||||
<stop offset="0" style="stop-color:#ffa80b;stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:#f27218;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g id="logo">
|
||||
<path
|
||||
d="M450,140.554l0,-29.165c0,-9.948 -0.829,-19.972 -2.487,-29.92c-1.658,-9.948 -4.974,-19.143 -9.119,-28.262c-4.145,-9.119 -9.948,-16.656 -17.484,-24.117c-7.461,-6.632 -15.826,-12.51 -24.117,-17.485c-9.119,-4.974 -18.314,-7.461 -28.262,-9.119c-9.948,-1.657 -19.971,-2.486 -29.919,-2.486l-227.223,-0c-9.948,-0 -19.972,0.829 -29.92,2.487c-9.948,1.658 -19.143,4.974 -28.262,9.119c-9.119,4.145 -16.656,9.948 -24.117,17.485c-6.632,6.632 -12.51,14.997 -17.485,24.117c-4.975,9.12 -7.461,18.314 -9.119,28.262c-1.657,9.947 -2.486,19.97 -2.486,29.918l-0,227.222c-0,9.948 0.829,19.972 2.487,29.92c1.658,9.948 4.974,19.143 9.119,28.262c4.145,9.119 9.948,16.656 17.485,24.117c6.632,6.632 14.997,13.339 24.117,17.484c9.119,4.974 18.314,7.461 28.262,9.119c9.948,1.658 19.97,2.488 29.918,2.488l227.147,-0c9.948,-0 19.972,-0.829 29.92,-2.487c9.948,-1.658 19.143,-4.974 28.262,-9.119c9.119,-4.145 16.656,-9.948 24.117,-17.484c6.632,-6.632 12.51,-14.997 17.484,-24.117c4.974,-9.119 7.461,-18.314 9.119,-28.262c1.658,-9.948 2.487,-19.972 2.487,-29.92l0,-198.057l0.076,0Z"
|
||||
style="fill:url(#_Linear_18746)" />
|
||||
<path
|
||||
d="M207.855,126.386c7.461,11.681 11.681,14.997 11.681,47.404l-0,182.231c-0,7.461 -0,-18.314 -25.775,-37.456c-26.604,-20.801 -72.425,-22.459 -109.806,4.974c-6.632,4.974 -11.681,4.145 -11.681,-3.316l-0,-177.257c-0,-7.461 0.829,-15.826 11.681,-24.117c37.306,-25.774 94.734,-26.603 123.9,7.537Zm169.72,17.484c-0,-7.461 -0.829,-15.826 -11.681,-24.117c-37.456,-27.433 -94.884,-27.433 -123.974,6.632c-7.461,11.681 -11.681,14.997 -11.681,47.404l-0,182.231c-0,7.461 -0,-18.314 25.775,-37.456c26.604,-20.801 72.425,-22.459 109.806,4.974c6.632,4.974 11.681,4.145 11.681,-3.316c0.074,-39.867 0.074,-135.58 0.074,-176.352Z"
|
||||
style="fill:#fff" />
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
20
public/logos/apple_homekit.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 770 760" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path
|
||||
d="M756.2,317.5l-70.4,-55.6l0,-126.4c0,-8.6 -3.4,-11 -9.5,-11l-64.4,0c-7,0 -11.3,1.4 -11.3,11l0,59.1c-93.1,-73.5 -194,-153.2 -197.8,-156.2c-7.6,-6 -12.3,-7.6 -17.8,-7.6c-5.4,0 -10.1,1.6 -17.8,7.6c-7.6,6 -343.2,271.1 -353.4,279.1c-12.4,9.8 -8.9,23.9 4.9,23.9l65.5,0l-0,355.6c-0,23 9.2,32.2 31.1,32.2l539.4,0c21.9,0 31.1,-9.2 31.1,-32.2l-0,-355.7l65.5,-0c13.8,-0 17.3,-14 4.9,-23.8Zm-125.6,329.5c0,15.9 -8.2,26.9 -24.8,26.9l-441.7,0c-16.6,0 -24.8,-11 -24.8,-26.9l0,-332.3c0,-19.3 8.4,-31.6 18.1,-39.2l212.4,-167.7c5.6,-4.4 10.4,-6.3 15.1,-6.3c4.7,0 9.5,1.9 15.1,6.4l212.4,167.7c9.6,7.6 18.1,19.9 18.1,39.2l0,332.2l0.1,0Z"
|
||||
style="fill:#fa9012;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M612.6,275.5l-212.5,-167.8c-5.6,-4.4 -10.6,-6.3 -15.1,-6.3c-4.6,-0 -9.5,1.9 -15.1,6.4l-212.5,167.7c-9.6,7.6 -18.1,19.9 -18.1,39.2l0,332.3c0,15.9 8.2,26.9 24.8,26.9l441.7,0c16.6,0 24.8,-11 24.8,-26.9l0,-332.3c0,-19.3 -8.4,-31.6 -18,-39.2Zm-37,321.6c0,14.8 -8.4,21.7 -20.7,21.7l-339.7,0c-12.3,0 -20.7,-6.9 -20.7,-21.7l0,-259.5c0,-14.4 3.4,-22.6 13.6,-30.7c5.8,-4.6 160.3,-126.6 164.4,-129.8c4.1,-3.3 8.5,-4.9 12.5,-4.9c4,-0 8.4,1.7 12.5,4.9c4.1,3.3 158.6,125.3 164.4,129.8c10.2,8.1 13.6,16.4 13.6,30.7l0.1,259.5Z"
|
||||
style="fill:#ffab1f;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M561.9,306.9c-5.8,-4.5 -160.3,-126.6 -164.4,-129.8c-4.1,-3.3 -8.5,-4.9 -12.5,-4.9c-4,-0 -8.4,1.7 -12.5,4.9c-4.1,3.3 -158.6,125.3 -164.4,129.8c-10.2,8.1 -13.6,16.4 -13.6,30.7l0,259.5c0,14.8 8.4,21.7 20.7,21.7l339.7,0c12.3,0 20.7,-6.9 20.7,-21.7l0,-259.5c-0.1,-14.3 -3.5,-22.6 -13.7,-30.7Zm-41.5,240.3c0,11.9 -6.6,16.5 -15.6,16.5l-239.6,-0c-9,-0 -15.6,-4.6 -15.6,-16.5l0,-186.6c0,-8.3 0,-14.9 9.1,-22.2c6,-4.8 113.2,-89.4 116.4,-91.9c3.2,-2.5 6.4,-3.8 9.9,-3.8c3.6,0.1 7.1,1.5 9.9,3.8c3.2,2.5 110.4,87.1 116.4,91.9c9.1,7.3 9.1,13.9 9.1,22.2l0,186.6Z"
|
||||
style="fill:#ffbe41;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M511.3,338.4c-6,-4.8 -113.2,-89.4 -116.4,-91.9c-2.8,-2.4 -6.3,-3.7 -9.9,-3.8c-3.5,-0 -6.7,1.3 -9.9,3.8c-3.2,2.5 -110.5,87.1 -116.4,91.9c-9.1,7.3 -9.1,13.9 -9.1,22.2l-0,186.6c-0,11.9 6.6,16.5 15.6,16.5l239.5,-0c9,-0 15.6,-4.6 15.6,-16.5l0,-186.6c0.1,-8.4 0.1,-15 -9,-22.2Zm-46,159c-0,9.2 -4.6,11.2 -11,11.2l-138.5,0c-6.4,0 -11,-2.1 -11,-11.2l0,-113.9c0,-6.4 2.9,-12.6 7.8,-16.6c2.8,-2.3 63,-49.4 65.1,-51.1c4.2,-3.5 10.4,-3.5 14.6,0c2.2,1.7 62.3,48.8 65.1,51.1c5,4.1 7.9,10.2 7.8,16.6l0.1,113.9Z"
|
||||
style="fill:#ffd260;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M315.8,508.5l138.4,0c6.4,0 11,-2.1 11,-11.2l0,-113.8c0,-6.4 -2.9,-12.6 -7.8,-16.6c-2.8,-2.3 -63,-49.4 -65.1,-51.1c-4.2,-3.5 -10.4,-3.5 -14.6,0c-2.1,1.7 -62.3,48.8 -65.1,51.1c-5,4.1 -7.9,10.2 -7.8,16.6l0,113.8c0,9.2 4.6,11.2 11,11.2Z"
|
||||
style="fill:#ffe780;fill-rule:nonzero;" />
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
12
public/logos/apple_icloud.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 80 51" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M45.484,0.001c-7.767,0.016 -14.944,4.236 -18.736,11.014c-1.605,-0.782 -3.367,-1.19 -5.152,-1.192c-5.754,0.015 -10.701,4.236 -11.621,9.916c-6.031,2.525 -9.977,8.454 -9.977,14.993c0.008,8.915 7.348,16.244 16.263,16.24c0.682,-0.006 1.363,-0.055 2.039,-0.148l45.188,-0c0.237,0.017 0.475,0.029 0.713,0.035c0.227,-0.007 0.453,-0.018 0.679,-0.035l1.082,-0l0,-0.08c7.578,-0.896 13.356,-7.42 13.361,-15.087l0,-0.03c-0.018,-7.264 -5.214,-13.55 -12.317,-14.9c-0.425,-11.504 -10.01,-20.735 -21.522,-20.726"
|
||||
style="fill:url(#_Linear_784326489);fill-rule:nonzero;" />
|
||||
<defs>
|
||||
<linearGradient id="_Linear_784326489" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(-79.59,-1.09776,1.09776,-79.59,79.5649,35.6862)">
|
||||
<stop offset="0" style="stop-color:#3e82f4;stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:#93dcf7;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
19
public/logos/apple_music.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 361 361" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path
|
||||
d="M360,112.61c0,-4.3 0,-8.6 -0.02,-12.9c-0.02,-3.62 -0.06,-7.24 -0.16,-10.86c-0.21,-7.89 -0.68,-15.84 -2.08,-23.64c-1.42,-7.92 -3.75,-15.29 -7.41,-22.49c-3.6,-7.07 -8.3,-13.53 -13.91,-19.14c-5.61,-5.61 -12.08,-10.31 -19.15,-13.91c-7.19,-3.66 -14.56,-5.98 -22.47,-7.41c-7.8,-1.4 -15.76,-1.87 -23.65,-2.08c-3.62,-0.1 -7.24,-0.14 -10.86,-0.16c-4.3,-0.02 -8.6,-0.02 -12.9,-0.02l-134.78,0c-4.3,0 -8.6,0 -12.9,0.02c-3.62,0.02 -7.24,0.06 -10.86,0.16c-7.89,0.22 -15.85,0.68 -23.65,2.09c-7.92,1.42 -15.28,3.75 -22.47,7.41c-7.07,3.6 -13.54,8.3 -19.15,13.91c-5.61,5.61 -10.31,12.07 -13.91,19.14c-3.66,7.2 -5.99,14.57 -7.41,22.49c-1.4,7.8 -1.87,15.76 -2.08,23.64c-0.1,3.62 -0.14,7.24 -0.16,10.86c-0.02,4.29 -0.02,8.59 -0.02,12.89l0,134.77c0,4.3 0,8.6 0.02,12.9c0.02,3.62 0.06,7.24 0.16,10.86c0.21,7.89 0.68,15.84 2.08,23.64c1.42,7.92 3.75,15.29 7.41,22.49c3.6,7.07 8.3,13.53 13.91,19.14c5.61,5.61 12.08,10.31 19.15,13.91c7.19,3.66 14.56,5.98 22.47,7.41c7.8,1.4 15.76,1.87 23.65,2.08c3.62,0.1 7.24,0.14 10.86,0.16c4.3,0.03 8.6,0.02 12.9,0.02l134.77,0c4.3,0 8.6,0 12.9,-0.02c3.62,-0.02 7.24,-0.06 10.86,-0.16c7.89,-0.21 15.85,-0.68 23.65,-2.08c7.92,-1.42 15.28,-3.75 22.47,-7.41c7.07,-3.6 13.54,-8.3 19.15,-13.91c5.61,-5.61 10.31,-12.07 13.91,-19.14c3.66,-7.2 5.99,-14.57 7.41,-22.49c1.4,-7.8 1.87,-15.76 2.08,-23.64c0.1,-3.62 0.14,-7.24 0.16,-10.86c0.03,-4.3 0.02,-8.6 0.02,-12.9l0,-134.77l0.01,0Z"
|
||||
style="fill:url(#_Linear_13948);" />
|
||||
</g>
|
||||
<g>
|
||||
<path
|
||||
d="M254.5,55c-0.87,0.08 -8.6,1.45 -9.53,1.64l-107,21.59l-0.04,0.01c-2.79,0.59 -4.98,1.58 -6.67,3c-2.04,1.71 -3.17,4.13 -3.6,6.95c-0.09,0.6 -0.24,1.82 -0.24,3.62l0,133.92c0,3.13 -0.25,6.17 -2.37,8.76c-2.12,2.59 -4.74,3.37 -7.81,3.99c-2.33,0.47 -4.66,0.94 -6.99,1.41c-8.84,1.78 -14.59,2.99 -19.8,5.01c-4.98,1.93 -8.71,4.39 -11.68,7.51c-5.89,6.17 -8.28,14.54 -7.46,22.38c0.7,6.69 3.71,13.09 8.88,17.82c3.49,3.2 7.85,5.63 12.99,6.66c5.33,1.07 11.01,0.7 19.31,-0.98c4.42,-0.89 8.56,-2.28 12.5,-4.61c3.9,-2.3 7.24,-5.37 9.85,-9.11c2.62,-3.75 4.31,-7.92 5.24,-12.35c0.96,-4.57 1.19,-8.7 1.19,-13.26l0,-116.15c0,-6.22 1.76,-7.86 6.78,-9.08c0,0 88.94,-17.94 93.09,-18.75c5.79,-1.11 8.52,0.54 8.52,6.61l0,79.29c0,3.14 -0.03,6.32 -2.17,8.92c-2.12,2.59 -4.74,3.37 -7.81,3.99c-2.33,0.47 -4.66,0.94 -6.99,1.41c-8.84,1.78 -14.59,2.99 -19.8,5.01c-4.98,1.93 -8.71,4.39 -11.68,7.51c-5.89,6.17 -8.49,14.54 -7.67,22.38c0.7,6.69 3.92,13.09 9.09,17.82c3.49,3.2 7.85,5.56 12.99,6.6c5.33,1.07 11.01,0.69 19.31,-0.98c4.42,-0.89 8.56,-2.22 12.5,-4.55c3.9,-2.3 7.24,-5.37 9.85,-9.11c2.62,-3.75 4.31,-7.92 5.24,-12.35c0.96,-4.57 1,-8.7 1,-13.26l0,-169.81c0.02,-6.16 -3.23,-9.96 -9.02,-9.46Z"
|
||||
style="fill:#fff;" />
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="_Linear_13948" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.14831e-14,-350.846,350.846,2.14831e-14,180,358.605)">
|
||||
<stop offset="0" style="stop-color:#fa233b;stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:#fb5c74;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
15
public/logos/arm.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 4332.3 1318.7">
|
||||
|
||||
<g fill="currentColor" fill-rule="evenodd">
|
||||
<path d="M977.9,31.9h290.4v1247.6H977.9v-130.4C850.5,1297.2,693.4,1318,604.5,1318C219.3,1318,0,998,0,654.2
|
||||
C0,248.2,278.5-0.7,607.5-0.7c91.9,0,251.9,23.7,370.4,177.8V31.9z M296.3,660.1c0,216.3,136.3,397.1,346.7,397.1
|
||||
c183.7,0,352.6-133.3,352.6-394.1c0-272.6-168.9-403-352.6-403C432.6,260.1,296.3,437.9,296.3,660.1z M1614.1,31.9h290.4v112.6
|
||||
c32.6-38.5,80-80,121.5-103.7c56.3-32.6,112.6-41.5,177.8-41.5c71.1,0,148.2,11.9,228.2,59.3l-118.5,263.7
|
||||
c-65.2-41.5-118.5-44.4-148.2-44.4c-62.2,0-124.5,8.9-180.8,68.2c-80,85.9-80,204.5-80,287.4v646h-290.4V31.9z M2619.5,31.9h290.4
|
||||
v115.6C3007.7,29,3123.3-0.7,3218.1-0.7c130.4,0,251.9,62.2,323,183.7C3644.8,34.9,3801.9-0.7,3911.5-0.7
|
||||
c151.1,0,284.5,71.1,355.6,195.6c23.7,41.5,65.2,133.3,65.2,314.1v770.5h-290.4V592c0-139.3-14.8-195.6-26.7-222.2
|
||||
c-17.8-47.4-62.2-109.6-165.9-109.6c-71.1,0-133.3,38.5-171.9,91.9c-50.4,71.1-56.3,177.8-56.3,284.5v643h-290.4V592
|
||||
c0-139.3-14.8-195.6-26.7-222.2c-17.8-47.4-62.2-109.6-166-109.6c-71.1,0-133.3,38.5-171.9,91.9c-50.4,71.1-56.3,177.8-56.3,284.5
|
||||
v643h-290.4V31.9z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -1,7 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="150mm" height="150mm" style="fill-rule:evenodd"
|
||||
viewBox="0 0 15000 15000">
|
||||
<g>
|
||||
<polygon fill="none" points="0,0 15000,0 15000,15000 0,15000 " />
|
||||
<rect fill="#256BB1" x="1290" y="1290" width="12421" height="12421" rx="1402" ry="1402" />
|
||||
<path fill="#FEFEFE"
|
||||
d="M7500 1942c3070,0 5559,2488 5559,5558 0,3070 -2489,5559 -5559,5559 -3070,0 -5558,-2489 -5558,-5559 0,-3070 2488,-5558 5558,-5558z" />
|
||||
@@ -13,13 +12,13 @@
|
||||
d="M8878 6790l1400 0 694 -659 -2094 0 -695 659 0 2079 1594 0c100,-1 194,-25 281,-71 88,-47 165,-110 231,-191 67,-80 119,-171 157,-273 37,-103 57,-211 57,-323 0,-127 -19,-243 -57,-346 -37,-103 -89,-191 -155,-264 -67,-74 -144,-131 -233,-170 -88,-40 -182,-60 -285,-60l-744 0 0 658 607 0c55,1 97,19 127,53 30,34 46,79 46,136 0,37 -7,70 -21,99 -13,29 -33,51 -59,68 -26,17 -57,25 -93,25l-758 0 0 -1420z" />
|
||||
</g>
|
||||
<g fill="#256BB1">
|
||||
<path class="fil0"
|
||||
<path
|
||||
d="M11102 4153l-504 1419c-1008,-1431 -2885,-1024 -5214,344 1612,-1637 3479,-2365 5718,-1763z" />
|
||||
<path class="fil0"
|
||||
<path
|
||||
d="M3898 10847l504 -1419c1008,1431 2885,1024 5214,-344 -1612,1637 -3479,2365 -5718,1763z" />
|
||||
<path class="fil0" d="M10696 3734c-3574,-3372 -9861,617 -7759,5609 132,-3725 4861,-6340 7759,-5609z" />
|
||||
<path class="fil0" d="M4304 11266c3574,3372 9861,-617 7759,-5609 -132,3725 -4861,6340 -7759,5609z" />
|
||||
<path class="fil0"
|
||||
<path d="M10696 3734c-3574,-3372 -9861,617 -7759,5609 132,-3725 4861,-6340 7759,-5609z" />
|
||||
<path d="M4304 11266c3574,3372 9861,-617 7759,-5609 -132,3725 -4861,6340 -7759,5609z" />
|
||||
<path
|
||||
d="M2575 905l9850 0c919,0 1670,751 1670,1670l0 9850c0,919 -751,1670 -1670,1670l-9850 0c-919,0 -1670,-751 -1670,-1670l0 -9850c0,-919 751,-1670 1670,-1670zm-46 -153l9942 0c977,0 1777,800 1777,1777l0 9942c0,977 -800,1777 -1777,1777l-9942 0c-977,0 -1777,-800 -1777,-1777l0 -9942c0,-977 800,-1777 1777,-1777z" />
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.0 KiB |
20
public/logos/authentik-logo.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="100%" height="100%">
|
||||
<g id="logo" fill="currentColor">
|
||||
<rect x="546.66" y="275.34" width="34.99" height="99.97" />
|
||||
<rect x="637.66" y="271.13" width="34.99" height="78.19" />
|
||||
<path
|
||||
d="M127.64,385.31a127.57,127.57,0,0,0-112.13,66.9H74.82c26.27-22.67,64.42-29.28,92,0h62.8C205.11,419.06,168.36,385.31,127.64,385.31Z" />
|
||||
<path
|
||||
d="M212.39,512.53C130.55,683.65-12.89,537.81,74.82,452.21H15.51C-31,533.33,33.3,642.73,127.64,640.24c73,0,133.2-108.3,133.2-127.46,0-8.47-11.78-34.33-31.2-60.57h-62.8C187.65,471.08,205.81,498.56,212.39,512.53Zm2.17-5h0Z" />
|
||||
<path
|
||||
d="M999.94,274.11V725.89c0,86.58-70.42,157.06-157.05,157.06H776.22V729.12H457.88V883H391.22c-86.64,0-157.06-70.48-157.06-157.06V583.81H738.87V312.11H495.24V464.76H234.16V274.11a151.29,151.29,0,0,1,1.06-18,154.4,154.4,0,0,1,3.88-21.15c.58-2.23,1.23-4.46,1.88-6.64a13.66,13.66,0,0,1,.52-1.64c.36-1.12.71-2.17,1.06-3.23s.76-2.17,1.18-3.23c.47-1.23.88-2.41,1.35-3.58s1-2.35,1.47-3.53a159,159,0,0,1,14.27-26.49c.06-.06.12-.17.17-.23,1.41-2.06,2.88-4.11,4.41-6.17,1.29-1.7,2.58-3.35,3.88-5,1.52-1.82,3.11-3.7,4.69-5.46s3.12-3.47,4.76-5.11l.18-.18a36.53,36.53,0,0,1,2.64-2.64,159.75,159.75,0,0,1,18.68-15.63c1.76-1.29,3.64-2.52,5.52-3.76,2.11-1.35,4.23-2.64,6.4-3.93,4.11-2.41,8.28-4.64,12.63-6.64,1.35-.64,2.76-1.29,4.11-1.88a152.81,152.81,0,0,1,18.38-6.63c2.41-.71,4.82-1.35,7.29-1.94,1.17-.3,2.35-.59,3.58-.82a158.5,158.5,0,0,1,21.26-3.12l3.12-.17c.52,0,1-.06,1.52-.06,2.35-.12,4.76-.18,7.17-.18H842.89c2.4,0,4.81.06,7.16.18.53,0,1,.06,1.53.06l3.11.17A158.26,158.26,0,0,1,876,120.58c1.24.23,2.41.52,3.59.82,2.46.59,4.87,1.23,7.28,1.94A152.81,152.81,0,0,1,905.2,130c1.35.59,2.76,1.24,4.11,1.88,4.35,2,8.52,4.23,12.63,6.64,2.18,1.29,4.29,2.58,6.4,3.93,1.88,1.24,3.76,2.47,5.52,3.76a157.53,157.53,0,0,1,21.5,18.45c1.65,1.64,3.23,3.34,4.76,5.11s3.17,3.64,4.7,5.46c1.29,1.64,2.58,3.29,3.87,5,1.53,2.06,3,4.11,4.41,6.17.06.06.12.17.18.23a159.71,159.71,0,0,1,14.27,26.49c.47,1.18,1,2.35,1.47,3.53s.88,2.35,1.35,3.58c.41,1.06.82,2.11,1.17,3.23s.71,2.11,1.06,3.23a15.74,15.74,0,0,1,.53,1.64c.64,2.18,1.29,4.41,1.88,6.64a155.92,155.92,0,0,1,3.87,21.15A151.29,151.29,0,0,1,999.94,274.11Z" />
|
||||
<path d="M973.27,186.59H260.84A157.05,157.05,0,0,1,391.2,117.07H842.9A157.08,157.08,0,0,1,973.27,186.59Z" />
|
||||
<path d="M998.94,256.1H235.16a155.35,155.35,0,0,1,25.68-69.51H973.27A155.34,155.34,0,0,1,998.94,256.1Z" />
|
||||
<path
|
||||
d="M1000,274.11v51.51H738.87V312.11H495.24v13.51H234.1V274.11a153.41,153.41,0,0,1,1.06-18H998.94A151.29,151.29,0,0,1,1000,274.11Z" />
|
||||
<rect x="234.1" y="325.62" width="261.13" height="69.54" />
|
||||
<rect x="738.87" y="325.62" width="261.13" height="69.54" />
|
||||
<rect x="234.1" y="395.16" width="261.13" height="69.48" />
|
||||
<rect x="738.87" y="395.16" width="261.13" height="69.48" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
39
public/logos/authentik.svg
Normal file
@@ -0,0 +1,39 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 526.49" height="100%" width="100%">
|
||||
<g id="text" fill="currentColor">
|
||||
<path
|
||||
d="M90.84,418.79h26.37V523.88H90.84V512.77a52,52,0,0,1-15.48,10.58,43.48,43.48,0,0,1-16.84,3.23q-20.35,0-35.21-15.79T8.45,471.52q0-24.33,14.37-39.89t34.93-15.55a44.43,44.43,0,0,1,17.75,3.57,48.57,48.57,0,0,1,15.34,10.73ZM63.12,440.42a26.62,26.62,0,0,0-20.31,8.65q-8.09,8.64-8.09,22.16T43,493.64a26.67,26.67,0,0,0,20.27,8.79,27.19,27.19,0,0,0,20.6-8.64Q92,485.15,92,471.14q0-13.71-8.18-22.22T63.12,440.42Z" />
|
||||
<path
|
||||
d="M155.64,418.79H182.3V469.4q0,14.78,2,20.53a18,18,0,0,0,6.54,8.93A18.74,18.74,0,0,0,202,502.05a19.38,19.38,0,0,0,11.18-3.14,18.42,18.42,0,0,0,6.83-9.23q1.64-4.53,1.64-19.41V418.79H248v44.52q0,27.54-4.34,37.67A41.1,41.1,0,0,1,228,520q-10.34,6.62-26.27,6.62-17.29,0-28-7.73t-15-21.54q-3.09-9.56-3.09-34.77Z" />
|
||||
<path d="M289.51,380.05h26.37v38.74h15.64v22.69H315.88v82.4H289.51v-82.4H276V418.79h13.53Z" />
|
||||
<path
|
||||
d="M357.59,378.22h26.18v51.19a60,60,0,0,1,15.55-10,40.11,40.11,0,0,1,15.84-3.33,35.7,35.7,0,0,1,26.37,10.82q9.18,9.36,9.18,27.53v69.45h-26V477.8q0-18.26-1.74-24.73c-1.15-4.31-3.14-7.53-5.94-9.65a16.64,16.64,0,0,0-10.38-3.19,19.56,19.56,0,0,0-13.76,5.31q-5.76,5.31-8,14.49-1.15,4.73-1.16,21.64v42.21H357.59Z" />
|
||||
<path
|
||||
d="M593.36,479H508.65q1.83,11.21,9.8,17.82t20.34,6.62a35.11,35.11,0,0,0,25.4-10.34l22.22,10.44a52.58,52.58,0,0,1-19.9,17.43q-11.6,5.66-27.53,5.65-24.74,0-40.28-15.6t-15.55-39.07q0-24,15.5-39.94t38.88-15.89q24.83,0,40.38,15.89t15.55,42ZM567,458.19a26.5,26.5,0,0,0-10.3-14.29,29.9,29.9,0,0,0-17.86-5.51,31.53,31.53,0,0,0-19.35,6.19q-5.22,3.85-9.67,13.61Z" />
|
||||
<path
|
||||
d="M626.58,418.79h26.36v10.77q9-7.57,16.26-10.52a39.28,39.28,0,0,1,14.9-3A36.07,36.07,0,0,1,710.62,427q9.17,9.28,9.17,27.44v69.45H693.71v-46q0-18.83-1.69-25a17.08,17.08,0,0,0-5.88-9.41,16.48,16.48,0,0,0-10.36-3.23,19.41,19.41,0,0,0-13.73,5.35q-5.73,5.35-7.95,14.81-1.15,4.92-1.16,21.32v42.17H626.58Z" />
|
||||
<path d="M760.34,380.05h26.37v38.74h15.65v22.69H786.71v82.4H760.34v-82.4H746.82V418.79h13.52Z" />
|
||||
<path
|
||||
d="M838.62,375.51a16.14,16.14,0,0,1,11.89,5,16.68,16.68,0,0,1,5,12.17,16.45,16.45,0,0,1-4.91,12,15.92,15.92,0,0,1-11.75,5,16.17,16.17,0,0,1-12-5.08,16.93,16.93,0,0,1-5-12.31,16.8,16.8,0,0,1,16.76-16.81Z" />
|
||||
<rect x="825.43" y="418.79" width="26.37" height="105.09" />
|
||||
<path
|
||||
d="M887.82,378.22h26.37v83.89L953,418.79h33.12l-45.27,50.36,50.68,54.73H958.82l-44.63-48.44v48.44H887.82Z" />
|
||||
</g>
|
||||
<g id="logo" fill="currentColor">
|
||||
<rect x="466.5" y="78.74" width="16.65" height="47.58" />
|
||||
<rect x="509.81" y="76.74" width="16.65" height="37.21" />
|
||||
<path
|
||||
d="M267.09,131.08a60.71,60.71,0,0,0-53.36,31.83H242c12.5-10.78,30.66-13.93,43.79,0h29.89C304,147.14,286.47,131.08,267.09,131.08Z" />
|
||||
<path
|
||||
d="M307.42,191.62c-38.94,81.44-107.21,12-65.47-28.71H213.73c-22.16,38.61,8.46,90.67,53.36,89.49,34.72,0,63.39-51.54,63.39-60.66,0-4-5.6-16.34-14.85-28.83H285.74C295.65,171.9,304.29,185,307.42,191.62Zm1-2.37Z" />
|
||||
<path
|
||||
d="M682.22,78.16v215a74.83,74.83,0,0,1-74.75,74.74H575.75V294.7H424.25v73.2H392.53a74.83,74.83,0,0,1-74.75-74.74V225.55H558V96.24H442v72.65H317.78V78.16a71.49,71.49,0,0,1,.51-8.58,73.9,73.9,0,0,1,1.84-10.07c.28-1.06.59-2.12.9-3.15a6.08,6.08,0,0,1,.25-.79c.17-.53.33-1,.5-1.53s.37-1,.56-1.54.42-1.15.64-1.71.48-1.11.7-1.67a76.7,76.7,0,0,1,6.79-12.61l.09-.11c.67-1,1.37-2,2.09-2.94.62-.81,1.23-1.59,1.85-2.37s1.48-1.76,2.24-2.6,1.48-1.65,2.26-2.43l.08-.09c.39-.44.81-.84,1.26-1.26a75.74,75.74,0,0,1,8.89-7.43c.84-.62,1.73-1.2,2.63-1.79s2-1.26,3-1.87c2-1.15,4-2.21,6-3.16.65-.31,1.32-.62,2-.89a69.57,69.57,0,0,1,8.75-3.16c1.15-.34,2.29-.65,3.47-.93.55-.14,1.11-.28,1.7-.39a76.61,76.61,0,0,1,10.12-1.48l1.48-.08c.25,0,.48,0,.73,0,1.11-.06,2.26-.08,3.41-.08H607.47c1.15,0,2.3,0,3.41.08.25,0,.48,0,.73,0l1.48.08a76.61,76.61,0,0,1,10.12,1.48c.59.11,1.15.25,1.7.39,1.18.28,2.32.59,3.47.93a69.57,69.57,0,0,1,8.75,3.16c.64.27,1.31.58,2,.89,2.06.95,4,2,6,3.16,1,.61,2,1.23,3,1.87s1.79,1.17,2.63,1.79A74.72,74.72,0,0,1,661,26.06c.78.78,1.54,1.59,2.26,2.43s1.51,1.73,2.24,2.6,1.23,1.56,1.85,2.37c.72,1,1.42,2,2.09,2.94l.09.11a76.7,76.7,0,0,1,6.79,12.61c.22.56.47,1.11.7,1.67s.42,1.12.64,1.71.39,1,.56,1.54.33,1,.5,1.53a6.08,6.08,0,0,1,.25.79c.31,1,.62,2.09.9,3.15a73.9,73.9,0,0,1,1.84,10.07A71.49,71.49,0,0,1,682.22,78.16Z" />
|
||||
<path d="M669.52,36.51h-339a74.73,74.73,0,0,1,62-33.08h215A74.73,74.73,0,0,1,669.52,36.51Z" />
|
||||
<path d="M681.74,69.59H318.26a73.92,73.92,0,0,1,12.22-33.08h339A73.92,73.92,0,0,1,681.74,69.59Z" />
|
||||
<path
|
||||
d="M682.24,78.16v24.51H558V96.24H442v6.43H317.76V78.16a71.5,71.5,0,0,1,.5-8.58H681.74A71.5,71.5,0,0,1,682.24,78.16Z" />
|
||||
<rect x="317.76" y="102.67" width="124.27" height="33.09" />
|
||||
<rect x="557.97" y="102.67" width="124.27" height="33.09" />
|
||||
<rect x="317.76" y="135.77" width="124.27" height="33.07" />
|
||||
<rect x="557.97" y="135.77" width="124.27" height="33.07" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
33
public/logos/bitcoin.svg
Normal file
@@ -0,0 +1,33 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 307 65" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path
|
||||
d="M63.033,39.745c-4.274,17.143 -21.637,27.576 -38.782,23.301c-17.138,-4.274 -27.571,-21.638 -23.295,-38.78c4.272,-17.145 21.635,-27.579 38.775,-23.305c17.144,4.274 27.576,21.64 23.302,38.784Z"
|
||||
style="fill:#f7931a;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M46.103,27.445c0.637,-4.258 -2.605,-6.547 -7.038,-8.074l1.438,-5.768l-3.511,-0.875l-1.4,5.616c-0.923,-0.23 -1.871,-0.447 -2.813,-0.662l1.41,-5.653l-3.509,-0.875l-1.439,5.766c-0.764,-0.174 -1.514,-0.346 -2.242,-0.527l0.004,-0.018l-4.842,-1.209l-0.934,3.75c-0,0 2.605,0.597 2.55,0.634c1.422,0.355 1.679,1.296 1.636,2.042l-1.638,6.571c0.098,0.025 0.225,0.061 0.365,0.117c-0.117,-0.029 -0.242,-0.061 -0.371,-0.092l-2.296,9.205c-0.174,0.432 -0.615,1.08 -1.609,0.834c0.035,0.051 -2.552,-0.637 -2.552,-0.637l-1.743,4.019l4.569,1.139c0.85,0.213 1.683,0.436 2.503,0.646l-1.453,5.834l3.507,0.875l1.439,-5.772c0.958,0.26 1.888,0.5 2.798,0.726l-1.434,5.745l3.511,0.875l1.453,-5.823c5.987,1.133 10.489,0.676 12.384,-4.739c1.527,-4.36 -0.076,-6.875 -3.226,-8.515c2.294,-0.529 4.022,-2.038 4.483,-5.155Zm-8.022,11.249c-1.085,4.36 -8.426,2.003 -10.806,1.412l1.928,-7.729c2.38,0.594 10.012,1.77 8.878,6.317Zm1.086,-11.312c-0.99,3.966 -7.1,1.951 -9.082,1.457l1.748,-7.01c1.982,0.494 8.365,1.416 7.334,5.553Z"
|
||||
style="fill:#fff;fill-rule:nonzero;" />
|
||||
</g>
|
||||
<g id="text" fill="currentColor">
|
||||
<path
|
||||
d="M93.422,19.352c2.595,-0 4.837,0.465 6.721,1.378c1.893,0.922 3.455,2.164 4.708,3.726c1.236,1.57 2.156,3.405 2.75,5.508c0.59,2.109 0.886,4.376 0.886,6.803c0,3.728 -0.683,7.25 -2.062,10.57c-1.379,3.325 -3.25,6.209 -5.63,8.669c-2.378,2.457 -5.186,4.394 -8.424,5.825c-3.233,1.432 -6.748,2.148 -10.522,2.148c-0.488,-0 -1.346,-0.014 -2.558,-0.039c-1.212,-0.025 -2.605,-0.15 -4.165,-0.361c-1.57,-0.219 -3.23,-0.543 -4.983,-0.977c-1.752,-0.426 -3.416,-1.023 -4.983,-1.781l14.012,-58.876l12.55,-1.945l-5.017,20.893c1.074,-0.484 2.156,-0.859 3.236,-1.132c1.081,-0.269 2.241,-0.409 3.481,-0.409Zm-10.527,34.671c1.89,-0 3.671,-0.465 5.344,-1.378c1.678,-0.914 3.126,-2.148 4.339,-3.685c1.213,-1.544 2.173,-3.283 2.873,-5.226c0.7,-1.943 1.054,-3.97 1.054,-6.079c0,-2.591 -0.433,-4.612 -1.296,-6.073c-0.863,-1.455 -2.46,-2.187 -4.779,-2.187c-0.76,-0 -1.739,0.145 -2.953,0.404c-1.218,0.275 -2.308,0.846 -3.285,1.705l-5.342,22.188c0.322,0.057 0.607,0.111 0.85,0.162c0.238,0.055 0.501,0.094 0.763,0.121c0.277,0.031 0.594,0.047 0.977,0.047c0.383,-0 0.862,0.001 1.455,0.001Z"
|
||||
/>
|
||||
<path
|
||||
d="M121.502,62.852l-11.987,-0l10.123,-42.597l12.069,-0l-10.205,42.597Zm5.833,-47.787c-1.673,-0 -3.19,-0.498 -4.536,-1.496c-1.357,-0.992 -2.029,-2.519 -2.029,-4.577c0,-1.132 0.23,-2.194 0.686,-3.196c0.463,-1 1.068,-1.861 1.826,-2.593c0.757,-0.726 1.634,-1.306 2.63,-1.743c1.002,-0.43 2.068,-0.645 3.204,-0.645c1.672,-0 3.181,0.498 4.532,1.496c1.346,1.003 2.023,2.53 2.023,4.577c0,1.136 -0.229,2.202 -0.689,3.202c-0.457,1 -1.062,1.861 -1.82,2.593c-0.751,0.727 -1.636,1.305 -2.63,1.738c-1.003,0.437 -2.065,0.644 -3.197,0.644Z"
|
||||
/>
|
||||
<path
|
||||
d="M142.212,9.642l12.555,-1.945l-3.083,12.556l13.446,-0l-2.428,9.878l-13.365,-0l-3.56,14.9c-0.328,1.242 -0.514,2.402 -0.566,3.48c-0.059,1.083 0.078,2.013 0.402,2.796c0.322,0.785 0.901,1.39 1.741,1.818c0.836,0.435 2.033,0.654 3.603,0.654c1.293,-0 2.553,-0.123 3.771,-0.367c1.211,-0.24 2.438,-0.574 3.68,-1.011l0.894,9.236c-1.62,0.594 -3.374,1.105 -5.264,1.535c-1.893,0.436 -4.134,0.646 -6.724,0.646c-3.724,-0 -6.611,-0.553 -8.668,-1.654c-2.054,-1.109 -3.506,-2.624 -4.375,-4.542c-0.857,-1.911 -1.24,-4.114 -1.133,-6.596c0.111,-2.488 0.486,-5.103 1.133,-7.857l7.941,-33.527Z"
|
||||
/>
|
||||
<path
|
||||
d="M164.602,45.842c0,-3.669 0.594,-7.129 1.781,-10.368c1.185,-3.242 2.892,-6.077 5.107,-8.51c2.207,-2.421 4.896,-4.339 8.061,-5.747c3.15,-1.4 6.677,-2.106 10.564,-2.106c2.433,-0 4.606,0.23 6.518,0.691c1.92,0.465 3.657,1.066 5.228,1.82l-4.134,9.4c-1.08,-0.438 -2.201,-0.824 -3.36,-1.174c-1.16,-0.357 -2.576,-0.529 -4.251,-0.529c-4.001,-0 -7.164,1.379 -9.518,4.128c-2.345,2.751 -3.526,6.454 -3.526,11.099c0,2.753 0.594,4.979 1.786,6.682c1.186,1.703 3.377,2.55 6.558,2.55c1.57,-0 3.085,-0.164 4.536,-0.484c1.462,-0.324 2.753,-0.732 3.89,-1.214l0.895,9.636c-1.516,0.588 -3.188,1.119 -5.022,1.584c-1.838,0.449 -4.026,0.682 -6.563,0.682c-3.349,0 -6.184,-0.49 -8.503,-1.455c-2.32,-0.98 -4.237,-2.281 -5.747,-3.929c-1.518,-1.652 -2.608,-3.581 -3.282,-5.795c-0.674,-2.212 -1.018,-4.536 -1.018,-6.961Z"
|
||||
/>
|
||||
<path
|
||||
d="M217.852,63.982c-2.861,-0 -5.346,-0.436 -7.454,-1.299c-2.102,-0.863 -3.843,-2.074 -5.22,-3.644c-1.379,-1.562 -2.411,-3.413 -3.118,-5.546c-0.707,-2.132 -1.047,-4.493 -1.047,-7.08c0,-3.245 0.521,-6.489 1.574,-9.724c1.048,-3.242 2.603,-6.155 4.661,-8.744c2.042,-2.593 4.561,-4.713 7.527,-6.366c2.963,-1.642 6.371,-2.468 10.199,-2.468c2.809,0 5.281,0.437 7.418,1.3c2.127,0.861 3.879,2.082 5.264,3.644c1.37,1.57 2.411,3.413 3.111,5.549c0.705,2.128 1.053,4.495 1.053,7.084c0,3.235 -0.514,6.479 -1.534,9.724c-1.021,3.229 -2.536,6.149 -4.536,8.744c-1.996,2.589 -4.492,4.708 -7.49,6.354c-2.994,1.646 -6.466,2.472 -10.408,2.472Zm5.991,-34.662c-1.777,-0 -3.348,0.516 -4.693,1.535c-1.35,1.031 -2.484,2.327 -3.398,3.89c-0.924,1.57 -1.609,3.282 -2.072,5.143c-0.459,1.865 -0.684,3.628 -0.684,5.303c0,2.703 0.436,4.808 1.293,6.323c0.869,1.507 2.43,2.265 4.699,2.265c1.783,-0 3.346,-0.512 4.699,-1.542c1.342,-1.023 2.477,-2.32 3.398,-3.886c0.918,-1.562 1.609,-3.279 2.072,-5.143c0.453,-1.859 0.684,-3.632 0.684,-5.304c0,-2.696 -0.434,-4.806 -1.299,-6.319c-0.864,-1.507 -2.432,-2.265 -4.699,-2.265Z"
|
||||
/>
|
||||
<path
|
||||
d="M254.882,62.852l-11.997,-0l10.123,-42.597l12.075,-0l-10.201,42.597Zm5.824,-47.787c-1.672,-0 -3.188,-0.498 -4.532,-1.496c-1.35,-0.992 -2.028,-2.519 -2.028,-4.577c0,-1.132 0.233,-2.194 0.69,-3.196c0.457,-1 1.066,-1.861 1.824,-2.593c0.753,-0.726 1.638,-1.306 2.632,-1.743c0.996,-0.43 2.062,-0.645 3.194,-0.645c1.676,-0 3.19,0.498 4.538,1.496c1.349,1.003 2.03,2.53 2.03,4.577c0,1.136 -0.242,2.202 -0.695,3.202c-0.453,1 -1.062,1.861 -1.817,2.593c-0.76,0.727 -1.634,1.305 -2.63,1.738c-1.004,0.437 -2.068,0.644 -3.206,0.644Z"
|
||||
/>
|
||||
<path
|
||||
d="M273.722,22.192c0.91,-0.266 1.926,-0.586 3.031,-0.934c1.109,-0.348 2.348,-0.672 3.732,-0.964c1.369,-0.301 2.914,-0.545 4.613,-0.734c1.699,-0.193 3.635,-0.287 5.786,-0.287c6.322,-0 10.68,1.841 13.086,5.512c2.404,3.671 2.82,8.695 1.26,15.063l-5.514,23l-12.066,-0l5.344,-22.516c0.326,-1.406 0.582,-2.765 0.771,-4.093c0.191,-1.316 0.18,-2.476 -0.043,-3.48c-0.213,-0.992 -0.715,-1.804 -1.494,-2.433c-0.791,-0.619 -1.986,-0.93 -3.607,-0.93c-1.563,-0 -3.153,0.168 -4.776,0.492l-7.857,32.959l-12.071,-0l9.805,-40.655Z"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.7 KiB |
8
public/logos/bitwarden.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 512 512">
|
||||
<path
|
||||
d="M76.8 0h358.4C477.6 0 512 34.4 512 76.8v358.4c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 512 0 477.6 0 435.2V76.8C0 34.4 34.4 0 76.8 0"
|
||||
style="fill:#175ddc" />
|
||||
<path
|
||||
d="M372 297V131H256v294c47-28 115-74 116-128m49-198v198c0 106-152 181-165 181S91 403 91 297V99s0-17 17-17h296s17 0 17 17"
|
||||
style="fill:#fff" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 449 B |
4
public/logos/bluesky.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 30.56 512 450.84">
|
||||
<path id="logo" fill="#1185fe"
|
||||
d="M111 60.9c58.7 44.1 121.8 133.4 145 181.4 23.2-47.9 86.3-137.3 145-181.4 42.4-31.8 111-56.4 111 21.9 0 15.6-9 131.3-14.2 150.1-18.3 65.3-84.9 82-144.1 71.9 103.5 17.6 129.9 76 73 134.4-108 110.9-155.3-27.8-167.4-63.4-2.2-6.5-3.3-9.6-3.3-7 0-2.6-1.1.5-3.3 7-12.1 35.5-59.4 174.2-167.4 63.4-56.9-58.4-30.5-116.8 73-134.4-59.2 10.1-125.8-6.5-144.1-71.8C9 214.2 0 98.5 0 82.8 0 4.5 68.6 29.1 111 60.9" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 551 B |
18
public/logos/bmw.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="center">
|
||||
<path id="blue"
|
||||
d="M477.778,300c-0,98.248 -79.53,177.778 -177.778,177.778l-0,-177.778l177.778,-0Zm-177.778,-177.778l-0,177.778l-177.778,-0c0,-98.248 79.53,-177.778 177.778,-177.778Z"
|
||||
style="fill:#0166b1;fill-rule:nonzero;" />
|
||||
<path id="white"
|
||||
d="M300,122.222c98.248,0 177.778,79.53 177.778,177.778l-177.778,0l0,-177.778Zm-177.778,177.778l177.778,0l0,177.778c-98.248,-0 -177.778,-79.53 -177.778,-177.778Z"
|
||||
style="fill:#fff;fill-rule:nonzero;" />
|
||||
</g>
|
||||
<g id="grey">
|
||||
<path id="path14"
|
||||
d="M300,122.222l0,9.748c92.643,-0 168.031,75.369 168.031,168.03l9.747,-0c-0,-98.178 -79.6,-177.778 -177.778,-177.778m0,345.808c-92.643,0 -168.03,-75.369 -168.03,-168.03l-9.748,-0c0,98.178 79.6,177.778 177.778,177.778m0,-477.778c-165.681,0 -300,134.319 -300,300c0,165.681 134.319,300 300,300c165.681,-0 300,-134.319 300,-300c-0,-165.681 -134.319,-300 -300,-300Zm280.492,300c-0,154.904 -125.571,280.492 -280.492,280.492c-154.921,-0 -280.492,-125.588 -280.492,-280.492c0,-154.904 125.588,-280.492 280.492,-280.492c154.904,0 280.492,125.588 280.492,280.492Z"
|
||||
style="fill:#6f6f6f;fill-rule:nonzero;" />
|
||||
<path id="B_x5F_22d_61_"
|
||||
d="M171.797,155.274c9.586,-10.028 15.014,-21.614 5.427,-32.674c-5.216,-6.003 -13.974,-7.316 -21.235,-4.358l-0.722,0.28l0.229,-0.63c1.075,-2.853 1.762,-11.953 -6.045,-18.236c-3.806,-3.063 -8.582,-4.201 -13.41,-3.711c-9.005,0.911 -15.931,7.018 -34.787,27.897c-5.692,6.3 -13.975,16.241 -18.944,22.681l51.792,48.793c17.164,-18.866 24.161,-25.884 37.695,-40.042Zm-67.583,-11.936c10.433,-12.671 21.517,-24.169 26.54,-28.719c1.586,-1.435 3.313,-2.87 5.41,-3.43c3.401,-0.928 6.908,1.47 7.701,4.935c0.793,3.483 -1.41,6.791 -3.859,9.521c-5.516,6.178 -25.747,27.196 -25.747,27.196l-10.045,-9.503Zm20.284,19.111c-0,0 19.702,-20.686 26.134,-27.301c2.555,-2.625 4.194,-4.218 5.956,-5.076c2.274,-1.102 4.758,-1.33 6.979,0.14c2.185,1.453 3.19,3.956 2.643,6.441c-0.652,2.957 -3.084,5.775 -5.093,7.928c-2.713,2.887 -26.081,27.721 -26.116,27.756l-10.503,-9.888Zm181.423,-65.366l16.583,-36.892l1.057,-3.273l-0.299,3.413l1.744,49.3c5.816,0.543 11.825,1.348 17.746,2.328l-2.696,-73.014c-8.283,-0.91 -16.53,-1.558 -24.777,-1.908l-16.336,40.27l-0.582,2.993l-0.581,-2.993l-16.319,-40.27c-8.247,0.35 -16.494,0.998 -24.777,1.908l-2.696,73.014c5.921,-0.98 11.93,-1.768 17.746,-2.328l1.744,-49.3l-0.299,-3.413l1.057,3.273l16.583,36.892l15.102,0l0,0Zm137.72,76.322c4.07,4.34 9.939,11.341 13.234,15.593l60.692,-38.257c-3.031,-3.938 -7.86,-9.923 -11.472,-14.141l-38.435,25.237l-2.626,2.24l1.956,-2.835l16.971,-33.637l-12.001,-11.918l-33.888,16.853l-2.855,1.943l2.273,-2.608l25.43,-38.152c-4.476,-3.78 -8.776,-7.246 -14.257,-11.446l-38.523,60.221c4.882,3.728 11.314,9.206 15.42,12.933l36.267,-18.691l2.326,-1.697l-1.709,2.31l-18.803,36.052Z"
|
||||
style="fill:#6f6f6f;fill-rule:nonzero;" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
23
public/logos/bvr.svg
Normal file
@@ -0,0 +1,23 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 70 70" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="70" height="70" rx="20" fill="black" />
|
||||
<path
|
||||
d="M52.1388 27.8511L52.1387 27.851C47.8402 22.9012 40.7262 22.19 36.2493 26.2625L26.2191 35.3868C21.7422 39.4593 21.5977 46.7735 25.8963 51.7233L25.8963 51.7233C30.1949 56.6732 37.3088 57.3844 41.7857 53.3119L51.8159 44.1876C56.2928 40.115 56.4373 32.8009 52.1388 27.8511Z"
|
||||
fill="#FF001D" />
|
||||
<path
|
||||
d="M25.8423 47.3934C32.2919 47.3934 37.8798 42.1751 37.8798 35.5161C37.8798 28.8571 32.8309 23.4589 26.3813 23.4589C19.9316 23.4589 14.7031 28.8571 14.7031 35.5161C14.7031 42.1751 19.3926 47.3934 25.8423 47.3934Z"
|
||||
fill="#6DDCE5" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M37.8805 35.5159C37.8805 42.1749 32.2927 47.3932 25.843 47.3932C24.9684 47.3932 24.1261 47.2972 23.3235 47.1147C22.0222 42.9188 23.0014 38.3151 26.2202 35.3871L34.9555 27.4408C36.7821 29.5783 37.8805 32.41 37.8805 35.5159Z"
|
||||
fill="#6B289B" />
|
||||
<path
|
||||
d="M35.307 22.7247C35.307 22.7247 24.8225 23.8294 25.0063 12.7827C35.8589 12.5986 35.307 22.7247 35.307 22.7247Z"
|
||||
fill="#0066FF" />
|
||||
<mask id="mask0_9174_2455" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="24" y="17" width="12" height="6">
|
||||
<rect x="24.7871" y="17.6843" width="10.4632" height="5.10702" fill="#C4C4C4" />
|
||||
</mask>
|
||||
<g mask="url(#mask0_9174_2455)">
|
||||
<path
|
||||
d="M35.3051 22.7247C35.3051 22.7247 24.8205 23.8294 25.0043 12.7827C35.8569 12.5986 35.3051 22.7247 35.3051 22.7247Z"
|
||||
fill="#FFE500" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
39
public/logos/chromium.svg
Normal file
@@ -0,0 +1,39 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<path id="path34-4"
|
||||
d="M255.993,255.994l110.851,63.997l-110.851,191.994c141.381,-0 255.992,-114.611 255.992,-255.991c-0,-46.641 -12.536,-90.331 -34.331,-127.997l-221.663,0l0.002,127.997Z"
|
||||
style="fill:url(#_Linear1);fill-rule:nonzero;" />
|
||||
<path id="path36-1"
|
||||
d="M255.991,0c-94.751,0 -177.414,51.513 -221.679,128.027l110.828,191.964l110.851,-63.997l-0,-127.997l221.663,0c-44.272,-76.495 -126.925,-127.997 -221.663,-127.997Z"
|
||||
style="fill:url(#_Linear2);fill-rule:nonzero;" />
|
||||
<path id="path38-7"
|
||||
d="M0.002,255.994c-0,141.38 114.607,255.991 255.991,255.991l110.851,-191.994l-110.851,-63.997l-110.85,63.997l-110.828,-191.964c-21.784,37.655 -34.315,81.329 -34.315,127.964"
|
||||
style="fill:url(#_Linear3);fill-rule:nonzero;" />
|
||||
<path id="path40"
|
||||
d="M383.991,255.994c-0,70.69 -57.307,127.997 -127.998,127.997c-70.69,0 -127.998,-57.307 -127.998,-127.997c0,-70.69 57.308,-127.997 127.998,-127.997c70.691,0 127.998,57.307 127.998,127.997"
|
||||
style="fill:#fff;fill-rule:nonzero;" />
|
||||
<path id="path42-5"
|
||||
d="M359.992,255.994c-0,57.436 -46.563,103.998 -103.999,103.998c-57.436,0 -103.998,-46.562 -103.998,-103.998c-0,-57.435 46.562,-103.998 103.998,-103.998c57.436,0 103.999,46.563 103.999,103.998"
|
||||
style="fill:url(#_Linear4);fill-rule:nonzero;" />
|
||||
<defs>
|
||||
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(-0.546731,384.516,-384.516,-0.546731,384.534,127.469)">
|
||||
<stop offset="0" style="stop-color:#afccfb;stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:#8bb5f8;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(21.1592,344.01,-344.01,21.1592,218.865,3.90022)">
|
||||
<stop offset="0" style="stop-color:#1972e7;stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:#1969d5;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient id="_Linear3" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(-1.40824e-05,383.957,-383.957,-1.40824e-05,183.422,128.027)">
|
||||
<stop offset="0" style="stop-color:#659cf6;stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:#4285f4;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0606,207.6,-207.6,1.0606,254.933,152.392)">
|
||||
<stop offset="0" style="stop-color:#3680f0;stop-opacity:1" />
|
||||
<stop offset="1" style="stop-color:#2678ec;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
4
public/logos/coca-cola.svg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
42
public/logos/debian.svg
Normal file
@@ -0,0 +1,42 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 108.758 144.133">
|
||||
<g>
|
||||
<path fill="#A80030"
|
||||
d="M60.969,47.645c-1.494,0.02,0.281,0.768,2.232,1.069 c0.541-0.422,1.027-0.846,1.463-1.26C63.451,47.751,62.215,47.758,60.969,47.645" />
|
||||
<path fill="#A80030"
|
||||
d="M68.986,45.646c0.893-1.229,1.541-2.573,1.77-3.963 c-0.201,0.99-0.736,1.845-1.244,2.749c-2.793,1.759-0.264-1.044-0.002-2.111C66.508,46.104,69.096,44.589,68.986,45.646" />
|
||||
<path fill="#A80030"
|
||||
d="M71.949,37.942c0.182-2.691-0.529-1.839-0.768-0.814 C71.459,37.274,71.68,39.026,71.949,37.942" />
|
||||
<path fill="#A80030"
|
||||
d="M55.301,1.163c0.798,0.142,1.724,0.252,1.591,0.443 C57.768,1.413,57.965,1.239,55.301,1.163" />
|
||||
<path fill="#A80030" d="M56.893,1.606l-0.561,0.117l0.523-0.048L56.893,1.606" />
|
||||
<path fill="#A80030"
|
||||
d="M81.762,38.962c0.09,2.416-0.705,3.59-1.424,5.666l-1.293,0.643 c-1.057,2.054,0.105,1.304-0.652,2.937c-1.652,1.467-5.006,4.589-6.08,4.875c-0.785-0.017,0.531-0.926,0.703-1.281 c-2.209,1.516-1.773,2.276-5.152,3.199l-0.098-0.221c-8.33,3.92-19.902-3.847-19.75-14.443c-0.088,0.672-0.253,0.504-0.437,0.774 c-0.43-5.451,2.518-10.926,7.49-13.165c4.863-2.406,10.564-1.42,14.045,1.829c-1.912-2.506-5.721-5.163-10.232-4.917 c-4.421,0.072-8.558,2.881-9.938,5.932c-2.264,1.425-2.528,5.496-3.514,6.242c-1.329,9.76,2.497,13.975,8.97,18.936 c1.016,0.686,0.286,0.791,0.422,1.313c-2.15-1.006-4.118-2.526-5.738-4.387c0.86,1.257,1.787,2.479,2.986,3.439 c-2.029-0.685-4.738-4.913-5.527-5.085c3.495,6.258,14.178,10.975,19.775,8.634c-2.59,0.096-5.879,0.053-8.787-1.022 c-1.225-0.629-2.884-1.93-2.587-2.173c7.636,2.851,15.522,2.158,22.128-3.137c1.682-1.31,3.518-3.537,4.049-3.567 c-0.799,1.202,0.137,0.578-0.477,1.639c1.672-2.701-0.729-1.1,1.73-4.664l0.908,1.25c-0.34-2.244,2.785-4.966,2.467-8.512 c0.717-1.084,0.799,1.168,0.039,3.662c1.055-2.767,0.279-3.212,0.549-5.496c0.291,0.768,0.678,1.583,0.875,2.394 c-0.688-2.675,0.703-4.503,1.049-6.058c-0.342-0.15-1.061,1.182-1.227-1.976c0.025-1.372,0.383-0.719,0.52-1.057 c-0.268-0.155-0.975-1.207-1.404-3.224c0.309-0.475,0.832,1.229,1.256,1.298c-0.273-1.603-0.742-2.826-0.762-4.057 c-1.24-2.59-0.439,0.346-1.443-1.112c-1.32-4.114,1.094-0.955,1.258-2.823c1.998,2.895,3.137,7.385,3.662,9.244 c-0.4-2.267-1.045-4.464-1.834-6.589c0.609,0.257-0.979-4.663,0.791-1.405c-1.889-6.945-8.078-13.435-13.773-16.479 c0.695,0.637,1.574,1.437,1.26,1.563c-2.834-1.685-2.336-1.818-2.742-2.53c-2.305-0.939-2.459,0.077-3.984,0.002 c-4.35-2.308-5.188-2.063-9.191-3.507l0.182,0.852c-2.881-0.96-3.357,0.362-6.47,0.002c-0.189-0.147,0.998-0.536,1.976-0.677 c-2.786,0.368-2.656-0.55-5.382,0.101c0.671-0.471,1.383-0.784,2.099-1.184c-2.271,0.138-5.424,1.322-4.451,0.244 c-3.705,1.654-10.286,3.975-13.979,7.438l-0.116-0.776c-1.692,2.031-7.379,6.066-7.832,8.699l-0.453,0.105 c-0.879,1.491-1.45,3.18-2.148,4.713c-1.151,1.963-1.688,0.756-1.524,1.064c-2.265,4.592-3.392,8.45-4.363,11.616 c0.692,1.035,0.017,6.232,0.278,10.391c-1.136,20.544,14.418,40.489,31.42,45.093c2.492,0.893,6.197,0.861,9.349,0.949 c-3.718-1.064-4.198-0.563-7.822-1.826c-2.613-1.232-3.185-2.637-5.037-4.244l0.733,1.295c-3.63-1.285-2.111-1.59-5.065-2.525 l0.783-1.021c-1.177-0.09-3.117-1.982-3.647-3.033l-1.288,0.051c-1.546-1.906-2.371-3.283-2.31-4.35l-0.416,0.742 c-0.471-0.809-5.691-7.158-2.983-5.68c-0.503-0.458-1.172-0.747-1.897-2.066l0.551-0.629c-1.301-1.677-2.398-3.826-2.314-4.542 c0.695,0.938,1.177,1.114,1.655,1.275c-3.291-8.164-3.476-0.449-5.967-8.31l0.526-0.042c-0.403-0.611-0.65-1.27-0.974-1.919 l0.23-2.285c-2.368-2.736-0.662-11.645-0.319-16.53c0.235-1.986,1.977-4.101,3.3-7.418l-0.806-0.138 c1.542-2.688,8.802-10.799,12.166-10.383c1.629-2.046-0.324-0.008-0.643-0.522c3.579-3.703,4.704-2.616,7.119-3.283 c2.603-1.545-2.235,0.604-1.001-0.589c4.503-1.149,3.19-2.614,9.063-3.197c0.62,0.352-1.437,0.544-1.953,1.001 c3.75-1.836,11.869-1.417,17.145,1.018c6.117,2.861,12.994,11.314,13.266,19.267l0.309,0.083 c-0.156,3.162,0.484,6.819-0.627,10.177L81.762,38.962" />
|
||||
<path fill="#A80030"
|
||||
d="M44.658,49.695l-0.211,1.047c0.983,1.335,1.763,2.781,3.016,3.821 C46.561,52.804,45.892,52.077,44.658,49.695" />
|
||||
<path fill="#A80030"
|
||||
d="M46.979,49.605c-0.52-0.576-0.826-1.268-1.172-1.956 c0.33,1.211,1.006,2.252,1.633,3.312L46.979,49.605" />
|
||||
<path fill="#A80030"
|
||||
d="M88.063,40.675l-0.219,0.552c-0.402,2.858-1.273,5.686-2.605,8.309 C86.711,46.769,87.66,43.742,88.063,40.675" />
|
||||
<path fill="#A80030"
|
||||
d="M55.598,0.446C56.607,0.077,58.08,0.243,59.154,0c-1.398,0.117-2.789,0.187-4.162,0.362 L55.598,0.446" />
|
||||
<path fill="#A80030"
|
||||
d="M20.127,19.308c0.233,2.154-1.62,2.991,0.41,1.569 C21.627,18.423,20.113,20.2,20.127,19.308" />
|
||||
<path fill="#A80030"
|
||||
d="M17.739,29.282c0.469-1.437,0.553-2.299,0.732-3.132 C17.178,27.804,17.875,28.157,17.739,29.282" />
|
||||
</g>
|
||||
<g id="text" fill="currentColor">
|
||||
<path
|
||||
d="M13.437,125.506c-0.045,0.047-0.045,7.506-0.138,9.453c-0.092,1.574-0.232,4.957-3.568,4.957 c-3.429,0-4.263-3.939-4.541-5.652c-0.324-1.9-0.324-3.477-0.324-4.17c0-2.225,0.139-8.436,5.375-8.436 c1.576,0,2.456,0.465,3.151,0.834L13.437,125.506z M0,130.975c0,13.066,6.951,13.066,7.97,13.066 c2.873,0,4.727-1.576,5.514-4.309l0.093,4.123c0.881-0.047,1.761-0.139,3.197-0.139c0.51,0,0.926,0,1.298,0.047 c0.371,0,0.741,0.045,1.158,0.092c-0.741-1.482-1.297-4.818-1.297-12.049c0-7.043,0-18.951,0.602-22.566 c-1.667,0.789-3.105,1.299-6.256,1.576c1.251,1.344,1.251,2.039,1.251,8.154c-0.879-0.277-1.992-0.602-3.892-0.602 C1.344,118.369,0,125.598,0,130.975" />
|
||||
<path
|
||||
d="M25.13,128.609c0.047-3.846,0.835-7.275,4.124-7.275c3.615,0,3.891,3.984,3.799,7.275H25.13z M37.64,129.074c0-5.422-1.065-10.752-7.923-10.752c-9.452,0-9.452,10.475-9.452,12.697c0,9.406,4.216,13.113,11.306,13.113 c3.149,0,4.68-0.461,5.514-0.695c-0.046-1.668,0.185-2.734,0.465-4.17c-0.975,0.604-2.226,1.391-5.006,1.391 c-7.229,0-7.322-6.582-7.322-8.852H37.55L37.64,129.074" />
|
||||
<path
|
||||
d="M52.715,131.066c0,4.309-0.787,10.102-6.162,10.102c-0.742,0-1.668-0.141-2.27-0.279 c-0.093-1.668-0.093-4.541-0.093-7.877c0-3.986,0.416-6.068,0.742-7.09c0.972-3.289,3.15-3.334,3.566-3.334 C52.02,122.588,52.715,127.453,52.715,131.066z M39.417,136.117c0,3.43,0,5.375-0.556,6.857c1.9,0.742,4.262,1.158,7.09,1.158 c1.807,0,7.043,0,9.869-5.791c1.344-2.688,1.807-6.303,1.807-9.037c0-1.668-0.186-5.328-1.529-7.646 c-1.296-2.176-3.382-3.289-5.605-3.289c-4.449,0-5.746,3.707-6.44,5.607c0-2.363,0.045-10.611,0.415-14.828 c-3.011,1.391-4.866,1.621-6.857,1.807c1.807,0.74,1.807,3.801,1.807,13.764V136.117" />
|
||||
<path
|
||||
d="M66.535,143.855c-0.928-0.139-1.578-0.232-2.922-0.232c-1.48,0-2.502,0.094-3.566,0.232 c0.463-0.881,0.648-1.299,0.787-4.309c0.186-4.125,0.232-15.154-0.092-17.471c-0.232-1.762-0.648-2.039-1.297-2.502 c3.799-0.371,4.865-0.648,6.625-1.482c-0.369,2.037-0.418,3.059-0.418,6.162C65.561,140.242,65.514,141.955,66.535,143.855" />
|
||||
<path
|
||||
d="M81.373,130.74c-0.092,2.92-0.139,4.959-0.928,6.58c-0.973,2.086-2.594,2.688-3.799,2.688 c-2.783,0-3.383-2.316-3.383-4.586c0-4.355,3.893-4.682,5.652-4.682H81.373z M68.629,136.441c0,2.92,0.881,5.838,3.477,7.09 c1.158,0.51,2.316,0.51,2.688,0.51c4.264,0,5.699-3.152,6.58-5.098c-0.047,2.039,0,3.289,0.139,4.912 c0.834-0.047,1.668-0.139,3.059-0.139c0.787,0,1.529,0.092,2.316,0.139c-0.51-0.787-0.787-1.252-0.928-3.059 c-0.092-1.76-0.092-3.521-0.092-5.977l0.047-9.453c0-3.523-0.928-6.998-7.879-6.998c-4.586,0-7.273,1.391-8.617,2.086 c0.557,1.02,1.02,1.898,1.436,3.893c1.809-1.576,4.172-2.41,6.58-2.41c3.848,0,3.848,2.549,3.848,6.162 c-0.881-0.045-1.623-0.137-2.875-0.137C72.521,127.963,68.629,130.23,68.629,136.441" />
|
||||
<path
|
||||
d="M108.063,139.268c0.047,1.576,0.047,3.244,0.695,4.588c-1.021-0.092-1.623-0.232-3.521-0.232 c-1.113,0-1.715,0.094-2.596,0.232c0.184-0.602,0.279-0.834,0.371-1.623c0.139-1.064,0.232-4.633,0.232-5.885v-5.004 c0-2.178,0-5.33-0.141-6.441c-0.092-0.787-0.322-2.918-3.012-2.918c-2.641,0-3.521,1.945-3.846,3.521 c-0.369,1.621-0.369,3.383-0.369,10.24c0.045,5.932,0.045,6.486,0.508,8.109c-0.787-0.092-1.76-0.184-3.15-0.184 c-1.113,0-1.854,0.045-2.779,0.184c0.324-0.742,0.51-1.113,0.602-3.707c0.094-2.549,0.279-15.061-0.141-18.025 c-0.23-1.809-0.695-2.225-1.203-2.688c3.754-0.186,4.957-0.789,6.117-1.389v4.91c0.555-1.438,1.713-4.635,6.348-4.635 c5.793,0,5.838,4.217,5.885,6.996V139.268" />
|
||||
<path fill="#A80030" d="M66.926,111.533l-3.838,3.836l-3.836-3.836l3.836-3.836L66.926,111.533" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.4 KiB |
9
public/logos/digital-ocean.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 354 354" width="100%" height="100%">
|
||||
<g id="logo" fill="#0080ff" fill-rule="evenodd" clip-rule="evenodd">
|
||||
<path
|
||||
d="M177 354v-68.6c72.7 0 129.1-72.1 101.2-148.5-10.2-28.1-32.9-50.8-61.2-61C140.5 48.1 68.4 104.3 68.4 177H0C0 61.2 112-29.2 233.4 8.8c53 16.7 95.3 58.8 111.8 111.8C383.2 242 292.8 354 177 354" />
|
||||
<path d="M177.2 285.8h-68.4v-68.5h68.4z" />
|
||||
<path d="M108.8 338.1H56.4v-52.3h52.4z" />
|
||||
<path d="M56.4 285.8h-44v-44h44z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 550 B |
1
public/logos/docker-icon.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="185" viewBox="0 0 256 185"><path fill="#2396ed" d="M250.716 70.497c-5.765-4-18.976-5.5-29.304-3.5c-1.2-10-6.725-18.749-16.333-26.499l-5.524-4l-3.844 5.75c-4.803 7.5-7.205 18-6.485 28c.24 3.499 1.441 9.749 5.044 15.249c-3.362 2-10.328 4.5-19.455 4.5H1.155l-.48 2c-1.682 9.999-1.682 41.248 18.014 65.247c14.892 18.249 36.99 27.499 66.053 27.499c62.93 0 109.528-30.25 131.386-84.997c8.647.25 27.142 0 36.51-18.75c.24-.5.72-1.5 2.401-5.249l.961-2zM139.986 0h-26.42v24.999h26.42zm0 29.999h-26.42v24.999h26.42zm-31.225 0h-26.42v24.999h26.42zm-31.225 0H51.115v24.999h26.421zM46.311 59.998H19.89v24.999h26.42zm31.225 0H51.115v24.999h26.421zm31.225 0h-26.42v24.999h26.42zm31.226 0h-26.422v24.999h26.422zm31.225 0H144.79v24.999h26.422z"/></svg>
|
||||
|
After Width: | Height: | Size: 794 B |
21
public/logos/docker.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2333.95 530.79" height="100%" width="100%" fill="currentColor">
|
||||
|
||||
<path
|
||||
d="M661.56,218.08c-16.49-11.1-59.81-15.84-91.3-7.35-1.69-31.37-17.88-57.81-47.47-80.88l-10.95-7.35-7.3,11.03c-14.35,21.78-20.4,50.81-18.26,77.2,1.69,16.26,7.34,34.53,18.26,47.79-40.99,23.78-78.78,18.38-246.12,18.38H.06c-.75,37.79,5.32,110.47,51.54,169.64,5.11,6.54,10.7,12.86,16.78,18.95,37.58,37.63,94.36,65.23,179.26,65.3,129.53.12,240.5-69.9,308.01-239.18,22.21.36,80.85,3.98,109.55-51.47.7-.93,7.3-14.7,7.3-14.7l-10.94-7.35ZM168.67,183.53h-72.65v72.65h72.65v-72.65ZM262.52,183.53h-72.65v72.65h72.65v-72.65ZM356.38,183.53h-72.65v72.65h72.65v-72.65ZM450.24,183.53h-72.65v72.65h72.65v-72.65ZM74.81,183.53H2.16v72.65h72.65v-72.65ZM168.67,91.77h-72.65v72.65h72.65v-72.65ZM262.52,91.77h-72.65v72.65h72.65v-72.65ZM356.38,91.77h-72.65v72.65h72.65v-72.65ZM356.38,0h-72.65v72.65h72.65V0Z" />
|
||||
<g>
|
||||
<path
|
||||
d="M2329.44,419.3c0,18.94-14.87,33.81-34.21,33.81s-34.42-14.87-34.42-33.81,15.27-33.4,34.42-33.4,34.21,14.87,34.21,33.4ZM2269.37,419.3c0,14.87,11,26.68,26.07,26.68s25.46-11.81,25.46-26.47-10.8-26.89-25.65-26.89-25.87,12.02-25.87,26.68ZM2289.95,436.82h-7.74v-33.4c3.04-.61,7.33-1.02,12.82-1.02,6.32,0,9.16,1.02,11.61,2.45,1.84,1.42,3.26,4.07,3.26,7.33,0,3.67-2.85,6.52-6.91,7.74v.41c3.24,1.21,5.08,3.66,6.1,8.14,1.01,5.09,1.62,7.13,2.45,8.35h-8.35c-1.02-1.22-1.64-4.27-2.65-8.15-.61-3.66-2.65-5.29-6.93-5.29h-3.66v13.45ZM2290.14,417.88h3.66c4.28,0,7.74-1.42,7.74-4.88,0-3.06-2.23-5.11-7.13-5.11-2.03,0-3.46.21-4.27.43v9.56Z" />
|
||||
<path
|
||||
d="M1017.16,81.28c-4.79-4.68-10.54-7.06-17.43-7.06s-12.81,2.38-17.42,7.06c-4.62,4.68-6.88,10.68-6.88,17.83v119.4c-23.7-19.59-51.05-29.47-82.16-29.47-36.16,0-67.08,13.06-92.7,39.27-25.62,26.12-38.34,57.72-38.34,94.78s12.81,68.57,38.34,94.78c25.62,26.12,56.46,39.27,92.7,39.27s66.74-13.06,92.7-39.27c25.62-25.86,38.34-57.45,38.34-94.78V99.11c0-7.15-2.35-13.15-7.15-17.83ZM968.98,355.39v.18c-4.27,10.15-10.11,19.06-17.51,26.65-7.4,7.68-16.12,13.68-26.05,18.18-10.02,4.5-20.65,6.71-32.06,6.71s-22.3-2.21-32.32-6.71c-10.02-4.5-18.65-10.5-25.96-18.09-7.32-7.59-13.15-16.5-17.42-26.65-4.27-10.24-6.45-21.09-6.45-32.57s2.18-22.33,6.45-32.57c4.27-10.24,10.11-19.06,17.42-26.65,7.32-7.59,16.03-13.59,25.96-18.09,10.02-4.5,20.74-6.71,32.32-6.71s22.04,2.21,32.06,6.71c10.02,4.5,18.65,10.5,26.05,18.18,7.4,7.68,13.24,16.59,17.51,26.65,4.27,10.15,6.45,20.92,6.45,32.39s-2.18,22.33-6.45,32.39Z" />
|
||||
<path
|
||||
d="M2099.77,271.64c-6.36-15.89-16.05-30.27-28.76-43.16l-.17-.09c-25.88-26.12-56.82-39.27-92.7-39.27s-67.09,13.06-92.71,39.27c-25.62,26.12-38.33,57.72-38.33,94.78s12.81,68.57,38.33,94.78c25.62,26.12,56.47,39.27,92.71,39.27,32.92,0,61.41-10.85,85.64-32.56,4.69-4.94,7.06-10.94,7.06-17.92s-2.26-13.15-6.89-17.83c-4.61-4.68-10.45-7.06-17.42-7.06-6.09.18-11.5,2.21-16.11,6.27-7.32,6.35-15.25,11.21-23.87,14.39-8.63,3.18-18.04,4.77-28.31,4.77-9.07,0-17.78-1.41-26.05-4.32-8.29-2.91-16.03-6.89-22.92-12.09-6.98-5.21-12.98-11.38-18.12-18.71-5.14-7.24-9.06-15.27-11.67-24.09h185.32c6.87,0,12.62-2.38,17.42-7.06,4.8-4.68,7.15-10.68,7.15-17.83,0-18.53-3.24-35.74-9.58-51.54ZM1899.29,298.29c2.53-8.74,6.36-16.77,11.5-24.09,5.15-7.24,11.24-13.5,18.21-18.71,7.06-5.21,14.72-9.18,23.17-12.09,8.44-2.91,17.06-4.32,25.97-4.32s17.51,1.41,25.86,4.32c8.37,2.91,16.05,6.88,22.92,12.09,6.98,5.21,13.07,11.38,18.21,18.71,5.22,7.24,9.16,15.27,11.86,24.09h-157.71Z" />
|
||||
<path
|
||||
d="M2327.51,205.89c-4.36-4.32-9.85-7.68-16.47-10.15-6.62-2.47-13.85-4.15-21.78-5.12-7.84-.97-15.25-1.41-22.12-1.41-15.61,0-30.24,2.56-44,7.68-13.77,5.12-26.49,12.44-38.17,21.97v-4.76c0-6.88-2.35-12.71-7.15-17.56-4.78-4.85-10.45-7.32-17.15-7.32s-12.64,2.47-17.42,7.32c-4.8,4.85-7.15,10.77-7.15,17.56v218.25c0,6.88,2.35,12.71,7.15,17.56,4.78,4.85,10.53,7.32,17.42,7.32s12.45-2.47,17.15-7.32c4.8-4.85,7.15-10.77,7.15-17.56v-109.17c0-11.65,2.18-22.59,6.45-32.83,4.27-10.24,10.11-19.06,17.51-26.65,7.42-7.59,16.13-13.59,26.05-17.92,10.02-4.41,20.66-6.62,32.08-6.62s22.2,2.03,32.06,6c3.91,1.77,7.32,2.65,10.28,2.65,3.4,0,6.62-.62,9.58-1.94,2.96-1.32,5.58-3.09,7.76-5.38,2.18-2.29,3.91-4.94,5.22-8.03,1.31-3,2.01-6.27,2.01-9.8,0-6.88-2.18-12.44-6.53-16.77h.08Z" />
|
||||
<path
|
||||
d="M1304.49,271.73c-6.36-15.8-15.86-30.27-28.66-43.33-25.87-26.12-56.8-39.27-92.7-39.27s-67.08,13.06-92.7,39.27c-25.62,26.12-38.33,57.72-38.33,94.78s12.81,68.57,38.33,94.78c25.62,26.12,56.46,39.27,92.7,39.27s66.74-13.06,92.7-39.27c25.62-25.86,38.34-57.45,38.34-94.78-.18-18.53-3.4-35.65-9.67-51.45ZM1258.84,355.39v.18c-4.27,10.15-10.11,19.06-17.51,26.65-7.4,7.68-16.12,13.68-26.05,18.18-9.93,4.5-20.65,6.71-32.06,6.71s-22.3-2.21-32.32-6.71c-10.02-4.5-18.65-10.5-25.96-18.09-7.32-7.59-13.15-16.5-17.42-26.65-4.27-10.24-6.45-21.09-6.45-32.57s2.18-22.33,6.45-32.57c4.27-10.24,10.11-19.06,17.42-26.65,7.32-7.59,16.03-13.59,25.96-18.09,10.02-4.5,20.74-6.71,32.32-6.71s22.04,2.21,32.06,6.71c10.02,4.5,18.65,10.5,26.05,18.18,7.4,7.68,13.24,16.59,17.51,26.65,4.27,10.15,6.45,20.92,6.45,32.39s-2.18,22.33-6.45,32.39Z" />
|
||||
<path
|
||||
d="M1828.62,214.01c0-3.35-.7-6.53-2-9.53-1.31-3-3.05-5.73-5.23-8.03-2.18-2.29-4.79-4.15-7.75-5.38-2.96-1.23-6.18-1.94-9.58-1.94-4.88,0-9.24,1.24-13.07,3.8l-139.92,93.11V99.29c0-7.06-2.35-12.97-7.14-17.83-4.79-4.85-10.45-7.32-17.16-7.32s-12.63,2.47-17.43,7.32c-4.79,4.85-7.14,10.77-7.14,17.83v332.71c0,6.88,2.35,12.8,7.14,17.74,4.79,4.94,10.54,7.41,17.43,7.41s12.46-2.47,17.16-7.41c4.79-4.94,7.14-10.86,7.14-17.74v-86.4l28.58-19.15,108.12,124.17c4.36,4.32,9.85,6.44,16.38,6.44,3.4,0,6.62-.62,9.58-1.94,2.96-1.24,5.58-3.09,7.75-5.38,2.18-2.29,3.92-4.94,5.23-8.03,1.31-3,2-6.27,2-9.53,0-6.53-2.26-12.36-6.8-17.47l-100.63-115.87,98.01-65.13c6.27-4.32,9.32-10.94,9.32-19.86v.18Z" />
|
||||
<path
|
||||
d="M1414.36,263.7c7.49-7.59,16.21-13.59,26.23-17.92,10.02-4.41,20.65-6.62,32.06-6.62,10.28,0,19.78,1.77,28.58,5.29,8.71,3.53,17.08,8.74,25,15.53,4.7,3.79,10.02,5.73,15.94,5.73,7.06,0,12.81-2.38,17.43-7.15,4.62-4.77,6.88-10.77,6.88-17.92s-2.79-13.77-8.45-18.88c-24.05-21.71-52.53-32.57-85.38-32.57-36.16,0-67.08,13.06-92.7,39.27-25.62,26.12-38.33,57.72-38.33,94.78s12.81,68.57,38.33,94.78c25.62,26.12,56.46,39.27,92.7,39.27,32.76,0,61.25-10.85,85.38-32.57,5.14-5.29,7.76-11.38,7.76-18.44s-2.27-13.15-6.88-17.83c-4.62-4.68-10.45-7.06-17.42-7.06-5.92.18-11.07,1.94-15.42,5.29-7.84,6.88-16.03,12-24.83,15.44-8.71,3.44-18.21,5.12-28.58,5.12-11.41,0-22.04-2.21-32.06-6.62-10.02-4.41-18.73-10.41-26.23-17.91-7.49-7.5-13.42-16.5-17.69-26.65-4.27-10.24-6.45-21.18-6.45-32.83s2.18-22.59,6.45-32.83c4.27-10.24,10.19-19.06,17.69-26.65v-.09Z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.4 KiB |
12
public/logos/dockge.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="100%" height="100%" viewBox="0 0 640 640">
|
||||
<g transform="translate(320 325.566)scale(.95449)">
|
||||
<linearGradient id="a" x1="259.78" x2="463.85" y1="261.15" y2="456.49"
|
||||
gradientTransform="translate(-236.647 -213.944)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0%" style="stop-color:#74c2ff;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#86e6a9;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<path stroke-linecap="round"
|
||||
d="M131.867-139.049c27.143 27.84 38.257 39.595 71.252 87.328s61.322 135.705-15.78 195.772c-9.612 7.489-20.6 14.76-32.68 21.607-84.804 48.066-223.332 75.128-316.452 8.625-106.383-75.974-98.31-242.949 17.442-344.789s249.074 3.618 276.218 31.457z"
|
||||
style="stroke:#f2f2f2;stroke-opacity:.51;stroke-width:190;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:url(#a);fill-rule:nonzero;opacity:1" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
1
public/logos/duckduckgo.svg
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
5
public/logos/enpass.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 36.215 32.19">
|
||||
<path id="logo" fill="currentColor"
|
||||
d="M35.616,189.538c4.062,0,8.124-.012,12.187.006a5.8,5.8,0,0,1,4.473,1.974,5.618,5.618,0,0,1,1.417,3.469,14.584,14.584,0,0,1-.42,3.5c-.539,3.1-1.1,6.194-1.651,9.29-.475,2.666-.93,5.336-1.43,8a7.675,7.675,0,0,1-6.332,5.883,9.547,9.547,0,0,1-1.121.067q-7.122.007-14.244,0a7.646,7.646,0,0,1-7.514-6.314q-1.426-7.98-2.876-15.955c-.19-1.053-.4-2.1-.549-3.161a5.729,5.729,0,0,1,4.6-6.618,7.551,7.551,0,0,1,1.466-.134Q29.619,189.528,35.616,189.538Zm-3.223,22h0c0,1.061,0,2.122,0,3.184a1.766,1.766,0,0,0,1.842,1.842c.879,0,1.758,0,2.637,0a1.775,1.775,0,0,0,1.937-1.939c0-2.079,0-4.159-.01-6.238a.581.581,0,0,1,.329-.581,6.664,6.664,0,0,0,3.042-7.45,6.823,6.823,0,0,0-8.287-4.779,6.354,6.354,0,0,0-4.58,3.774,7.072,7.072,0,0,0,2.85,8.505.437.437,0,0,1,.247.433C32.387,209.375,32.393,210.457,32.393,211.54Z"
|
||||
transform="translate(-17.492 -189.534)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 999 B |
12
public/logos/eufy.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 52 24">
|
||||
<g fill="currentColor" id="logo">
|
||||
<path
|
||||
d="M14.0506 11.0902C13.5077 11.0902 13.0753 11.5326 13.0753 12.0655C13.0753 14.8606 10.803 17.1329 8.0079 17.1329C5.21278 17.1329 2.94052 14.8606 2.94052 12.0655C2.94052 9.2704 5.21278 6.99813 8.0079 6.99813C9.24459 6.99813 10.4109 7.44051 11.3259 8.2348L8.28942 11.1606C7.8973 11.5326 7.88725 12.156 8.25926 12.5481C8.45029 12.7492 8.71172 12.8498 8.96308 12.8498C9.21444 12.8498 9.45574 12.7593 9.64677 12.5783L13.3971 8.96878L13.4172 8.94866C13.4373 8.92855 13.4473 8.9185 13.4574 8.8984C13.4574 8.8984 13.4674 8.87829 13.4775 8.86823C13.4875 8.84813 13.5077 8.83808 13.5177 8.81797C13.5177 8.81797 13.5177 8.8079 13.5278 8.79785C13.5378 8.77774 13.5579 8.75763 13.568 8.73752C13.568 8.73752 13.568 8.72748 13.568 8.71742C13.578 8.69732 13.5881 8.66715 13.5981 8.64704C13.5981 8.64704 13.5981 8.64703 13.5981 8.63697C13.6082 8.60681 13.6182 8.58671 13.6283 8.55655C13.6283 8.52639 13.6484 8.50626 13.6484 8.4761C13.6484 8.4761 13.6484 8.47612 13.6484 8.46607C13.6484 8.4359 13.6484 8.41578 13.6585 8.38561C13.6585 8.38561 13.6585 8.37557 13.6585 8.36552C13.6585 8.33535 13.6585 8.31526 13.6585 8.28509C13.6585 8.28509 13.6585 8.27502 13.6585 8.26497C13.6585 8.24486 13.6585 8.21469 13.6585 8.19458C13.6585 8.19458 13.6585 8.17447 13.6585 8.16442C13.6585 8.14431 13.6585 8.1242 13.6585 8.10409C13.6585 8.09404 13.6585 8.08398 13.6585 8.07393C13.6585 8.05382 13.6585 8.03371 13.6484 8.01361C13.6484 8.00355 13.6484 7.9935 13.6484 7.98344C13.6484 7.96334 13.6383 7.94323 13.6283 7.92312C13.6283 7.92312 13.6283 7.90301 13.6183 7.89296C13.6183 7.87285 13.5982 7.85274 13.5881 7.83263C13.5881 7.83263 13.5881 7.81253 13.578 7.80247C13.568 7.78236 13.5579 7.76226 13.5479 7.74215C13.5479 7.74215 13.5378 7.72204 13.5278 7.71199C13.5177 7.69188 13.5077 7.67175 13.4875 7.6617C12.1403 6.00272 10.1596 5.05762 8.02803 5.05762C4.15709 5.05762 1 8.21471 1 12.0856C1 15.9566 4.15709 19.1136 8.02803 19.1136C11.899 19.1136 15.056 15.9566 15.056 12.0856C15.056 11.5427 14.6136 11.1104 14.0808 11.1104L14.0506 11.0902Z" />
|
||||
<path
|
||||
d="M37.0143 0.161016C35.2246 -0.22105 33.6058 0.0805969 32.4395 1.02571C31.5548 1.73957 30.499 3.19745 30.499 6.0529V6.40478C30.499 6.40478 30.499 6.42488 30.499 6.43494C30.499 6.44499 30.499 6.45504 30.499 6.4651V18.1181C30.499 18.6611 30.9414 19.0934 31.4743 19.0934C32.0072 19.0934 32.4496 18.651 32.4496 18.1181V7.41021H36.7931C37.336 7.41021 37.7683 6.96782 37.7683 6.43494C37.7683 5.90206 37.326 5.45966 36.7931 5.45966H32.4596C32.5501 4.11237 32.9624 3.11701 33.6561 2.55396C34.1488 2.16184 35.0537 1.75967 36.5819 2.08141C37.1148 2.192 37.6276 1.86021 37.7482 1.32733C37.8588 0.794445 37.5271 0.281668 36.9942 0.161016H37.0143Z" />
|
||||
<path
|
||||
d="M50.7087 5.10795C50.206 4.90687 49.6329 5.15821 49.4419 5.66093C49.3213 5.96256 47.2098 11.3316 45.6313 15.5645L41.6397 5.65087C41.4386 5.14815 40.8655 4.90687 40.3628 5.10795C39.8601 5.30904 39.6188 5.88213 39.8199 6.38485L44.6259 18.3094C44.5253 18.6009 44.4248 18.8724 44.3443 19.1137C43.3188 22.1099 41.6196 22.0496 41.3984 22.0295C41.3783 22.0295 41.3481 22.0295 41.328 22.0295C40.7851 22.0295 40.3527 22.4719 40.3427 23.0148C40.3427 23.5477 40.7549 23.98 41.3079 24.0001C41.3079 24.0001 41.318 24.0001 41.328 24.0001C42.4139 23.99 44.8873 23.5376 46.1843 19.7572C47.4511 16.027 51.2115 6.47534 51.2517 6.38485C51.4528 5.88213 51.2014 5.30902 50.6987 5.11799L50.7087 5.10795Z" />
|
||||
<path
|
||||
d="M26.5588 5.0376C26.0159 5.0376 25.5835 5.47999 25.5835 6.01287V13.8151C25.5835 15.645 24.0955 17.133 22.2656 17.133C20.4357 17.133 18.9476 15.645 18.9476 13.8151V6.01287C18.9476 5.46994 18.5052 5.0376 17.9723 5.0376C17.4395 5.0376 16.9971 5.47999 16.9971 6.01287V13.8151C16.9971 16.7208 19.3599 19.0836 22.2656 19.0836C25.1713 19.0836 27.5341 16.7208 27.5341 13.8151V6.01287C27.5341 5.46994 27.0917 5.0376 26.5588 5.0376Z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
15
public/logos/facebook-messenger.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 512 512">
|
||||
<radialGradient id="a" cx="51.902" cy="-157.185" r=".704" gradientTransform="matrix(800 0 0 800 -41436 126260)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#09f" />
|
||||
<stop offset=".6" style="stop-color:#a033ff" />
|
||||
<stop offset=".9" style="stop-color:#ff5280" />
|
||||
<stop offset="1" style="stop-color:#ff7061" />
|
||||
</radialGradient>
|
||||
<path
|
||||
d="M256 0C111.8 0 0 105.7 0 248.3 0 322.9 30.6 387.4 80.4 432c4.2 3.7 6.7 9 6.8 14.6l1.4 45.6c.3 11.3 9.8 20.2 21.1 19.8 2.6-.1 5.2-.7 7.6-1.7l50.8-22.4c4.3-1.9 9.2-2.2 13.7-1 23.4 6.4 48.2 9.9 74.1 9.9 144.2 0 256-105.7 256-248.3S400.2 0 256 0"
|
||||
style="fill:url(#a)" />
|
||||
<path
|
||||
d="m102.3 321 75.2-119.3c11.3-17.9 35-23.3 53-12 .9.6 1.8 1.2 2.6 1.8l59.8 44.9c5.5 4.1 13 4.1 18.5-.1l80.8-61.3c10.8-8.2 24.8 4.7 17.7 16.2l-75.3 119.2c-11.3 17.9-35 23.3-53 12-.9-.6-1.8-1.2-2.6-1.8l-59.8-44.9c-5.5-4.1-13-4.1-18.5.1l-80.8 61.3c-10.8 8.2-24.9-4.7-17.6-16.1"
|
||||
style="fill:#fff" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
11
public/logos/fedora.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg height="100%" viewBox="0 0 194.4 59.1" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="m194.4 16.4c0-9-7.4-16.4-16.5-16.4s-16.4 7.4-16.4 16.4v12.8c0 2 1.6 3.7 3.7 3.7h12.7c9.1 0 16.5-7.4 16.5-16.5"
|
||||
fill="#072b61" />
|
||||
<path
|
||||
d="m182.8 3.9c-4.3 0-7.8 3.5-7.8 7.7v4.1h-4.1c-4.2 0-7.7 3.4-7.7 7.7s3.5 7.7 7.7 7.7c4.3 0 7.8-3.4 7.8-7.7v-4.1h4.1c4.2 0 7.7-3.4 7.7-7.7 0-4.2-3.5-7.7-7.7-7.7zm0 3.6c2.2 0 4 1.9 4 4.1 0 2.3-1.8 4.1-4 4.1h-3.5c-.4 0-.6-.3-.6-.6v-3.5c0-2.2 1.8-4.1 4.1-4.1zm-106 10.4c-1.6 0-2.9 1.2-2.9 2.9v15.4c-1.5-2.7-4.7-4.6-8.6-4.6-7.8 0-13 5.9-13 13.7 0 7.9 5.4 13.8 13 13.8 3.4 0 6.4-1.4 8.1-3.9l.7 1.7c.4 1.1 1.5 1.9 2.8 1.9 1.6 0 2.9-1.3 2.9-2.9v-35.1c0-1.7-1.3-2.9-3-2.9zm-59.8 0c-6.1 0-11 5-11 11v3.5h-3.6c-1.3 0-2.4 1.1-2.4 2.4s1.1 2.6 2.4 2.6h3.6v18.5c0 1.6 1.3 2.9 2.9 2.9 1.7 0 3-1.3 3-2.9v-18.5h3.9c1.4 0 2.5-1.3 2.5-2.6s-1.1-2.4-2.5-2.4h-3.9v-3.5c0-2.8 2.3-5.5 5.1-5.5.3 0 .5 0 .8.1 1.6.2 3.1-.5 3.3-2.1.3-1.6-.9-3.1-2.5-3.3-.5-.1-1.1-.2-1.6-.2zm153.9 1.4h3.5c.4 0 .6.3.6.6v3.5c0 2.3-1.8 4.1-4.1 4.1-2.2 0-4.1-1.8-4.1-4.1 0-2.2 1.9-4.1 4.1-4.1zm18.9 9.7v.2h.3v.9h.2v-.9h.3v-.2zm.9 0v1.1h.2v-.7.1l.3.6.3-.6v-.2.8h.2v-1.1h-.2l-.2.5-.1.2v-.2l-.3-.5zm-156.4 2.6c-7.7 0-13.6 6.1-13.6 13.7 0 7.7 6.1 13.8 13.7 13.8 4.2 0 8.5-1.8 11-4.5.5-.6.8-1.3.9-1.9 0-.5-.2-1-.5-1.4-.5-.6-1.2-1-2-1-.5 0-1 .1-1.4.5-2.1 2.1-4.7 3.4-7.8 3.4-4.3 0-7.5-3.1-7.8-7.1h18.5c1.1 0 2.2-.7 2.2-1.9 0-7.7-5.7-13.6-13.2-13.6zm64 0c-7.7 0-13.8 6.1-13.8 13.7 0 7.7 6.1 13.8 13.8 13.8 7.6 0 13.7-6.1 13.7-13.8 0-7.6-6.1-13.7-13.7-13.7zm33.5 0c-4 0-6.7 1.2-9 4.2l-.3-1.4c-.2-1.5-1.4-2.6-2.9-2.6-1.6 0-2.9 1.3-2.9 3v21.1c0 1.6 1.3 2.9 2.9 2.9s3-1.3 3-2.9v-11.3c0-5.2 4.4-7.8 9.2-7.8 1.4 0 2.6-1.2 2.6-2.6 0-1.5-1.2-2.6-2.6-2.6zm17.3 0c-7.7 0-13.8 6.1-13.8 13.7 0 7.7 6 13.8 13.2 13.8 3.7 0 6.9-1.9 8.3-3.8l.8 1.8c.3 1 1.3 1.7 2.5 1.7 1.5 0 2.7-1.2 2.7-2.7v-10.8c0-7.3-5.2-13.7-13.7-13.7zm-114.8 4.9c3.9 0 6.8 2.8 7.3 6.5h-14.7c.6-3.8 3.3-6.5 7.4-6.5zm31.8.3c4.8 0 7.8 3.7 7.8 8.5 0 4.9-3 8.5-7.8 8.5s-7.9-3.8-7.9-8.5c0-4.6 3.1-8.5 7.9-8.5zm32.2 0c4.7 0 7.9 3.9 7.9 8.5 0 4.7-3.2 8.5-7.9 8.5-4.8 0-8-3.8-8-8.5 0-4.6 3.2-8.5 8-8.5zm50.8 0c4.8 0 7.9 3.9 7.9 8.5 0 4.7-3.1 8.5-7.9 8.5s-7.9-3.8-7.9-8.5c0-4.6 3.1-8.5 7.9-8.5zm14.5 18.3v.2h.3v.9h.2v-.9h.3v-.2zm.9 0v1.1h.2v-.7l.1.1.2.6.3-.6v-.1.7h.2v-1.1h-.2l-.2.5-.1.2v-.2l-.3-.5z"
|
||||
fill="#0a57a4" />
|
||||
<path
|
||||
d="m175 15.7v-4.1c0-4.2 3.5-7.7 7.7-7.7.7 0 1.1.1 1.7.2.9.3 1.6 1 1.6 1.8 0 1-.7 1.7-1.8 1.7-.5 0-.7-.1-1.5-.1-2.2 0-4 1.9-4 4.1v3.5c0 .4.2.6.5.6h2.7c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8h-3.2v4.1c0 4.3-3.5 7.7-7.8 7.7-.6 0-1.1 0-1.7-.2-.8-.2-1.5-.9-1.5-1.8 0-1 .7-1.7 1.8-1.7.5 0 .7.1 1.4.1 2.3 0 4.1-1.8 4.1-4.1v-3.5c0-.3-.2-.6-.6-.6h-2.6c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8z"
|
||||
fill="#fff" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
1
public/logos/fedora_logo.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path fill="#294172" d="M256 128.004C256 57.31 198.691 0 127.998 0C57.336 0 .05 57.262 0 127.914v99.054c.038 16.042 13.049 29.029 29.101 29.029h98.949C198.72 255.969 256 198.679 256 128.004"/><path fill="#3c6eb4" d="M165.58 30.307c-33.109 0-60.045 26.935-60.045 60.045v31.87H73.797c-33.109 0-60.045 26.937-60.045 60.046s26.936 60.045 60.045 60.045s60.045-26.937 60.045-60.045v-31.871h31.738c33.109 0 60.046-26.936 60.046-60.045s-26.937-60.045-60.046-60.045m-59.823 151.961c0 17.622-14.337 31.959-31.96 31.959s-31.96-14.337-31.96-31.959c0-17.623 14.337-31.96 31.96-31.96h31.738v.089h.222zm59.823-59.956h-31.738v-.09h-.221v-31.87c0-17.623 14.337-31.96 31.959-31.96s31.96 14.337 31.96 31.96s-14.338 31.96-31.96 31.96"/><path fill="#fff" d="M178.851 32.128c-4.66-1.218-8.238-1.786-13.271-1.786c-33.177 0-60.075 26.899-60.075 60.074v31.842h-25.16c-7.845 0-14.185 6.165-14.18 13.996c0 7.782 6.27 13.973 14.032 13.973l20.831.004c2.473 0 4.479 2 4.479 4.469v27.553c-.031 17.491-14.219 31.659-31.71 31.659c-5.925 0-7.392-.776-11.437-.776c-8.497 0-14.182 5.696-14.182 13.528c.002 6.479 5.554 12.049 12.348 13.827c4.66 1.218 8.238 1.787 13.271 1.787c33.177 0 60.075-26.899 60.075-60.075v-31.841h25.16c7.845 0 14.185-6.165 14.18-13.996c0-7.783-6.27-13.973-14.032-13.973l-20.831-.004a4.475 4.475 0 0 1-4.479-4.47V90.366c.031-17.491 14.219-31.659 31.71-31.659c5.925 0 7.392.777 11.437.777c8.497 0 14.182-5.697 14.182-13.528c-.002-6.48-5.554-12.05-12.348-13.828"/></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
5
public/logos/fiat.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 555.61293 420.69841" height="100%" width="100%">
|
||||
<path fill="currentColor" fill-rule="evenodd"
|
||||
d="M188.25961,110.03541h60.35085V530.73382H188.25961Zm258.71532,0v50.76074h46.78945V530.73382h58.47326V160.79615H598.268V110.03541ZM42.65507,530.73382h58.47481V339.87506h49.801V289.80989h-49.801V160.79615h64.96737V110.03541H42.65507ZM454.727,503.17571q.01858,13.82864.01549,27.55811H400.0476q-.072-23.873-.10844-47.98231c-.04492-16.04781-.12083-32.1235-.29434-48.1442-.34546-32.01041-1.07977-63.89534-2.75287-94.73225h-64.3291V530.73382H280.043V110.03541H403.44492a314.79248,314.79248,0,0,1,18.95559,44.95679,441.48955,441.48955,0,0,1,13.19735,48.70654c3.58477,16.748,6.43523,34.01736,8.72645,51.58877,2.29121,17.566,4.034,35.53864,5.38025,53.67162,1.34623,18.12369,2.30516,36.56186,3.00228,55.01785.69713,18.43739,1.14174,37.1366,1.433,55.69483.29124,18.5133.43687,37.3225.51432,55.76532Q454.71224,489.34128,454.727,503.17571ZM393.16621,289.80989c-4.70017-48.10237-12.762-92.62384-26.72156-129.01374h-33.8818V289.80989Z"
|
||||
transform="translate(-42.65507 -110.03541)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
103
public/logos/firefox.svg
Normal file
@@ -0,0 +1,103 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 512 512">
|
||||
<defs>
|
||||
<radialGradient id="g" cx="210%" cy="-100%" r="290%">
|
||||
<stop offset=".1" stop-color="#ffe226" />
|
||||
<stop offset=".79" stop-color="#ff7139" />
|
||||
</radialGradient>
|
||||
<radialGradient id="c" cx="49%" cy="40%" r="128%" gradientTransform="matrix(.82 0 0 1 .088 0)">
|
||||
<stop offset=".3" stop-color="#960e18" />
|
||||
<stop offset=".35" stop-color="#b11927" stop-opacity=".74" />
|
||||
<stop offset=".43" stop-color="#db293d" stop-opacity=".34" />
|
||||
<stop offset=".5" stop-color="#f5334b" stop-opacity=".09" />
|
||||
<stop offset=".53" stop-color="#ff3750" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<radialGradient id="d" cx="48%" cy="-12%" r="140%">
|
||||
<stop offset=".13" stop-color="#fff44f" />
|
||||
<stop offset=".53" stop-color="#ff980e" />
|
||||
</radialGradient>
|
||||
<radialGradient id="e" cx="22.76%" cy="110.11%" r="100%">
|
||||
<stop offset=".35" stop-color="#3a8ee6" />
|
||||
<stop offset=".67" stop-color="#9059ff" />
|
||||
<stop offset="1" stop-color="#c139e6" />
|
||||
</radialGradient>
|
||||
<radialGradient id="f" cx="52%" cy="33%" r="59%" gradientTransform="scale(.9 1)">
|
||||
<stop offset=".21" stop-color="#9059ff" stop-opacity="0" />
|
||||
<stop offset=".97" stop-color="#6e008b" stop-opacity=".6" />
|
||||
</radialGradient>
|
||||
<radialGradient id="b" cx="87.4%" cy="-12.9%" r="128%" gradientTransform="matrix(.8 0 0 1 .178 .129)">
|
||||
<stop offset=".13" stop-color="#ffbd4f" />
|
||||
<stop offset=".28" stop-color="#ff980e" />
|
||||
<stop offset=".47" stop-color="#ff3750" />
|
||||
<stop offset=".78" stop-color="#eb0878" />
|
||||
<stop offset=".86" stop-color="#e50080" />
|
||||
</radialGradient>
|
||||
<radialGradient id="h" cx="84%" cy="-41%" r="180%">
|
||||
<stop offset=".11" stop-color="#fff44f" />
|
||||
<stop offset=".46" stop-color="#ff980e" />
|
||||
<stop offset=".72" stop-color="#ff3647" />
|
||||
<stop offset=".9" stop-color="#e31587" />
|
||||
</radialGradient>
|
||||
<radialGradient id="i" cx="16.1%" cy="-18.6%" r="348.8%" gradientTransform="scale(1 .47) rotate(84 .279 -.297)">
|
||||
<stop offset="0" stop-color="#fff44f" />
|
||||
<stop offset=".3" stop-color="#ff980e" />
|
||||
<stop offset=".57" stop-color="#ff3647" />
|
||||
<stop offset=".74" stop-color="#e31587" />
|
||||
</radialGradient>
|
||||
<radialGradient id="j" cx="18.9%" cy="-42.5%" r="238.4%">
|
||||
<stop offset=".14" stop-color="#fff44f" />
|
||||
<stop offset=".48" stop-color="#ff980e" />
|
||||
<stop offset=".66" stop-color="#ff3647" />
|
||||
<stop offset=".9" stop-color="#e31587" />
|
||||
</radialGradient>
|
||||
<radialGradient id="k" cx="159.3%" cy="-44.72%" r="313.1%">
|
||||
<stop offset=".09" stop-color="#fff44f" />
|
||||
<stop offset=".63" stop-color="#ff980e" />
|
||||
</radialGradient>
|
||||
<linearGradient id="a" x1="87.25%" y1="15.5%" x2="9.4%" y2="93.1%">
|
||||
<stop offset=".05" stop-color="#fff44f" />
|
||||
<stop offset=".37" stop-color="#ff980e" />
|
||||
<stop offset=".53" stop-color="#ff3647" />
|
||||
<stop offset=".7" stop-color="#e31587" />
|
||||
</linearGradient>
|
||||
<linearGradient id="l" x1="80%" y1="14%" x2="18%" y2="84%">
|
||||
<stop offset=".17" stop-color="#fff44f" stop-opacity=".8" />
|
||||
<stop offset=".6" stop-color="#fff44f" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path
|
||||
d="M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0 .039.015.136.047.4C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 01-2.646-4.972A43.7 43.7 0 01332.1.677a.626.626 0 00-.546-.644.818.818 0 00-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484a120.249 120.249 0 00-66.142 25.488 71.355 71.355 0 00-6.225-4.7 111.338 111.338 0 01-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 00-23.486 20.12 210.478 210.478 0 00-22.442 26.913c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 00-32.247 72.805c-.115.521-.212 1.061-.324 1.586-.452 2.116-2.08 12.7-2.365 15-.022.177-.032.347-.053.524a229.066 229.066 0 00-3.9 33.157c0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746zM201.716 354.447c1.124.537 2.18 1.124 3.334 1.639.048.033.114.07.163.1a126.191 126.191 0 01-3.497-1.739zm55.053-144.93zm198.131-30.59l-.032-.233c.012.085.027.174.04.259z"
|
||||
fill="url(#a)" />
|
||||
<path
|
||||
d="M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0-.058.011.048.036.226.012.085.027.174.04.259 22.675 61.47 10.322 123.978-7.479 162.175-27.539 59.1-94.215 119.67-198.576 116.716C136.1 454.651 36.766 370.988 18.223 261.41c-3.379-17.28 0-26.054 1.7-40.084-2.071 10.816-2.86 13.94-3.9 33.157 0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746z"
|
||||
fill="url(#b)" />
|
||||
<path
|
||||
d="M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0-.058.011.048.036.226.012.085.027.174.04.259 22.675 61.47 10.322 123.978-7.479 162.175-27.539 59.1-94.215 119.67-198.576 116.716C136.1 454.651 36.766 370.988 18.223 261.41c-3.379-17.28 0-26.054 1.7-40.084-2.071 10.816-2.86 13.94-3.9 33.157 0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746z"
|
||||
fill="url(#c)" />
|
||||
<path
|
||||
d="M361.922 194.6c.524.368 1 .734 1.493 1.1a130.706 130.706 0 00-22.31-29.112C266.4 91.892 321.516 4.626 330.811.194c.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484 2.8-.194 5.592-.429 8.442-.429 45.051 0 84.289 24.77 105.301 61.487z"
|
||||
fill="url(#d)" />
|
||||
<path
|
||||
d="M256.772 209.514c-.393 5.978-21.514 26.593-28.9 26.593-68.339 0-79.432 41.335-79.432 41.335 3.027 34.81 27.261 63.475 56.611 78.643 1.339.692 2.694 1.317 4.05 1.935a132.768 132.768 0 007.059 2.886 106.743 106.743 0 0031.271 6.031c119.78 5.618 142.986-143.194 56.545-186.408 22.137-3.85 45.115 5.053 57.947 14.067-21.012-36.714-60.25-61.484-105.3-61.484-2.85 0-5.641.235-8.442.429a120.249 120.249 0 00-66.142 25.488c3.664 3.1 7.8 7.244 16.514 15.828 16.302 16.067 58.13 32.705 58.219 34.657z"
|
||||
fill="url(#e)" />
|
||||
<path
|
||||
d="M256.772 209.514c-.393 5.978-21.514 26.593-28.9 26.593-68.339 0-79.432 41.335-79.432 41.335 3.027 34.81 27.261 63.475 56.611 78.643 1.339.692 2.694 1.317 4.05 1.935a132.768 132.768 0 007.059 2.886 106.743 106.743 0 0031.271 6.031c119.78 5.618 142.986-143.194 56.545-186.408 22.137-3.85 45.115 5.053 57.947 14.067-21.012-36.714-60.25-61.484-105.3-61.484-2.85 0-5.641.235-8.442.429a120.249 120.249 0 00-66.142 25.488c3.664 3.1 7.8 7.244 16.514 15.828 16.302 16.067 58.13 32.705 58.219 34.657z"
|
||||
fill="url(#f)" />
|
||||
<path
|
||||
d="M170.829 151.036a244.042 244.042 0 014.981 3.3 111.338 111.338 0 01-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7 1.155-.033 36.014-.66 53.543 10.732z"
|
||||
fill="url(#g)" />
|
||||
<path
|
||||
d="M18.223 261.41C36.766 370.988 136.1 454.651 248.855 457.844c104.361 2.954 171.037-57.62 198.576-116.716 17.8-38.2 30.154-100.7 7.479-162.175l-.008-.026-.032-.233c-.025-.178-.04-.284-.036-.226 0 .039.015.136.047.4 8.524 55.661-19.79 109.584-64.051 146.044l-.133.313c-86.245 70.223-168.774 42.368-185.484 30.966a144.108 144.108 0 01-3.5-1.743c-50.282-24.029-71.054-69.838-66.6-109.124-42.457 0-56.934-35.809-56.934-35.809s38.119-27.179 88.358-3.541c46.53 21.893 90.228 3.543 90.233 3.541-.089-1.952-41.917-18.59-58.223-34.656-8.713-8.584-12.85-12.723-16.514-15.828a71.355 71.355 0 00-6.225-4.7 282.929 282.929 0 00-4.981-3.3c-17.528-11.392-52.388-10.765-53.543-10.735h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 00-23.486 20.12 210.478 210.478 0 00-22.442 26.919c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 00-32.247 72.805c-.115.521-8.65 37.842-4.44 57.199z"
|
||||
fill="url(#h)" />
|
||||
<path
|
||||
d="M341.105 166.587a130.706 130.706 0 0122.31 29.112c1.323.994 2.559 1.985 3.608 2.952 54.482 50.2 25.936 121.2 23.807 126.26 44.261-36.46 72.575-90.383 64.051-146.044C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 01-2.646-4.972A43.7 43.7 0 01332.1.677a.626.626 0 00-.546-.644.818.818 0 00-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1-9.291 4.428-64.407 91.694 10.298 166.389z"
|
||||
fill="url(#i)" />
|
||||
<path
|
||||
d="M367.023 198.651c-1.049-.967-2.285-1.958-3.608-2.952-.489-.368-.969-.734-1.493-1.1-12.832-9.014-35.81-17.917-57.947-14.067 86.441 43.214 63.235 192.026-56.545 186.408a106.743 106.743 0 01-31.271-6.031 134.51 134.51 0 01-7.059-2.886c-1.356-.618-2.711-1.243-4.05-1.935.048.033.114.07.163.1 16.71 11.4 99.239 39.257 185.484-30.966l.133-.313c2.129-5.054 30.675-76.057-23.807-126.258z"
|
||||
fill="url(#j)" />
|
||||
<path
|
||||
d="M148.439 277.443s11.093-41.335 79.432-41.335c7.388 0 28.509-20.615 28.9-26.593s-43.7 18.352-90.233-3.541c-50.239-23.638-88.358 3.541-88.358 3.541s14.477 35.809 56.934 35.809c-4.453 39.286 16.319 85.1 66.6 109.124 1.124.537 2.18 1.124 3.334 1.639-29.348-15.169-53.582-43.834-56.609-78.644z"
|
||||
fill="url(#k)" />
|
||||
<path
|
||||
d="M478.711 166.353c-10.445-25.124-31.6-52.248-48.212-60.821 13.52 26.505 21.345 53.093 24.335 72.936 0 .039.015.136.047.4C427.706 111.135 381.627 83.823 344 24.355c-1.9-3.007-3.805-6.022-5.661-9.2a73.716 73.716 0 01-2.646-4.972A43.7 43.7 0 01332.1.677a.626.626 0 00-.546-.644.818.818 0 00-.451 0c-.034.012-.084.051-.12.065-.053.021-.12.069-.176.1.027-.036.083-.117.1-.136-60.37 35.356-80.85 100.761-82.732 133.484 2.8-.194 5.592-.429 8.442-.429 45.053 0 84.291 24.77 105.3 61.484-12.832-9.014-35.81-17.917-57.947-14.067 86.441 43.214 63.235 192.026-56.545 186.408a106.743 106.743 0 01-31.271-6.031 134.51 134.51 0 01-7.059-2.886c-1.356-.618-2.711-1.243-4.05-1.935.048.033.114.07.163.1a144.108 144.108 0 01-3.5-1.743c1.124.537 2.18 1.124 3.334 1.639-29.35-15.168-53.584-43.833-56.611-78.643 0 0 11.093-41.335 79.432-41.335 7.388 0 28.509-20.615 28.9-26.593-.089-1.952-41.917-18.59-58.223-34.656-8.713-8.584-12.85-12.723-16.514-15.828a71.355 71.355 0 00-6.225-4.7 111.338 111.338 0 01-.674-58.732c-24.688 11.241-43.89 29.01-57.85 44.7h-.111c-9.527-12.067-8.855-51.873-8.312-60.184-.114-.515-7.107 3.63-8.023 4.255a175.073 175.073 0 00-23.486 20.12 210.478 210.478 0 00-22.435 26.916c0 .012-.007.026-.011.038 0-.013.007-.026.011-.038a202.838 202.838 0 00-32.247 72.805c-.115.521-.212 1.061-.324 1.586-.452 2.116-2.486 12.853-2.77 15.156-.022.177.021-.176 0 0a279.565 279.565 0 00-3.544 33.53c0 .41-.025.816-.025 1.227C16 388.418 123.6 496 256.324 496c118.865 0 217.56-86.288 236.882-199.63.407-3.076.733-6.168 1.092-9.271 4.777-41.21-.53-84.525-15.587-120.746zm-23.841 12.341c.012.085.027.174.04.259l-.008-.026-.032-.233z"
|
||||
fill="url(#l)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
11
public/logos/ford.svg
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
32
public/logos/forgejo.svg
Normal file
@@ -0,0 +1,32 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 800 300" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="orgejo">
|
||||
<path
|
||||
d="M717.333,241.983c-11.787,0 -22.365,-2.569 -31.734,-7.706c-9.217,-5.289 -16.546,-12.543 -21.986,-21.76c-5.289,-9.218 -7.934,-19.72 -7.934,-31.507c0,-11.938 2.645,-22.44 7.933,-31.507c5.44,-9.218 12.769,-16.395 21.987,-21.533c9.218,-5.289 19.796,-7.933 31.734,-7.933c11.786,-0 22.289,2.644 31.506,7.933c9.369,5.138 16.698,12.315 21.987,21.533c5.289,9.067 7.933,19.569 7.933,31.507c0,11.787 -2.644,22.289 -7.933,31.507c-5.289,9.217 -12.618,16.471 -21.987,21.76c-9.217,5.137 -19.72,7.706 -31.506,7.706Zm-0,-16.546c8.16,-0 15.413,-1.814 21.76,-5.44c6.346,-3.778 11.333,-8.991 14.96,-15.64c3.777,-6.8 5.666,-14.583 5.666,-23.347c0,-8.916 -1.889,-16.698 -5.666,-23.347c-3.627,-6.649 -8.614,-11.786 -14.96,-15.413c-6.347,-3.627 -13.6,-5.44 -21.76,-5.44c-8.16,-0 -15.414,1.813 -21.76,5.44c-6.347,3.627 -11.409,8.764 -15.187,15.413c-3.627,6.649 -5.44,14.431 -5.44,23.347c-0,8.764 1.813,16.547 5.44,23.347c3.778,6.649 8.84,11.862 15.187,15.64c6.346,3.626 13.6,5.44 21.76,5.44Z"
|
||||
style="fill:#f50;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M601.862,285.957c-4.987,-0 -9.747,-0.605 -14.28,-1.814c-4.533,-1.209 -8.311,-3.097 -11.333,-5.666l6.346,-14.28c4.685,3.778 10.729,5.666 18.134,5.666c6.044,0 10.653,-1.813 13.826,-5.44c3.325,-3.626 4.987,-9.066 4.987,-16.32l0,-106.933l19.04,-0l0,106.933c0,11.636 -3.173,20.854 -9.52,27.654c-6.346,6.8 -15.413,10.2 -27.2,10.2l0,-0Z"
|
||||
style="fill:#f50;fill-rule:nonzero;" />
|
||||
<circle cx="628" cy="108.9" r="17.25" style="fill:none;stroke:#f50;stroke-width:13.8px;" />
|
||||
<path
|
||||
d="M547.138,242.247c-12.542,-0 -23.648,-2.569 -33.32,-7.707c-9.52,-5.289 -17,-12.542 -22.44,-21.76c-5.289,-9.218 -7.933,-19.72 -7.933,-31.507c0,-11.786 2.569,-22.289 7.707,-31.506c5.137,-9.218 12.164,-16.396 21.08,-21.534c9.066,-5.289 19.342,-7.933 30.826,-7.933c10.88,-0 20.627,2.418 29.24,7.253c8.614,4.836 15.489,11.636 20.627,20.4c5.289,8.614 8.085,18.738 8.387,30.374l-101.774,19.946l-0.906,-13.826l91.573,-17.68l-7.026,9.973c-0,-7.556 -1.738,-14.356 -5.214,-20.4c-3.324,-6.044 -8.009,-10.804 -14.053,-14.28c-6.045,-3.627 -12.996,-5.44 -20.854,-5.44c-8.008,0 -15.186,1.813 -21.533,5.44c-6.195,3.627 -11.031,8.689 -14.507,15.187c-3.475,6.497 -5.213,14.129 -5.213,22.893c0,9.218 1.889,17.302 5.667,24.253c3.929,6.8 9.293,12.089 16.093,15.867c6.951,3.627 14.96,5.44 24.027,5.44c7.253,0 13.902,-1.209 19.947,-3.627c6.044,-2.568 11.257,-6.422 15.64,-11.56l10.426,12.24c-5.138,6.347 -11.711,11.183 -19.72,14.507c-8.009,3.325 -16.924,4.987 -26.747,4.987Z"
|
||||
style="fill:#f50;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M405.148,285.957c-10.881,-0 -21.458,-1.587 -31.734,-4.76c-10.124,-3.022 -18.436,-7.405 -24.933,-13.147l9.52,-14.733c5.591,4.986 12.466,8.915 20.626,11.786c8.311,2.871 16.925,4.307 25.84,4.307c14.658,0 25.463,-3.476 32.414,-10.427c6.951,-6.8 9.394,-17.339 10.426,-31.506l2,-27.427l2.267,-22.213l-1.587,-22.214l8.721,-9.746c11.18,15.476 7.413,50.817 7.413,79.56c-0,20.853 -5.138,36.115 -15.413,45.786c-10.276,9.823 -25.463,14.734 -45.56,14.734Zm1.279,-49.867c-11.484,0 -21.835,-2.418 -31.053,-7.253c-9.067,-4.987 -16.244,-11.863 -21.533,-20.627c-5.289,-8.764 -7.934,-18.889 -7.934,-30.373c0,-11.485 2.645,-21.534 7.934,-30.147c5.289,-8.765 12.466,-15.565 21.533,-20.4c9.218,-4.836 19.569,-7.254 31.054,-7.254c10.426,0.001 23.795,2.192 32.106,6.574c8.462,4.231 15.187,10.653 20.173,19.267c5.138,8.613 5.707,19.266 5.707,31.96c0,12.844 -4.569,23.573 -9.707,32.186c-4.986,8.614 -11.711,15.111 -20.173,19.494c-8.311,4.382 -17.68,6.573 -28.106,6.573Zm-0.187,-16.773c8.462,-0 15.942,-1.738 22.44,-5.214c6.498,-3.475 11.56,-8.311 15.186,-14.506c3.778,-6.347 5.667,-13.6 5.667,-21.76c0,-8.16 -1.889,-15.338 -5.666,-21.534c-3.627,-6.195 -8.689,-10.955 -15.187,-14.28c-6.498,-3.475 -13.978,-5.213 -22.44,-5.213c-8.311,-0 -15.716,1.738 -22.214,5.213c-6.497,3.325 -11.635,8.085 -15.413,14.28c-3.627,6.196 -5.44,13.374 -5.44,21.534c0,8.16 1.813,15.413 5.44,21.76c3.778,6.195 8.916,11.031 15.413,14.506c6.498,3.476 13.903,5.214 22.214,5.214Z"
|
||||
style="fill:#f50;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M279.851,240.85l-0,-119.68l18.133,-0l-0,32.64l-1.813,-7.027c3.324,-8.613 8.915,-15.186 16.773,-19.72c7.858,-4.684 17.604,-7.027 29.24,-7.027l-0,18.587c-0.756,-0.151 -1.511,-0.227 -2.267,-0.227c-0.755,-0.151 -1.511,-0.226 -2.266,-0.226c-11.938,-0 -21.383,3.702 -28.334,11.106c-6.951,7.254 -10.426,17.68 -10.426,31.28l-0,60.294l-19.041,-0Z"
|
||||
style="fill:#f50;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M202.327,241.983c-11.787,0 -22.365,-2.569 -31.734,-7.706c-9.217,-5.289 -16.546,-12.543 -21.986,-21.76c-5.289,-9.218 -7.934,-19.72 -7.934,-31.507c0,-11.938 2.645,-22.44 7.934,-31.507c5.44,-9.218 12.769,-16.395 21.986,-21.533c9.218,-5.289 19.796,-7.933 31.734,-7.933c11.786,-0 22.289,2.644 31.506,7.933c9.369,5.138 16.698,12.315 21.987,21.533c5.289,9.067 7.933,19.569 7.933,31.507c0,11.787 -2.644,22.289 -7.933,31.507c-5.289,9.217 -12.618,16.471 -21.987,21.76c-9.217,5.137 -19.72,7.706 -31.506,7.706Zm-0,-16.546c8.16,-0 15.413,-1.814 21.76,-5.44c6.346,-3.778 11.333,-8.991 14.96,-15.64c3.778,-6.8 5.666,-14.583 5.666,-23.347c0,-8.916 -1.888,-16.698 -5.666,-23.347c-3.627,-6.649 -8.614,-11.786 -14.96,-15.413c-6.347,-3.627 -13.6,-5.44 -21.76,-5.44c-8.16,-0 -15.414,1.813 -21.76,5.44c-6.347,3.627 -11.409,8.764 -15.187,15.413c-3.627,6.649 -5.44,14.431 -5.44,23.347c0,8.764 1.813,16.547 5.44,23.347c3.778,6.649 8.84,11.862 15.187,15.64c6.346,3.626 13.6,5.44 21.76,5.44l-0,-0Z"
|
||||
style="fill:#f50;fill-rule:nonzero;" />
|
||||
</g>
|
||||
<g id="f">
|
||||
<path d="M34.15,206.65l0,-115c0,-31.544 25.956,-57.5 57.5,-57.5l23,-0"
|
||||
style="fill:none;fill-rule:nonzero;stroke:#f50;stroke-width:27px;" />
|
||||
<circle cx="126.15" cy="34.15" r="19" style="fill:none;stroke:#f50;stroke-width:16px;" />
|
||||
<path d="M34.15,206.65l0,-40.25c0,-31.544 25.956,-57.5 57.5,-57.5l23,-0"
|
||||
style="fill:none;fill-rule:nonzero;stroke:#c00;stroke-width:27px;" />
|
||||
<circle cx="126.15" cy="108.9" r="19" style="fill:none;stroke:#c00;stroke-width:16px;" />
|
||||
<circle cx="34.15" cy="218.15" r="19" style="fill:none;stroke:#c00;stroke-width:16px;" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
1
public/logos/freebsd.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="252" viewBox="0 0 256 252"><g fill="#b5010f"><path d="M252.723 5.11c13.508 13.5-23.939 72.848-30.27 79.182c-6.33 6.321-22.409.505-35.91-13c-13.508-13.5-19.327-29.583-12.996-35.914c6.327-6.333 65.671-43.777 79.176-30.269M63.305 19.394c-20.622-11.7-49.966-24.716-59.3-15.38c-9.458 9.454 4.034 39.458 15.858 60.117a126.8 126.8 0 0 1 43.442-44.737"/><path d="M232.123 79.636c1.899 6.44 1.558 11.76-1.522 14.834c-7.193 7.196-26.624-.464-44.14-17.134a89 89 0 0 1-3.627-3.428c-6.334-6.336-11.262-13.08-14.414-19.291c-6.135-11.006-7.67-20.726-3.033-25.364c2.527-2.524 6.57-3.212 11.502-2.325c3.216-2.034 7.013-4.3 11.176-6.621c-16.929-8.83-36.176-13.817-56.593-13.817C63.753 6.49 8.854 61.38 8.854 129.105c0 67.713 54.9 122.61 122.618 122.61c67.72 0 122.616-54.897 122.616-122.61c0-21.87-5.74-42.377-15.767-60.156c-2.167 3.955-4.274 7.578-6.198 10.687"/></g></svg>
|
||||
|
After Width: | Height: | Size: 916 B |
3
public/logos/frigate-logo.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M130 446.5C131.6 459.3 145 468 137 470C129 472 94 406.5 86 378.5C78 350.5 73.5 319 75.4999 301C77.4999 283 181 255 181 247.5C181 240 147.5 247 146 241C144.5 235 171.3 238.6 178.5 229C189.75 214 204 216.5 213 208.5C222 200.5 233 170 235 157C237 144 215 129 209 119C203 109 222 102 268 83C314 64 460 22 462 27C464 32 414 53 379 66C344 79 287 104 287 111C287 118 290 123.5 288 139.5C286 155.5 285.76 162.971 282 173.5C279.5 180.5 277 197 282 212C286 224 299 233 305 235C310 235.333 323.8 235.8 339 235C358 234 385 236 385 241C385 246 344 243 344 250C344 257 386 249 385 256C384 263 350 260 332 260C317.6 260 296.333 259.333 287 256L285 263C281.667 263 274.7 265 267.5 265C258.5 265 258 268 241.5 268C225 268 230 267 215 266C200 265 144 308 134 322C124 336 130 370 130 385.5C130 399.428 128 430.5 130 446.5Z" fill="currentColor"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 943 B |
5
public/logos/git.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M251.172 116.594L139.4 4.828c-6.433-6.437-16.873-6.437-23.314 0l-23.21 23.21 29.443 29.443c6.842-2.312 14.688-.761 20.142 4.693 5.48 5.489 7.02 13.402 4.652 20.266l28.375 28.376c6.865-2.365 14.786-.835 20.269 4.657 7.663 7.66 7.663 20.075 0 27.74-7.665 7.666-20.08 7.666-27.749 0-5.764-5.77-7.188-14.235-4.27-21.336l-26.462-26.462-.003 69.637a19.82 19.82 0 0 1 5.188 3.71c7.663 7.66 7.663 20.076 0 27.747-7.665 7.662-20.086 7.662-27.74 0-7.663-7.671-7.663-20.086 0-27.746a19.654 19.654 0 0 1 6.421-4.281V94.196a19.378 19.378 0 0 1-6.421-4.281c-5.806-5.798-7.202-14.317-4.227-21.446L81.47 39.442l-76.64 76.635c-6.44 6.443-6.44 16.884 0 23.322l111.774 111.768c6.435 6.438 16.873 6.438 23.316 0l111.251-111.249c6.438-6.44 6.438-16.887 0-23.324"
|
||||
fill="#DE4C36" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 886 B |
@@ -1,5 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 0 0 640 640;" xml:space="preserve"
|
||||
viewBox="5.67 143.05 628.65 387.55">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="5.67 143.05 628.65 387.55">
|
||||
<g>
|
||||
<path id="teabag" fill="#FFF"
|
||||
d="M395.9,484.2l-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 c17.2,8.3,27.1,13,27.1,13l-0.1-109.2l16.7-0.1l0.1,117.1c0,0,57.4,24.2,83.1,40.1c3.7,2.3,10.2,6.8,12.9,14.4 c2.1,6.1,2,13.1-1,19.3l-61,126.9C423.6,484.9,408.4,490.3,395.9,484.2z">
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
5
public/logos/github-logo.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 98 96" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z"
|
||||
fill="currentColor" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1016 B |
19
public/logos/github.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 365 100" xmlns="http://www.w3.org/2000/svg"
|
||||
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<g fill="currentColor">
|
||||
<path
|
||||
d="M71.373,42.691l-30.267,0c-0.781,0 -1.414,0.634 -1.414,1.415l0,14.798c0,0.781 0.633,1.417 1.414,1.417l11.807,0l0,18.385c0,-0 -2.651,0.904 -9.981,0.904c-8.647,0 -20.727,-3.16 -20.727,-29.724c0,-26.569 12.579,-30.065 24.388,-30.065c10.223,0 14.626,1.8 17.429,2.667c0.881,0.27 1.695,-0.607 1.695,-1.388l3.376,-14.298c0,-0.366 -0.124,-0.806 -0.54,-1.105c-1.138,-0.812 -8.081,-4.697 -25.621,-4.697c-20.206,0 -40.932,8.597 -40.932,49.922c-0,41.326 23.73,47.485 43.727,47.485c16.557,0 26.601,-7.076 26.601,-7.076c0.414,-0.228 0.459,-0.807 0.459,-1.072l0,-46.153c0,-0.781 -0.633,-1.415 -1.414,-1.415Z" />
|
||||
<path
|
||||
d="M227.357,5.952c0,-0.787 -0.624,-1.423 -1.406,-1.423l-17.042,-0c-0.778,-0 -1.411,0.636 -1.411,1.423c0,0.004 0.005,32.934 0.005,32.934l-26.565,0l0,-32.934c0,-0.787 -0.626,-1.423 -1.406,-1.423l-17.041,-0c-0.775,-0 -1.408,0.636 -1.408,1.423l0,89.178c0,0.786 0.633,1.426 1.408,1.426l17.041,-0c0.78,-0 1.406,-0.64 1.406,-1.426l0,-38.145l26.565,0c0,0 -0.047,38.142 -0.047,38.145c0,0.786 0.632,1.426 1.412,1.426l17.082,-0c0.781,-0 1.405,-0.64 1.407,-1.426l0,-89.178Z" />
|
||||
<path
|
||||
d="M103.532,17.654c0,-6.136 -4.919,-11.095 -10.989,-11.095c-6.064,-0 -10.988,4.959 -10.988,11.095c0,6.13 4.924,11.103 10.988,11.103c6.07,-0 10.989,-4.973 10.989,-11.103Z" />
|
||||
<path
|
||||
d="M102.314,94.267l0,-59.114c0,-0.781 -0.631,-1.42 -1.41,-1.42l-16.989,0c-0.779,0 -1.476,0.803 -1.476,1.585l0,58.977c0,1.733 1.08,2.248 2.477,2.248l15.306,-0c1.68,-0 2.092,-0.824 2.092,-2.276Z" />
|
||||
<path
|
||||
d="M292.124,33.867l-16.911,0c-0.775,0 -1.407,0.639 -1.407,1.426l-0,43.726c-0,0 -4.297,3.144 -10.395,3.144c-6.097,-0 -7.715,-2.767 -7.715,-8.738l0,-38.132c0,-0.787 -0.63,-1.426 -1.407,-1.426l-17.164,0c-0.774,0 -1.409,0.639 -1.409,1.426l-0,41.019c-0,17.735 9.884,22.074 23.481,22.074c11.156,0 20.15,-6.163 20.15,-6.163c0,-0 0.428,3.248 0.622,3.633c0.193,0.384 0.698,0.772 1.244,0.772l10.919,-0.048c0.774,0 1.409,-0.64 1.409,-1.424l-0.006,-59.863c-0,-0.787 -0.631,-1.426 -1.411,-1.426Z" />
|
||||
<path
|
||||
d="M331.676,82.109c-5.866,-0.179 -9.845,-2.841 -9.845,-2.841l0,-28.24c0,0 3.925,-2.406 8.741,-2.836c6.09,-0.546 11.958,1.294 11.958,15.821c-0,15.32 -2.648,18.343 -10.854,18.096Zm6.67,-50.245c-9.605,0 -16.138,4.285 -16.138,4.285l0,-30.197c0,-0.787 -0.63,-1.423 -1.406,-1.423l-17.091,-0c-0.777,-0 -1.408,0.636 -1.408,1.423l0,89.178c0,0.786 0.631,1.426 1.41,1.426l11.858,-0c0.534,-0 0.938,-0.275 1.237,-0.757c0.295,-0.479 0.72,-4.112 0.72,-4.112c0,0 6.988,6.623 20.217,6.623c15.532,-0 24.439,-7.878 24.439,-35.366c0,-27.488 -14.226,-31.08 -23.838,-31.08Z" />
|
||||
<path
|
||||
d="M151.294,33.725l-12.784,0c0,0 -0.019,-16.885 -0.019,-16.889c0,-0.639 -0.33,-0.959 -1.069,-0.959l-17.42,0c-0.678,0 -1.041,0.299 -1.041,0.949l0,17.453c0,-0 -8.73,2.107 -9.321,2.277c-0.587,0.171 -1.02,0.713 -1.02,1.36l0,10.967c0,0.788 0.63,1.424 1.409,1.424l8.932,0l0,26.385c0,19.596 13.746,21.521 23.021,21.521c4.239,0 9.309,-1.361 10.146,-1.67c0.506,-0.186 0.8,-0.71 0.8,-1.279l0.015,-12.064c0,-0.787 -0.665,-1.424 -1.414,-1.424c-0.746,0 -2.65,0.303 -4.612,0.303c-6.28,0 -8.407,-2.919 -8.407,-6.698c0,-3.777 -0.001,-25.074 -0.001,-25.074l12.785,0c0.778,0 1.41,-0.636 1.41,-1.424l0,-13.737c0,-0.787 -0.632,-1.421 -1.41,-1.421Z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
1
public/logos/gitlab-logo.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="236" viewBox="0 0 256 236"><path fill="#e24329" d="m128.075 236.075l47.104-144.97H80.97z"/><path fill="#fc6d26" d="M128.075 236.074L80.97 91.104H14.956z"/><path fill="#fca326" d="M14.956 91.104L.642 135.16a9.75 9.75 0 0 0 3.542 10.903l123.891 90.012z"/><path fill="#e24329" d="M14.956 91.105H80.97L52.601 3.79c-1.46-4.493-7.816-4.492-9.275 0z"/><path fill="#fc6d26" d="m128.075 236.074l47.104-144.97h66.015z"/><path fill="#fca326" d="m241.194 91.104l14.314 44.056a9.75 9.75 0 0 1-3.543 10.903l-123.89 90.012z"/><path fill="#e24329" d="M241.194 91.105h-66.015l28.37-87.315c1.46-4.493 7.816-4.492 9.275 0z"/></svg>
|
||||
|
After Width: | Height: | Size: 672 B |
34
public/logos/gitlab.svg
Normal file
@@ -0,0 +1,34 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 700 155" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="text" fill="currentColor">
|
||||
<path
|
||||
d="M283.8,59l22.9,0c-3.8,-24.2 -24.8,-41.1 -52.1,-41.1c-27.3,0 -56.5,23.7 -56.5,63.5c-0,39.8 23.1,63.3 57.2,63.3c34.1,-0 52.4,-19.6 52.4,-51.5l-0,-14.8l-50.1,-0l-0,17.5l28.4,-0c-0.4,17.6 -12.1,28.7 -30.7,28.7c-18.6,-0 -34.8,-15.5 -34.8,-43.4c-0,-27.9 14.4,-43.2 34.3,-43.2c19.9,-0 25,8 29,21Z"
|
||||
/>
|
||||
<path
|
||||
d="M322.8,143l21.8,0l0,-92.5l-21.8,0l0,92.5Zm10.9,-107.2c6.9,0 12.6,-5.3 12.6,-11.8c0,-6.5 -5.7,-11.9 -12.6,-11.9c-6.9,-0 -12.7,5.3 -12.7,11.9c0,6.6 5.7,11.8 12.7,11.8Z"
|
||||
/>
|
||||
<path
|
||||
d="M409.9,50.5l-18.3,0l0,-22.2l-21.8,0l0,22.2l-13.1,0l0,16.9l13.1,0l0,51.5c0,17.4 12.5,26 28.9,25.5c6.2,-0.2 10.5,-1.4 12.8,-2.2l-3.7,-17.1c-1.2,0.3 -3.7,0.8 -6.4,0.8c-5.5,-0 -9.9,-1.9 -9.9,-10.7l-0,-47.8l18.3,0l-0,-16.9l0.1,0Z"
|
||||
/>
|
||||
<path d="M426.8,143l76.7,0l0,-18.7l-54.3,0l0,-104.7l-22.4,0l0,123.4Z" />
|
||||
<path
|
||||
d="M545.3,144.9c14.5,-0 23.2,-6.8 27.2,-14.6l0.7,-0l0,12.7l21,-0l0,-61.9c0,-24.5 -19.9,-31.8 -37.6,-31.8c-17.7,-0 -34.4,8.7 -39.2,25.5l20.4,2.9c2.2,-6.3 8.3,-11.7 19,-11.7c10.7,-0 15.7,5.2 15.7,14.3l0,0.4c0,6.3 -6.6,6.6 -22.9,8.3c-18,1.9 -35.1,7.3 -35.1,28.1c0,20.8 13.3,27.8 31,27.8l-0.2,-0Zm7.1,-16.1c-9.1,0 -15.6,-4.2 -15.6,-12.2c0,-8 7.3,-11.9 17.1,-13.3c5.7,-0.8 17.2,-2.2 20,-4.5l0,10.9c0,10.3 -8.3,19 -21.5,19l0,0.1Z"
|
||||
/>
|
||||
<path
|
||||
d="M610.2,143l21.4,0l0,-14.6l1.3,0c3.4,6.7 10.6,16.2 26.5,16.2c15.9,0 38.1,-17.3 38.1,-47.8c0,-30.5 -16.8,-47.6 -38.2,-47.6c-21.4,0 -23.1,9.8 -26.5,16.5l-0.9,0l0,-46.2l-21.8,0l0,123.4l0.1,0l0,0.1Zm21.4,-46.3c0,-18 7.7,-29.6 21.8,-29.6c14.1,0 22,12.4 22,29.6c0,17.2 -7.6,30 -22,30c-14.4,0 -21.8,-12.1 -21.8,-30Z"
|
||||
/>
|
||||
</g>
|
||||
<g id="logo">
|
||||
<path
|
||||
d="M157,61.9l-0.2,-0.6l-21.2,-55.3c-0.4,-1.1 -1.2,-2 -2.2,-2.6c-1,-0.6 -2.1,-0.9 -3.3,-0.9c-1.2,0 -2.3,0.5 -3.2,1.2c-0.9,0.7 -1.6,1.7 -1.9,2.9l-14.3,43.8l-57.9,0l-14.3,-43.8c-0.3,-1.1 -1,-2.1 -1.9,-2.9c-0.9,-0.7 -2,-1.2 -3.2,-1.2c-1.2,0 -2.3,0.2 -3.3,0.9c-1,0.6 -1.8,1.5 -2.2,2.6l-21.2,55.3l-0.2,0.6c-6.3,16.4 -0.9,34.9 13.1,45.5l0.2,0c0,0.1 32.3,24.3 32.3,24.3l16,12.1l9.7,7.3c2.3,1.8 5.6,1.8 7.9,0l9.7,-7.3l16,-12.1l32.5,-24.3c14,-10.6 19.3,-29.1 13,-45.5l0.1,-0Z"
|
||||
style="fill:#e24329;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M157,61.9l-0.2,-0.6c-10.5,2.2 -20.2,6.6 -28.5,12.8c-0.1,0 -25.2,19.1 -46.6,35.2c15.8,12 29.6,22.4 29.6,22.4l32.5,-24.3c14,-10.6 19.3,-29.1 13,-45.5l0.2,0Z"
|
||||
style="fill:#fc6d26;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M52,131.7l16,12.1l9.7,7.3c2.3,1.8 5.6,1.8 7.9,0l9.7,-7.3l16,-12.1c-0,0 -13.8,-10.4 -29.6,-22.4c-15.9,12 -29.7,22.4 -29.7,22.4Z"
|
||||
style="fill:#fca326;fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M35.1,74.1c-8.3,-6.2 -18,-10.7 -28.5,-12.8l-0.2,0.6c-6.3,16.4 -0.9,34.9 13.1,45.5l0.2,-0c-0,0.1 32.3,24.3 32.3,24.3c0,-0 13.8,-10.4 29.7,-22.4c-21.3,-16.1 -46.4,-35.1 -46.6,-35.2Z"
|
||||
style="fill:#fc6d26;fill-rule:nonzero;" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
7
public/logos/gmail.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="52 42 88 66" width="100%" height="100%">
|
||||
<path fill="#4285f4" d="M58 108h14V74L52 59v43c0 3.32 2.69 6 6 6" />
|
||||
<path fill="#34a853" d="M120 108h14c3.32 0 6-2.69 6-6V59l-20 15" />
|
||||
<path fill="#fbbc04" d="M120 48v26l20-15v-8c0-7.42-8.47-11.65-14.4-7.2" />
|
||||
<path fill="#ea4335" d="M72 74V48l24 18 24-18v26L96 92" />
|
||||
<path fill="#c5221f" d="M52 51v8l20 15V48l-5.6-4.2c-5.94-4.45-14.4-.22-14.4 7.2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 472 B |
21
public/logos/go.dev.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 206 78" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="lines" fill="currentColor">
|
||||
<g transform="matrix(1,0,0,1,-24.4628,-77.108)">
|
||||
<path d="M40.2,101.1C39.8,101.1 39.7,100.9 39.9,100.6L42,97.9C42.2,97.6 42.7,97.4 43.1,97.4L78.8,97.4C79.2,97.4 79.3,97.7 79.1,98L77.4,100.6C77.2,100.9 76.7,101.2 76.4,101.2L40.2,101.1Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-24.4628,-77.108)">
|
||||
<path d="M25.1,110.3C24.7,110.3 24.6,110.1 24.8,109.8L26.9,107.1C27.1,106.8 27.6,106.6 28,106.6L73.6,106.6C74,106.6 74.2,106.9 74.1,107.2L73.3,109.6C73.2,110 72.8,110.2 72.4,110.2L25.1,110.3Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-24.4628,-77.108)">
|
||||
<path d="M49.3,119.5C48.9,119.5 48.8,119.2 49,118.9L50.4,116.4C50.6,116.1 51,115.8 51.4,115.8L71.4,115.8C71.8,115.8 72,116.1 72,116.5L71.8,118.9C71.8,119.3 71.4,119.6 71.1,119.6L49.3,119.5Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="letters" fill="currentColor">
|
||||
<g transform="matrix(1,0,0,1,-24.4628,-77.108)">
|
||||
<path d="M153.1,99.3C146.8,100.9 142.5,102.1 136.3,103.7C134.8,104.1 134.7,104.2 133.4,102.7C131.9,101 130.8,99.9 128.7,98.9C122.4,95.8 116.3,96.7 110.6,100.4C103.8,104.8 100.3,111.3 100.4,119.4C100.5,127.4 106,134 113.9,135.1C120.7,136 126.4,133.6 130.9,128.5C131.8,127.4 132.6,126.2 133.6,124.8L114.3,124.8C112.2,124.8 111.7,123.5 112.4,121.8C113.7,118.7 116.1,113.5 117.5,110.9C117.8,110.3 118.5,109.3 120,109.3L156.4,109.3C156.2,112 156.2,114.7 155.8,117.4C154.7,124.6 152,131.2 147.6,137C140.4,146.5 131,152.4 119.1,154C109.3,155.3 100.2,153.4 92.2,147.4C84.8,141.8 80.6,134.4 79.5,125.2C78.2,114.3 81.4,104.5 88,95.9C95.1,86.6 104.5,80.7 116,78.6C125.4,76.9 134.4,78 142.5,83.5C147.8,87 151.6,91.8 154.1,97.6C154.7,98.5 154.3,99 153.1,99.3Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(1,0,0,1,-24.4628,-77.108)">
|
||||
<path d="M186.2,154.6C177.1,154.4 168.8,151.8 161.8,145.8C155.9,140.7 152.2,134.2 151,126.5C149.2,115.2 152.3,105.2 159.1,96.3C166.4,86.7 175.2,81.7 187.1,79.6C197.3,77.8 206.9,78.8 215.6,84.7C223.5,90.1 228.4,97.4 229.7,107C231.4,120.5 227.5,131.5 218.2,140.9C211.6,147.6 203.5,151.8 194.2,153.7C191.5,154.2 188.8,154.3 186.2,154.6ZM210,114.2C209.9,112.9 209.9,111.9 209.7,110.9C207.9,101 198.8,95.4 189.3,97.6C180,99.7 174,105.6 171.8,115C170,122.8 173.8,130.7 181,133.9C186.5,136.3 192,136 197.3,133.3C205.2,129.2 209.5,122.8 210,114.2Z" style="fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
1
public/logos/google-cloud.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="206" viewBox="0 0 256 206"><path fill="#ea4335" d="m170.252 56.819l22.253-22.253l1.483-9.37C153.437-11.677 88.976-7.496 52.42 33.92C42.267 45.423 34.734 59.764 30.717 74.573l7.97-1.123l44.505-7.34l3.436-3.513c19.797-21.742 53.27-24.667 76.128-6.168z"/><path fill="#4285f4" d="M224.205 73.918a100.25 100.25 0 0 0-30.217-48.722l-31.232 31.232a55.52 55.52 0 0 1 20.379 44.037v5.544c15.35 0 27.797 12.445 27.797 27.796c0 15.352-12.446 27.485-27.797 27.485h-55.671l-5.466 5.934v33.34l5.466 5.231h55.67c39.93.311 72.553-31.494 72.864-71.424a72.3 72.3 0 0 0-31.793-60.453"/><path fill="#34a853" d="M71.87 205.796h55.593V161.29H71.87a27.3 27.3 0 0 1-11.399-2.498l-7.887 2.42l-22.409 22.253l-1.952 7.574c12.567 9.489 27.9 14.825 43.647 14.757"/><path fill="#fbbc05" d="M71.87 61.426C31.94 61.663-.237 94.227.001 134.158a72.3 72.3 0 0 0 28.222 56.88l32.248-32.246c-13.99-6.322-20.208-22.786-13.887-36.776s22.786-20.208 36.775-13.888a27.8 27.8 0 0 1 13.887 13.888l32.248-32.248A72.22 72.22 0 0 0 71.87 61.427"/></svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
1
public/logos/google-drive.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="229" viewBox="0 0 256 229"><path fill="#0066da" d="m19.354 196.034l11.29 19.5c2.346 4.106 5.718 7.332 9.677 9.678q17.009-21.591 23.68-33.137q6.77-11.717 16.641-36.655q-26.604-3.502-40.32-3.502q-13.165 0-40.322 3.502c0 4.545 1.173 9.09 3.519 13.196z"/><path fill="#ea4335" d="M215.681 225.212c3.96-2.346 7.332-5.572 9.677-9.677l4.692-8.064l22.434-38.855a26.57 26.57 0 0 0 3.518-13.196q-27.315-3.502-40.247-3.502q-13.899 0-40.248 3.502q9.754 25.075 16.422 36.655q6.724 11.683 23.752 33.137"/><path fill="#00832d" d="M128.001 73.311q19.68-23.768 27.125-36.655q5.996-10.377 13.196-33.137C164.363 1.173 159.818 0 155.126 0h-54.25C96.184 0 91.64 1.32 87.68 3.519q9.16 26.103 15.544 37.154q7.056 12.213 24.777 32.638"/><path fill="#2684fc" d="M175.36 155.42H80.642l-40.32 69.792c3.958 2.346 8.503 3.519 13.195 3.519h148.968c4.692 0 9.238-1.32 13.196-3.52z"/><path fill="#00ac47" d="M128.001 73.311L87.681 3.52c-3.96 2.346-7.332 5.571-9.678 9.677L3.519 142.224A26.57 26.57 0 0 0 0 155.42h80.642z"/><path fill="#ffba00" d="m215.242 77.71l-37.243-64.514c-2.345-4.106-5.718-7.331-9.677-9.677l-40.32 69.792l47.358 82.109h80.496c0-4.546-1.173-9.09-3.519-13.196z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
public/logos/google-fit.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="216" viewBox="0 0 256 216"><path fill="#ea4335" d="M55.577.519c14.387-1.866 29.336 1.337 41.649 9.013c6.95 4.097 12.51 10.027 18.211 15.641c4.135 4.048 8.227 8.145 12.373 12.183l.153.42q-4.645 4.573-10.543 18.292q-12.369 4.35-16.882 8.784c-6.716-6.465-13.214-13.159-19.903-19.657c-6.361-5.957-15.974-8.358-24.305-5.624c-9.487 2.667-16.727 11.74-17.229 21.588c-.327 5.123 1.01 10.327 3.781 14.648c1.724 2.783 4.245 4.905 6.503 7.229c5.429 5.456 10.988 10.786 16.335 16.318q-4.283 4.209-10.143 16.294q-12.463 5.907-17.294 10.744c-7.218-6.787-14.12-13.94-21.272-20.802C8.495 96.73 2.8 85.235.835 73.107C-1.325 60.095.726 46.396 6.75 34.65c5.058-9.848 12.712-18.402 22.025-24.41C36.87 5.15 46.04 1.584 55.577.52"/><path fill="#34a853" d="m128.083 160.779l62.408-61.507l16.873 10.022l10.558 17.158l-89.839 88.878l-62.32-61.654l11.959-16.829l15.641-10.417z"/><path fill="#fbbc05" d="m100.592 64.912l15.697 8.491l11.794 18.766l-62.32 61.507l-27.48-27.284z"/><path fill="#4285f4" d="M203.333.895c18.288 3.1 35.108 14.518 44.328 30.672c10.502 17.747 11.075 40.776 1.756 59.14c-3.862 7.888-9.76 14.544-16.04 20.595c-5.21 4.98-10.158 10.295-15.455 15.15c-9.166-9.034-18.342-18.064-27.431-27.18c6.476-6.541 13.055-12.974 19.553-19.493c4.19-4.234 6.814-10.039 7.027-16.012c.289-6.782-2.39-13.661-7.305-18.364c-5.009-4.741-12.025-7.436-18.932-6.864c-5.94.284-11.675 2.98-15.865 7.18c-15.636 15.472-31.233 30.988-46.886 46.45c-9.203-9.046-18.418-18.08-27.49-27.257l-.055-.06c9.165-9.002 18.27-18.064 27.425-27.076c6.634-6.536 13.247-13.1 19.886-19.64c8.598-8.637 19.935-14.295 31.78-16.891c7.806-1.468 15.86-1.632 23.704-.35"/></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
1
public/logos/google-home.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="265" viewBox="0 0 256 265"><path fill="#3bab59" d="M199.061 207.635c.025 9.404 3.32 19.02 3.316 28.424c-.003 9.545-3.306 18.878-3.277 28.424c-47.41-.007-94.823 0-142.233-.004c.023-9.384-4.418-19.037-4.422-28.42c-.003-9.565 4.43-18.859 4.45-28.424c47.39.015 94.776.004 142.166 0"/><path fill="#4586f7" d="M144.203 50.84c6.586-6.573 17.1-10.035 23.61-16.682c26.975 27.141 54.064 54.176 81.103 81.261c2.436 2.508 5.406 4.816 6.357 8.355c.929 2.303.645 4.812.687 7.233c.004 39.657-.004 79.31.006 118.963c.599 7.825-6.861 15.134-14.652 14.512c-14.072 0-28.141.004-42.214 0c-.057-18.949.01-37.898-.038-56.847c.034-20.833.015-41.662.008-62.49c-17.563-17.536-35.088-35.11-52.64-52.654c-6.122-6.176-12.34-12.262-18.406-18.49c3.326-3.184 12.738-19.728 16.18-23.162"/><path fill="#fdc00d" d="M56.849 145.22c.079 20.803-.008 41.61.045 62.415c-.038 18.949.019 37.895-.026 56.844c-14.808-.007-29.616.004-44.424-.007c-6.184-.777-11.63-5.983-12.417-12.217c-.05-16.72-.015-33.442-.011-50.16c9.867-9.775 16.023-22.47 25.856-32.28c9.109-9.148 21.91-15.405 30.977-24.594"/><path fill="#ec5043" d="M127.246.026c1.224.152 2.68-.33 3.767.356c2.955.576 5.546 2.285 7.624 4.418c8.828 8.848 17.664 17.688 26.501 26.528c.886.947 1.92 1.762 2.674 2.83c-9.912 10.12-20.01 20.056-29.994 30.105c-3.274 3.236-6.469 6.555-9.795 9.738c-4.388 4.134-8.54 8.51-12.838 12.739c-19.438 19.502-38.944 38.933-58.337 58.48c-9.067 9.19-18.244 18.276-27.354 27.423c-9.832 9.81-19.612 19.677-29.479 29.452c-.034-21.434 0-42.87-.007-64.301c.023-4.046-.065-8.093.075-12.136c-.04-.82.576-1.467.538-2.285c.573-.962 1.084-1.963 1.641-2.933c1.402-1.864 3.145-3.425 4.771-5.088C43.814 78.495 80.606 41.646 117.398 4.796c1.505-1.58 3.228-3.016 5.324-3.732c1.47-.492 2.925-1.208 4.524-1.038"/></svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
1
public/logos/google-maps.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="367" viewBox="0 0 256 367"><path fill="#34a853" d="M70.585 271.865a371 371 0 0 1 28.911 42.642c7.374 13.982 10.448 23.463 15.837 40.31c3.305 9.308 6.292 12.086 12.714 12.086c6.998 0 10.173-4.726 12.626-12.035c5.094-15.91 9.091-28.052 15.397-39.525c12.374-22.15 27.75-41.833 42.858-60.75c4.09-5.354 30.534-36.545 42.439-61.156c0 0 14.632-27.035 14.632-64.792c0-35.318-14.43-59.813-14.43-59.813l-41.545 11.126l-25.23 66.451l-6.242 9.163l-1.248 1.66l-1.66 2.078l-2.914 3.319l-4.164 4.163l-22.467 18.304l-56.17 32.432z"/><path fill="#fbbc04" d="M12.612 188.892c13.709 31.313 40.145 58.839 58.031 82.995l95.001-112.534s-13.384 17.504-37.662 17.504c-27.043 0-48.89-21.595-48.89-48.825c0-18.673 11.234-31.501 11.234-31.501l-64.489 17.28z"/><path fill="#4285f4" d="M166.705 5.787c31.552 10.173 58.558 31.53 74.893 63.023l-75.925 90.478s11.234-13.06 11.234-31.617c0-27.864-23.463-48.68-48.81-48.68c-23.969 0-37.735 17.475-37.735 17.475v-57z"/><path fill="#1a73e8" d="M30.015 45.765C48.86 23.218 82.02 0 127.736 0c22.18 0 38.89 5.823 38.89 5.823L90.29 96.516H36.205z"/><path fill="#ea4335" d="M12.612 188.892S0 164.194 0 128.414c0-33.817 13.146-63.377 30.015-82.649l60.318 50.759z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
public/logos/google-meet.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="211" viewBox="0 0 256 211"><path fill="#00832d" d="m144.822 105.322l24.957 28.527l33.562 21.445l5.838-49.792l-5.838-48.669l-34.205 18.839z"/><path fill="#0066da" d="M0 150.66v42.43c0 9.688 7.864 17.554 17.554 17.554h42.43l8.786-32.059l-8.786-27.925l-29.11-8.786z"/><path fill="#e94235" d="M59.984 0L0 59.984l30.876 8.765l29.108-8.765l8.626-27.545z"/><path fill="#2684fc" d="M.001 150.679h59.983V59.983H.001z"/><path fill="#00ac47" d="M241.659 25.398L203.34 56.834v98.46l38.477 31.558c5.76 4.512 14.186.4 14.186-6.922V32.18c0-7.403-8.627-11.495-14.345-6.781"/><path fill="#00ac47" d="M144.822 105.322v45.338H59.984v59.984h125.804c9.69 0 17.553-7.866 17.553-17.554v-37.796z"/><path fill="#ffba00" d="M185.788 0H59.984v59.984h84.838v45.338l58.52-48.49V17.555c0-9.69-7.864-17.554-17.554-17.554"/></svg>
|
||||
|
After Width: | Height: | Size: 858 B |
1
public/logos/google-photos.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path fill="#fbbb05" d="M64 58.149c35.328 0 64 28.672 64 64V128H5.851C2.633 128 0 125.367 0 122.149c0-35.328 28.672-64 64-64"/><path fill="#e94335" d="M197.851 64c0 35.328-28.672 64-64 64H128V5.851C128 2.633 130.633 0 133.851 0c35.328 0 64 28.672 64 64"/><path fill="#4285f4" d="M192 197.851c-35.328 0-64-28.672-64-64V128h122.149c3.218 0 5.851 2.633 5.851 5.851c0 35.328-28.672 64-64 64"/><path fill="#0f9d58" d="M58.149 192c0-35.328 28.672-64 64-64H128v122.149c0 3.218-2.633 5.851-5.851 5.851c-35.328 0-64-28.672-64-64"/></svg>
|
||||
|
After Width: | Height: | Size: 615 B |
1
public/logos/google-play-icon.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="283" viewBox="0 0 256 283"><path fill="#ea4335" d="M119.553 134.916L1.06 259.061a32.14 32.14 0 0 0 47.062 19.071l133.327-75.934z"/><path fill="#fbbc04" d="M239.37 113.814L181.715 80.79l-64.898 56.95l65.162 64.28l57.216-32.67a31.345 31.345 0 0 0 0-55.537z"/><path fill="#4285f4" d="M1.06 23.487A30.6 30.6 0 0 0 0 31.61v219.327a32.3 32.3 0 0 0 1.06 8.124l122.555-120.966z"/><path fill="#34a853" d="m120.436 141.274l61.278-60.483L48.564 4.503A32.85 32.85 0 0 0 32.051 0C17.644-.028 4.978 9.534 1.06 23.399z"/></svg>
|
||||
|
After Width: | Height: | Size: 572 B |
130
public/logos/google_chrome.svg
Normal file
@@ -0,0 +1,130 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 599.7 165.2">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#DB4437" d="M13.1 38v63.4h37l32.5-56.3h73.6C142.5 18.3 114.7 0 82.6 0 53.4 0 27.8 15.1 13.1 38z" />
|
||||
<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="31.876" y1="88.608" x2="81.16" y2="117.397"
|
||||
gradientTransform="matrix(1 0 0 -1 -7 159.82)">
|
||||
<stop offset="0" stop-color="#a52714" stop-opacity=".6" />
|
||||
<stop offset=".66" stop-color="#a52714" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<path fill="url(#a)" d="M13.1 38v63.4h37l32.5-56.3h73.6C142.5 18.3 114.7 0 82.6 0 53.4 0 27.8 15.1 13.1 38z" />
|
||||
</g>
|
||||
<path fill="#3E2723" fill-opacity=".15" d="M13.1 38l37.1 63.5.8-.5-37.3-64c-.2.4-.4.7-.6 1z" />
|
||||
<g>
|
||||
<path fill="#0F9D58"
|
||||
d="M78.7 165.1l36.4-36.4v-27.3h-65L13.1 38C4.8 50.8 0 66.2 0 82.6c0 44.3 34.9 80.5 78.7 82.5z" />
|
||||
<linearGradient id="b" gradientUnits="userSpaceOnUse" x1="108.026" y1="20.515" x2="53.267" y2="52.592"
|
||||
gradientTransform="matrix(1 0 0 -1 -7 159.82)">
|
||||
<stop offset="0" stop-color="#055524" stop-opacity=".4" />
|
||||
<stop offset=".33" stop-color="#055524" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<path fill="url(#b)"
|
||||
d="M78.7 165.1l36.4-36.4v-27.3h-65L13.1 38C4.8 50.8 0 66.2 0 82.6c0 44.3 34.9 80.5 78.7 82.5z" />
|
||||
</g>
|
||||
<path fill="#263238" fill-opacity=".15" d="M77.7 165.1c.3 0 .7 0 1 .1l35.7-62.5-.8-.5-35.9 62.9z" />
|
||||
<g>
|
||||
<path fill="#FFCD40" d="M78.7 165.1l36.4-36.4v-27.3l-36.4 63.7z" />
|
||||
<linearGradient id="c" gradientUnits="userSpaceOnUse" x1="84.006" y1="113.753" x2="97.796" y2="53.367"
|
||||
gradientTransform="matrix(1 0 0 -1 -7 159.82)">
|
||||
<stop offset="0" stop-color="#ea6100" stop-opacity=".3" />
|
||||
<stop offset=".66" stop-color="#ea6100" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<path fill="url(#c)" d="M78.7 165.1l36.4-36.4v-27.3l-36.4 63.7z" />
|
||||
<polygon fill="#FFCD40" points="115.1 101.4 115.1 101.4 115.1 101.4" />
|
||||
<linearGradient id="d" gradientUnits="userSpaceOnUse" x1="122.072" y1="58.72" x2="122.203" y2="58.15"
|
||||
gradientTransform="matrix(1 0 0 -1 -7 159.82)">
|
||||
<stop offset="0" stop-color="#ea6100" stop-opacity=".3" />
|
||||
<stop offset=".66" stop-color="#ea6100" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<polygon fill="url(#d)" points="115.1 101.4 115.1 101.4 115.1 101.4" />
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#FFCD40"
|
||||
d="M82.6 45.1l32.5 56.3-36.4 63.7c1.3.1 2.6.1 3.9.1 45.6 0 82.6-37 82.6-82.6 0-13.5-3.3-26.3-9-37.5H82.6z" />
|
||||
<linearGradient id="e" gradientUnits="userSpaceOnUse" x1="110.858" y1="119.885" x2="124.648" y2="59.499"
|
||||
gradientTransform="matrix(1 0 0 -1 -7 159.82)">
|
||||
<stop offset="0" stop-color="#ea6100" stop-opacity=".3" />
|
||||
<stop offset=".66" stop-color="#ea6100" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<path fill="url(#e)"
|
||||
d="M82.6 45.1l32.5 56.3-36.4 63.7c1.3.1 2.6.1 3.9.1 45.6 0 82.6-37 82.6-82.6 0-13.5-3.3-26.3-9-37.5H82.6z" />
|
||||
</g>
|
||||
<radialGradient id="f" cx="662.024" cy="114.808" r="78.928" gradientTransform="matrix(1 0 0 -1 -583 159.82)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#3e2723" stop-opacity=".2" />
|
||||
<stop offset="1" stop-color="#3e2723" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<polygon fill="url(#f)" points="156.2 45.1 82.6 45.1 82.6 64.7 156.2 45.1" />
|
||||
<g>
|
||||
<polygon fill="#0F9D58" points="50.1 101.4 50.1 101.4 50.1 101.3 50.1 101.4" />
|
||||
<linearGradient id="g" gradientUnits="userSpaceOnUse" x1="111.558" y1="26.543" x2="56.799" y2="58.62"
|
||||
gradientTransform="matrix(1 0 0 -1 -7 159.82)">
|
||||
<stop offset="0" stop-color="#055524" stop-opacity=".4" />
|
||||
<stop offset=".33" stop-color="#055524" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<polygon fill="url(#g)" points="50.1 101.4 50.1 101.4 50.1 101.3 50.1 101.4" />
|
||||
</g>
|
||||
<radialGradient id="h" cx="596.03" cy="121.782" r="73.264" gradientTransform="matrix(1 0 0 -1 -583 159.82)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#3e2723" stop-opacity=".2" />
|
||||
<stop offset="1" stop-color="#3e2723" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<polygon fill="url(#h)" points="13.1 38 50.1 101.4 66.9 91.7 13.1 38" />
|
||||
<radialGradient id="i" cx="665.46" cy="77.08" r="82.488" gradientTransform="matrix(1 0 0 -1 -583 159.82)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#263238" stop-opacity=".2" />
|
||||
<stop offset="1" stop-color="#263238" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<polygon fill="url(#i)" points="115.1 101.4 98.4 91.7 78.7 165.1" />
|
||||
<g transform="translate(-7 -7)">
|
||||
<circle fill="#F1F1F1" cx="89.6" cy="89.6" r="37.5" />
|
||||
<circle fill="#4285F4" cx="89.6" cy="89.6" r="30" />
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#3E2723" fill-opacity=".2"
|
||||
d="M155.7 44.1H82.6c-20.7 0-37.5 16.8-37.5 37.5v.9C45.1 61.8 61.9 45 82.6 45h73.5c-.1-.3-.2-.6-.4-.9z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".1"
|
||||
d="M83.2 120.1h-.6c-13.9 0-26-7.6-32.5-18.8L13.1 38c-.1.1-.2.3-.3.4l37.3 63.9c6.5 11.2 18.6 18.8 32.5 18.8 10.4 0 19.9-4.3 26.7-11.2-6.7 6.3-15.8 10.2-25.7 10.2-.2.1-.3 0-.4 0z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".1" d="M95.7 117.8c.2-.1.4-.2.6-.2-.2 0-.4.1-.6.2z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".1" d="M97.6 117c.6-.2 1.1-.5 1.7-.8-.6.3-1.1.6-1.7.8z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".1" d="M93.9 118.4c.1 0 .2-.1.3-.1-.1 0-.2.1-.3.1z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".1" d="M115.1 101.4z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".1" d="M100 115.9c.5-.2.9-.5 1.4-.8-.5.3-1 .5-1.4.8z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M120.2 82.6z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M115.1 101.4z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M120.1 80.1v-.2.2z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M120 85.6V85c.1.1.1.3 0 .6z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M109.3 109.9l2.4-2.4.4-.7c-.9 1.1-1.8 2.1-2.8 3.1z" />
|
||||
<path opacity=".1" fill="#3E2723"
|
||||
d="M119.1 73.6c.9 3.3 1.4 6.7 1.4 10.3 0 5.7-1.3 11-3.6 15.9 2.6-5.1 4.2-11 4.2-17.2 0-20.7-16.8-37.5-37.5-37.5h-.5c17.4.2 32 12.3 36 28.5z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M119.8 87.8c0-.2 0-.3.1-.5-.1.2-.1.4-.1.5z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M94.2 118.3c.5-.2 1-.3 1.4-.5-.4.2-.9.3-1.4.5z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M96.3 117.6c.4-.2.9-.3 1.3-.5-.4.1-.9.3-1.3.5z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M101.3 115.1c.2-.1.3-.2.5-.3-.1.1-.3.2-.5.3z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M99.3 116.2c.2-.1.4-.2.7-.4-.3.2-.5.3-.7.4z" />
|
||||
<path opacity=".1" fill="#3E2723" d="M83.1 120.1h.1c3.7-.1 7.3-.7 10.7-1.7-3.4 1.1-7 1.7-10.8 1.7z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".1"
|
||||
d="M115.1 101.4c-3.2 5.5-7.8 10.2-13.3 13.5-.2.1-.3.2-.5.3-.5.3-.9.5-1.4.8-.2.1-.4.2-.7.4-.5.3-1.1.5-1.7.8-.4.2-.9.4-1.3.5-.2.1-.4.2-.6.2-.5.2-.9.3-1.4.5-.1 0-.2.1-.3.1-3.4 1.1-7 1.7-10.7 1.7h.3c10 0 19-3.9 25.7-10.2 1-1 1.9-2.1 2.8-3.2l3.1-5.4z" />
|
||||
<path opacity=".1" fill="#3E2723"
|
||||
d="M115.1 101.4c-3.2 5.5-7.8 10.2-13.3 13.5-.2.1-.3.2-.5.3-.5.3-.9.5-1.4.8-.2.1-.4.2-.7.4-.5.3-1.1.5-1.7.8-.4.2-.9.4-1.3.5-.2.1-.4.2-.6.2-.5.2-.9.3-1.4.5-.1 0-.2.1-.3.1-3.4 1.1-7 1.7-10.7 1.7h.3c10 0 19-3.9 25.7-10.2 1-1 1.9-2.1 2.8-3.2l3.1-5.4z" />
|
||||
<path fill="#FFFFFF" fill-opacity=".2"
|
||||
d="M119.1 73.6c-.1-.4-.2-.7-.3-1.1.7 2.4 1.1 4.8 1.3 7.4v.2c.1.8.1 1.7.1 2.5s0 1.5-.1 2.3v.6c0 .6-.1 1.2-.2 1.8 0 .2 0 .3-.1.5-.7 4.9-2.3 9.4-4.7 13.5l-3.1 5.4-.4.7L78.7 165h1.1l35.7-62.5c.5-.9 1-1.9 1.5-2.9 2.3-4.8 3.6-10.2 3.6-15.9-.1-3.4-.6-6.8-1.5-10.1z" />
|
||||
</g>
|
||||
<g transform="translate(-7 -7)">
|
||||
<path fill="#FFFFFF" fill-opacity=".2"
|
||||
d="M89.6 7.9c45.5 0 82.3 36.7 82.6 82.1v-.5C172.2 44 135.2 7 89.6 7S7 44 7 89.6v.5C7.3 44.7 44.1 7.9 89.6 7.9z" />
|
||||
<path fill="#3E2723" fill-opacity=".15"
|
||||
d="M89.6 171.3c45.5 0 82.3-36.7 82.6-82.1v.5c0 45.6-37 82.6-82.6 82.6S7 135.2 7 89.6v-.5c.3 45.4 37.1 82.2 82.6 82.2z" />
|
||||
</g>
|
||||
<radialGradient id="j" cx="31.676" cy="137.277" r="165.924" gradientTransform="matrix(1 0 0 -1 -7 159.82)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff" stop-opacity=".1" />
|
||||
<stop offset="1" stop-color="#fff" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<circle fill="url(#j)" cx="82.6" cy="82.6" r="82.6" />
|
||||
</g>
|
||||
<path fill="currentColor"
|
||||
d="M210.2 84.7c0-17.8 12.5-31.4 30.3-31.4 14.1 0 22 8.4 25.6 16.7l-9.9 4.7c-2.6-6.8-8.4-11-16.2-11-9.4 0-18.3 8.4-18.3 21.4 0 12.5 8.9 21.4 18.3 21.4 8.4 0 14.1-4.2 17.3-11l9.9 4.2c-3.7 8.4-12 16.7-26.1 16.7-18.4-.3-30.9-13.9-30.9-31.7zM286 55.4l-.5 8.4h.5c3.1-5.2 10.5-9.9 18.8-9.9 15.2 0 22.5 9.9 22.5 24.6v36.1h-11V80c0-12-6.3-16.2-14.6-16.2-9.4 0-15.7 8.9-15.7 18.3v32.4h-11V28.8h11v26.6zm52.8 59.1V55.4h10.5v9.4h.5c2.6-6.8 11-11 17.3-11 3.7 0 5.8.5 8.4 1.6l-4.2 10.5c-1.6-.5-3.7-1-5.8-1-7.3 0-15.2 6.3-15.2 17.3v32.4h-11.5zm97.3-29.8c0 17.8-12.5 31.4-30.3 31.4s-30.3-13.6-30.3-31.4 12.5-31.4 30.3-31.4 30.3 13.6 30.3 31.4zm-11 0c0-13.6-9.4-21.4-19.3-21.4s-19.3 7.8-19.3 21.4 9.4 21.4 19.3 21.4 19.3-7.8 19.3-21.4zm19.8-29.3h10.5v8.4h.5c3.1-5.8 11-9.9 18.3-9.9 9.4 0 15.7 4.2 18.8 11.5 4.2-6.8 11.5-11.5 20.4-11.5 14.1 0 20.9 9.9 20.9 24.6v36.1h-11.5V80c0-12-4.7-16.2-13.1-16.2-8.9 0-15.2 8.9-15.2 18.3v32.4h-11V80c0-12-4.7-16.2-13.1-16.2-8.9 0-15.2 8.9-15.2 18.3v32.4h-11V55.4h.7zm97.3 29.3c0-16.7 11.5-31.4 28.8-31.4s28.8 12.5 28.8 31.4v2.1h-46.5c.5 12.5 9.4 19.3 18.8 19.3 6.3 0 13.1-2.6 16.2-9.9l9.9 4.2c-3.7 8.4-12 16.2-25.6 16.2-18.4-.5-30.4-14.1-30.4-31.9zm28.7-20.9c-8.4 0-14.6 5.8-16.7 14.1h34c-.5-5.2-4.7-14.1-17.3-14.1z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.8 KiB |
29
public/logos/google_chrome_icon.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" height="48" width="48">
|
||||
<defs>
|
||||
<linearGradient id="a" x1="3.2173" y1="15" x2="44.7812" y2="15" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#d93025" />
|
||||
<stop offset="1" stop-color="#ea4335" />
|
||||
</linearGradient>
|
||||
<linearGradient id="b" x1="20.7219" y1="47.6791" x2="41.5039" y2="11.6837" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fcc934" />
|
||||
<stop offset="1" stop-color="#fbbc04" />
|
||||
</linearGradient>
|
||||
<linearGradient id="c" x1="26.5981" y1="46.5015" x2="5.8161" y2="10.506" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#1e8e3e" />
|
||||
<stop offset="1" stop-color="#34a853" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<circle cx="24" cy="23.9947" r="12" style="fill:#fff" />
|
||||
<path
|
||||
d="M3.2154,36A24,24,0,1,0,12,3.2154,24,24,0,0,0,3.2154,36ZM34.3923,18A12,12,0,1,1,18,13.6077,12,12,0,0,1,34.3923,18Z"
|
||||
style="fill:none" />
|
||||
<path d="M24,12H44.7812a23.9939,23.9939,0,0,0-41.5639.0029L13.6079,30l.0093-.0024A11.9852,11.9852,0,0,1,24,12Z"
|
||||
style="fill:url(#a)" />
|
||||
<circle cx="24" cy="24" r="9.5" style="fill:#1a73e8" />
|
||||
<path
|
||||
d="M34.3913,30.0029,24.0007,48A23.994,23.994,0,0,0,44.78,12.0031H23.9989l-.0025.0093A11.985,11.985,0,0,1,34.3913,30.0029Z"
|
||||
style="fill:url(#b)" />
|
||||
<path
|
||||
d="M13.6086,30.0031,3.218,12.006A23.994,23.994,0,0,0,24.0025,48L34.3931,30.0029l-.0067-.0068a11.9852,11.9852,0,0,1-20.7778.007Z"
|
||||
style="fill:url(#c)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
10
public/logos/grafana.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
|
||||
<linearGradient id="a" x1="256" x2="256" y1="359.964" y2="4.738" gradientTransform="matrix(1 0 0 -1 0 513)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#f05a28" />
|
||||
<stop offset="1" style="stop-color:#fbca0a" />
|
||||
</linearGradient>
|
||||
<path
|
||||
d="M490.8 226c-.8-8.6-2.3-18.5-5.1-29.5-2.8-10.9-7.1-22.8-13.3-35.3-6.2-12.4-14.2-25.2-24.7-37.8-4.1-4.9-8.6-9.7-13.4-14.4 7.2-28.6-8.7-53.5-8.7-53.5-27.5-1.7-45 8.6-51.5 13.3-1.1-.4-2.1-1-3.2-1.4-4.7-1.8-9.5-3.7-14.5-5.2-4.9-1.6-10-3-15.2-4.2-5.2-1.3-10.4-2.3-15.8-3.1-1-.1-1.8-.3-2.8-.4C310.6 16.1 276.1 0 276.1 0c-38.5 24.4-45.7 58.5-45.7 58.5s-.1.7-.4 2c-2.1.6-4.2 1.3-6.3 1.8-3 .8-5.9 2-8.7 3.1-3 1.1-5.8 2.3-8.7 3.5-5.8 2.5-11.6 5.4-17.2 8.5-5.5 3.1-10.9 6.5-16.1 10l-1.4-.6C118.2 66.6 70.9 91 70.9 91c-4.4 56.7 21.3 92.4 26.4 98.9-1.3 3.5-2.4 7.1-3.5 10.6-3.9 12.8-6.9 26-8.7 39.6-.3 2-.6 3.9-.7 5.9-49.4 24.4-63.9 74.2-63.9 74.2 41 47.3 89 50.2 89 50.2l.1-.1q9.15 16.35 21 30.9c3.4 4.1 6.8 7.9 10.4 11.7-15 42.9 2.1 78.4 2.1 78.4 45.7 1.7 75.7-20 82.1-25 4.5 1.6 9.2 3 13.8 4.1 14.1 3.7 28.5 5.8 42.9 6.3 3.5.1 7.2.3 10.7.1h5.1l2.3-.1v.1c21.6 30.7 59.4 35.1 59.4 35.1 26.9-28.4 28.5-56.6 28.5-62.6v-2.5c5.6-3.9 11-8.2 16.1-12.8 10.7-9.7 20.2-20.9 28.1-32.9.7-1.1 1.4-2.3 2.1-3.4 30.5 1.7 52-18.9 52-18.9-5.1-31.7-23.1-47.3-26.9-50.2 0 0-.1-.1-.4-.3-.3-.1-.3-.3-.3-.3-.1-.1-.4-.3-.7-.4.1-2 .3-3.8.4-5.8.3-3.4.3-6.9.3-10.3v-5.3l-.1-2.1-.1-2.8c0-1-.1-1.8-.3-2.7s-.1-1.8-.3-2.7l-.3-2.7-.4-2.7c-.6-3.5-1.1-6.9-2-10.4-3.2-13.7-8.6-26.7-15.5-38.4-7.1-11.7-15.8-22-25.8-30.7-9.9-8.7-21-15.8-32.6-21-11.7-5.2-23.8-8.6-36-10.2-6.1-.8-12.1-1.1-18.2-1h-4.6l-2.3.1c-.8 0-1.7.1-2.4.1-3.1.3-6.2.7-9.2 1.3-12.1 2.3-23.6 6.6-33.6 12.7s-18.8 13.5-25.8 22c-7.1 8.5-12.6 17.9-16.4 27.6s-5.9 19.9-6.5 29.6c-.1 2.4-.1 4.9-.1 7.3v1.8l.1 2c.1 1.1.1 2.4.3 3.5.4 4.9 1.4 9.7 2.7 14.2 2.7 9.2 6.9 17.5 12.1 24.5 5.2 7.1 11.6 12.8 18.2 17.5 6.6 4.5 13.8 7.8 20.9 9.9s14.1 3 20.7 3h3.7c.5 0 .8 0 1.3-.1.7 0 1.4-.1 2.1-.1.1 0 .4 0 .6-.1l.7-.1c.4 0 .8-.1 1.3-.1.8-.1 1.6-.3 2.4-.4s1.6-.3 2.3-.6c1.6-.3 3-.8 4.4-1.3 2.8-1 5.6-2.1 8-3.4 2.5-1.3 4.8-2.8 7.1-4.2.6-.4 1.3-.8 1.8-1.4 2.3-1.8 2.7-5.2.8-7.5-1.6-2-4.4-2.5-6.6-1.3-.6.3-1.1.6-1.7.8-2 1-3.9 1.8-6.1 2.5-2.1.7-4.4 1.3-6.6 1.7-1.1.1-2.3.3-3.5.4-.6 0-1.1.1-1.8.1h-3.4c-.7 0-1.4 0-2.1-.1h-.8c-.3 0-.7 0-1-.1-.7-.1-1.3-.1-2-.3-5.2-.7-10.4-2.3-15.4-4.5-5.1-2.3-9.9-5.4-14.2-9.3s-8.2-8.6-11.1-14c-3-5.4-5.1-11.3-6.1-17.5-.4-3.1-.7-6.3-.6-9.5 0-.8.1-1.7.1-2.5v-1.1c0-.4.1-.8.1-1.3.1-1.7.4-3.4.7-5.1 2.4-13.5 9.2-26.8 19.6-36.8 2.7-2.5 5.5-4.8 8.5-6.9s6.2-3.9 9.6-5.5 6.8-2.8 10.4-3.8c3.5-1 7.2-1.6 11-2 1.8-.1 3.7-.3 5.6-.3h4.4l1.6.1c4.1.3 8 .8 12 1.8 7.9 1.7 15.7 4.7 22.8 8.6 14.4 8 26.7 20.5 34.1 35.4 3.8 7.5 6.5 15.5 7.8 23.8.3 2.1.6 4.2.7 6.3l.1 1.6.1 1.6v6.2c0 1-.1 2.7-.1 3.7-.1 2.3-.4 4.7-.7 6.9-.3 2.3-.7 4.5-1.1 6.8s-1 4.5-1.6 6.6c-1.1 4.4-2.5 8.7-4.2 13.1-3.4 8.5-7.9 16.6-13.3 24.1-10.9 15-25.7 27.1-42.6 34.8-8.5 3.8-17.3 6.6-26.5 8-4.5.8-9.2 1.3-13.8 1.4h-7c-2.5 0-4.9-.1-7.5-.4-9.9-.7-19.6-2.5-29.2-5.2-9.5-2.7-18.6-6.5-27.4-11-17.3-9.3-33-22-45.1-37.4-6.1-7.6-11.4-15.9-15.8-24.5s-7.9-17.8-10.4-26.9c-2.5-9.3-4.1-18.8-4.8-28.4l-.1-1.8v-12.2c.1-4.7.6-9.6 1.1-14.4.6-4.8 1.4-9.7 2.4-14.5s2.1-9.6 3.5-14.4c2.7-9.5 6.1-18.6 10-27.2 8-17.2 18.5-32.6 31-44.9 3.1-3.1 6.3-5.9 9.7-8.7 3.4-2.7 6.9-5.2 10.6-7.6 3.5-2.4 7.3-4.5 11.1-6.5 1.8-1 3.8-2 5.8-2.8 1-.4 2-.8 3-1.3 1-.4 2-.8 3-1.3 3.9-1.7 8-3.1 12.3-4.4 1-.3 2.1-.6 3.1-1 1-.3 2.1-.6 3.1-.8 2.1-.6 4.2-1.1 6.3-1.6 1-.3 2.1-.4 3.2-.7s2.1-.4 3.2-.7c1.1-.1 2.1-.4 3.2-.6l1.6-.3 1.7-.3c1.1-.1 2.1-.3 3.2-.4 1.3-.1 2.4-.3 3.7-.4 1-.1 2.7-.3 3.7-.4.7-.1 1.6-.1 2.3-.3l1.6-.1.7-.1h.8c1.3-.1 2.4-.1 3.7-.3l1.8-.1h1.3c1 0 2.1-.1 3.1-.1 4.1-.1 8.3-.1 12.4 0 8.2.3 16.2 1.3 24 2.7 15.7 3 30.3 7.9 43.7 14.5 13.4 6.5 25.2 14.5 35.7 23.3.7.6 1.3 1.1 2 1.7.6.6 1.3 1.1 1.8 1.7 1.3 1.1 2.4 2.3 3.7 3.4s2.4 2.3 3.5 3.4 2.3 2.3 3.4 3.5c4.4 4.7 8.5 9.3 12.1 14.1 7.3 9.5 13.3 19 17.9 28.1.3.6.6 1.1.8 1.7.3.6.6 1.1.8 1.7.6 1.1 1.1 2.3 1.6 3.4.6 1.1 1 2.1 1.6 3.2.4 1.1 1 2.1 1.4 3.2 1.7 4.2 3.4 8.3 4.7 12.1 2.1 6.2 3.7 11.7 4.9 16.5.4 2 2.3 3.2 4.2 3 2.1-.1 3.7-1.8 3.7-3.9.4-5.4.2-11.4-.5-18.3"
|
||||
style="fill:url(#a)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
1
public/logos/graphql.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="288" viewBox="0 0 256 288"><path fill="#e535ab" fill-rule="evenodd" d="m152.576 32.963l59.146 34.15a25.8 25.8 0 0 1 5.818-4.604c12.266-7.052 27.912-2.865 35.037 9.402c7.052 12.267 2.865 27.912-9.402 35.037a25.7 25.7 0 0 1-6.831 2.72v68.325a25.7 25.7 0 0 1 6.758 2.702c12.34 7.125 16.527 22.771 9.402 35.038c-7.052 12.266-22.771 16.453-35.038 9.402a25.5 25.5 0 0 1-6.34-5.147l-58.786 33.94a25.7 25.7 0 0 1 1.295 8.08c0 14.103-11.458 25.636-25.635 25.636s-25.635-11.46-25.635-25.636c0-2.52.362-4.954 1.037-7.253l-59.13-34.14a25.8 25.8 0 0 1-5.738 4.52c-12.34 7.051-27.986 2.864-35.038-9.402c-7.051-12.267-2.864-27.913 9.402-35.038a25.7 25.7 0 0 1 6.758-2.703v-68.324a25.7 25.7 0 0 1-6.831-2.72C.558 99.897-3.629 84.178 3.423 71.911s22.77-16.454 35.037-9.402a25.8 25.8 0 0 1 5.79 4.575l59.163-34.159a25.7 25.7 0 0 1-1.048-7.29C102.365 11.46 113.823 0 128 0s25.635 11.459 25.635 25.635c0 2.548-.37 5.007-1.059 7.328m-6.162 10.522l59.287 34.23a25.6 25.6 0 0 0 2.437 19.831c3.609 6.278 9.488 10.44 16.013 12.062v68.41q-.5.122-.993.264L145.725 44.17q.351-.336.689-.684m-36.123.7l-77.432 134.11a26 26 0 0 0-1.01-.27v-68.417c6.525-1.622 12.404-5.784 16.013-12.062a25.6 25.6 0 0 0 2.427-19.869l59.27-34.22q.359.371.732.727m24.872 6.075l77.414 134.08a25.5 25.5 0 0 0-4.513 5.757a25.7 25.7 0 0 0-2.702 6.758H50.64a25.7 25.7 0 0 0-2.704-6.758a25.8 25.8 0 0 0-4.506-5.724l77.429-134.107A25.7 25.7 0 0 0 128 51.27c2.487 0 4.89-.352 7.163-1.01m11.795 194.478l58.902-34.008a26 26 0 0 1-.473-1.682H50.607q-.123.499-.266.992l59.19 34.175A25.56 25.56 0 0 1 128 236.373a25.56 25.56 0 0 1 18.958 8.365"/></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
11
public/logos/guinness.svg
Normal file
|
After Width: | Height: | Size: 29 KiB |
4
public/logos/homarr.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24">
|
||||
<path id="logo" fill="currentColor"
|
||||
d="M6.256 15.698a6.52 6.52 0 0 0 1.25-3.848a6.52 6.52 0 0 0-2.011-4.716a6.5 6.5 0 0 0-.833-.678a6.5 6.5 0 0 0-2.881-1.095l-.002.002l1.251 5.1H0a6.03 6.03 0 0 0 4.253 4.991l.435 1.772a6.6 6.6 0 0 0 1.568-1.528m14.714-5.235l1.251-5.1l-.002-.002a6.5 6.5 0 0 0-2.881 1.095a6.6 6.6 0 0 0-.833.678a6.52 6.52 0 0 0-2.01 4.716a6.52 6.52 0 0 0 1.25 3.848a6.6 6.6 0 0 0 1.567 1.528l.435-1.772A6.03 6.03 0 0 0 24 10.462zm-7.615 3.543a.82.82 0 0 0 .821-.822a.82.82 0 0 0-.821-.821a.82.82 0 0 0-.822.821c0 .454.368.822.822.822m-2.71-1.643a.82.82 0 0 0-.82.821a.82.82 0 0 0 .82.822a.82.82 0 0 0 .823-.822a.82.82 0 0 0-.822-.821m-.538 2.897a7.8 7.8 0 0 0-4.13 2.533a7.8 7.8 0 0 0-1.342 2.252l2.184.013l12.444.056l.002-.004a7.83 7.83 0 0 0-9.157-4.85Zm3.247-4.91c.09 0 .178.018.26.046V7.263a2.448 2.448 0 0 1 4.5-1.332q.356-.298.749-.552a3.376 3.376 0 0 0-6.177 1.884v3.433a.82.82 0 0 1 .667-.346zM7.937 4.814a2.45 2.45 0 0 1 2.448 2.449v3.133a.8.8 0 0 1 .26-.046a.82.82 0 0 1 .668.346V7.263a3.38 3.38 0 0 0-3.376-3.376a3.38 3.38 0 0 0-2.8 1.492q.39.254.748.552a2.45 2.45 0 0 1 2.052-1.117" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
8
public/logos/home-assistant-logo.svg
Executable file
@@ -0,0 +1,8 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M240 224.762C240 233.012 233.25 239.762 225 239.762H15C6.75 239.762 0 233.012 0 224.762V134.762C0 126.512 4.77 114.993 10.61 109.153L109.39 10.3725C115.22 4.5425 124.77 4.5425 130.6 10.3725L229.39 109.162C235.22 114.992 240 126.522 240 134.772V224.772V224.762Z"
|
||||
fill="#F2F4F9" />
|
||||
<path
|
||||
d="M229.39 109.153L130.61 10.3725C124.78 4.5425 115.23 4.5425 109.4 10.3725L10.61 109.153C4.78 114.983 0 126.512 0 134.762V224.762C0 233.012 6.75 239.762 15 239.762H107.27L66.64 199.132C64.55 199.852 62.32 200.262 60 200.262C48.7 200.262 39.5 191.062 39.5 179.762C39.5 168.462 48.7 159.262 60 159.262C71.3 159.262 80.5 168.462 80.5 179.762C80.5 182.092 80.09 184.322 79.37 186.412L111 218.042V102.162C104.2 98.8225 99.5 91.8425 99.5 83.7725C99.5 72.4725 108.7 63.2725 120 63.2725C131.3 63.2725 140.5 72.4725 140.5 83.7725C140.5 91.8425 135.8 98.8225 129 102.162V183.432L160.46 151.972C159.84 150.012 159.5 147.932 159.5 145.772C159.5 134.472 168.7 125.272 180 125.272C191.3 125.272 200.5 134.472 200.5 145.772C200.5 157.072 191.3 166.272 180 166.272C177.5 166.272 175.12 165.802 172.91 164.982L129 208.892V239.772H225C233.25 239.772 240 233.022 240 224.772V134.772C240 126.522 235.23 115.002 229.39 109.162V109.153Z"
|
||||
fill="#18BCF2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
36
public/logos/home-assistant.svg
Executable file
@@ -0,0 +1,36 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 1705 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M240 224.813C240 233.063 233.25 239.813 225 239.813H15C6.75 239.813 0 233.063 0 224.813V134.813C0 126.563 4.77 115.043 10.61 109.203L109.39 10.423C115.22 4.59304 124.77 4.59304 130.6 10.423L229.39 109.213C235.22 115.043 240 126.573 240 134.823V224.823V224.813Z"
|
||||
fill="#F2F4F9" />
|
||||
<g id="text" fill="currentColor">
|
||||
<path
|
||||
d="M229.39 109.203L130.61 10.423C124.78 4.59304 115.23 4.59304 109.4 10.423L10.61 109.203C4.78 115.033 0 126.563 0 134.813V224.813C0 233.063 6.75 239.813 15 239.813H107.27L66.64 199.183C64.55 199.903 62.32 200.313 60 200.313C48.7 200.313 39.5 191.113 39.5 179.813C39.5 168.513 48.7 159.313 60 159.313C71.3 159.313 80.5 168.513 80.5 179.813C80.5 182.143 80.09 184.373 79.37 186.463L111 218.093V102.213C104.2 98.873 99.5 91.893 99.5 83.823C99.5 72.523 108.7 63.323 120 63.323C131.3 63.323 140.5 72.523 140.5 83.823C140.5 91.893 135.8 98.873 129 102.213V183.483L160.46 152.023C159.84 150.063 159.5 147.983 159.5 145.823C159.5 134.523 168.7 125.323 180 125.323C191.3 125.323 200.5 134.523 200.5 145.823C200.5 157.123 191.3 166.323 180 166.323C177.5 166.323 175.12 165.853 172.91 165.033L129 208.943V239.823H225C233.25 239.823 240 233.073 240 224.823V134.823C240 126.573 235.23 115.053 229.39 109.213V109.203Z"
|
||||
fill="#18BCF2" />
|
||||
<path
|
||||
d="M320.04 46.6064H344.8V107.606L409.16 107.806V46.6064H434.16V192.606H409.16V129.826L344.8 129.626V192.626H320L320.04 46.6064Z" />
|
||||
<path
|
||||
d="M506.8 91.2364C521.9 91.2364 534.203 96.0864 543.71 105.786C553.217 115.486 557.97 127.956 557.97 143.196C557.97 158.363 553.217 170.796 543.71 180.496C534.203 190.196 521.9 195.046 506.8 195.046C491.56 195.046 479.19 190.196 469.69 180.496C460.19 170.796 455.437 158.363 455.43 143.196C455.43 127.863 460.183 115.38 469.69 105.746C479.197 96.113 491.567 91.2764 506.8 91.2364ZM506.8 173.756C514.873 173.756 521.433 170.91 526.48 165.216C531.527 159.523 534.047 152.116 534.04 142.996C534.04 133.89 531.52 126.516 526.48 120.876C521.44 115.236 514.88 112.423 506.8 112.436C498.533 112.436 491.867 115.25 486.8 120.876C481.733 126.503 479.193 133.876 479.18 142.996C479.18 152.116 481.72 159.523 486.8 165.216C491.88 170.91 498.547 173.756 506.8 173.756Z" />
|
||||
<path
|
||||
d="M726.68 129.826V192.616H703.68V133.426C703.68 126.6 701.923 121.266 698.41 117.426C694.897 113.586 690.11 111.663 684.05 111.656C677.61 111.656 672.467 113.756 668.62 117.956C664.773 122.156 662.853 128.033 662.86 135.586V192.586H639.67V133.426C639.67 126.6 637.96 121.266 634.54 117.426C631.12 113.586 626.383 111.663 620.33 111.656C613.89 111.656 608.717 113.756 604.81 117.956C600.903 122.156 598.95 128.033 598.95 135.586V192.586H575.32V93.9764H597.32L598.1 103.446C603.833 95.0464 613.167 90.8464 626.1 90.8464C633.653 90.8464 640.197 92.4097 645.73 95.5364C651.257 98.6586 655.662 103.441 658.32 109.206C660.708 103.505 664.931 98.7646 670.32 95.7364C675.88 92.4764 682.503 90.8464 690.19 90.8464C701.39 90.8464 710.277 94.2964 716.85 101.196C723.423 108.096 726.7 117.64 726.68 129.826Z" />
|
||||
<path
|
||||
d="M841.28 151.986H765.7C766.48 159.406 769.28 165.073 774.1 168.986C778.92 172.9 785.04 174.846 792.46 174.826C804.5 174.826 812.93 169.826 817.75 159.826L837.48 167.636C833.937 176.093 827.799 183.206 819.95 187.946C811.95 192.84 802.787 195.283 792.46 195.276C777.873 195.276 766.04 190.506 756.96 180.966C747.88 171.426 743.337 158.91 743.33 143.416C743.33 127.923 747.907 115.326 757.06 105.626C766.213 95.9264 778.173 91.0764 792.94 91.0764C807.46 91.0764 819.147 95.8597 828 105.426C836.853 114.993 841.28 127.593 841.28 143.226V151.986ZM766.09 135.376H817.26C816.8 127.376 814.377 121.273 809.99 117.066C805.603 112.86 799.693 110.78 792.26 110.826C784.927 110.826 778.927 112.956 774.26 117.216C769.593 121.476 766.87 127.53 766.09 135.376Z" />
|
||||
<path
|
||||
d="M993.53 158.626H937.97L925.97 192.626H900.38L953.11 46.6264H978.7L1031.53 192.626H1005.36L993.53 158.626ZM986.31 137.626L965.9 79.2264L945.29 137.626H986.31Z" />
|
||||
<path
|
||||
d="M1077.86 176.196C1082.74 176.196 1086.6 175.236 1089.43 173.316C1090.82 172.385 1091.94 171.108 1092.69 169.61C1093.43 168.113 1093.78 166.447 1093.68 164.776C1093.68 159.51 1090.13 155.993 1083.04 154.226L1069.46 150.616C1050.79 145.536 1041.46 135.933 1041.46 121.806C1041.46 112.76 1044.75 105.37 1051.32 99.6364C1057.89 93.903 1066.75 91.0397 1077.88 91.0464C1087.84 91.0464 1096.17 93.323 1102.88 97.8764C1106.12 99.984 1108.89 102.737 1111.01 105.963C1113.14 109.19 1114.57 112.82 1115.23 116.626L1094.04 121.626C1093.86 119.944 1093.33 118.317 1092.48 116.854C1091.63 115.391 1090.48 114.124 1089.11 113.136C1086.04 110.98 1082.36 109.881 1078.61 110.006C1074.38 110.006 1070.96 111.066 1068.36 113.186C1067.11 114.159 1066.1 115.412 1065.42 116.845C1064.74 118.278 1064.41 119.851 1064.45 121.436C1064.42 122.719 1064.67 123.994 1065.17 125.173C1065.68 126.353 1066.43 127.411 1067.38 128.276C1069.34 130.096 1072.37 131.56 1076.46 132.666L1089.84 135.986C1098.76 138.4 1105.56 142.046 1110.25 146.926C1112.56 149.322 1114.36 152.152 1115.57 155.253C1116.77 158.353 1117.34 161.662 1117.25 164.986C1117.25 174.24 1113.77 181.596 1106.8 187.056C1099.83 192.516 1090.23 195.253 1077.99 195.266C1066.66 195.266 1057.57 192.776 1050.74 187.796C1047.44 185.455 1044.65 182.454 1042.57 178.982C1040.48 175.51 1039.14 171.643 1038.63 167.626L1060.21 163.816C1060.34 165.633 1060.88 167.398 1061.78 168.978C1062.69 170.559 1063.94 171.915 1065.44 172.946C1068.6 175.116 1072.72 176.196 1077.86 176.196Z" />
|
||||
<path
|
||||
d="M1167.46 176.196C1172.35 176.196 1176.2 175.196 1179.04 173.316C1180.43 172.383 1181.55 171.104 1182.29 169.607C1183.03 168.11 1183.37 166.445 1183.28 164.776C1183.28 159.51 1179.73 155.993 1172.64 154.226L1159.07 150.616C1140.4 145.536 1131.07 135.933 1131.07 121.806C1131.07 112.76 1134.36 105.37 1140.93 99.6364C1147.5 93.903 1156.36 91.0397 1167.49 91.0464C1177.45 91.0464 1185.78 93.323 1192.49 97.8764C1195.73 99.9853 1198.5 102.739 1200.62 105.964C1202.75 109.19 1204.19 112.82 1204.85 116.626L1183.65 121.626C1183.47 119.944 1182.94 118.317 1182.09 116.854C1181.24 115.391 1180.09 114.124 1178.72 113.136C1175.65 110.98 1171.97 109.881 1168.22 110.006C1163.99 110.006 1160.57 111.066 1157.97 113.186C1156.72 114.16 1155.71 115.414 1155.03 116.846C1154.36 118.279 1154.02 119.851 1154.06 121.436C1154.03 122.719 1154.28 123.994 1154.79 125.173C1155.29 126.353 1156.04 127.411 1156.99 128.276C1158.99 130.096 1161.99 131.556 1166.08 132.666L1179.46 135.986C1188.37 138.4 1195.17 142.046 1199.87 146.926C1202.17 149.323 1203.98 152.154 1205.18 155.254C1206.38 158.354 1206.96 161.662 1206.87 164.986C1206.87 174.24 1203.39 181.596 1196.42 187.056C1189.45 192.516 1179.85 195.253 1167.61 195.266C1156.28 195.266 1147.19 192.776 1140.36 187.796C1137.06 185.455 1134.27 182.454 1132.19 178.982C1130.1 175.51 1128.76 171.643 1128.25 167.626L1149.84 163.816C1149.97 165.633 1150.5 167.397 1151.41 168.978C1152.31 170.558 1153.56 171.915 1155.06 172.946C1158.2 175.116 1162.32 176.196 1167.46 176.196Z" />
|
||||
<path
|
||||
d="M1221.91 59.8264C1221.88 57.852 1222.24 55.8907 1222.97 54.0589C1223.71 52.2271 1224.81 50.5623 1226.2 49.1631C1227.6 47.764 1229.26 46.6592 1231.09 45.9142C1232.92 45.1692 1234.88 44.7993 1236.85 44.8264C1238.81 44.7962 1240.75 45.1706 1242.56 45.926C1244.36 46.6813 1246 47.8015 1247.35 49.2164C1250.14 52.0264 1251.71 55.826 1251.71 59.7864C1251.71 63.7467 1250.14 67.5464 1247.35 70.3564C1246 71.7865 1244.38 72.9207 1242.57 73.6868C1240.76 74.453 1238.81 74.8343 1236.85 74.8064C1234.88 74.8321 1232.93 74.45 1231.11 73.6842C1229.29 72.9184 1227.66 71.7854 1226.3 70.3564C1224.9 68.9882 1223.78 67.3499 1223.03 65.5403C1222.27 63.7306 1221.89 61.7869 1221.91 59.8264ZM1248.67 94.0064V192.636H1225.03V93.9764L1248.67 94.0064Z" />
|
||||
<path
|
||||
d="M1305.85 176.196C1310.73 176.196 1314.59 175.236 1317.42 173.316C1318.81 172.384 1319.93 171.106 1320.68 169.609C1321.42 168.112 1321.76 166.446 1321.67 164.776C1321.67 159.51 1318.12 155.993 1311.02 154.226L1297.45 150.616C1278.78 145.536 1269.45 135.933 1269.45 121.806C1269.45 112.76 1272.74 105.37 1279.31 99.6364C1285.88 93.903 1294.74 91.0397 1305.88 91.0464C1315.84 91.0464 1324.17 93.323 1330.88 97.8764C1334.11 99.9872 1336.88 102.741 1339.01 105.967C1341.13 109.193 1342.57 112.821 1343.23 116.626L1322.04 121.626C1321.86 119.944 1321.33 118.317 1320.48 116.854C1319.63 115.391 1318.48 114.124 1317.11 113.136C1314.04 110.982 1310.36 109.884 1306.61 110.006C1302.38 110.006 1298.96 111.066 1296.35 113.186C1295.1 114.161 1294.1 115.415 1293.42 116.848C1292.74 118.281 1292.41 119.852 1292.45 121.436C1292.42 122.719 1292.67 123.994 1293.17 125.173C1293.68 126.353 1294.43 127.411 1295.38 128.276C1297.33 130.096 1300.36 131.56 1304.46 132.666L1317.84 135.986C1326.76 138.4 1333.56 142.046 1338.25 146.926C1340.56 149.322 1342.36 152.152 1343.57 155.253C1344.77 158.353 1345.34 161.662 1345.25 164.986C1345.25 174.24 1341.77 181.596 1334.8 187.056C1327.83 192.516 1318.23 195.253 1305.99 195.266C1294.66 195.266 1285.58 192.776 1278.75 187.796C1275.44 185.458 1272.66 182.458 1270.57 178.985C1268.49 175.513 1267.15 171.645 1266.64 167.626L1288.22 163.816C1288.35 165.633 1288.88 167.397 1289.79 168.978C1290.69 170.558 1291.94 171.915 1293.44 172.946C1296.58 175.116 1300.7 176.196 1305.85 176.196Z" />
|
||||
<path
|
||||
d="M1415.86 192.606C1410.23 193.964 1404.46 194.718 1398.67 194.856C1388.71 194.856 1380.95 192.12 1375.38 186.646C1369.81 181.173 1367.03 173.036 1367.03 162.236V113.996H1351.89V93.9964H1367.03V63.2164H1390.47V93.9764H1413.22V113.976H1390.47V157.976C1390.47 168.643 1394.6 173.976 1402.87 173.976C1406.29 173.833 1409.67 173.14 1412.87 171.926L1415.86 192.606Z" />
|
||||
<path
|
||||
d="M1495.01 192.606C1494.16 188.914 1493.6 185.158 1493.35 181.376C1490.28 185.78 1486.08 189.273 1481.19 191.486C1475.48 194.09 1469.26 195.375 1462.98 195.246C1452.17 195.246 1443.5 192.366 1436.98 186.606C1430.46 180.846 1427.21 173.05 1427.22 163.216C1427.22 153.576 1430.43 146.04 1436.84 140.606C1443.25 135.173 1452.02 132.453 1463.15 132.446H1492.8V128.646C1492.8 122.46 1490.99 117.836 1487.38 114.776C1483.77 111.716 1478.71 110.186 1472.2 110.186C1460.68 110.186 1452.41 115.003 1447.39 124.636L1430.21 114.576C1438.54 98.8897 1452.96 91.0464 1473.47 91.0464C1485.9 91.0464 1496.08 94.2364 1504.03 100.616C1511.98 106.996 1515.98 117.38 1516.03 131.766V171.026C1516.03 182.153 1516.61 189.346 1517.78 192.606H1495.01ZM1493.01 148.756H1468.69C1463.16 148.756 1458.87 150.026 1455.8 152.566C1454.28 153.837 1453.08 155.441 1452.28 157.254C1451.48 159.066 1451.12 161.039 1451.21 163.016C1451.21 167.636 1452.77 171.153 1455.9 173.566C1459.03 175.976 1463.48 177.176 1469.28 177.176C1476.24 177.176 1481.94 174.98 1486.37 170.586C1490.8 166.193 1493.02 159.666 1493.01 151.006V148.756Z" />
|
||||
<path
|
||||
d="M1629.53 131.766V192.606H1606V136.826C1606 127.446 1603.79 121.033 1599.36 117.586C1595.18 114.155 1589.92 112.323 1584.51 112.416C1581.37 112.323 1578.24 112.853 1575.31 113.975C1572.38 115.098 1569.69 116.791 1567.42 118.956C1562.87 123.316 1560.6 129.533 1560.59 137.606V192.606H1536.96V93.9764H1559.12L1559.9 104.616C1562.96 100.236 1567.19 96.803 1572.11 94.7064C1577.6 92.2344 1583.57 90.9856 1589.59 91.0464C1602.35 91.0464 1612.2 94.5764 1619.13 101.636C1626.06 108.696 1629.53 118.74 1629.53 131.766Z" />
|
||||
<path
|
||||
d="M1704.98 192.606C1699.35 193.952 1693.59 194.696 1687.8 194.826C1677.84 194.826 1670.08 192.09 1664.51 186.616C1658.94 181.143 1656.16 173.006 1656.16 162.206V113.996H1641.02V93.9964H1656.16V63.2164H1679.59V93.9764H1702.35V113.976H1679.59V157.976C1679.59 168.643 1683.73 173.976 1692 173.976C1695.42 173.833 1698.8 173.14 1702 171.926L1704.98 192.606Z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
18
public/logos/homebridge.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="100%" width="100%">
|
||||
<linearGradient id="a" x1="256" x2="256" y1="280" y2="792" gradientTransform="translate(0 -280)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#57277c" />
|
||||
<stop offset="1" style="stop-color:#491f59" />
|
||||
</linearGradient>
|
||||
<circle cx="256" cy="256" r="256" style="fill:url(#a)" />
|
||||
<radialGradient id="b" cx="256" cy="536" r="256" gradientTransform="translate(0 -280)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#000;stop-opacity:0" />
|
||||
<stop offset=".86" style="stop-color:#000;stop-opacity:6.000000e-02" />
|
||||
<stop offset="1" style="stop-color:#000;stop-opacity:.1" />
|
||||
</radialGradient>
|
||||
<circle cx="256" cy="256" r="256" style="fill:url(#b)" />
|
||||
<path
|
||||
d="M434.3 229.9h-.3l-32.1-32.1c-1.2-1.2-1.8-2.7-1.8-4.4v-74.2c0-15.7-12.7-28.4-28.4-28.5h-20.1c-15.7 0-28.4 12.7-28.5 28.5v.4l-47.5-46c-11.2-10.7-28.9-10.6-39.9.3L74.9 234.7c-11.1 11.1-11.1 29.1 0 40.2l15.3 15.2c11.1 11 28.9 11.1 40.1.2l123.5-121.7c2.4-2.4 6.3-2.4 8.8 0l121 121c2.4 2.4 2.4 6.3 0 8.8l-14.9 14.9c-2.4 2.4-6.3 2.4-8.8 0l-85-82.3c-11.2-10.8-29-10.7-40 .3l-81.5 82c-11.1 11.1-11.1 29.1 0 40.2l15.1 15.1c11.1 11 29 11.1 40.1.1l44-43.4c2.4-2.4 6.3-2.4 8.8 0l43.7 43c2.4 2.4 2.5 6.3.1 8.7l-.1.1-43.3 43.4c-.2 0-.3-.1-.6-.1-9 0-16.2 7.3-16.2 16.3s7.3 16.2 16.3 16.2 16.2-7.3 16.2-16.3v-.3l43.5-43.5c11.1-11.1 11.1-29.1 0-40.2l-.2-.2-43.8-42.9c-11.1-10.9-28.9-10.9-40 0L192.9 353c-2.4 2.4-6.3 2.4-8.8 0L169 337.9c-2.4-2.4-2.4-6.3 0-8.8l81.7-82c2.4-2.4 6.3-2.5 8.8-.1l85 82.6c11.2 10.8 28.9 10.6 39.9-.3l14.9-14.9c11.1-11.1 11.1-29.1 0-40.2L278.3 153c-11.1-11-28.9-11.1-40.1-.2L114.7 274.5c-2.4 2.4-6.3 2.4-8.8 0l-15.3-15.3c-2.4-2.4-2.4-6.3 0-8.8L251.4 89.7c2.4-2.4 6.3-2.5 8.8-.1l85.2 82.4v-52.9c0-3.4 2.8-6.2 6.2-6.2h20.1c3.4 0 6.2 2.8 6.2 6.2v74.3c0 7.5 3 14.8 8.3 20.1l32 32c0 .2-.1.4-.1.6 0 9 7.3 16.2 16.2 16.2 9 0 16.2-7.3 16.2-16.2.1-9-7.2-16.2-16.2-16.2"
|
||||
style="fill:#fff" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
18
public/logos/honda.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 275.3 174.5">
|
||||
<g fill="currentColor">
|
||||
<path
|
||||
d="m31.778126,146.25l4.200001,0.5c1.899998,0.199997 2.099998,1.800003 2.099998,2.800003l0,4.899994l-19.299999,0l0,-4.899994c0,-1 0.199999,-2.600006 2.099998,-2.800003l4.200001,-0.5l0,-4.199997l-25,0l0,4.199997l4.200001,0.5c1.9,0.199997 2.099998,1.800003 2.099998,2.800003l0,16.199997c0,1 -0.199999,2.600006 -2.099998,2.800003l-4.200001,0.5l0,4.199997l25,0l0,-4.199997l-4.200001,-0.5c-1.9,-0.199997 -2.099998,-1.800003 -2.099998,-2.800003l0,-4.899994l19.200001,0l0,4.899994c0,1 -0.200001,2.600006 -2.100002,2.800003l-4.200001,0.5l0,4.199997l25,0l0,-4.199997l-4.199997,-0.5c-1.900002,-0.199997 -2.100002,-1.800003 -2.100002,-2.800003l0,-16.199997c0,-1 0.200001,-2.600006 2.100002,-2.800003l4.199997,-0.5l0,-4.199997l-25,0l0,4.199997l0.100002,0z" />
|
||||
<path
|
||||
d="m198.278122,142.050003l-30.800003,0l0,4.199997l3.700012,0.399994c1.299988,0.200012 2.199997,0.700012 2.199997,2.5l0,16.5c0,1 -0.199997,2.600006 -2.100006,2.800003l-4.199997,0.5l0,4.199997l31.199997,0c11.199997,0 20.400009,-4.5 20.400009,-15.599991s-9.200012,-15.5 -20.400009,-15.5m-2.300003,25.199997l-10.5,0l0,-19.199997l10.5,0c6.199997,0 8.300003,2.899994 8.300003,9.599991c0,6.600006 -2.099991,9.600006 -8.300003,9.600006" />
|
||||
<path
|
||||
d="m271.078125,168.550003c-2,-0.199997 -2.600006,-1.5 -3.200012,-2.400009l-14.399994,-22c-1,-1.599991 -1.799988,-2.099991 -3.299988,-2.099991l-23.600006,0l0,4.199997l5.699997,0.600006c0.800003,0.099991 1.900009,1.199997 1,2.599991l-10.699997,17.300003c-0.399994,0.699997 -1,1.5 -2.199997,1.699997l-4.199997,0.5l0,4.199997l19.899994,0l0,-4.199997l-3.399994,-0.300003c-1.5,-0.199997 -2.300003,-1.199997 -1.5,-2.399994l1.599991,-2.600006l19.199997,0l1.399994,2.100006c1.300018,1.899994 -0.299988,2.699997 -1.699982,2.800003l-3.5,0.399994l0,4.199997l27,0l0,-4.199997l-4.100006,-0.399994zm-35,-10.400009l5.899994,-9.600006l6.300018,9.600006l-12.200012,0z" />
|
||||
<path
|
||||
d="m145.178131,146.25l4.199997,0.5c1.900009,0.199997 2.100006,1.800003 2.100006,2.800003l0,15.599991l-16.5,-21.799988c-0.699997,-1 -1.399994,-1.300003 -3.199997,-1.300003l-21.400002,0l0,4.199997l4.199997,0.5c1.900002,0.199997 2.099998,1.800003 2.099998,2.800003l0,16.199997c0,1 -0.199997,2.600006 -2.099998,2.800003l-4.199997,0.5l0,4.199997l19.999992,0l0,-4.199997l-4.199997,-0.5c-1.899994,-0.199997 -2.099991,-1.800003 -2.099991,-2.800003l0,-15.600006l16.5,21.700012c0.799988,1 1.399994,1.299988 3.199997,1.299988l0.199997,0l15,0l0,-23.699997c0,-1 0.199997,-2.599991 2.100006,-2.800003l4.199997,-0.5l0,-4.199997l-19.900009,0l-0.199997,4.300003l0,0z" />
|
||||
<path
|
||||
d="m83.478127,140.949997c-20.300003,0 -25.5,8.900009 -25.5,16.600006s5.199997,16.699997 25.5,16.699997c20.299995,0 25.5,-8.899994 25.5,-16.600006c0,-7.799988 -5.200005,-16.699997 -25.5,-16.699997m0,27.400009c-7.900002,0 -11.099998,-3.300003 -11.099998,-10.699997c0,-7.399994 3.299995,-10.699997 11.099998,-10.699997c7.900002,0 11.099998,3.300003 11.099998,10.699997c0,7.399994 -3.199997,10.699997 -11.099998,10.699997" />
|
||||
<path
|
||||
d="m172.178131,10.549999c-3.399994,15.299999 -4.800003,22.400002 -7.599991,33.400002c-2.700012,10.600002 -4.800003,20.499996 -8.400009,25.299999c-3.599991,4.900002 -8.5,5.900002 -11.800003,6.300003c-1.699997,0.199997 -3,0.299995 -6.699997,0.299995c-3.699997,0 -5,-0.099998 -6.699997,-0.299995c-3.300003,-0.400002 -8.199997,-1.400002 -11.800003,-6.300003c-3.599991,-4.800003 -5.699997,-14.699997 -8.299995,-25.299999c-2.800003,-11.100002 -4.199997,-18.100002 -7.599998,-33.400002c0,0 -3.400002,0.1 -4.900002,0.200001c-2.099998,0.1 -3.699997,0.299999 -5.400002,0.5c0,0 2,31.5 2.900002,44.900002c0.900002,14 2.599998,37.699997 4.099998,55.599998c0,0 2.900002,0.5 7.700005,0.699997c5,0.300003 7.299995,0.300003 7.299995,0.300003c2.100006,-7.900002 4.600006,-18.800003 7.5,-23.5c2.399994,-3.800003 6,-4.199997 8.100006,-4.5c3.199997,-0.400002 6,-0.5 7.199997,-0.5l0,0l0,0c1.300003,0 4,0 7.199997,0.5c2.100006,0.300003 5.699997,0.699997 8.100006,4.5c2.899994,4.699997 5.5,15.599998 7.5,23.5c0,0 2.199997,0 7.199997,-0.300003c4.800003,-0.299995 7.699997,-0.699997 7.699997,-0.699997c1.5,-17.900002 3.199997,-41.5 4.100006,-55.599998c0.899994,-13.300003 2.899994,-44.900002 2.899994,-44.900002c-1.699997,-0.200001 -3.399994,-0.4 -5.399994,-0.5c-1.500015,-0.1 -4.900009,-0.200001 -4.900009,-0.200001" />
|
||||
<path
|
||||
d="m211.878128,29.150002c-2,-20.000002 -15.400009,-24.200001 -27.100006,-26.200002c-5.899994,-1 -16.399994,-1.8 -23.099991,-2.099999c-5.900009,-0.400001 -19.700012,-0.6 -23.900009,-0.6s-18,0.2 -23.899994,0.6c-6.700005,0.299999 -17.200005,1.099999 -23.100006,2.099999c-11.699997,2.000001 -25.099998,6.2 -27.099998,26.200002c-0.599998,5.5 -0.699997,12.599998 -0.599998,20.199997c0.199997,12.700005 1.300003,21.200005 1.900002,27.200005c0.400002,4.099998 2.099998,16.299995 4.299995,22.599998c3,8.699997 5.700005,11.199997 8.900002,13.799995c5.800003,4.699997 15.400002,6.199997 17.400002,6.600006c10.800003,1.899994 32.600006,2.300003 42.300003,2.300003c9.599991,0 31.5,-0.300003 42.300003,-2.300003c2,-0.400009 11.599991,-1.800003 17.399994,-6.600006c3.199997,-2.599998 5.899994,-5.099998 8.899994,-13.799995c2.200012,-6.300003 3.900009,-18.599998 4.300003,-22.599998c0.600006,-5.900002 1.699997,-14.5 1.900009,-27.200005c-0.100006,-7.699997 -0.300003,-14.799999 -0.800003,-20.199997m-7.400009,33.599998c-1.199997,16 -2.600006,25.599998 -4.600006,32.5c-1.800003,6.099998 -4,10.099998 -7.199997,13c-5.399994,4.900002 -12.800003,5.900002 -17.199997,6.599998c-9.400009,1.400002 -25.300003,1.900002 -37.699997,1.900002c-12.5,0 -28.300011,-0.5 -37.700005,-1.900002c-4.400002,-0.699997 -11.800003,-1.699997 -17.200005,-6.599998c-3.199997,-2.900002 -5.400002,-7 -7.199997,-13c-2,-6.900002 -3.5,-16.5 -4.599998,-32.5c-0.700005,-9.599998 -0.600006,-25.200001 0.5,-33.599998c1.500008,-12.600002 7.700005,-18.900002 21.000008,-21.200001c6.199997,-1.1 14.599998,-1.900002 22.5,-2.300001c6.399994,-0.4 16.800003,-0.6 22.699997,-0.6c5.800003,-0.099998 16.300003,0.200001 22.600006,0.6c7.899994,0.4 16.300003,1.200001 22.5,2.300001c13.300003,2.4 19.5,8.699999 21.099991,21.200001c1.100006,8.299999 1.200012,23.900002 0.5,33.599998" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
17
public/logos/immich.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
|
||||
<path
|
||||
d="M238.8 155.5c33.5 29.7 60.5 61.5 77.9 91.5 29.9-53.4 49.8-116.9 50.1-157.3v-.8c0-59.8-59.7-83.1-111.1-83.1S144.6 29 144.6 88.8V92c28.7 12.8 62.6 35.6 94.2 63.5"
|
||||
style="fill:#fa2921" />
|
||||
<path
|
||||
d="M55.9 318.6c21-23.3 53.1-48.6 89.4-69.9 38.6-22.7 77.2-38.6 111.1-45.8-41.6-44.9-95.8-83.5-134.1-96.2-.3-.1-.5-.2-.7-.2-57-18.7-97.6 30.9-113.5 79.8S-4.1 299.1 52.8 317.6c.8.2 1.8.6 3.1 1"
|
||||
style="fill:#ed79b5" />
|
||||
<path
|
||||
d="M503.9 185.4C488 136.6 447.4 87 390.5 105.5c-.8.3-1.8.6-3.1 1-3.3 31.2-14.4 70.5-31.2 109.1-17.9 41.1-39.8 76.6-62.9 102.4 60 11.9 126.5 11.3 165.1-1 .3-.1.5-.2.7-.2 57-18.6 60.6-82.5 44.8-131.4"
|
||||
style="fill:#ffb400" />
|
||||
<path
|
||||
d="M205 366.3c-9.7-43.7-12.8-85.3-9.3-119.8-55.5 25.7-109 65.3-133 97.8-.2.2-.3.4-.5.6-35.2 48.4-.6 102.3 41 132.5s103.5 46.4 138.7-1.9c.5-.7 1.1-1.5 1.9-2.6-15.6-27.1-29.7-65.5-38.8-106.6"
|
||||
style="fill:#1e83f7" />
|
||||
<path
|
||||
d="M448.8 341.9c-30.7 6.5-71.5 8.1-113.4 4-44.6-4.3-85.1-14.2-116.8-28.2 7.2 60.8 28.4 123.8 51.9 156.7.2.2.3.4.5.6 35.2 48.4 97.1 32.2 138.7 1.9 41.6-30.2 76.2-84.1 41-132.5-.5-.6-1.1-1.4-1.9-2.5"
|
||||
style="fill:#18c249" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
4
public/logos/influxdb-logo.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 128 128">
|
||||
<path fill="currentColor" fill-rule="evenodd"
|
||||
d="m94.543 87.625l29.379-6.75a3.35 3.35 0 0 0 1.258-.543a3.36 3.36 0 0 0 1.383-2.305c.058-.46.019-.925-.114-1.37L113.957 22.34a3.5 3.5 0 0 0-1.59-2.14a3.5 3.5 0 0 0-2.633-.391l-29.37 6.75c-.887.23-1.65.8-2.118 1.593a3.45 3.45 0 0 0-.383 2.625L90.32 85.094a3.5 3.5 0 0 0 1.59 2.14c.79.477 1.738.618 2.633.391m-10.125 33.566l35.621-33.054c1.344-1.36 1.004-2.196-.844-1.528l-24.484 5.575a6.2 6.2 0 0 0-2.715 1.46a6.2 6.2 0 0 0-1.676 2.586l-7.425 23.954c-.508 1.855.168 2.363 1.523 1.007m-64.992-10.789l53.344 16.52c.91.172 1.851.012 2.656-.45a3.95 3.95 0 0 0 1.734-2.07l8.938-28.68a3.5 3.5 0 0 0 .117-1.378a3.5 3.5 0 0 0-.418-1.317a3.5 3.5 0 0 0-.89-1.058a3.6 3.6 0 0 0-1.227-.633L30.336 74.973a3.55 3.55 0 0 0-2.695.304a3.57 3.57 0 0 0-1.696 2.118l-8.879 28.62a3.56 3.56 0 0 0 .278 2.68a3.55 3.55 0 0 0 2.082 1.707M2.2 51.7l10.816 47.452c.336 1.856 1.207 1.856 1.68 0l7.425-23.949a6.7 6.7 0 0 0 .031-3.113a6.8 6.8 0 0 0-1.37-2.793L3.721 50.852c-1.183-1.395-2.066-1.008-1.523.847ZM43.906.973L3.046 38.875a3.47 3.47 0 0 0-.168 4.848l20.43 22.144a3.48 3.48 0 0 0 2.415 1.098a3.48 3.48 0 0 0 2.484-.926l40.848-37.965a3.446 3.446 0 0 0 .172-4.847L48.832 1.094A3.5 3.5 0 0 0 47.722.3a3.5 3.5 0 0 0-1.326-.3a3.4 3.4 0 0 0-1.34.238a3.4 3.4 0 0 0-1.149.735Zm39.496 85.804c1.864.508 3.035-.496 2.54-2.422L74.124 33.082c-.508-1.855-2.035-2.363-3.375-1.02L32.258 67.895c-1.352 1.343-1.016 2.859.836 3.367Zm20.09-71.515L56.898.972c-1.851-.511-2.187.169-.675 1.684l17.054 18.387a6.55 6.55 0 0 0 2.7 1.527a6.6 6.6 0 0 0 3.093.11l24.485-5.563c1.8-.508 1.8-1.355-.063-1.855m0 0" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
4
public/logos/influxdb.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="103" viewBox="0 0 512 103">
|
||||
<path fill="currentColor"
|
||||
d="M150.245 28.81c-2.613 0-4.75-.95-6.65-2.612c-1.663-1.663-2.614-3.8-2.614-6.176c0-2.613.95-4.513 2.613-6.176c1.9-1.663 4.038-2.613 6.651-2.613s4.75.95 6.413 2.613s2.613 3.563 2.613 6.176c0 2.375-.95 4.513-2.613 6.176c-1.9 1.662-4.038 2.612-6.413 2.612m-8.313 53.444V35.936h16.151v46.318zm27.315 0V35.936h15.915l.237 5.7c1.188-2.374 2.85-4.037 5.226-5.225s4.988-1.9 8.076-1.9c5.225 0 9.263 1.663 11.876 4.988c2.85 3.326 4.038 8.076 4.038 14.49v28.265h-16.152V57.076c0-5.463-2.138-8.076-6.176-8.076c-2.137 0-3.8.713-5.225 2.376c-1.188 1.425-1.663 3.562-1.663 6.413v24.465zm60.807 0V49h-7.363V35.936h7.363v-4.513c0-7.126 1.663-12.589 5.226-16.39c3.563-3.8 8.551-5.937 14.964-5.937c1.9 0 3.563.237 5.226.475c1.663.237 3.088.712 4.275 1.187l-1.187 13.302a30 30 0 0 0-2.376-.713c-.95-.237-1.662-.237-2.612-.237q-3.92 0-5.701 2.137c-1.188 1.426-1.9 3.8-1.9 7.126V35.7h10.926V49H245.97v33.254zm34.204 0V9.571h16.152v72.683zm42.518 1.425c-4.988 0-9.026-1.662-11.639-4.75c-2.613-3.326-4.038-8.076-4.038-14.252V36.174h16.39v25.178c0 2.85.475 4.75 1.425 6.175c.95 1.426 2.612 1.9 4.75 1.9q3.206 0 4.988-2.137c1.188-1.663 1.9-3.8 1.9-6.65V35.935h16.152v46.318H320.79l-.475-5.7c-1.188 2.375-3.088 4.037-5.463 5.225c-2.138 1.188-4.988 1.9-8.076 1.9m37.054-1.425L360.695 58.5L344.78 36.173h18.053l7.6 12.589l7.364-12.59h17.34L379.221 58.74l16.864 23.753h-18.29l-8.55-14.014l-8.076 13.776zm80.76 1.425c-4.038 0-7.839-.95-11.164-3.088s-5.7-4.75-7.601-8.55c-1.9-3.563-2.85-7.839-2.85-12.352q0-6.77 2.85-12.114c2.138-3.563 4.75-6.413 8.076-8.55c3.325-2.139 7.126-3.326 11.401-3.326c3.326 0 6.414.95 9.264 2.613a18.1 18.1 0 0 1 6.888 7.125V9.571h7.601v72.683h-7.363l-.238-8.076q-2.85 4.632-7.126 7.126c-2.612 1.663-5.938 2.375-9.738 2.375m1.9-6.888c3.088 0 5.938-.713 8.076-2.138c2.375-1.425 4.275-3.325 5.463-5.938c1.425-2.613 2.138-5.463 2.138-8.788s-.713-6.414-2.138-8.789c-1.425-2.613-3.088-4.513-5.463-5.938s-4.988-2.138-8.076-2.138s-5.7.713-8.076 2.138c-2.375 1.425-4.275 3.325-5.463 5.938c-1.425 2.613-1.9 5.463-1.9 8.789s.712 6.413 1.9 8.788c1.425 2.613 3.325 4.513 5.463 5.938c2.375 1.425 4.988 2.138 8.076 2.138m62.945 6.888c-3.563 0-6.65-.95-9.501-2.612s-4.988-4.038-6.651-7.126l-.238 8.076h-7.363V9.57h7.601v35.866q2.85-4.632 7.126-7.125c2.85-1.663 6.176-2.613 9.976-2.613c4.275 0 7.838.95 11.164 3.088s5.7 4.75 7.6 8.55C511.05 50.9 512 54.939 512 59.69c0 4.513-.95 8.551-3.088 12.114c-1.9 3.563-4.75 6.413-8.076 8.55c-3.563 2.376-7.363 3.326-11.401 3.326m-1.188-6.888c3.088 0 5.938-.713 8.076-2.138c2.375-1.425 4.276-3.325 5.463-5.938c1.425-2.613 2.138-5.463 2.138-8.788s-.713-6.414-2.138-8.789c-1.425-2.613-3.088-4.513-5.463-5.938s-4.988-2.138-8.076-2.138s-5.7.713-8.076 2.138c-2.375 1.425-4.275 3.325-5.463 5.938c-1.425 2.613-1.9 5.463-1.9 8.789s.712 6.413 1.9 8.788c1.425 2.613 3.326 4.513 5.463 5.938c2.376 1.425 4.988 2.138 8.076 2.138M22.843 60.686l.184.046l43.31 13.256a2.87 2.87 0 0 1 2.018 3.335l-.055.22l-7.257 23.231a3.17 3.17 0 0 1-3.363 2.073l-.202-.03L14.17 89.432a2.87 2.87 0 0 1-1.966-3.355l.051-.2l7.209-23.182a2.887 2.887 0 0 1 3.38-2.01m73.113 10.608l-.099.102l-28.922 26.776c-1.064 1.064-1.614.713-1.274-.673l.037-.142l6.03-19.402a5.04 5.04 0 0 1 3.293-3.204l.272-.076L95.17 70.16c1.408-.507 1.738.057.876 1.036zM1.33 41.088l.092.105l13.847 14.944a5.44 5.44 0 0 1 1.151 4.505l-.061.277l-6.03 19.402c-.37 1.453-1.043 1.501-1.336.146l-.029-.146L.184 41.88c-.427-1.454.23-1.795 1.146-.792m88.298-24.724a2.83 2.83 0 0 1 1.238 1.555l.051.18l10.145 43.998a2.7 2.7 0 0 1-.273 2.161a2.7 2.7 0 0 1-1.561 1.203l-.218.053l-23.855 5.47a2.83 2.83 0 0 1-3.376-1.873l-.051-.18l-10.115-43.999a2.82 2.82 0 0 1 1.854-3.365l.178-.052l23.845-5.469a2.83 2.83 0 0 1 2.138.318M58.534 26.65l.044.147l9.595 41.534c.39 1.511-.49 2.323-1.918 2l-.144-.036l-40.844-12.568c-1.451-.398-1.757-1.556-.787-2.617l.11-.113l31.248-29.025c1.054-1.053 2.245-.703 2.696.678M36.065.001a2.8 2.8 0 0 1 1.82.728l.158.156l16.558 17.93a2.79 2.79 0 0 1-.008 3.798l-.13.13L21.3 53.495a2.83 2.83 0 0 1-3.846-.007l-.131-.13L.735 35.418a2.81 2.81 0 0 1 .009-3.797l.128-.13L34.046.786A2.8 2.8 0 0 1 36.066 0m8.391.75l.137.036l37.83 11.577c1.461.39 1.51 1.044.19 1.46l-.141.042l-19.877 4.507a5.32 5.32 0 0 1-4.493-1.138l-.211-.187L44.043 2.152c-1.189-1.189-.968-1.742.413-1.4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
@@ -1,10 +1,16 @@
|
||||
<svg height="100%" width="100%" viewBox=".05 -.01 799.91 316.51" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="100%" height="100%" viewBox="0 0 800 317" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="currentColor">
|
||||
<path
|
||||
d="m137.7 0h65.12v169c0 29.1-12.6 89.97-102.8 89.97s-99.97-56.73-99.97-88.67v-31.13h62.95v30.52c0 18.67 12.42 36 36.34 36 23.78 0 38.38-13.18 38.38-35.4v-170.3zm471.4 316.5v-238.9h60.16v27.15c9.488-26 35.08-31.9 53.8-32.02 30.05 0 76.9 20.76 76.9 94.23 0 56.76-27.9 98.16-76.2 98.3-24.37.076-42.73-8.565-53.8-22.9v74.14zm59.4-147.5c-.68 35.32 7.018 53.9 36.4 53.9 29.32 0 33.63-31.75 33.63-55.98 0-24.27-5.68-47.76-36.45-47.76-18.8 0-32.8 14.47-33.58 49.82" />
|
||||
<path id="a"
|
||||
d="m303.5 70.62c51 0 95.9 19.43 95.9 108.6h-121.1c0 28.47 11.92 40.22 32.9 40.22 20.9 0 27.93-16.54 27.93-16.54h59.5c0 25.6-35.66 60.14-89.58 59.6-61.52 0-91.68-45.12-91.68-91.42 0-46.4 26.73-100.5 86.1-100.5m36.43 72.7c0-17.3-9.786-33.95-32.2-33.95-21.75 0-29.4 15.34-29.4 33.95z" />
|
||||
<use x="194" xlink:href="#a" />
|
||||
d="M609.05,316.51l-0,-238.9l60.16,0l-0,27.15c9.488,-26 35.08,-31.9 53.8,-32.02c30.05,0 76.9,20.76 76.9,94.23c-0,56.76 -27.9,98.16 -76.2,98.3c-24.37,0.076 -42.73,-8.565 -53.8,-22.9l-0,74.14l-60.86,0Zm59.4,-147.5c-0.68,35.32 7.018,53.9 36.4,53.9c29.32,0 33.63,-31.75 33.63,-55.98c0,-24.27 -5.68,-47.76 -36.45,-47.76c-18.8,0 -32.8,14.47 -33.58,49.82"
|
||||
style="fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M497.528,70.48c51,0 95.9,19.43 95.9,108.6l-121.1,0c0,28.47 11.92,40.22 32.9,40.22c20.9,0 27.93,-16.54 27.93,-16.54l59.5,0c0,25.6 -35.66,60.14 -89.58,59.6c-61.52,0 -91.68,-45.12 -91.68,-91.42c0,-46.4 26.73,-100.5 86.1,-100.5m36.43,72.7c0,-17.3 -9.786,-33.95 -32.2,-33.95c-21.75,0 -29.4,15.34 -29.4,33.95l61.6,0Z"
|
||||
style="fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M303.45,70.63c51,0 95.9,19.43 95.9,108.6l-121.1,-0c-0,28.47 11.92,40.22 32.9,40.22c20.9,-0 27.93,-16.54 27.93,-16.54l59.5,-0c-0,25.6 -35.66,60.14 -89.58,59.6c-61.52,-0 -91.68,-45.12 -91.68,-91.42c-0,-46.4 26.73,-100.5 86.1,-100.5m36.43,72.7c-0,-17.3 -9.786,-33.95 -32.2,-33.95c-21.75,-0 -29.4,15.34 -29.4,33.95l61.6,-0Z"
|
||||
style="fill-rule:nonzero;" />
|
||||
<path
|
||||
d="M137.65,0.01l65.12,0l-0,169c-0,29.1 -12.6,89.97 -102.8,89.97c-90.2,0 -99.97,-56.73 -99.97,-88.67l-0,-31.13l62.95,0l-0,30.52c-0,18.67 12.42,36 36.34,36c23.78,0 38.38,-13.18 38.38,-35.4l-0,-170.3l-0.02,0.01Z"
|
||||
style="fill-rule:nonzero;" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.6 KiB |
16
public/logos/jellyfin.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
|
||||
<linearGradient id="a" x1="97.508" x2="522.069" y1="308.135" y2="63.019" gradientTransform="matrix(1 0 0 -1 0 514)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#aa5cc3" />
|
||||
<stop offset="1" style="stop-color:#00a4dc" />
|
||||
</linearGradient>
|
||||
<path d="M256 196.2c-22.4 0-94.8 131.3-83.8 153.4s156.8 21.9 167.7 0-61.3-153.4-83.9-153.4" style="fill:url(#a)" />
|
||||
<linearGradient id="b" x1="94.193" x2="518.754" y1="302.394" y2="57.278" gradientTransform="matrix(1 0 0 -1 0 514)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#aa5cc3" />
|
||||
<stop offset="1" style="stop-color:#00a4dc" />
|
||||
</linearGradient>
|
||||
<path
|
||||
d="M256 0C188.3 0-29.8 395.4 3.4 462.2s472.3 66 505.2 0S323.8 0 256 0m165.6 404.3c-21.6 43.2-309.3 43.8-331.1 0S211.7 101.4 256 101.4 443.2 361 421.6 404.3"
|
||||
style="fill:url(#b)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1008 B |
36
public/logos/jägermeister.svg
Normal file
|
After Width: | Height: | Size: 48 KiB |
8
public/logos/kubernetes.svg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
1
public/logos/languagetool.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="194" viewBox="0 0 256 194"><path d="M36.452 0h24.85a18.683 18.683 0 0 1 18.683 18.683v72.491h48.577v26.157h-56.05c-10.318 0-18.683-8.365-18.683-18.683V26.157H36.452zm190.01 18.683v19.43h-26.156V26.158H179.75v91.174h-26.156V26.157h-20.549v11.957h-26.157v-19.43C106.89 8.363 115.254 0 125.573 0h82.206c10.319 0 18.683 8.365 18.683 18.683"/><path fill="#239aff" d="M24.327 187.485L0 170.11c7.144-10.006 14.52-17.745 22.276-23.177c8.622-6.032 17.781-9.24 27.254-9.24c8.795 0 16.415 2.135 23.221 6.218a52.7 52.7 0 0 1 7.817 5.8c1.761 1.548 3.017 2.768 5.689 5.44c4.05 4.048 5.73 5.533 7.745 6.741c2.186 1.312 4.493 1.958 7.841 1.958c3.351 0 5.668-.649 7.865-1.964c2.024-1.21 3.722-2.705 7.773-6.747l.035-.036c2.66-2.654 3.928-3.883 5.686-5.431a52.7 52.7 0 0 1 7.802-5.779c6.795-4.071 14.39-6.2 23.153-6.2c8.761 0 16.357 2.129 23.152 6.2c2.738 1.644 5.255 3.537 7.802 5.779c1.76 1.548 3.028 2.777 5.686 5.431l.039.036c4.047 4.042 5.745 5.536 7.769 6.747c2.197 1.315 4.514 1.964 7.865 1.964c2.983 0 6.277-1.154 10.113-3.838c4.699-3.289 9.78-8.627 15.09-16.059L256 161.328c-7.147 10.005-14.52 17.745-22.276 23.176c-8.622 6.033-17.781 9.24-27.254 9.24c-8.792 0-16.412-2.131-23.224-6.212a52.7 52.7 0 0 1-7.83-5.793c-1.763-1.551-3.033-2.78-5.697-5.44l-.039-.04c-4.038-4.029-5.73-5.518-7.742-6.725c-2.176-1.304-4.466-1.946-7.781-1.946c-3.316 0-5.605.642-7.782 1.946c-2.011 1.207-3.703 2.696-7.742 6.726l-.036.039c-2.666 2.66-3.937 3.889-5.7 5.44c-2.556 2.248-5.082 4.15-7.833 5.793c-6.81 4.08-14.426 6.212-23.22 6.212c-8.795 0-16.412-2.134-23.222-6.218a53 53 0 0 1-7.817-5.796c-1.758-1.551-3.016-2.77-5.685-5.44c-4.051-4.05-5.734-5.537-7.749-6.744c-2.185-1.313-4.493-1.958-7.84-1.958c-2.984 0-6.278 1.154-10.114 3.838c-4.699 3.288-9.78 8.627-15.09 16.059"/></svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
4
public/logos/laravel-logo.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="264" viewBox="0 0 256 264">
|
||||
<path fill="currentColor"
|
||||
d="M255.856 59.62c.095.351.144.713.144 1.077v56.568c0 1.478-.79 2.843-2.073 3.578L206.45 148.18v54.18a4.14 4.14 0 0 1-2.062 3.579l-99.108 57.053c-.227.128-.474.21-.722.299c-.093.03-.18.087-.278.113a4.15 4.15 0 0 1-2.114 0c-.114-.03-.217-.093-.325-.134c-.227-.083-.464-.155-.68-.278L2.073 205.938A4.13 4.13 0 0 1 0 202.36V32.656c0-.372.052-.733.144-1.083c.031-.119.103-.227.145-.346c.077-.216.15-.438.263-.639c.077-.134.19-.242.283-.366c.119-.165.227-.335.366-.48c.119-.118.274-.206.408-.309c.15-.124.283-.258.453-.356h.005L51.613.551a4.14 4.14 0 0 1 4.125 0l49.546 28.526h.01c.165.104.305.232.454.351c.134.103.284.196.402.31c.145.149.248.32.371.484c.088.124.207.232.279.366c.118.206.185.423.268.64c.041.118.113.226.144.35c.095.351.144.714.145 1.078V138.65l41.286-23.773V60.692c0-.36.052-.727.145-1.072c.036-.124.103-.232.144-.35c.083-.217.155-.44.268-.64c.077-.134.19-.242.279-.366c.123-.165.226-.335.37-.48c.12-.118.269-.206.403-.309c.155-.124.289-.258.454-.356h.005l49.551-28.526a4.13 4.13 0 0 1 4.125 0l49.546 28.526c.175.103.309.232.464.35c.128.104.278.197.397.31c.144.15.247.32.37.485c.094.124.207.232.28.366c.118.2.185.423.267.64c.047.118.114.226.145.35m-8.115 55.258v-47.04l-17.339 9.981l-23.953 13.792v47.04l41.297-23.773zm-49.546 85.095V152.9l-23.562 13.457l-67.281 38.4v47.514zM8.259 39.796v160.177l90.833 52.294v-47.505L51.64 177.906l-.015-.01l-.02-.01c-.16-.093-.295-.227-.444-.34c-.13-.104-.279-.186-.392-.3l-.01-.015c-.134-.129-.227-.289-.34-.433c-.104-.14-.227-.258-.31-.402l-.005-.016c-.093-.154-.15-.34-.217-.515c-.067-.155-.154-.3-.196-.464v-.005c-.051-.196-.061-.403-.082-.604c-.02-.154-.062-.309-.062-.464V63.57L25.598 49.772l-17.339-9.97zM53.681 8.893L12.399 32.656l41.272 23.762L94.947 32.65L53.671 8.893zm21.468 148.298l23.948-13.786V39.796L81.76 49.778L57.805 63.569v103.608zM202.324 36.935l-41.276 23.762l41.276 23.763l41.271-23.768zm-4.13 54.676l-23.953-13.792l-17.338-9.981v47.04l23.948 13.787l17.344 9.986zm-94.977 106.006l60.543-34.564l30.264-17.272l-41.246-23.747l-47.489 27.34l-43.282 24.918z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
4
public/logos/laravel.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 128 128">
|
||||
<path fill="currentColor"
|
||||
d="M7.595 45.354a.6.6 0 0 0-.291.078L.292 49.468c-.024.015-.043.034-.065.05q-.03.021-.057.044q-.028.032-.052.068c-.013.018-.029.033-.04.052q-.022.044-.037.091c-.006.017-.016.032-.02.05a.6.6 0 0 0-.021.152v24.013c0 .21.112.403.293.507l14.022 8.073c.031.018.064.028.097.04c.015.005.03.014.045.018q.074.02.15.02a.6.6 0 0 0 .15-.02q.02-.006.04-.016c.034-.012.069-.023.101-.042l14.023-8.073a.58.58 0 0 0 .293-.506v-7.667l6.718-3.868a.59.59 0 0 0 .293-.507v-8.005a.6.6 0 0 0-.02-.152l-.021-.049c-.012-.03-.021-.062-.038-.09c-.01-.02-.027-.035-.04-.052c-.017-.023-.031-.048-.052-.068c-.016-.017-.038-.03-.057-.044q-.03-.027-.064-.05h-.001L28.92 49.4a.58.58 0 0 0-.583 0l-7.011 4.037q-.035.023-.065.05q-.03.02-.057.043q-.028.032-.052.068c-.013.018-.03.034-.04.053q-.022.043-.038.09l-.02.049a.6.6 0 0 0-.02.152v7.667l-5.843 3.364V49.975a.6.6 0 0 0-.02-.153l-.021-.049c-.012-.03-.021-.062-.038-.09c-.01-.02-.027-.035-.04-.053q-.024-.035-.052-.068q-.027-.023-.057-.044q-.03-.026-.064-.05h-.001l-7.011-4.036a.6.6 0 0 0-.292-.078m0 1.258l5.84 3.363l-5.84 3.362l-5.84-3.362zm21.034 3.968l5.84 3.363l-5.84 3.362l-5.84-3.362zm-14.607.405v14.66l-3.389 1.952L8.18 69.01V54.35l3.39-1.952zm-12.854 0l2.453 1.413l3.39 1.951v15.674c0 .022.006.043.009.065c.003.029.004.058.011.086v.001c.007.023.02.044.028.066c.01.024.017.05.03.073l.002.002c.012.02.029.037.043.056q.022.033.048.062l.002.002q.027.023.056.042q.03.027.063.05h.003l.002.002l6.715 3.8v6.722l-12.854-7.4zm44.379 2.96v19.714h9.321v-2.901h-6.083V53.945Zm79.384 0v19.714H128V53.945ZM22.2 54.953l2.455 1.413l3.389 1.951v6.656l-2.454-1.412l-3.39-1.951Zm12.855 0v6.657l-5.843 3.364v-6.657l3.39-1.951zm27.19 5.243q-1.492 0-2.731.55a6.4 6.4 0 0 0-2.127 1.507a7.13 7.13 0 0 0-1.873 4.844q0 1.408.493 2.647a7 7 0 0 0 1.38 2.197q.887.957 2.127 1.506q1.239.55 2.732.55q1.155 0 2.295-.564q1.14-.562 1.76-1.549v1.775h3.07V60.535h-3.07v1.774q-.62-.985-1.76-1.549q-1.14-.563-2.295-.563zm24.954 0q-1.493 0-2.733.55a6.4 6.4 0 0 0-2.126 1.507a7 7 0 0 0-1.38 2.21a7.1 7.1 0 0 0-.493 2.634q0 1.408.493 2.647a7 7 0 0 0 1.38 2.197a6.4 6.4 0 0 0 2.126 1.506q1.239.55 2.733.55q1.154 0 2.295-.564q1.14-.562 1.76-1.549v1.775h3.07V60.535h-3.07v1.774q-.62-.985-1.76-1.549q-1.14-.563-2.295-.563zm29.236.001c-3.759 0-6.734 3.09-6.734 6.9c0 4.212 2.88 6.9 7.128 6.9c2.377 0 3.895-.91 5.75-2.89l-2.074-1.604c-.001.002-1.565 2.055-3.9 2.055c-2.716 0-3.858-2.188-3.858-3.32h10.183c.535-4.336-2.315-8.04-6.495-8.04zm-44.642.338v13.124h3.07V63.555h5.267v-3.02zm24.012 0l5.038 13.124h3.859l5.038-13.124h-3.11l-3.857 10.05l-3.859-10.05zm-74.188 2.087l5.836 3.36l-4.282 2.444l-8.567 4.89l-5.831-3.3l6.124-3.526zm94.794.014c3.279 0 3.677 3.067 3.7 3.32h-7.356c.023-.252.377-3.32 3.656-3.32m-53.997.293q.873 0 1.592.338q.718.338 1.225.9q.507.565.789 1.324q.28.76.281 1.606q0 .845-.281 1.605a4.1 4.1 0 0 1-.789 1.324a3.8 3.8 0 0 1-1.225.9a3.7 3.7 0 0 1-1.592.339a3.6 3.6 0 0 1-1.577-.338a3.9 3.9 0 0 1-1.21-.901a3.9 3.9 0 0 1-.775-1.324a4.8 4.8 0 0 1-.268-1.605q0-.846.268-1.606q.267-.759.775-1.323a3.9 3.9 0 0 1 1.21-.901q.704-.338 1.578-.338zm24.953 0a3.7 3.7 0 0 1 1.591.338q.72.338 1.226.9q.506.565.788 1.324a4.6 4.6 0 0 1 .282 1.606a4.6 4.6 0 0 1-.282 1.605a4.1 4.1 0 0 1-.788 1.324a3.8 3.8 0 0 1-1.226.9a3.7 3.7 0 0 1-1.59.339a3.6 3.6 0 0 1-1.578-.338a3.9 3.9 0 0 1-1.211-.901a3.9 3.9 0 0 1-.774-1.324a4.8 4.8 0 0 1-.268-1.605q0-.846.267-1.606q.267-.759.775-1.323a3.9 3.9 0 0 1 1.21-.901q.705-.338 1.578-.338M28.045 66.99v6.66l-12.854 7.4v-6.723l9.52-5.434z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
12
public/logos/lego.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
||||
<path d="M3.472 3.425V508.59h505.172V3.425z" fill="#fff" />
|
||||
<path
|
||||
d="M3.472 3.425V508.59h505.172V3.425zm471.561 209.982c-.83 15.736-5.841 35.352-10.256 48.458-17.762 52.775-38.357 85.493-86.053 85.493-14.042 0-38.954-3.725-48.133-28.709l-2.175-5.928-3.909 4.953c-14.916 18.893-37.082 29.796-60.802 29.908-18.2.083-32.823-6.011-42.284-17.64l-2.594-3.19-2.763 3.05c-10.104 11.154-27.7 17.552-48.278 17.552-16.158 0-30.11-5.494-39.29-15.45l-2.5-2.717-2.6 2.626c-10.205 10.303-26.285 15.494-46.504 15.02-24.529-.584-39.463-14.272-39.947-36.633-.74-34.474 32.625-107.009 46.435-129.063 8.966-14.732 21.296-21.874 37.707-21.874 11.17 0 18.81 2.334 23.348 7.142 4.133 4.375 4.95 8.063 5.318 16.935l.473 11.47 6.054-9.754c14.646-23.596 38.918-26.855 62.966-26.855 16.72 0 31.31 6.149 37.17 15.664l2.163 3.508 3.129-2.663c12.394-10.534 29.879-16.332 49.235-16.332 21.13 0 36.482 5.253 45.64 15.613 2.08 2.352 3.457 3.996 5.368 8.016l2.352 4.935 3.53-4.172c13.409-15.86 31.713-23.897 54.429-23.897 17.99 0 31.649 4.783 40.586 14.215 11.213 11.817 12.814 28.448 12.185 40.32z"
|
||||
fill="#f6ec36" />
|
||||
<path
|
||||
d="M3.472 3.425V508.59h505.172V3.425zm485.787 229.363c-2.286 18.384-14.71 52.446-21.31 66.058-17.712 36.493-41.374 64.53-86.967 64.53-24.356 0-44.39-7.767-56.106-22.698-17.156 15.035-38.39 22.91-61.254 22.91-17.614 0-33.18-5.086-45.051-14.493-13.1 9.23-30.779 14.378-50.37 14.378-16.364 0-31.088-4.494-42.612-12.799-12.749 8.46-29.457 12.665-49.069 12.2-32.632-.77-55.163-21.47-55.81-51.522-.852-39.921 32.766-112.987 48.61-138.29 11.857-19.478 29.955-29.957 52.132-29.957 24.07 0 32.795 6.874 37.09 15.627 18.572-15.772 43.191-16.679 60.719-16.679 19.348 0 31.49 5.137 41.815 13.356 14.262-8.555 30.623-13.002 50.109-13.002 24.915 0 43.425 5.795 56.337 18.558 15.056-12.532 33.914-18.243 55.018-18.243 27.907 0 46.269 10.064 57.052 25.07 15.184 21.166 12.467 42.472 9.667 64.996z"
|
||||
fill="#d01012" />
|
||||
<path d="M0 0v512h512V0zm504.96 7.052v497.915H7.047V7.052h497.911z" />
|
||||
<path fill="#000"
|
||||
d="M486.792 153.639v-3.486h2.366c1.73 0 2.63.607 2.63 1.73 0 .892-.578 1.756-2.337 1.756zm8.493 7.232l-1.474-2.558c-1.279-2.236-1.633-2.59-2.727-2.973v-.069c2.153-.252 3.431-1.636 3.431-3.55 0-2.024-1.278-3.555-4.006-3.555h-6.336v12.712h2.626v-5.206h.48c1.124 0 1.572.127 2.081.636.513.52 1.28 1.6 1.73 2.493l1.027 2.077zm-6.253-16.245c5.455 0 9.887 4.4 9.887 9.847 0 5.448-4.44 9.866-9.887 9.866-5.44 0-9.826-4.425-9.826-9.866 0-5.44 4.385-9.847 9.826-9.847zm0-2.42c-6.781 0-12.254 5.476-12.254 12.267 0 6.788 5.473 12.26 12.254 12.26a12.24 12.24 0 0 0 12.271-12.26 12.235 12.235 0 0 0-12.271-12.268zm-66.77 13.138c-26.462 0-44.745 10.49-57.121 25.146-2.092-4.385-3.681-6.307-5.917-8.84-10.133-11.451-26.419-16.794-48.278-16.794-21.357 0-39.163 6.669-51.525 17.174-6.42-10.44-21.722-17.351-40.175-17.351-24.11 0-50.38 3.41-65.968 28.524-.375-9.042-1.192-13.828-6.274-19.207-6.178-6.539-16.174-8.244-25.913-8.244-17.745 0-31.085 7.752-40.698 23.535-13.941 22.264-47.729 95.518-46.967 131 .495 22.917 15.87 39.433 43.387 40.084 21.501.516 38.364-5.235 49.094-16.065 9.627 10.462 24.315 16.596 41.89 16.596 19.57 0 39.26-5.878 50.893-18.72 9.797 12.036 25.212 19.041 45.04 18.944 25.92-.127 48.686-12.42 63.556-31.256 8.16 22.21 28.845 31.032 51.445 31.032 49.524 0 71.271-34.059 89.402-87.9 4.083-12.126 9.534-32.378 10.437-49.389 1.492-28.318-10.487-58.27-56.308-58.27zM92.74 290.72c25.624-4.45 32.065 4.812 31.26 13.392-2.418 25.68-25.978 31.425-46.436 30.944-14.837-.361-28.177-7.152-28.55-24.377-.65-30.135 30.085-99.852 44.553-122.961 6.684-10.971 14.826-16.397 27.81-16.397 12.304 0 15.353 6.318 15.172 13.886-.484 20.19-33.105 81.548-43.809 105.513zm83.442-23.669c-1.695 4.588-4.902 14.197-7.5 24.385 8.41-2.103 14.718-3.562 25.523-3.302 12.31.303 20.179 5.404 20.179 15.584 0 24.68-27.278 31.927-46.2 31.927-20.776 0-39.026-11.83-39.026-34.55 0-26.634 14.439-67.022 27.99-93.928 16.639-33.04 33.64-37.432 62.926-37.432 12.867 0 27.697 5.505 27.697 17.658 0 16.841-14.27 23.264-28.416 24.077-6.04.347-15.339.679-20.902.285 0 0-4.707 7.171-9.71 19.952 26.197-3.688 37.306 2.258 32.884 17.412-5.986 20.472-23.723 21.82-45.445 17.932zm128.85-63.695c-7.084 0-11.718 4.487-15.165 9.331-7.593 10.664-24.045 53.396-26.606 70.95-1.756 12.022 3.436 14.47 9.11 14.47 9.104 0 19.31-9.63 22.792-25.518 0 0-17.329-.422-12.553-15.79 4.642-14.912 13.449-18.142 28.047-18.741 28.76-1.174 25.92 20.06 23.619 31.385-7.475 36.775-33.647 66.307-70.668 66.307-25.345 0-41.078-14.02-41.078-39.864 0-18.416 9.136-47.327 16.38-64.244 15.414-36.01 31.58-61.21 72.766-61.21 24.71 0 44.199 8.88 41.341 32.028-2.095 16.99-10.599 26.967-26.046 28.174-4.32.336-21.996-.112-16.133-16.834 2.04-5.849 2.886-10.444-5.806-10.444zm155.544 30.392c-4.353 21.682-14.147 47.327-24.778 66.44-17.344 31.187-38.412 35.555-56.8 35.334-18.398-.22-39.123-7.012-39.282-35.384-.112-20.37 8.674-49.122 16.134-67.969 13.001-34.167 26.288-62.026 68.29-61.524 48.982.582 40.247 44.141 36.436 63.103zm-41.551-29.68c-4.205-.058-7.875.766-11.173 5.852-7.41 9.598-29.07 68.789-28.687 80.594.137 4.241 2.481 7.951 7.705 7.951 5.993.008 9.324-4.136 12.268-9.135 6.817-11.535 25.985-63.855 26.512-76.935.156-3.812-.48-8.251-6.625-8.327z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
11
public/logos/letsencrypt-logo.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
|
||||
<path
|
||||
d="M363.4 275.4h-61.6v-31.6c0-25.2-20.5-45.8-45.8-45.8s-45.8 20.5-45.8 45.8v31.6h-61.6v-31.6c0-59.2 48.2-107.4 107.4-107.4s107.4 48.2 107.4 107.4z"
|
||||
fill="#ffa400" />
|
||||
<path
|
||||
d="M388.2 275.4H123.8c-11.3 0-20.5 9.2-20.5 20.5v195.6c0 11.3 9.2 20.5 20.5 20.5h264.4c11.3 0 20.5-9.2 20.5-20.5V295.9c0-11.3-9.2-20.5-20.5-20.5M269.4 403.8v26.5c0 7.4-6 13.4-13.4 13.4s-13.4-6-13.4-13.4v-26.5c-8.2-4.7-13.8-13.5-13.8-23.7 0-15 12.2-27.2 27.2-27.2s27.2 12.2 27.2 27.2c0 10.2-5.6 19-13.8 23.7"
|
||||
fill="#003a70" />
|
||||
<path
|
||||
d="M97 246.2H33.2c-10.3 0-18.7-8.4-18.7-18.7s8.4-18.7 18.7-18.7H97c10.3 0 18.7 8.4 18.7 18.7s-8.3 18.7-18.7 18.7m44.9-100.3c-4.2 0-8.4-1.4-11.9-4.3l-50.5-41.5c-8-6.6-9.1-18.4-2.6-26.4 6.6-8 18.4-9.1 26.4-2.6l50.5 41.5c8 6.6 9.1 18.4 2.6 26.4-3.7 4.5-9 6.9-14.5 6.9M256 101.8c-10.3 0-18.7-8.4-18.7-18.7V18.7C237.3 8.4 245.7 0 256 0s18.7 8.4 18.7 18.7V83c0 10.4-8.4 18.8-18.7 18.8m114.1 44.1c-5.4 0-10.8-2.3-14.5-6.8-6.6-8-5.4-19.8 2.6-26.4l50.5-41.5c8-6.6 19.8-5.4 26.4 2.6s5.4 19.8-2.6 26.4L382 141.7c-3.4 2.7-7.6 4.2-11.9 4.2m108.7 100.3h-64.4c-10.3 0-18.7-8.4-18.7-18.7s8.4-18.7 18.7-18.7h64.4c10.3 0 18.7 8.4 18.7 18.7s-8.4 18.7-18.7 18.7"
|
||||
fill="#ffa400" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |