Commit baae8278 authored by Pili Guerra's avatar Pili Guerra
Browse files

Update localization section layout

parent 2f579e76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ title: Pick a project
---
subtitle: How to find things ... 
---
key: 2
key: 3
---
html: localization.html
---
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ title: Translate strings
---
subtitle: How to do this ...
---
key: 3
key: 4
---
html: localization.html
---
+9 −52
Original line number Diff line number Diff line
@@ -8,58 +8,6 @@
      <p>Illustration area</p>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-md-6 col-sm-12 col-xl-6 py-4">
      <h4 class="text-primary text-uppercase">Tier 1</h4>
      <table class="table table-hover">
        <thead>
          <tr>
            <th scope="col">{{ _('Language') }}</th>
            <th scope="col">{{ _('Projects supported') }}</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>{{ _('English') }}</td>
            <td>{{ _('Tor Browser, Website') }}</td>
          </tr>
          <tr>
            <td>{{ _('German') }}</td>
            <td>{{ _('Tor Browser, Website') }}</td>
          </tr>
          <tr>
            <td>{{ _('French') }}</td>
            <td>{{ _('Tor Browser, Website') }}</td>
          </tr>
        </tbody>
      </table>
    </div>
    <div class="col-sm-6 col-md-6 col-sm-12 col-xl-6 py-4">
      <h4 class="text-primary text-uppercase">Tier 2</h4>
      <table class="table table-hover">
        <thead>
          <tr>
            <th scope="col">{{ _('Language') }}</th>
            <th scope="col">{{ _('Projects supported') }}</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>{{ _('Portuguese') }}</td>
            <td>{{ _('Tor Browser, Website') }}</td>
          </tr>
          <tr>
            <td>{{ _('Arabic') }}</td>
            <td>{{ _('Tor Browser, Website') }}</td>
          </tr>
          <tr>
            <td>{{ _('Greek') }}</td>
            <td>{{ _('Tor Browser, Website') }}</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="row">
    {% for child in this.children|sort(attribute='key') %}
      <div class="col-sm-6 col-md-6 col-sm-12 col-xl-6 py-4">
@@ -75,4 +23,13 @@
      </div>
    {% endfor %}
  </div>
    <div class="row py-5 text-center mx-auto">
    <h2 class="display-4 text-primary text-center mx-auto">{{ _('Help us to improve our translations!') }}</h2>
    <p class="text-center">
      {{ _('Notice any improvements we could make to our translations?') }}</p>
      {{ _('Don't hesitate to reach out to us here.) }}</p>
    <h3 class="text-primary text-center mx-auto"><u>{{ _('Translators list') }}
      <i class="fas fa-arrow-right"></i></u>
    </h3>
  </div>
</div>