diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:34 +0300 |
commit | f2294d7da063e05ee81befb27173b791bccdc2c8 (patch) | |
tree | 494cb9da2b4379c416e041e9504ecba5c32259d9 /src/pages/options/widgets | |
parent | Merge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect int... (diff) | |
download | libredirect-f2294d7da063e05ee81befb27173b791bccdc2c8.zip |
fixing & refining About Page #368
Diffstat (limited to 'src/pages/options/widgets')
-rw-r--r-- | src/pages/options/widgets/about.pug | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/src/pages/options/widgets/about.pug b/src/pages/options/widgets/about.pug index 67897e70..954522bb 100644 --- a/src/pages/options/widgets/about.pug +++ b/src/pages/options/widgets/about.pug @@ -1,18 +1,17 @@ -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 +section#about_page.option-block + .some-block.option-block + h1(data-localise="__MSG_about__") About + hr + .about + .some-block.option-block + h4 Donate: ♥️ + h4 <a href='https://libredirect.github.io/donate'>https://libredirect.github.io/donate</a> + .some-block.option-block + h4 FAQ: + h4 <a href='https://libredirect.github.io/faq'>https://libredirect.github.io/faq</a> + .some-block.option-block + h4 Docs: + h4 <a href='https://libredirect.github.io/docs'>https://libredirect.github.io/docs</a> + .some-block.option-block + h4 Source Code: + h4 <a href='https://libredirect.github.io/source_code'>https://libredirect.github.io/source_code</a> \ No newline at end of file |