diff --git a/docker-compose.yml b/docker-compose.yml index 8749307b2075f981de05754b6638e58dc044979b..954bd17f045d32fc12cade2253f08537eb0bfbb7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -66,7 +66,7 @@ services: - "SHARELATEX_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING=true" - "SHARELATEX_ALLOW_PUBLIC_ACCESS=true" - - "SHARELATEX_LEFT_FOOTER=[{\"text\": \"Powered by Overleaf and pimped up for the Ruhr valley\"}]" + - "SHARELATEX_LEFT_FOOTER=[{\"text\": \"Pimped up for Ruhr valley\"}]" # SHARELATEX_RIGHT_FOOTER: '[{"text": "Hello I am on the Right"} ]' # SHARELATEX_EMAIL_FROM_ADDRESS: "team@sharelatex.com" diff --git a/gitsync/web/index.html b/gitsync/web/index.html index 3b668a91ae77fe5888572bdcbd42c575fee1f2a1..6739017e98e4781c690e123bdeacf259dbf9192b 100755 --- a/gitsync/web/index.html +++ b/gitsync/web/index.html @@ -12,7 +12,7 @@ <div class="container" style="margin-top: 2rem;"> <div class="row"> <div class="col-md-12"> - <h1>Overleaf Ruhr Git Sync</h1> + <h1>Overleaf Ruhr Git Sync<a href="https://youtu.be/aeIryioFwgs" target="_blank" style="background: #2ee518;color: black;padding: 0.5rem;margin: 0.5rem;border-radius: 13px;font-size: 2rem;">Video Guide</a></h1> <p>1. Create a repository on <a href="https://github.com">github.com</a> or <a href="https://gitlab.ruhr-uni-bochum.de">gitlab.ruhr-uni-bochum.de</a></p> <p>2. Enter the <strong>SSH</strong>-URL of the repository below. It has to start with <code>git@</code>.</p> <div class="form-group"> diff --git a/services/web/app/views/layout/footer-marketing.pug b/services/web/app/views/layout/footer-marketing.pug index 3a14d57a12e89c039becb3a25a647dd2c886d869..f68f4cc92083ddfc639a2d4ce8f9b125eaf266a7 100644 --- a/services/web/app/views/layout/footer-marketing.pug +++ b/services/web/app/views/layout/footer-marketing.pug @@ -11,7 +11,7 @@ footer.site-footer //- year of Server Pro release, static | © 2024 | - a(href='https://www.overleaf.com/') Powered by Overleaf + a(href='https://overleaf.lars.re') Powered by Overleaf Ruhr (Learn more) if showLanguagePicker || hasCustomLeftNav li diff --git a/services/web/app/views/layout/footer.pug b/services/web/app/views/layout/footer.pug index 12369d3a0a4fff3c8d60b6c70ff786a316f88cf7..08abde1bcbdad1546d00990722181b98c7702d20 100644 --- a/services/web/app/views/layout/footer.pug +++ b/services/web/app/views/layout/footer.pug @@ -13,7 +13,7 @@ footer.site-footer //- year of Server Pro release, static | © 2024 | - a(href='https://www.overleaf.com/') Powered by Overleaf + a(href='https://overleaf.lars.re') Powered by Overleaf Ruhr (Learn more) if showLanguagePicker || hasCustomLeftNav li diff --git a/services/web/config/settings.defaults.js b/services/web/config/settings.defaults.js index 7d1a5a93aa0ca11ef4f97668cc13f2669967f82c..6f47987c7fd586a4980e1581387e6e90c72052fe 100644 --- a/services/web/config/settings.defaults.js +++ b/services/web/config/settings.defaults.js @@ -667,8 +667,8 @@ module.exports = { right_footer: [ { - text: "<i class='fa fa-github-square'></i> Fork on GitLab!", - url: 'https://gitlab.fachschaften.org/newton/overleaf-delta', + text: "<i class='fa fa-github-square'></i> About & contribute!", + url: 'https://overleaf.lars.re', }, ], diff --git a/services/web/public/apple-touch-icon-precomposed.png b/services/web/public/apple-touch-icon-precomposed.png index f0eb3aba5915633a55e0751bceed256efe2141fd..4b90d265ba9c8d5a2ce8294532e82d089595709a 100644 Binary files a/services/web/public/apple-touch-icon-precomposed.png and b/services/web/public/apple-touch-icon-precomposed.png differ diff --git a/services/web/public/apple-touch-icon.png b/services/web/public/apple-touch-icon.png index f0eb3aba5915633a55e0751bceed256efe2141fd..ae4333f0d5d5d8f35ea899b61dac562992bd8249 100644 Binary files a/services/web/public/apple-touch-icon.png and b/services/web/public/apple-touch-icon.png differ diff --git a/services/web/public/favicon.ico b/services/web/public/favicon.ico index 6a14f7a5b9f7e1f231826fb3bf660351b8c4c903..9439ea36d661ad864bb97b875002c1db0da39edb 100644 Binary files a/services/web/public/favicon.ico and b/services/web/public/favicon.ico differ diff --git a/services/web/public/touch-icon-192x192.png b/services/web/public/touch-icon-192x192.png index 76cd6acc3e61a853dbdb66dfe354d47c6cf1cb06..cbf6e3b37ef557cf29f9a87e3138018e8113a892 100644 Binary files a/services/web/public/touch-icon-192x192.png and b/services/web/public/touch-icon-192x192.png differ