Skip to content

Commit

Permalink
Merge pull request #536 from rl-institut/release/v1.4.0
Browse files Browse the repository at this point in the history
Release/v1.4.0
  • Loading branch information
henhuy authored Jan 14, 2021
2 parents f2be844 + 6393d00 commit 090f429
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 126 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0]
## [1.4.0] - 2021-01-14
### Added
- en translation for new design of landing page

## [1.3.0] - 2020-12-14
### Changed
- wording and image on mobile LP
- added buttons on mobile LP to skip onboarding
Expand Down
2 changes: 1 addition & 1 deletion e_metrobus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.0"
__version__ = "1.4.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
2 changes: 1 addition & 1 deletion e_metrobus/templates/includes/desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>{% trans 'Emissionen sparen' %}</h2>
</div>
</div>
<div class="text">
{% trans 'Erfahre, wie viel CO2, NOx und Feinstaub du im Vergleich zu anderen Verkehrsmitteln sparst' %}
{% trans 'Erfahre, wie viel CO<sub>2</sub>, NO<sub>x</sub> und Feinstaub du im Vergleich zu anderen Verkehrsmitteln sparst' %}
</div>
</div>
<div class="cell small-4 desktop-features__item">
Expand Down
14 changes: 7 additions & 7 deletions e_metrobus/templates/navigation/display_route.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base.html" %}

{% load static %}
{% load i18n %}
Expand All @@ -7,7 +7,7 @@

{% block body_class %}l-scroll l-scroll--nav l-scroll--nofooter{% endblock %}

{% block content %}
{% block content %}

<!-- route display -->
<div class="display-route__bg"></div>
Expand All @@ -26,7 +26,7 @@
</p>
</div>
</div>

<div class="grid-x display__section">
<div class="cell small-3 display-route__img">
<img class="show-for-portrait" id="onboardingAnimateIcon2" src="{% static 'images/icons/Icon_E_Car.svg' %}" alt="{% trans 'E-Pkw' %}">
Expand All @@ -41,7 +41,7 @@
</div>
</div>
</div>

<div class="grid-x display__section">
<div class="cell small-3 display-route__img">
<img class="show-for-portrait" id="onboardingAnimateIcon3" src="{% static 'images/icons/Icon_Conventional_Bus.svg' %}" alt="{% trans 'Dieselbus' %}">
Expand All @@ -56,7 +56,7 @@
</div>
</div>
</div>

<div class="grid-x display__section">
<div class="cell small-3 display-route__img">
<img class="show-for-portrait" id="onboardingAnimateIcon5" src="{% static 'images/icons/Icon_Conventional_Car.svg' %}" alt="{% trans 'Pkw (Diesel)' %}">
Expand All @@ -71,7 +71,7 @@
</div>
</div>
</div>

<div class="grid-x display__section">
<div class="display__chart">
<a href="{% url 'navigation:comparison' %}">{% trans 'Chart ansehen' %}</a>
Expand All @@ -82,7 +82,7 @@
</div>
</div>

{% endblock %}
{% endblock %}

{% block javascript %}
{{block.super}}
Expand Down
Loading

0 comments on commit 090f429

Please sign in to comment.