Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma-fe
Commits
3db218de
Commit
3db218de
authored
Nov 02, 2020
by
HJ
🔥
Browse files
change logo to svg
parent
f0a66448
Pipeline
#32497
passed with stages
in 8 minutes and 45 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3db218de
...
...
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-
Icons changed from fontello (FontAwesome 4 + others) to FontAwesome 5 due to problems with fontello.
-
Some icons changed for better accessibility (lock, globe)
-
Logo is now clickable
-
Changed default logo to SVG version
## [2.1.1] - 2020-09-08
### Changed
...
...
src/modules/instance.js
View file @
3db218de
...
...
@@ -27,7 +27,7 @@ const defaultState = {
hideSitename
:
false
,
hideUserStats
:
false
,
loginMethod
:
'
password
'
,
logo
:
'
/static/logo.
pn
g
'
,
logo
:
'
/static/logo.
sv
g
'
,
logoMargin
:
'
.2em
'
,
logoMask
:
true
,
logoLeft
:
false
,
...
...
static/config.json
View file @
3db218de
...
...
@@ -10,7 +10,7 @@
"hideSitename"
:
false
,
"hideUserStats"
:
false
,
"loginMethod"
:
"password"
,
"logo"
:
"/static/logo.
pn
g"
,
"logo"
:
"/static/logo.
sv
g"
,
"logoMargin"
:
".1em"
,
"logoMask"
:
true
,
"logoLeft"
:
false
,
...
...
static/logo.png
deleted
100644 → 0
View file @
f0a66448
1.27 KB
static/logo.svg
0 → 100644
View file @
3db218de
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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:sodipodi=
"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape=
"http://www.inkscape.org/namespaces/inkscape"
version=
"1.1"
id=
"svg4485"
width=
"512"
height=
"512"
viewBox=
"0 0 512 512"
sodipodi:docname=
"logo.svg"
inkscape:version=
"1.0.1 (3bc2e813f5, 2020-09-07)"
>
<metadata
id=
"metadata4491"
>
<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
/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id=
"defs4489"
/>
<sodipodi:namedview
pagecolor=
"#ffffff"
bordercolor=
"#666666"
borderopacity=
"1"
objecttolerance=
"10"
gridtolerance=
"10"
guidetolerance=
"10"
inkscape:pageopacity=
"0"
inkscape:pageshadow=
"2"
inkscape:window-width=
"1274"
inkscape:window-height=
"1410"
id=
"namedview4487"
showgrid=
"false"
inkscape:zoom=
"1.2636719"
inkscape:cx=
"305.99333"
inkscape:cy=
"304.30809"
inkscape:window-x=
"1280"
inkscape:window-y=
"22"
inkscape:window-maximized=
"0"
inkscape:current-layer=
"g4612"
inkscape:document-rotation=
"0"
/>
<g
id=
"g4612"
>
<g
id=
"g850"
transform=
"matrix(0.99659595,0,0,0.99659595,0.37313949,0.87143746)"
>
<path
style=
"opacity:1;fill:#fba457;fill-opacity:1;stroke:#009bff;stroke-width:0;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.175879"
d=
"m 194.75841,124.65165 a 20.449443,20.449443 0 0 0 -20.44944,20.44945 v 242.24725 h 65.28091 v -262.6967 z"
id=
"path4497"
/>
<path
style=
"fill:#fba457;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d=
"M 272.6236,124.65165 V 256 h 45.61799 a 20.449443,20.449443 0 0 0 20.44944,-20.44945 v -110.8989 z"
id=
"path4516"
/>
<path
style=
"opacity:1;fill:#fba457;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d=
"m 272.6236,322.06744 v 65.28091 h 45.61799 a 20.449443,20.449443 0 0 0 20.44944,-20.44945 v -44.83146 z"
id=
"path4516-5"
/>
</g>
</g>
</svg>
static/terms-of-service.html
View file @
3db218de
...
...
@@ -6,4 +6,4 @@
Pleroma install containing the real ToS for your instance.
</p>
<p>
See the
<a
href=
'https://docs.pleroma.social/backend/configuration/static_dir/'
>
Pleroma documentation
</a>
for more information.
</p>
<br>
<img
src=
"/static/logo.
pn
g"
style=
"display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;"
/>
<img
src=
"/static/logo.
sv
g"
style=
"display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;"
/>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment