diff --git a/static/img/bash.png b/static/img/bash.png new file mode 100644 index 0000000..98dd77b Binary files /dev/null and b/static/img/bash.png differ diff --git a/static/img/byte.png b/static/img/byte.png new file mode 100644 index 0000000..4634804 Binary files /dev/null and b/static/img/byte.png differ diff --git a/static/img/next.png b/static/img/next.png new file mode 100644 index 0000000..34011a9 Binary files /dev/null and b/static/img/next.png differ diff --git a/templates/content/project.html b/templates/content/project.html index d0075f4..4855c08 100644 --- a/templates/content/project.html +++ b/templates/content/project.html @@ -5,7 +5,7 @@
- Progetto 1 + Progetto 1
Script di Backup Database (MariaDB/MySQL)

Script in Bash per sistemi Linux che permette l'automazione dei backup database

@@ -23,7 +23,7 @@
- Progetto 2 + Progetto 2
Personal ByteStash

Ho realizzato un repository personale di snippet sfruttando Bytestash, ottimizzando la gestione del codice riutilizzabile e migliorando la produttività nello sviluppo di progetti software.

@@ -45,7 +45,7 @@
- Nextcloud Personale + Nextcloud Personale
Nextcloud Personale

Installazione di Nextcloud su container LXC con database PostgreSQL e caching Redis, integrato in una rete privata con gestione IP tramite server DHCP.

diff --git a/templates/index.html b/templates/index.html index 3ad52cf..b5207ba 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@

Sistemista/Sviluppatore Web

-

Trasformo infrastrutture complesse in soluzioni web innovative ed efficienti

+

Sviluppo Applicazioni Web e Gestisco Sistemi Windows/Linux

I Miei Profili Vedi Progetti diff --git a/tests/test_app.py b/tests/test_app.py index 33904d7..bd386da 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -17,7 +17,7 @@ async def test_home_route(): response = await client.get("/") assert response.status_code == 200 # Verifica che il contenuto restituito contenga il testo che ci aspettiamo dal template - assert "Hersel Giannella - PortFolio" in response.text + assert "Portfolio - Sistemista Windows/Linux e Sviluppatore Web" in response.text @pytest.mark.asyncio async def test_404_route():