From a0a6732a20a03dda424d030072c28ce8dedfdff5 Mon Sep 17 00:00:00 2001 From: FallBackITA27 Date: Mon, 10 Jun 2024 13:30:08 +0200 Subject: [PATCH] add music to bio --- biography/i18n.json | 8 ++++++++ biography/index.html | 3 +++ biography/style.css | 4 ++++ 3 files changed, 15 insertions(+) diff --git a/biography/i18n.json b/biography/i18n.json index 595eb29..c840342 100644 --- a/biography/i18n.json +++ b/biography/i18n.json @@ -50,5 +50,13 @@ "about_school": { "it": "Ho svolto un anno di Liceo Linguistico all'Ilaria Alpi di Cesena, dove mi bocciarono; mi trovai male coi professori e litigai abbastanza spesso particolarmente con le prof di Francese, di Italiano e di Latino. Per quanto io sia ancora interessata nelle materie, mi trovai sott'obbligo di cambiare scuola, e mi misi al ITIS di Ravenna, dove ho passato il primo anno, e sono stata bocciata in seconda sempre per problemi personali. Pianifico di tornarci ad inizio anno scolastico 2024/2025, quando alcuni di questi problemi dovrebbero esser stati alleviati parecchio.", "en": "I did a year of Linguistics Lyceum at the Ilaria Alpi of Cesena, where I got flunked; I had several issues with my professors and I would argue a lot with my French, Italian and Latin professors. Although I'm still highly interested in those subjects, I found myself under the obligation to change school, and I got myself into the ITIS of Ravenna, where I passed my first year, and got flunked on the second year due to personal issues. I plan to come back to it at the start of the 2024/2025 school year, as some of these issues should be solved." + }, + "music": { + "it": "Musica", + "en": "Music" + }, + "about_music": { + "it": "Sono immersa nel rap da minimo 5 anni. Ho ascoltato un po' a tutti i rapper a cui uno possa pensare; da Eazy-E a Lupe Fiasco. Ora come ora sono in una fase Kendrick, avendo ricominciato ad amare DAMN. un'ennesima volta. Si, in casa mia si ascolta Not Like Us.", + "en": "I've been knee-deep into rap for the past 5 years of my life. I've listened to just about anything; from Eazy-E to Lupe Fiasco. Right now I'm in a Kendrick Lamar phase, having fall in love again with his album DAMN. Yes, in this house we bump Not Like Us." } } \ No newline at end of file diff --git a/biography/index.html b/biography/index.html index 1a200b6..6948727 100644 --- a/biography/index.html +++ b/biography/index.html @@ -71,6 +71,9 @@


+
+

+

diff --git a/biography/style.css b/biography/style.css index deeaa62..85f913f 100644 --- a/biography/style.css +++ b/biography/style.css @@ -10,4 +10,8 @@ body { hr { width: 75vw; +} + +.Tool { + padding: 20px; } \ No newline at end of file