From 51703c0e480536e4a0c81815e6d752ffe9622f28 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 9 May 2018 13:58:34 +0100 Subject: [PATCH] Update experience page styling --- source/experience.html.twig | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/source/experience.html.twig b/source/experience.html.twig index 1c977726..1ff76db8 100644 --- a/source/experience.html.twig +++ b/source/experience.html.twig @@ -111,7 +111,7 @@ experiences: {% for experience in page.experiences|reverse %} {% set company = site.companies[experience.company] %} -
+
{% if company.logo %}
{{ company.name }} logo @@ -119,22 +119,17 @@ experiences: {% endif %}
-

{{ company.name }}

+

{{ company.name }}

{% if company.url -%} - + {{- company.url -}} {%- endif %}
- {{- experience.role }} - from - {{ experience.start }} - to - {{ experience.end|default('Present') -}} + {{- experience.role }} from {{ experience.start }} to {{ experience.end|default('Present') -}} {%- if experience.location %} ({{ experience.location }}){% endif %}.
@@ -144,8 +139,7 @@ experiences: {{ experience.description|markdown }}
{% endif %} - -
{# /.inner #} +
{% endfor %}