Skip to content

Improved the banner on welcome page for mobile devices

Close no issue

What does this MR do?

We want change the welcome text for beta startpage. But the foodsharing fork and header text is to big. This MR makes the fork and h2 text smaller.

HTML source code of http://localhost:18080/?page=content&id=48&a=edit

<div class="campaign topbarpadding">
<div class="campaignimg"><img src="/img/fsgabelgwrgbklein.png" /></div>
<div class="campaigntext ">
<h2>Dies ist die Beta-Test-Version von foodsharing</h2>
<h3>Du versprichst mit der Nutzung dieser Seite den <a href="http://devdocs.foodsharing.network/it-tasks.html" target="_blank">Entwicklern</a>, dass du Fehler die ausschlie&szlig;lich hier auftreten, an <a href="mailto:it@foodsharing.network?subject=BETA-Fehler" target="_blank">it@foodsharing.network</a> zu melden.</h3>
</div>
</div>

How confident are you it won't break things if deployed?

The change is only related to campaign css in mobile view.

Links to related issues

https://yunity.slack.com/archives/C1T1ZM9A4/p1580054067069100

How to test

Steps a reviewer can take to verify that this MR does what it says it does e.g.

  1. Checkout branch locally
  2. Open http://localhost:18080/
  3. Have a look at campaign banner on different browser and mobile devices

Screenshots (if applicable)

beta-welcomepage-3

beta-welcomepage-2

beta-welcomepage-1

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Chris Oelmueller

Merge request reports