Skip to content

Commit

Permalink
One more quick amendment - *knew* there would be one more 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierphi committed May 5, 2024
1 parent ebd5ac7 commit 448634c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
20 changes: 7 additions & 13 deletions myresume/data/technologies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ title = "AWS"
icon = "aws"
url = "https://aws.amazon.com/"
[[others]]
title = "Docker"
icon = "docker"
[[others]]
title = "JavaScript"
icon = "javascript"
[[others]]
Expand All @@ -59,20 +62,13 @@ title = "Tailwind"
icon = "tailwind"
url = "https://tailwindcss.com/"
[[others]]
title = "Wagtail"
icon = "wagtail"
url = "https://wagtail.org/"
[[others]]
title = "Redis"
icon = "redis"
url = "https://www.redis.io/"
[[others]]
title = "SQLite"
icon = "sqlite"
[[others]]
title = "MySQL"
icon = "mysql"
[[others]]
title = "Elasticsearch"
icon = "elasticsearch"
url = "https://www.elastic.co/products/elasticsearch"
Expand All @@ -85,6 +81,10 @@ title = "Rabbit MQ"
icon = "rabbitmq"
url = "https://www.rabbitmq.com/"
[[others]]
title = "Wagtail"
icon = "wagtail"
url = "https://wagtail.org/"
[[others]]
title = "Go"
icon = "go"
url = "https://go.dev/"
Expand All @@ -100,12 +100,6 @@ url = "https://symfony.com"
title = "Ruby on Rails"
icon = "rails"
url = "https://rubyonrails.org/"
[[others]]
title = "Silex"
icon = "silex"
url = "https://silex.sensiolabs.org/"
contributor_url = "https://github.com/fabpot/Silex/commit/6445b9e"
not_on_pdf = true

[[tools]]
title = "Git"
Expand Down
Binary file modified myresume/staticfiles/img/icons/techs/django.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added myresume/staticfiles/img/icons/techs/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion myresume/templates/myresume/main/main_skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% endblock title %}

{% block content %}
<div class="ml-1 print:!-ml-2 print:!-mr-2">
<div class="ml-1 pl-2 print:!-ml-2 print:!-mr-2">
<div class="grid grid-cols-2 gap-5 md:grid-cols-3 print:gap-2">
{% for tech in tech_data.main %}
{% main_section_main_tech tech %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load myresume_tags %}

<h3 class="flex items-center text-3xl -ml-2 mt-1 mb-4 text-bold {% theme element_id="MAIN_SECTION_TITLE" %} md:text-4xl print:!text-lg print:!-ml-3 print:!mt-1 print:!mb-3">
<h3 class="flex items-center text-3xl mt-1 mb-4 text-bold {% theme element_id="MAIN_SECTION_TITLE" %} md:text-4xl print:!text-lg print:!-ml-1 print:!mt-1 print:!mb-3">
<span class="size-10 aspect-square mr-2 flex justify-center items-center rounded-full {% theme element_id="MAIN_SECTION_TITLE_ICON" %} print:!size-8">
{% svg_icon icon classes="size-6 print:!size-5" %}
</span>
Expand Down

0 comments on commit 448634c

Please sign in to comment.