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
JosephK
framatalk
Commits
7ef9725d
Commit
7ef9725d
authored
Nov 08, 2021
by
JosephK
Browse files
💅
parent
3b04e9aa
Pipeline
#456527
passed with stages
in 1 minute and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/img/icons/talk.svg
0 → 100644
View file @
7ef9725d
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"120"
height=
"120"
viewBox=
"0 0 32 32"
><circle
fill=
"#ffffff"
stroke=
"#6c7e31"
r=
"15.25"
cx=
"15.95"
cy=
"15.95"
stroke-width=
"1.25"
></circle>
<g
fill=
"#6c7e31"
transform=
"matrix(.03751 0 0 .03751 5.5 4.96)"
><circle
cx=
"515.92"
cy=
"412.86"
r=
"26"
></circle>
<circle
cx=
"499.71"
cy=
"484.31"
r=
"21"
></circle></g>
<path
fill=
"#6c7e31"
d=
"M23.73 10.83c-.23.06-.94-.04-.94-.04.2.13.33.49.32.73-.7-.09-.98-.32-1.62-.66 0 .01.45.52.87.84.8.6 1.5 1.32 1.95 2 .22.33.27.37.29.24.06-.4-.1-1.81-.75-2.74-.1-.13-.11-.27-.12-.37z"
></path>
<path
d=
"M6.84 5.38c-.22-.01-.33.18-.17.33 7.23 3.42 6.16 6.67 7.1 10.4.24 1 1.92 8.84 10.75 9.6.35.03.45-.36.1-.45-7.21-1.92-8.95-14.53-3.91-14.99.7-.06.91.23 1.44.4a4.5 4.5 0 001.62.19c.47-.87-.37-1.86-1.08-2.6.77-.49 3.24-1.03 3.53-1.16.18-.08.09-.36-.07-.4-1.13.08-3.81.3-5.02.75-2.11-1.27-4.87-.28-6.27 1.9-1.43-2.07-3.45-2.7-8.02-3.97zM18.7 7.34c1.08 0 1.05.45-.35.92-1.68.55-3.08 1.91-3.48 3.2-.16-.23.63-3.72 3.83-4.12z"
></path>
<circle
fill=
"#6c7e31"
cx=
"9.25"
cy=
"22.65"
r=
"8.25"
></circle>
<g><svg
x=
"4.5"
y=
"18.1"
fill=
"#ffffff"
width=
"9.5"
height=
"9.5"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 576 512"
><path
d=
"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z"
></path></svg></g></svg>
\ No newline at end of file
src/components/Header.vue
View file @
7ef9725d
...
...
@@ -10,11 +10,16 @@
md=
"5"
>
<h1>
<router-link
:to=
"`/$
{$t('lang')}/`"
v-html="$t('color.talk')"
/>
<router-link
:to=
"`/$
{$t('lang')}/`">
<img
alt=
""
:src=
"`$
{$t('baseurl')}img/icons/talk.svg`"
/>
<span
v-html=
"$t('color.talk')"
></span>
</router-link>
</h1>
</b-col>
<b-col
class=
"d-flex justify-content-center justify-content-md-end"
...
...
@@ -52,11 +57,22 @@ export default {
background
:
#fff
;
border-bottom
:
1px
solid
var
(
--
f-g4
);
h1
{
margin
:
0
;
line-height
:
normal
;
font-size
:
2rem
;
a
{
text-decoration
:
none
;
display
:
flex
;
align-items
:
center
;
img
{
width
:
64px
;
height
:
64px
;
padding
:
.25rem
.25rem
.25rem
0
;
}
}
}
...
...
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