Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9bf2350 authored by csagan5's avatar csagan5
Browse files

Add new banner for StandWithUkraine

parent be2a93f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
[![Stand With Ukraine](./banner2-direct.svg)](https://stand-with-ukraine.pp.ua/)

# Bromite - Take back your browser
<a href="https://github.com/bromite/bromite/releases/latest">
  <img src="https://www.bromite.org/release.svg" alt="current Bromite release" title="current Bromite release" /> </a>

banner2-direct.svg

0 → 100644
+64 −0
Original line number Diff line number Diff line
<svg viewBox="0 0 1040 200" xmlns="http://www.w3.org/2000/svg">
  <style>
@namespace svg url(http://www.w3.org/2000/svg);

svg {
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
}
svg|a:link, svg|a:visited {
  cursor: pointer;
}
.flag-blue {
  fill: #0057b7;
}
.flag-yellow {
  fill: #ffd700;
}
.message {
  fill: white;
  font-size: 20px;
}
.call {
  fill: black;
  font-size: 32px;
}
.mobile-only {
  display: none;
}
.arrow {
  font-size: 24px;
}
@media (max-width: 770px) {
  .message {
    display: none;
    font-size: 29px;
  }
  .mobile-only {
    display: inherit;
  }
  .call {
    font-size: 36px;
  }
}
  </style>

  <a href="https://stand-with-ukraine.pp.ua">
    <rect x="0" y="0" width="100%" height="100%" class="flag-yellow"/>
    <rect x="0" y="0" width="100%" height="110px" class="flag-blue"/>

    <text x="0" y="25" class="message">
      <tspan x="25" dy="1.15em">Russia has invaded Ukraine and already killed tens of thousands of civilians, with many more raped or tortured.</tspan>
      <tspan x="25" dy="1.35em">The death toll keeps climbing. It's a <tspan font-weight="bold">genocide</tspan>. We need your help. Let's fight back against the Russian regime.</tspan>
    </text>
    <text x="0" y="25" class="message mobile-only">
      <tspan x="25" dy=".7em">Russia has invaded Ukraine and already killed tens of thousands of civilians,</tspan>
      <tspan x="25" dy="1.2em">with many more raped or tortured. It's a <tspan font-weight="bold">genocide</tspan>. We need your help.</tspan>
    </text>

    <text x="50%" y="78.5%" dominant-baseline="middle" text-anchor="middle" class="call">
      Help Ukraine Now <tspan dominant-baseline="middle" class="arrow"></tspan>
    </text>
  </a>

</svg>