Revert 1st of April
This commit is contained in:
parent
df84347aeb
commit
b0e243afcb
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
. ../APKBUILD-config.template
|
. ../APKBUILD-config.template
|
||||||
|
|
||||||
pkgver=2022.04.01.01
|
pkgver=2022.04.02.01
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
depends="
|
depends="
|
||||||
redxen-data-gitea-theme
|
redxen-data-gitea-theme
|
||||||
|
@ -37,6 +37,6 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
ccbde351c79faf22c364d39a2e5f18c2190edc2fcf097fc2b674bbe51a2bb9b48b3629924a20290ee7b709f9c824516ad202da9eab7ede7f73c998ebf275a25d redxen.ini
|
47db43a7ec517bd7995aa9cf52604d9aafd905943f64eb0e3b0efe7a689a207e8cd8e6e3cefa2babfb9ac5bfaa29ad17f507e4ba5ab387c095831f44f1b6a674 redxen.ini
|
||||||
012d489c5d71864cda4b99ec16b3d6edbf83d18ea14d2104afe70e320937f4dd223572e384fba040cb3d43ced8ca7267e434756e4a1cd8bd41bb6f9092ad4b9d secret
|
012d489c5d71864cda4b99ec16b3d6edbf83d18ea14d2104afe70e320937f4dd223572e384fba040cb3d43ced8ca7267e434756e4a1cd8bd41bb6f9092ad4b9d secret
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
APP_NAME = Cloudflare Gitea
|
APP_NAME = RedXen Git
|
||||||
|
|
||||||
RUN_MODE = prod
|
RUN_MODE = prod
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
|
@ -41,8 +42,8 @@ THEMES = gitea,arc-green
|
||||||
DEFAULT_THEME = arc-green
|
DEFAULT_THEME = arc-green
|
||||||
|
|
||||||
[ui.meta]
|
[ui.meta]
|
||||||
AUTHOR = Cloudflare Gitea
|
AUTHOR = RedXen Git - Where code is a currency
|
||||||
DESCRIPTION = Hosting open repositories for a transpartent future
|
DESCRIPTION = The RedXen git is the center of development of the RedXen community
|
||||||
|
|
||||||
[indexer]
|
[indexer]
|
||||||
REPO_INDEXER_ENABLED = true
|
REPO_INDEXER_ENABLED = true
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
. ../APKBUILD-config.template
|
. ../APKBUILD-config.template
|
||||||
|
|
||||||
pkgver=2022.04.0261.01
|
pkgver=2022.04.02.01
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
depends="redxen-secret-letsencrypt-full redxen-data-haproxy-errorpages"
|
depends="redxen-secret-letsencrypt-full redxen-data-haproxy-errorpages"
|
||||||
checkdepends="haproxy"
|
checkdepends="haproxy"
|
||||||
|
@ -15,5 +15,5 @@ check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c720244e6b9c0315982f6e587e1bb895ee319fe38445088a14ac84be337d83b466121e0a0941b15b6d7a82ccd12bd89ad3fcef5e1f77ea59ec954f3a2b7e661a main.cfg
|
45bd2aa36469225968df94843d4548064f601ebc7d353fed75d8e50cd1eb0edad12e9ba07e1d05cd88ce2597cb4d411585a613f349ceb08fb5061e30cc6be97b main.cfg
|
||||||
"
|
"
|
||||||
|
|
|
@ -88,7 +88,6 @@ frontend http
|
||||||
acl monerod hdr_beg(host) -i monerod.redxen
|
acl monerod hdr_beg(host) -i monerod.redxen
|
||||||
|
|
||||||
redirect location https://en.uncyclopedia.co/wiki/South_Africa code 302 if fedi
|
redirect location https://en.uncyclopedia.co/wiki/South_Africa code 302 if fedi
|
||||||
redirect location https://cloudflare.com code 302 if home root
|
|
||||||
redirect prefix /web code 302 if btdaemon root
|
redirect prefix /web code 302 if btdaemon root
|
||||||
|
|
||||||
use_backend backend-home if home
|
use_backend backend-home if home
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
. ../APKBUILD-data.template
|
. ../APKBUILD-data.template
|
||||||
|
|
||||||
pkgver=2022.04.01.02
|
pkgver=2022.04.02.01
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
makedepends="imagemagick"
|
makedepends="imagemagick"
|
||||||
source="logo.svg"
|
source="logo.svg"
|
||||||
|
@ -15,8 +15,7 @@ build() {
|
||||||
sizes="120 180 192 512 880"
|
sizes="120 180 192 512 880"
|
||||||
for i in $sizes; do
|
for i in $sizes; do
|
||||||
msg "Scaling svg to $i"
|
msg "Scaling svg to $i"
|
||||||
#magick -size "$i"x"$i" logo.svg \( +clone -threshold 101% -fill white -draw 'circle %[fx:int(w/2)],%[fx:int(h/2)] %[fx:int(w/2)],%[fx:80+int(h/2)]' \) -channel-fx '| gray=>alpha' logo-"$i".png
|
magick -size "$i"x"$i" logo.svg \( +clone -threshold 101% -fill white -draw 'circle %[fx:int(w/2)],%[fx:int(h/2)] %[fx:int(w/2)],%[fx:80+int(h/2)]' \) -channel-fx '| gray=>alpha' logo-"$i".png
|
||||||
magick -size "$i"x"$i" logo.svg logo-"$i".png
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,5 +34,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
aaa7ebe987779b52371d8d0931a2fd2014bc8a93308e1c84a287250724ab16652bc117a121caa45041ccb734abdf02862be57cea876826b8d895bca5033bb3fd logo.svg
|
d706ce4edaeccf6fbcea779a55046a20af136a3b9235e35f84c41e6f0aa7ddcae8fa3568d87e8d2f8be4f799c7cfd9f8b4b0ac653c0b4687d498eda25fc3864b logo.svg
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,283 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<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="60mm"
|
|
||||||
height="60mm"
|
|
||||||
viewBox="0 0 60 60"
|
|
||||||
version="1.1"
|
|
||||||
id="svg8"
|
|
||||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
|
||||||
sodipodi:docname="logo.svg">
|
|
||||||
<title
|
|
||||||
id="title5858">RedXen Logo</title>
|
|
||||||
<defs
|
|
||||||
id="defs2">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient6724">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#111111;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop6720" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#222222;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop6722" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect4821"
|
|
||||||
is_visible="true"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<linearGradient
|
|
||||||
id="Background"
|
|
||||||
inkscape:collect="always">
|
|
||||||
<stop
|
|
||||||
id="stop5809"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#780a0a;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop5811"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#e03333;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="spiro"
|
|
||||||
id="path-effect5763"
|
|
||||||
is_visible="true" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="spiro"
|
|
||||||
id="path-effect5759"
|
|
||||||
is_visible="true" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect5751"
|
|
||||||
is_visible="true"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect5747"
|
|
||||||
is_visible="true"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect5377"
|
|
||||||
is_visible="true"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect5373"
|
|
||||||
is_visible="true"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="bspline"
|
|
||||||
id="path-effect5287"
|
|
||||||
is_visible="true"
|
|
||||||
weight="33.333333"
|
|
||||||
steps="2"
|
|
||||||
helper_size="0"
|
|
||||||
apply_no_weight="true"
|
|
||||||
apply_with_weight="true"
|
|
||||||
only_selected="false" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#Background"
|
|
||||||
id="linearGradient5802"
|
|
||||||
x1="9.9999981"
|
|
||||||
y1="247"
|
|
||||||
x2="70"
|
|
||||||
y2="247"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,1.5,-9.9999983,-103.49999)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient6724"
|
|
||||||
id="linearGradient6726"
|
|
||||||
x1="29.999998"
|
|
||||||
y1="259"
|
|
||||||
x2="0"
|
|
||||||
y2="297"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="2"
|
|
||||||
inkscape:cx="233.32499"
|
|
||||||
inkscape:cy="168.39291"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
inkscape:current-layer="layer2"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1018"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="32"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:bbox-paths="false"
|
|
||||||
inkscape:bbox-nodes="false"
|
|
||||||
inkscape:snap-bbox-edge-midpoints="true"
|
|
||||||
inkscape:pagecheckerboard="false" />
|
|
||||||
<metadata
|
|
||||||
id="metadata5">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title>RedXen Logo</dc:title>
|
|
||||||
<dc:creator>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>caskd</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:creator>
|
|
||||||
<dc:rights>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>caskd</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:rights>
|
|
||||||
<dc:publisher>
|
|
||||||
<cc:Agent>
|
|
||||||
<dc:title>caskd</dc:title>
|
|
||||||
</cc:Agent>
|
|
||||||
</dc:publisher>
|
|
||||||
<dc:source>https://redxen.eu</dc:source>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer5"
|
|
||||||
inkscape:label="Background Bottom" />
|
|
||||||
<g
|
|
||||||
inkscape:label="Background"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(0,-237)">
|
|
||||||
<flowRoot
|
|
||||||
xml:space="preserve"
|
|
||||||
id="flowRoot5815"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(0.26458333)"><flowRegion
|
|
||||||
id="flowRegion5817"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
|
|
||||||
id="rect5819"
|
|
||||||
width="215.66757"
|
|
||||||
height="53.740116"
|
|
||||||
x="41.719299"
|
|
||||||
y="1027.0603"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
|
|
||||||
id="flowPara5821" /></flowRoot> <rect
|
|
||||||
id="rect10"
|
|
||||||
width="60"
|
|
||||||
height="60"
|
|
||||||
x="0"
|
|
||||||
y="237"
|
|
||||||
style="display:inline;opacity:1;fill:url(#linearGradient5802);fill-opacity:1;stroke-width:0.20192306;stroke:none"
|
|
||||||
ry="0"
|
|
||||||
rx="0" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer3"
|
|
||||||
inkscape:label="Background Hill"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(0,-237)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer2"
|
|
||||||
inkscape:label="Foreground Hill"
|
|
||||||
style="display:inline;opacity:1"
|
|
||||||
transform="translate(0,-237)">
|
|
||||||
<flowRoot
|
|
||||||
xml:space="preserve"
|
|
||||||
id="flowRoot5823"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(0.26458333)"><flowRegion
|
|
||||||
id="flowRegion5825"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
|
|
||||||
id="rect5827"
|
|
||||||
width="117.41467"
|
|
||||||
height="54.695965"
|
|
||||||
x="37.795269"
|
|
||||||
y="1009.1339"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
|
|
||||||
id="flowPara5829">RedXemndss</flowPara></flowRoot> <flowRoot
|
|
||||||
xml:space="preserve"
|
|
||||||
id="flowRoot5831"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(0.26458333)"><flowRegion
|
|
||||||
id="flowRegion5833"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
|
|
||||||
id="rect5835"
|
|
||||||
width="143.18912"
|
|
||||||
height="14.142109"
|
|
||||||
x="38.537319"
|
|
||||||
y="1042.9702"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
|
|
||||||
id="flowPara5837">RX</flowPara></flowRoot> <path
|
|
||||||
style="display:inline;fill:url(#linearGradient6726);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
|
|
||||||
d="M 0,297 H 59.999998 V 259 C 46.436069,259 41.273209,271.14135 30.588997,272 20.083594,272.84428 14.904049,264 0,264 Z"
|
|
||||||
id="path4790"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccacc" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer4"
|
|
||||||
inkscape:label="Text"
|
|
||||||
style="opacity:0.03"
|
|
||||||
transform="translate(0,-237)">
|
|
||||||
<text
|
|
||||||
xml:space="preserve"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:Oswald;-inkscape-font-specification:'Oswald, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
||||||
x="25.172283"
|
|
||||||
y="292.97177"
|
|
||||||
id="text5845"><tspan
|
|
||||||
sodipodi:role="line"
|
|
||||||
id="tspan5843"
|
|
||||||
x="25.172283"
|
|
||||||
y="292.97177"
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:Oswald;-inkscape-font-specification:'Oswald, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">RedXen</tspan></text>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 10 KiB |
|
@ -1,35 +1,283 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) by Marsupilami -->
|
|
||||||
<svg
|
<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:svg="http://www.w3.org/2000/svg"
|
||||||
xmlns="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="60mm"
|
||||||
|
height="60mm"
|
||||||
|
viewBox="0 0 60 60"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg3386"
|
id="svg8"
|
||||||
width="1024"
|
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||||
height="352"
|
sodipodi:docname="logo.svg">
|
||||||
viewBox="-1.005 -1.005 103.41 35.51">
|
<title
|
||||||
|
id="title5858">RedXen Logo</title>
|
||||||
<defs
|
<defs
|
||||||
id="defs3388" />
|
id="defs2">
|
||||||
<path
|
<linearGradient
|
||||||
style="fill:#ffffff;fill-opacity:1"
|
inkscape:collect="always"
|
||||||
id="path3358"
|
id="linearGradient6724">
|
||||||
d="m 94.7,10.6 -5.6,-1.3 -1,-0.4 -25.7,0.2 0,12.4 32.3,0.1 z"
|
<stop
|
||||||
class="st0" />
|
style="stop-color:#111111;stop-opacity:1"
|
||||||
<path
|
offset="0"
|
||||||
style="fill:#f48120;fill-opacity:1"
|
id="stop6720" />
|
||||||
id="path3360"
|
<stop
|
||||||
d="m 84.2,20.4 c 0.3,-1 0.2,-2 -0.3,-2.6 -0.5,-0.6 -1.2,-1 -2.1,-1.1 L 64.4,16.5 c -0.1,0 -0.2,-0.1 -0.3,-0.1 -0.1,-0.1 -0.1,-0.2 0,-0.3 0.1,-0.2 0.2,-0.3 0.4,-0.3 L 82,15.6 c 2.1,-0.1 4.3,-1.8 5.1,-3.8 l 1,-2.6 C 88.1,9.1 88.2,9 88.1,8.9 87,3.8 82.4,0 77,0 72,0 67.7,3.2 66.2,7.7 65.2,7 64,6.6 62.6,6.7 60.2,6.9 58.3,8.9 58,11.3 c -0.1,0.6 0,1.2 0.1,1.8 -3.9,0.1 -7.1,3.3 -7.1,7.3 0,0.4 0,0.7 0.1,1.1 0,0.2 0.2,0.3 0.3,0.3 l 32.1,0 c 0.2,0 0.4,-0.1 0.4,-0.3 l 0.3,-1.1 z"
|
style="stop-color:#222222;stop-opacity:1"
|
||||||
class="st1" />
|
offset="1"
|
||||||
<path
|
id="stop6722" />
|
||||||
style="fill:#faad3f;fill-opacity:1"
|
</linearGradient>
|
||||||
id="path3362"
|
<inkscape:path-effect
|
||||||
d="m 89.7,9.2 -0.5,0 c -0.1,0 -0.2,0.1 -0.3,0.2 l -0.7,2.4 c -0.3,1 -0.2,2 0.3,2.6 0.5,0.6 1.2,1 2.1,1.1 l 3.7,0.2 c 0.1,0 0.2,0.1 0.3,0.1 0.1,0.1 0.1,0.2 0,0.3 -0.1,0.2 -0.2,0.3 -0.4,0.3 l -3.8,0.2 c -2.1,0.1 -4.3,1.8 -5.1,3.8 l -0.2,0.9 c -0.1,0.1 0,0.3 0.2,0.3 l 13.2,0 c 0.2,0 0.3,-0.1 0.3,-0.3 0.2,-0.8 0.4,-1.7 0.4,-2.6 0,-5.2 -4.3,-9.5 -9.5,-9.5"
|
effect="bspline"
|
||||||
class="st2" />
|
id="path-effect4821"
|
||||||
<path
|
is_visible="true"
|
||||||
style="fill:#404041;fill-opacity:1"
|
weight="33.333333"
|
||||||
id="path3364"
|
steps="2"
|
||||||
d="m 100.5,27.2 c -0.5,0 -0.9,-0.4 -0.9,-0.9 0,-0.5 0.4,-0.9 0.9,-0.9 0.5,0 0.9,0.4 0.9,0.9 0,0.5 -0.4,0.9 -0.9,0.9 m 0,-1.6 c -0.4,0 -0.7,0.3 -0.7,0.7 0,0.4 0.3,0.7 0.7,0.7 0.4,0 0.7,-0.3 0.7,-0.7 0,-0.4 -0.3,-0.7 -0.7,-0.7 m 0.4,1.2 -0.2,0 -0.2,-0.3 -0.2,0 0,0.3 -0.2,0 0,-0.9 0.5,0 c 0.2,0 0.3,0.1 0.3,0.3 0,0.1 -0.1,0.2 -0.2,0.3 l 0.2,0.3 z m -0.3,-0.5 c 0.1,0 0.1,0 0.1,-0.1 0,-0.1 -0.1,-0.1 -0.1,-0.1 l -0.3,0 0,0.3 0.3,0 z m -89.7,-0.9 2.2,0 0,6 3.8,0 0,1.9 -6,0 z m 8.3,3.9 c 0,-2.3 1.8,-4.1 4.3,-4.1 2.5,0 4.2,1.8 4.2,4.1 0,2.3 -1.8,4.1 -4.3,4.1 -2.4,0 -4.2,-1.8 -4.2,-4.1 m 6.3,0 c 0,-1.2 -0.8,-2.2 -2,-2.2 -1.2,0 -2,1 -2,2.1 0,1.1 0.8,2.1 2,2.1 1.2,0.2 2,-0.8 2,-2 m 4.9,0.5 0,-4.4 2.2,0 0,4.4 c 0,1.1 0.6,1.7 1.5,1.7 0.9,0 1.5,-0.5 1.5,-1.6 l 0,-4.5 2.2,0 0,4.4 c 0,2.6 -1.5,3.7 -3.7,3.7 -2.3,-0.1 -3.7,-1.2 -3.7,-3.7 m 10.7,-4.4 3.1,0 c 2.8,0 4.5,1.6 4.5,3.9 0,2.3 -1.7,4 -4.5,4 l -3,0 0,-7.9 z m 3.1,5.9 c 1.3,0 2.2,-0.7 2.2,-2 0,-1.3 -0.9,-2 -2.2,-2 l -0.9,0 0,4 0.9,0 z m 7.6,-5.9 6.3,0 0,1.9 -4.1,0 0,1.3 3.7,0 0,1.8 -3.7,0 0,2.9 -2.2,0 z m 9.4,0 2.2,0 0,6 3.8,0 0,1.9 -6,0 z m 11.7,-0.1 2.2,0 3.4,8 -2.4,0 -0.6,-1.4 -3.1,0 -0.6,1.4 -2.3,0 3.4,-8 z m 2,4.9 -0.9,-2.2 -0.9,2.2 1.8,0 z m 6.4,-4.8 3.7,0 c 1.2,0 2,0.3 2.6,0.9 0.5,0.5 0.7,1.1 0.7,1.8 0,1.2 -0.6,2 -1.6,2.4 l 1.9,2.8 -2.5,0 -1.6,-2.4 -1,0 0,2.4 -2.2,0 0,-7.9 z m 3.6,3.8 c 0.7,0 1.2,-0.4 1.2,-0.9 0,-0.6 -0.5,-0.9 -1.2,-0.9 l -1.4,0 0,1.9 1.4,0 z m 6.5,-3.8 6.4,0 0,1.8 -4.2,0 0,1.2 3.8,0 0,1.8 -3.8,0 0,1.2 4.3,0 0,1.9 -6.5,0 z M 6.1,30.3 c -0.3,0.7 -1,1.2 -1.8,1.2 -1.2,0 -2,-1 -2,-2.1 0,-1.1 0.8,-2.1 2,-2.1 0.9,0 1.6,0.6 1.9,1.3 l 2.3,0 C 8.1,26.7 6.5,25.3 4.3,25.3 1.9,25.3 0,27.1 0,29.4 c 0,2.3 1.8,4.1 4.2,4.1 2.1,0 3.7,-1.4 4.2,-3.2 l -2.3,0 z"
|
helper_size="0"
|
||||||
class="st3" />
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<linearGradient
|
||||||
|
id="Background"
|
||||||
|
inkscape:collect="always">
|
||||||
|
<stop
|
||||||
|
id="stop5809"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#780a0a;stop-opacity:1" />
|
||||||
|
<stop
|
||||||
|
id="stop5811"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#e03333;stop-opacity:1" />
|
||||||
|
</linearGradient>
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect5763"
|
||||||
|
is_visible="true" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="spiro"
|
||||||
|
id="path-effect5759"
|
||||||
|
is_visible="true" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect5751"
|
||||||
|
is_visible="true"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect5747"
|
||||||
|
is_visible="true"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect5377"
|
||||||
|
is_visible="true"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect5373"
|
||||||
|
is_visible="true"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="bspline"
|
||||||
|
id="path-effect5287"
|
||||||
|
is_visible="true"
|
||||||
|
weight="33.333333"
|
||||||
|
steps="2"
|
||||||
|
helper_size="0"
|
||||||
|
apply_no_weight="true"
|
||||||
|
apply_with_weight="true"
|
||||||
|
only_selected="false" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#Background"
|
||||||
|
id="linearGradient5802"
|
||||||
|
x1="9.9999981"
|
||||||
|
y1="247"
|
||||||
|
x2="70"
|
||||||
|
y2="247"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,1.5,-9.9999983,-103.49999)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient6724"
|
||||||
|
id="linearGradient6726"
|
||||||
|
x1="29.999998"
|
||||||
|
y1="259"
|
||||||
|
x2="0"
|
||||||
|
y2="297"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="2"
|
||||||
|
inkscape:cx="233.32499"
|
||||||
|
inkscape:cy="168.39291"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer2"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1018"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-paths="false"
|
||||||
|
inkscape:bbox-nodes="false"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:pagecheckerboard="false" />
|
||||||
|
<metadata
|
||||||
|
id="metadata5">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title>RedXen Logo</dc:title>
|
||||||
|
<dc:creator>
|
||||||
|
<cc:Agent>
|
||||||
|
<dc:title>caskd</dc:title>
|
||||||
|
</cc:Agent>
|
||||||
|
</dc:creator>
|
||||||
|
<dc:rights>
|
||||||
|
<cc:Agent>
|
||||||
|
<dc:title>caskd</dc:title>
|
||||||
|
</cc:Agent>
|
||||||
|
</dc:rights>
|
||||||
|
<dc:publisher>
|
||||||
|
<cc:Agent>
|
||||||
|
<dc:title>caskd</dc:title>
|
||||||
|
</cc:Agent>
|
||||||
|
</dc:publisher>
|
||||||
|
<dc:source>https://redxen.eu</dc:source>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer5"
|
||||||
|
inkscape:label="Background Bottom" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Background"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(0,-237)">
|
||||||
|
<flowRoot
|
||||||
|
xml:space="preserve"
|
||||||
|
id="flowRoot5815"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
transform="scale(0.26458333)"><flowRegion
|
||||||
|
id="flowRegion5817"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
|
||||||
|
id="rect5819"
|
||||||
|
width="215.66757"
|
||||||
|
height="53.740116"
|
||||||
|
x="41.719299"
|
||||||
|
y="1027.0603"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
|
||||||
|
id="flowPara5821" /></flowRoot> <rect
|
||||||
|
id="rect10"
|
||||||
|
width="60"
|
||||||
|
height="60"
|
||||||
|
x="0"
|
||||||
|
y="237"
|
||||||
|
style="display:inline;opacity:1;fill:url(#linearGradient5802);fill-opacity:1;stroke-width:0.20192306;stroke:none"
|
||||||
|
ry="0"
|
||||||
|
rx="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="Background Hill"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(0,-237)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="Foreground Hill"
|
||||||
|
style="display:inline;opacity:1"
|
||||||
|
transform="translate(0,-237)">
|
||||||
|
<flowRoot
|
||||||
|
xml:space="preserve"
|
||||||
|
id="flowRoot5823"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
transform="scale(0.26458333)"><flowRegion
|
||||||
|
id="flowRegion5825"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
|
||||||
|
id="rect5827"
|
||||||
|
width="117.41467"
|
||||||
|
height="54.695965"
|
||||||
|
x="37.795269"
|
||||||
|
y="1009.1339"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
|
||||||
|
id="flowPara5829">RedXemndss</flowPara></flowRoot> <flowRoot
|
||||||
|
xml:space="preserve"
|
||||||
|
id="flowRoot5831"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
transform="scale(0.26458333)"><flowRegion
|
||||||
|
id="flowRegion5833"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto"><rect
|
||||||
|
id="rect5835"
|
||||||
|
width="143.18912"
|
||||||
|
height="14.142109"
|
||||||
|
x="38.537319"
|
||||||
|
y="1042.9702"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:Roboto;-inkscape-font-specification:Roboto" /></flowRegion><flowPara
|
||||||
|
id="flowPara5837">RX</flowPara></flowRoot> <path
|
||||||
|
style="display:inline;fill:url(#linearGradient6726);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
|
||||||
|
d="M 0,297 H 59.999998 V 259 C 46.436069,259 41.273209,271.14135 30.588997,272 20.083594,272.84428 14.904049,264 0,264 Z"
|
||||||
|
id="path4790"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccacc" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer4"
|
||||||
|
inkscape:label="Text"
|
||||||
|
style="opacity:0.03"
|
||||||
|
transform="translate(0,-237)">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:Oswald;-inkscape-font-specification:'Oswald, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
||||||
|
x="25.172283"
|
||||||
|
y="292.97177"
|
||||||
|
id="text5845"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan5843"
|
||||||
|
x="25.172283"
|
||||||
|
y="292.97177"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:Oswald;-inkscape-font-specification:'Oswald, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">RedXen</tspan></text>
|
||||||
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
<!-- version: 20171223, original size: 101.4 33.5, border: 3% -->
|
|
||||||
|
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue