diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:47 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:47 +0300 |
commit | 456d0ee4b11604d2db541be56537d93db24df6aa (patch) | |
tree | 494cb9da2b4379c416e041e9504ecba5c32259d9 /src/pages/widgets | |
parent | update instances (diff) | |
parent | fixing & refining About Page #368 (diff) | |
download | libredirect-456d0ee4b11604d2db541be56537d93db24df6aa.zip |
Merge branch 'EdwardLangdon-UI-Changes'
Diffstat (limited to 'src/pages/widgets')
-rw-r--r-- | src/pages/widgets/icons.pug | 6 | ||||
-rw-r--r-- | src/pages/widgets/links.pug | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/src/pages/widgets/icons.pug b/src/pages/widgets/icons.pug index 89e207a0..cc77ad16 100644 --- a/src/pages/widgets/icons.pug +++ b/src/pages/widgets/icons.pug @@ -39,4 +39,8 @@ mixin general mixin unify svg(xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor") - path(d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z") \ No newline at end of file + path(d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z") + +mixin about + svg( xmlns="http://www.w3.org/2000/svg" height="24" width="24" fill="currentColor") + path( d="M11 17h2v-6h-2Zm1-8q.425 0 .713-.288Q13 8.425 13 8t-.287-.713Q12.425 7 12 7t-.712.287Q11 7.575 11 8t.288.712Q11.575 9 12 9Zm0 13q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3a.35 2.325 5.675Q8.65 20 12 20Zm0-8Z") \ No newline at end of file diff --git a/src/pages/widgets/links.pug b/src/pages/widgets/links.pug index b2dca780..cac2ecb3 100644 --- a/src/pages/widgets/links.pug +++ b/src/pages/widgets/links.pug @@ -1,4 +1,4 @@ -include ../widgets/icons.pug +include ./icons.pug mixin links(service) section#links.links @@ -74,6 +74,10 @@ mixin links(service) +maps a(href="#maps" data-localise="__MSG_maps__") Maps - .title + .title +send - a(href="#sendTargets" data-localise="__MSG_sendFiles__") Send Files \ No newline at end of file + a(href="#sendTargets" data-localise="__MSG_sendFiles__") Send Files + + .title + +about + a(href="#about" data-localise="__MSG_about") About \ No newline at end of file |