Merge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect into EdwardLangdon-UI-Changes
This commit is contained in:
commit
69b9eb0e2e
|
@ -0,0 +1,18 @@
|
|||
doctype html
|
||||
|
||||
img(src='./assets/images/libredirect.png')
|
||||
| Libredirect Icon
|
||||
img
|
||||
|
||||
p
|
||||
| Homepage -
|
||||
a(href='https://libredirect.github.io/') https://libredirect.github.io
|
||||
p
|
||||
| FAQ -
|
||||
a(href='https://libredirect.github.io/faq.html') https://libredirect.github.io/faq.html
|
||||
p
|
||||
| Docs -
|
||||
a(href='https://libredirect.github.io/docs.html') https://libredirect.github.io/docs.html
|
||||
p
|
||||
| Github -
|
||||
a(href='https://github.com/libredirect/libredirect') https://github.com/libredirect/libredirect
|
|
@ -40,3 +40,7 @@ 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")
|
||||
|
||||
mixin about
|
||||
svg(xmlns='http://www.w3.org/2000/svg' height='48' width='48')
|
||||
path(d='M22.65 34h3V22h-3ZM24 18.3q.7 0 1.175-.45.475-.45.475-1.15t-.475-1.2Q24.7 15 24 15q-.7 0-1.175.5-.475.5-.475 1.2t.475 1.15q.475.45 1.175.45ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 23.95q0-4.1 1.575-7.75 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24.05 4q4.1 0 7.75 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm.05-3q7.05 0 12-4.975T41 23.95q0-7.05-4.95-12T24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24.05 41ZM24 24Z')
|
|
@ -77,3 +77,6 @@ mixin links(service)
|
|||
.title
|
||||
+send
|
||||
a(href="#sendTargets" data-localise="__MSG_sendFiles__") Send Files
|
||||
.title
|
||||
img(src="about", alt="")
|
||||
a(href="about" data-localise="__MSG_about") About
|
Loading…
Reference in New Issue