{% extends "base.html" %} {% block title %}{{ site_name }} - {{ site_description }}{% endblock %} {% block content %}

Ciao, sono Hersel Giannella

{{ site_description }}

Progetti in Evidenza

Alcuni dei miei lavori più interessanti

{% if featured_projects %}
{% for project in featured_projects %}
{% if project.image_url %} {{ project.title }} {% else %}
{% endif %}
{{ project.title }}

{{ project.description[:100] }}{% if project.description|length > 100 %}...{% endif %}

{% if project.technologies %}
{% for tech in project.technologies[:3] %} {{ tech }} {% endfor %} {% if project.technologies|length > 3 %} +{{ project.technologies|length - 3 }} {% endif %}
{% endif %}
Dettagli {% if project.github_url %} GitHub {% endif %}
{% if project.demo_url %} Demo {% endif %}
{% endfor %}
{% else %}

Progetti in arrivo

Sto lavorando su alcuni progetti interessanti!

{% endif %}

Le Mie Competenze

Tecnologie e strumenti che utilizzo

Backend Development

Python, Quart, Flask, FastAPI

Frontend Development

HTML, CSS, JavaScript, Bootstrap

Database

MySQL, PostgreSQL, MongoDB

DevOps & Tools

Docker, Git, Linux, CI/CD

Parliamo del Tuo Progetto

Sono sempre interessato a nuove opportunità e collaborazioni

{% endblock %} {% block extra_head %} {% endblock %}