pegaz -> docker-web
This commit is contained in:
@@ -3,8 +3,8 @@ export default {
|
||||
data: () => ({
|
||||
apps: [
|
||||
{
|
||||
name: 'Deluge',
|
||||
component: resolveComponent('SvgDeluge')
|
||||
name: 'Transmission',
|
||||
component: resolveComponent('SvgTransmission')
|
||||
},
|
||||
{
|
||||
name: 'Drone',
|
||||
@@ -33,10 +33,6 @@ export default {
|
||||
{
|
||||
name: 'Penpot',
|
||||
component: resolveComponent('SvgPenpot')
|
||||
},
|
||||
{
|
||||
name: 'Radio',
|
||||
component: resolveComponent('SvgRadio')
|
||||
}
|
||||
]
|
||||
})
|
||||
@@ -52,7 +48,7 @@ export default {
|
||||
<li v-for="app in apps" :key="app" class="m-4">
|
||||
<a
|
||||
:href="
|
||||
'https://github.com/valerebron/pegaz/tree/master/services/' +
|
||||
'https://github.com/docker-web/docker-web/tree/master/apps/' +
|
||||
app.name.toLowerCase()
|
||||
"
|
||||
:title="app.name"
|
||||
|
@@ -42,9 +42,9 @@ export default {
|
||||
let i = 0
|
||||
|
||||
this.timer = setInterval(async () => {
|
||||
// pegaz backup
|
||||
// docker-web backup
|
||||
if (i === 0) {
|
||||
const cmd = '$ pegaz backup\n'
|
||||
const cmd = '$ docker-web backup\n'
|
||||
for (const y in cmd) {
|
||||
this.terminalContent += cmd[y]
|
||||
await this.delay(20)
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
if (i === 4) { this.terminalContent += 'Unpausing apps ... done\n' }
|
||||
if (i === 5) { this.terminalContent += '[√] apps backup done\n' }
|
||||
|
||||
// pegaz restore
|
||||
// docker-web restore
|
||||
|
||||
// this.progressClass = 'w-0'
|
||||
// this.startApps = 'w-full'
|
||||
@@ -84,7 +84,7 @@ export default {
|
||||
if (i === 7) { this.progressClass = 'w-0' }
|
||||
|
||||
if (i === 8) {
|
||||
const cmd = '$ pegaz restore\n'
|
||||
const cmd = '$ docker-web restore\n'
|
||||
for (const y in cmd) {
|
||||
this.terminalContent += cmd[y]
|
||||
await this.delay(20)
|
||||
@@ -132,7 +132,7 @@ export default {
|
||||
<h2 class="title">
|
||||
Backup & restore
|
||||
</h2>
|
||||
<section class="pegaz-section">
|
||||
<section class="docker-web-section">
|
||||
<Terminal :terminal-content="terminalContent" />
|
||||
<div
|
||||
class="flex flex-col items-center md:w-3/4 lg:w-1/2 h-20 relative rounded-b-xl transition-all"
|
||||
|
@@ -75,7 +75,7 @@ export default {
|
||||
// nextcloud
|
||||
// up
|
||||
if (i === 0) {
|
||||
const cmd = '$ pegaz up nextcloud\n'
|
||||
const cmd = '$ docker-web up nextcloud\n'
|
||||
for (const y in cmd) {
|
||||
this.terminalContent += cmd[y]
|
||||
await delay(20)
|
||||
@@ -106,7 +106,7 @@ export default {
|
||||
// jellyfin
|
||||
// up
|
||||
if (i === 11) {
|
||||
const cmd = '$ pegaz up jellyfin\n'
|
||||
const cmd = '$ docker-web up jellyfin\n'
|
||||
for (const y in cmd) {
|
||||
this.terminalContent += cmd[y]
|
||||
await delay(20)
|
||||
@@ -136,7 +136,7 @@ export default {
|
||||
|
||||
// nextcloud down
|
||||
if (i === 23) {
|
||||
const cmd = '$ pegaz down\n'
|
||||
const cmd = '$ docker-web down\n'
|
||||
for (const y in cmd) {
|
||||
this.terminalContent += cmd[y]
|
||||
await delay(20)
|
||||
@@ -164,7 +164,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="pegaz-section">
|
||||
<section class="docker-web-section">
|
||||
<Terminal :terminal-content="terminalContent" />
|
||||
<div
|
||||
class="bg-slate-400 flex flex-col items-center relative rounded-2xl w-full m-0 md:min-w-fit max-w-2xl md:-ml-8 md:z-0 overflow-hidden"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="container mx-auto max-w-4xl">
|
||||
<p class="text-2xl md:text-center my-20">
|
||||
In extending <b>docker-compose</b> functionalities, pegaz let you control
|
||||
In extending <b>docker-compose</b> functionalities, docker-web let you control
|
||||
<b>multiple</b> docker-compose.yml <b>configurations</b>.
|
||||
</p>
|
||||
<div class="my-20">
|
||||
|
@@ -2,7 +2,7 @@
|
||||
const isClicked = ref(false)
|
||||
const copyToClipBoard = () => {
|
||||
navigator.clipboard
|
||||
.writeText('curl -sL get.pegaz.dev | sudo bash')
|
||||
.writeText('curl -sL get.docker-web.com | sudo bash')
|
||||
.then(() => {
|
||||
isClicked.value = true
|
||||
setTimeout(() => {
|
||||
@@ -15,7 +15,7 @@ const copyToClipBoard = () => {
|
||||
<template>
|
||||
<section class="py-4 sm:flex justify-center items-center">
|
||||
<a
|
||||
href="https://github.com/valerebron/pegaz"
|
||||
href="https://github.com/docker-web/docker-web"
|
||||
target="_blank"
|
||||
class="py-4 px-6 h-14 leading-6 flex justify-center bg-indigo-600 text-white text-lg capitalize font-semibold mb-4 sm:mb-0 rounded-xl shadow-md hover:bg-indigo-500 focus:outline-none focus:ring-4 hover:ring-indigo-200 focus:ring-indigo-300 focus:ring-opacity-100 transition-all"
|
||||
>
|
||||
@@ -24,7 +24,7 @@ const copyToClipBoard = () => {
|
||||
<div
|
||||
class="font-mono bg-neutral-900 text-neutral-50 rounded-xl flex justify-between items-center pl-3 pr-4 py-4 sm:ml-4 border border-transparent text-base shadow-primary-700 relative"
|
||||
>
|
||||
<span class="select-all"> curl -L get.pegaz.dev | sudo bash </span>
|
||||
<span class="select-all"> curl -L get.docker-web.com | sudo bash </span>
|
||||
<SvgClipboard
|
||||
class="ml-3 cursor-pointer"
|
||||
:class="{ 'animate-ping': isClicked }"
|
||||
|
@@ -1,19 +1,19 @@
|
||||
<template>
|
||||
<section>
|
||||
<div class="flex justify-center -ml-24 animate-slide">
|
||||
<div class="py-4 mr-3 animate-fadeout opacity-0">
|
||||
<div class="bg-gray-400 h-px w-16 my-3 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-3 translate-x-3 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-3 translate-x-1 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-3 translate-x-6 block" />
|
||||
<div class="py-4 mr-14 animate-fadeout opacity-0">
|
||||
<div class="bg-gray-400 h-px w-16 my-16 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-16 translate-x-3 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-16 translate-x-1 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-16 translate-x-6 block" />
|
||||
</div>
|
||||
<SvgPegaz />
|
||||
<SvgDockerWeb />
|
||||
</div>
|
||||
<div class="text-center py-4">
|
||||
<h1 class="text-5xl font-bold leading-relaxed">
|
||||
Pegaz
|
||||
docker-web
|
||||
</h1>
|
||||
<h2 class="text-3xl text-center">
|
||||
<h2 class="text-3xl text-center text-slate-400">
|
||||
hackable self-hosting
|
||||
</h2>
|
||||
</div>
|
||||
|
@@ -1,47 +0,0 @@
|
||||
<template>
|
||||
<svg viewBox="0 0 250 356.285" xmlns="http://www.w3.org/2000/svg">
|
||||
<g style="display: inline">
|
||||
<g style="display: inline">
|
||||
<path
|
||||
d="m24.01 2.885 11.91 18.223c7.631 11.674-.394 24.297-11.92 24.297-11.525 0-19.563-12.627-11.925-24.294z"
|
||||
style="
|
||||
fill: #4c90e8;
|
||||
fill-opacity: 1;
|
||||
fill-rule: evenodd;
|
||||
stroke: #094491;
|
||||
stroke-width: 3.19037;
|
||||
stroke-miterlimit: 4;
|
||||
stroke-dasharray: none;
|
||||
stroke-opacity: 1;
|
||||
"
|
||||
transform="translate(-56.804 .22) scale(7.57587)"
|
||||
/>
|
||||
</g>
|
||||
<path
|
||||
d="M28.25 24.077c-6.514-2.656-9.932 4.13-8.845 7.3 2.364 6.897 11.278 8.624 17.862-2.865 0 0 .07 1.386.14 2.046.883 8.377-6.163 13.71-13.303 13.605-7.14-.104-9.32-2.877-11.425-6.069-3.413-5.178-2.561-13.615 2.028-17.56 5.238-4.33 11.004-2.019 13.542 3.543z"
|
||||
style="
|
||||
display: inline;
|
||||
fill: #094491;
|
||||
fill-opacity: 1;
|
||||
fill-rule: evenodd;
|
||||
stroke-width: 0.436583;
|
||||
stroke-miterlimit: 4;
|
||||
stroke-dasharray: none;
|
||||
stroke-opacity: 1;
|
||||
"
|
||||
transform="translate(-56.804 .22) scale(7.57587)"
|
||||
/>
|
||||
<path
|
||||
d="M24.158 21.569c-7.295.177-8.68 8.584-6.66 12.185 2.81 5.006 7.073 5.969 12.906 4.12-3.33 3.622-10.166 4.58-14.81-.592-3.194-3.56-3.473-8.526-1.256-12.674 2.217-4.149 6.638-5.302 9.82-3.04z"
|
||||
style="
|
||||
fill: #83b8f9;
|
||||
fill-opacity: 1;
|
||||
fill-rule: evenodd;
|
||||
stroke: none;
|
||||
stroke-width: 1.07658;
|
||||
"
|
||||
transform="translate(-56.804 .22) scale(7.57587)"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
</template>
|
32
components/svg/docker-web.vue
Executable file
32
components/svg/docker-web.vue
Executable file
@@ -0,0 +1,32 @@
|
||||
<template>
|
||||
<svg width="111.83958mm" height="111.83958mm" viewBox="0 0 111.83957 111.83957" version="1.1" id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" sodipodi:docname="logo.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(-49.080209,-92.580211)">
|
||||
<g id="g2" transform="matrix(5.5108247,0,0,5.5108247,118.69148,125.59682)" style="display:inline;fill:#ffffff">
|
||||
<g style="display:inline;fill:#0062f8;fill-opacity:0.446602"
|
||||
transform="matrix(0.61412638,0,0,0.61412638,-46.767414,1.3479387)" id="g1236-3-3-2">
|
||||
<circle
|
||||
style="display:inline;fill:#0062f8;fill-opacity:0.446602;stroke:none;stroke-width:302.362;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:161.197;stroke-opacity:1"
|
||||
id="path1180-2-6-6-9" cx="72.107216" cy="4.5725055" r="9.6730785" />
|
||||
<circle
|
||||
style="display:inline;fill:#0062f8;fill-opacity:0.446602;stroke:none;stroke-width:428.643;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:161.197;stroke-opacity:1"
|
||||
id="path1180-9-7-7-1" cx="72.107216" cy="4.5725055" r="13.713011" />
|
||||
<circle
|
||||
style="display:inline;fill:#0062f8;fill-opacity:0.446602;stroke:none;stroke-width:516.481;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:161.197;stroke-opacity:1"
|
||||
id="path1180-1-5-5-27" cx="72.107216" cy="4.5725055" r="16.523087" />
|
||||
</g>
|
||||
<path inkscape:connector-curvature="0" style="display:inline;fill:#ffffff;stroke-width:0.433462"
|
||||
id="path881-7-5-5-0"
|
||||
d="m 3.9199448,3.7220977 c -0.0282,-0.02295 -0.29172,-0.221932 -0.84699,-0.221932 -0.13871,0 -0.28565,0.013 -0.4378,0.0377 -0.10749,-0.738187 -0.71564,-1.097959 -0.74382,-1.113996 l -0.14954,-0.08669 -0.0984,0.142176 c -0.12298,0.190471 -0.21255,0.400537 -0.26484,0.621149 -0.0997,0.421326 -0.039,0.816643 0.17468,1.155612 -0.25834,0.143476 -0.67013003,0.181186 -0.75596003,0.182051 H -6.0544552 c -0.17908,7.09e-4 -0.32415,0.145584 -0.3251,0.324667 0.12299,0.569402 0.12059,0.553034 0.31955,1.075789 0.23623,0.619849 0.58734,1.076285 1.04421,1.356736 0.51191,0.31426 1.34546,0.494146 2.28694,0.494146 0.4404,0 0.87993,-0.03991 1.27004,-0.115302 0.61422,-0.118332 1.17252,-0.321625 1.65843,-0.602942 0.42468,-0.246154 0.80673,-0.559405 1.13134,-0.927608 0.54269,-0.615519 0.68368,-0.724924 1.08704,-1.222306 0.0325,0.0015 0.0641,0.002 0.0958,0.002 0.59428,0 0.96012,-0.238404 1.16168,-0.437793 0.2189,-0.216731 0.29692,-0.432597 0.30516,-0.456436 l 0.0421,-0.124838 z"
|
||||
sodipodi:nodetypes="cscccccccccccsccccscccc" />
|
||||
<path
|
||||
style="font-weight:bold;font-size:3.06667px;font-family:Comfortaa;-inkscape-font-specification:'Comfortaa Bold';letter-spacing:0px;display:inline;fill:#ffffff;stroke-width:1.51181"
|
||||
d="m -6.3933452,1.1512817 h 0.55254 l 0.38633,1.624676 0.38333,-1.624676 h 0.55553 l 0.38334,1.624676 0.38633,-1.624676 h 0.54804 l -0.52708,2.235614 h -0.66484 l -0.4058,-1.699546 -0.4013,1.699546 h -0.66485 z m 5.11361,1.392579 v 0.152735 h -1.25332 q 0.0195,0.188672 0.13626,0.283008 0.1168,0.09434 0.32643,0.09434 0.16921,0 0.3459,-0.04941 0.17819,-0.05091 0.36537,-0.152735 v 0.413282 q -0.19017,0.07187 -0.38034,0.107813 -0.19017,0.03743 -0.38034,0.03743 -0.45521,0 -0.70827,-0.2306 -0.25156,-0.232096 -0.25156,-0.64987 0,-0.410287 0.24707,-0.645378 0.24857,-0.235092 0.68281,-0.235092 0.39532,0 0.6319,0.238086 0.23809,0.238087 0.23809,0.636394 z m -0.55104,-0.17819 q 0,-0.152735 -0.0898,-0.245573 -0.0883,-0.09434 -0.23209,-0.09434 -0.15573,0 -0.25306,0.08835 -0.0973,0.08685 -0.12129,0.251563 z m 1.84928,0.675326 q 0.17221,0 0.26205,-0.125781 0.0913,-0.125782 0.0913,-0.365365 0,-0.239584 -0.0913,-0.365365 -0.0898,-0.125782 -0.26205,-0.125782 -0.1722,0 -0.26503,0.127279 -0.0914,0.125782 -0.0914,0.363868 0,0.238086 0.0914,0.365365 0.0928,0.125781 0.26503,0.125781 z m -0.35638,-1.085613 q 0.11081,-0.146745 0.24558,-0.215625 0.13476,-0.07038 0.30996,-0.07038 0.30996,0 0.50910997,0.24707 0.19916,0.245574 0.19916,0.6334 0,0.387826 -0.19916,0.634896 -0.19914997,0.245573 -0.50910997,0.245573 -0.1752,0 -0.30996,-0.06888 -0.13477,-0.07038 -0.24558,-0.217122 v 0.242578 h -0.53606 v -2.32995 h 0.53606 z"
|
||||
id="text2-6-9" aria-label="Web" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</template>
|
@@ -1,65 +0,0 @@
|
||||
<template>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="51.180511mm"
|
||||
height="34.942585mm"
|
||||
viewBox="0 0 51.180511 34.942585"
|
||||
version="1.1"
|
||||
id="svg5807"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="pegaz.svg"
|
||||
>
|
||||
<defs id="defs5801">
|
||||
<linearGradient inkscape:collect="always" id="linearGradient5890">
|
||||
<stop
|
||||
style="stop-color: #322eeb; stop-opacity: 1"
|
||||
offset="0"
|
||||
id="stop5886"
|
||||
/>
|
||||
<stop
|
||||
style="stop-color: #702fff; stop-opacity: 1"
|
||||
offset="1"
|
||||
id="stop5888"
|
||||
/>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5890"
|
||||
id="linearGradient5892"
|
||||
x1="37.362221"
|
||||
y1="294.65009"
|
||||
x2="19.9897"
|
||||
y2="279.14844"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(3.7795276,0,0,3.7795276,18.897638,-1009.3508)"
|
||||
/>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(5,-267.05741)"
|
||||
>
|
||||
<path
|
||||
style="
|
||||
display: inline;
|
||||
fill: url(#linearGradient5892);
|
||||
fill-opacity: 1;
|
||||
stroke-width: 0.99665797;
|
||||
"
|
||||
d="m 135.29297,18.898438 c -15.90988,0.449723 -22.89844,21.96289 -22.89844,21.96289 -4.74107,-8.737181 -16.406391,-9.600018 -19.919921,-9.662109 l -59.322265,-0.002 c -4.8e-4,0.0038 -9.09e-4,0.0081 -0.002,0.01563 l -14.199219,-0.03711 c -0.02646,0.250205 -0.04434,0.501031 -0.05273,0.751953 0.0079,7.377147 7.711797,13.530744 17.759765,14.185547 l 31.982422,0.0625 v -0.0039 l 14.494141,0.02539 c 1.363124,0.02268 2.456124,1.13466 2.457031,2.498046 0,1.377638 -1.11455,2.495694 -2.492188,2.5 v 0.002 H 68.640625 v -0.02148 H 37.486328 c -0.606153,0 -0.256172,3.8e-5 -0.822266,0 v 0.002 c 0.0093,7.37642 7.74982,14.323771 17.796876,14.978516 0,0 1.558206,0.0032 1.628906,0.0039 0.544082,0.0038 2.013817,0.01758 12.535156,0.01758 0.01247,7.56e-4 0.02464,0.0032 0.03711,0.0039 0,0 1.917481,0.01953 14.4375,0.01953 1.377676,0.0038 2.492188,1.122324 2.492188,2.5 0,1.294601 -0.988167,2.347277 -2.25,2.474609 h -12.701172 -2 -14.195313 v 0.01563 c 0.0068,6.466999 5.958335,12.601876 14.195313,14.458985 l 2,0.490234 c 5.267465,0.03335 10.535418,0.004 15.802734,0.05859 -16.81854,0.0076 11.125029,0.002 14.15625,0.002 l 3.25,0.210937 9.2832,8.482422 c 16.74585,9.688082 31.23828,11.119142 31.23828,11.119142 0,0 11.90291,15.36174 29.47461,1.06836 1.55626,-1.26588 0.0137,-2.98828 0.0137,-2.98828 L 127.49414,40.861328 Z M 36.664062,51.177734 c -8.319917,0 -13.595359,-9.23e-4 -14.050781,-0.002 v 0.002 c -0.430261,-5.67e-4 4.377264,-3.4e-4 14.050781,0 z M 141.93945,29.009766 c -5.87501,2.187477 -8.125,11.9375 -8.125,11.9375 l 3.8125,5.125 z"
|
||||
id="rect269-7-1-0"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccccscccccccscccccccccccccccccccccccc"
|
||||
transform="matrix(0.26458333,0,0,0.26458333,-5,267.05741)"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
</template>
|
110
components/svg/transmission.vue
Executable file
110
components/svg/transmission.vue
Executable file
@@ -0,0 +1,110 @@
|
||||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="800" width="1200"
|
||||
viewBox="-6.659355 -11.5136 57.71441 69.0816">
|
||||
<defs>
|
||||
<linearGradient id="j">
|
||||
<stop offset="0" />
|
||||
<stop offset="1" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<linearGradient id="i">
|
||||
<stop offset="0" stop-color="#f9f9f9" />
|
||||
<stop offset="1" stop-color="#eeeeec" stop-opacity=".6204" />
|
||||
</linearGradient>
|
||||
<linearGradient id="h">
|
||||
<stop offset="0" stop-color="#787b76" />
|
||||
<stop offset=".8713" stop-color="#babcb9" />
|
||||
<stop offset="1" stop-color="#787b76" />
|
||||
</linearGradient>
|
||||
<linearGradient id="f">
|
||||
<stop offset="0" stop-color="#fff" />
|
||||
<stop offset="1" stop-color="#fff" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<linearGradient id="e">
|
||||
<stop offset="0" stop-color="#c00" />
|
||||
<stop offset=".3651" stop-color="#ef0000" />
|
||||
<stop offset="1" stop-color="#a00" />
|
||||
</linearGradient>
|
||||
<linearGradient id="g">
|
||||
<stop offset="0" stop-color="#f0f2ef" />
|
||||
<stop offset="1" stop-color="#cdd1c8" />
|
||||
</linearGradient>
|
||||
<linearGradient id="d">
|
||||
<stop offset="0" stop-color="#888a85" />
|
||||
<stop offset="1" stop-color="#2e3436" />
|
||||
</linearGradient>
|
||||
<linearGradient id="c">
|
||||
<stop offset="0" stop-color="#555753" />
|
||||
<stop offset="1" stop-color="#2e3436" />
|
||||
</linearGradient>
|
||||
<linearGradient id="b">
|
||||
<stop offset="0" stop-color="#2e3436" />
|
||||
<stop offset="1" stop-color="#2e3436" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0" stop-color="#babdb6" />
|
||||
<stop offset=".133" stop-color="#eeeeec" />
|
||||
<stop offset="1" stop-color="#babdb6" />
|
||||
</linearGradient>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="19.4657" x2="23.7386" y1="4.1566" x1="23.7386" id="t"
|
||||
xlink:href="#a" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="22.6325" x2="23.6881" y1="30.0572" x1="23.7323" id="u"
|
||||
xlink:href="#b" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="36.358" x2="23.9375" y1="30.6169" x1="23.9375" id="n"
|
||||
xlink:href="#c" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="23.9395" x2="20.5631" y1="32.248" x1="20.7711" id="o"
|
||||
xlink:href="#d" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="9" x2="14.8125" y1="5.6244" x1="14.8125" id="p"
|
||||
xlink:href="#e" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="10.0086" x2="24.0405" y1="5.069" x1="24.0405" id="q"
|
||||
xlink:href="#f" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="24" x2="14.125" y1="33.125" x1="13.625" id="m"
|
||||
xlink:href="#g" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="42.5" x2="10.1875" y1="20.25" x1="10.1875" id="l"
|
||||
xlink:href="#h" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="17.0709" x2="23.9367" y1="35.9587" x1="24.7188" id="r"
|
||||
xlink:href="#i" />
|
||||
<linearGradient gradientUnits="userSpaceOnUse" y2="21.8143" x2="18.3125" y1="20.7438" x1="18.3125" id="s"
|
||||
xlink:href="#j" />
|
||||
<filter height="1.2799" y="-.14" width="1.0595" x="-.0298" id="k">
|
||||
<feGaussianBlur stdDeviation=".5197" />
|
||||
</filter>
|
||||
</defs>
|
||||
<g transform="translate(-1.7528 -3.1044)">
|
||||
<rect ry="2.2981" rx="2.2981" y="39" x="3" height="8.9116" width="41.9013" opacity=".2824" fill="#2e3436"
|
||||
filter="url(#k)" />
|
||||
<path
|
||||
d="M10 16.5938c-1.1804-.045-2.3598.978-2.4688 2.2187-.888 7.2876-2.2042 14.591-2.875 21.875V43.75c.0338 1.5795 1.071 2.642 2.2188 2.8438H41.5c.979-.0246 2.065-.7038 2.0313-2v-3.9376l-3.125-21.2187c-.2539-1.3018-1.3668-2.6848-2.9063-2.8438z"
|
||||
fill="url(#l)" fill-rule="evenodd" stroke="#555753" />
|
||||
<path
|
||||
d="M10.6019 39.6246c-1.1297-.1225-1.9285-.8636-1.9005-2.2236l1.9005-15.9933c.292-1.0683.985-1.9224 2.079-1.9193h21.9246c1.0863-.0326 2.1726.7204 2.457 1.6163l2.416 16.133c.057 1.469-.5475 2.3194-1.5654 2.2859z"
|
||||
fill="url(#m)" fill-rule="evenodd" stroke="#555753" />
|
||||
<path d="M20.4688 20.4375l-2.0626 12.0313h-2.9687l8.0313 5.1562 8.9687-5.1563h-2.9688l-1.875-12.0312z"
|
||||
fill="url(#n)" fill-rule="evenodd" stroke="url(#o)" />
|
||||
<rect ry="1.9855" rx="5.0159" y="4.5135" x="8.4848" height="6.0609" width="31.1132" fill="url(#p)"
|
||||
stroke="#930000" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<rect ry="1.2783" rx="1.8339" y="5.569" x="9.5004" height="3.9396" width="29.0803" opacity=".5833" fill="none"
|
||||
stroke="url(#q)" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path
|
||||
d="M10.593 17.5722c-1.1188-.042-2.2367.9145-2.34 2.0748L5.4687 39.7228c.011.125.031.2569.0593.3799v2.8638c.032 1.477 1.015 2.4414 2.103 2.63h32.8483c.928-.0229 1.9276-.6288 1.8956-1.841v-3.682c.0073-.0285.0236-.0596.0297-.0877l-.0297-.2046v-.2045h-.0296l-2.9027-19.3745c-.2406-1.2173-1.2954-2.4813-2.7546-2.63z"
|
||||
opacity=".2454" fill="none" stroke="url(#r)" />
|
||||
<path
|
||||
d="M10.2102 29.9558L12.048 22l24.0302.058 1.7797 8.9862-1.1767-9.0746c-.221-1.0017-.7513-1.9696-1.7236-1.9445l-21.9203-.0442c-1.4304-.0442-1.7118.8839-2.0373 1.9887z"
|
||||
opacity=".2083" fill="url(#s)" fill-rule="evenodd" />
|
||||
<rect ry="1.0763" rx="1.0763" y="3.6044" x="20.4837" height="25.9701" width="7.0964" fill="url(#t)"
|
||||
stroke="#888a85" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<rect ry="1.0763" rx="1.0763" y="22.0138" x="19.9758" height="8.0433" width="8.1317" fill="url(#u)" />
|
||||
<path d="M11.4234 41.4863h28.1104" opacity=".4352" fill="none" stroke="#fff" stroke-linecap="round" />
|
||||
<rect ry="1.0763" rx="1.0763" y="4.6321" x="21.4282" height="23.9371" width="5.1519" opacity=".2269" fill="none"
|
||||
stroke="#fff" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<g opacity=".6204" fill="none" stroke-linecap="round">
|
||||
<path d="M20.4375 30.5H27.5" stroke="#888a85" />
|
||||
<path d="M19.961 32.5h8.0155" opacity=".6806" stroke="#888a85" />
|
||||
<path d="M20.2735 31.5h7.453" stroke="#5d5d5c" />
|
||||
<path d="M19.87 33.4887h8.2713" opacity=".6806" stroke="#5d5d5c" />
|
||||
</g>
|
||||
<path d="M14.3814 31.5137h3.1378m12.9248-.0625h3.1377" fill="none" stroke="#fff" stroke-linecap="round" />
|
||||
<ellipse ry="1.0828" rx="1.1932" cy="42.1885" cx="9.8553" transform="matrix(.42163 0 0 .4766 5.3635 21.3923)"
|
||||
opacity=".335" fill="#fff" />
|
||||
</g>
|
||||
</svg>
|
||||
</template>
|
Reference in New Issue
Block a user