diff --git a/tailwind.css b/tailwind.css index eb2946f..f8d9b29 100644 --- a/tailwind.css +++ b/tailwind.css @@ -39,3 +39,13 @@ html { .image-center { @apply mx-auto; } + +h2.section-title i { + @apply mr-4; + @apply text-zinc-600; +} + +div.organization i { + @apply mr-1; + @apply text-stone-500; +} diff --git a/templates/partials/education.html b/templates/partials/education.html index 3747420..55cc25f 100644 --- a/templates/partials/education.html +++ b/templates/partials/education.html @@ -2,7 +2,7 @@ {% if education %}
-

{% trans %}resume education title{% endtrans %} ({{ education | length }})

+

{% trans %}resume education title{% endtrans %} ({{ education | length }})

@@ -34,7 +34,7 @@ {% endif %} -
+
{% if education_item.area %}
{{ education_item.area }} diff --git a/templates/partials/interests.html b/templates/partials/interests.html index 67f6f9c..ebe94e5 100644 --- a/templates/partials/interests.html +++ b/templates/partials/interests.html @@ -2,7 +2,7 @@ {% if interests %}
-

{% trans %}resume interest title{% endtrans %}

+

{% trans %}resume interest title{% endtrans %}

{% for interest in interests %} @@ -12,6 +12,11 @@ {{ interest.name }} {% endif %} + {% if interest.description %} +
+ {{ interest.description }} +
+ {% endif %} {% if interest.keywords %}
    {% for keyword in interest.keywords %} diff --git a/templates/partials/languages.html b/templates/partials/languages.html index b015f70..24f1e3e 100644 --- a/templates/partials/languages.html +++ b/templates/partials/languages.html @@ -1,7 +1,7 @@ {% set languages = page.resume.languages %} {% if languages %}
    -

    {% trans %}resume language title{% endtrans %}

    +

    {% trans %}resume language title{% endtrans %}

    {% for language in languages %} diff --git a/templates/partials/skills.html b/templates/partials/skills.html index 9e5c5e7..c4ee631 100644 --- a/templates/partials/skills.html +++ b/templates/partials/skills.html @@ -2,7 +2,7 @@ {% if skills %}
    -

    {% trans %}resume skill title{% endtrans %}

    +

    {% trans %}resume skill title{% endtrans %}

    {% for skill in skills %} diff --git a/templates/partials/volunteer.html b/templates/partials/volunteer.html index 32cca46..6144e54 100644 --- a/templates/partials/volunteer.html +++ b/templates/partials/volunteer.html @@ -2,7 +2,7 @@ {% if volunteer %}
    -

    {% trans %}resume volunteer title{% endtrans %}

    +

    {% trans %}resume volunteer title{% endtrans %}

    {% for volunteer_item in volunteer %} diff --git a/templates/partials/work.html b/templates/partials/work.html index 9ca5f05..d2a4add 100644 --- a/templates/partials/work.html +++ b/templates/partials/work.html @@ -2,7 +2,7 @@ {% if work %}
    -

    {% trans %}resume work title{% endtrans %} ({{ work | length }})

    +

    {% trans %}resume work title{% endtrans %} ({{ work | length }})

    @@ -36,7 +36,7 @@
-
+
{{ work_item.name }} {% if work_item.url %}