-
PROJECT TYPE
-
+
ABOUT
+
-
-
-
diff --git a/projects.js b/projects.js
index 6d1d3c6..7447f3a 100644
--- a/projects.js
+++ b/projects.js
@@ -67,13 +67,24 @@ const projects = [
{
"number": "06",
"name": "Rolli di Genova",
- "description": "Rebranding of a Unesco site in Italy. ",
+ "description": "Lorem Ipsum è un testo segnaposto utilizzato nel settore della tipografia e della stampa. Lorem Ipsum è considerato il testo segnaposto standard sin dal sedicesimo secolo, quando un anonimo tipografo prese una cassetta di caratteri e li assemblò per preparare un testo campione. È sopravvissuto non solo a più di cinque secoli, ma anche al passaggio alla videoimpaginazione, pervenendoci sostanzialmente inalterato. Fu reso popolare, negli anni ’60, con la diffusione dei fogli di caratteri trasferibili “Letraset”, che contenevano passaggi del Lorem Ipsum, e più recentemente da software di impaginazione come Aldus PageMaker, che includeva versioni del Lorem Ipsum.",
"ptype": "REBRANDING",
- "tools": "Illustrator | Photoshop | InDesign | After Effect",
+ "tools": "Illustrator Photoshop InDesign After Effect",
"date": "2nd smst 2y // 2024",
"pdf": "./works/06 - Rolli/document.pdf",
"video": "https://data.088899.xyz/ROLLI-main.mp4",
"images": [],
"bgcolor": "#590202"
+ },
+ {
+ "number": "07",
+ "name": "PROVA",
+ "description": "Hyouka\n\nDurarara!!\n\nErgo Proxy\n\nParasyte\n\nPsycho-Pass\n\nAttack on Titan\n\nBungo Stray Dogs\n\nHigurashi: When They Cry\n\nMade in Abyss\n\nWelcome to the N.H.K.\n\nOddtaxi\n\nPuella Magi Madoka Magica\nMostra meno\nFeedback\n\nWhat are some good mystery animes to watch?\n\nReddit\nhttps://www.reddit.com › anime › comments › what_ar...\n15 set 2023 — Animes like Hyouka, Erased, Death Parade, Steins:Gate, Zetsuen no Tempest, etc, are all great mystery anime but they're all kinda slow. Reply ...\n103 risposte\n \n·\n \nMiglior risposta: \nOdd Taxi 100%.\nComplex Mystery anime recommendation\n28 mag 2023\nWhat are some good \"mystery\" animes?\n9 feb 2024\nMurder mystery anime suggestions\n6 dic 2023\nWhat are your top Mystery/Thriller anime?\n24 mar 2023\nAltri risultati in www.reddit.com\n",
+ "ptype": "",
+ "tools": "idk",
+ "date": "who know",
+ "images": [],
+ "pdf": "",
+ "bgcolor": "#002e7a"
}
];
\ No newline at end of file
diff --git a/readme.md b/readme.md
index a9a6319..c445a9d 100644
--- a/readme.md
+++ b/readme.md
@@ -7,6 +7,7 @@ You can view the current build on https://pf.dev.magno.me
• Fix the size of buttons on works for mobile view
• After deleting a project, and trying to open a existing one it gives an error
• Some lag on different browsers for the star background animation
+• Fix spacing the gap between the divs on the project page
## Done
diff --git a/style.css b/style.css
index 347c9ff..a05b690 100644
--- a/style.css
+++ b/style.css
@@ -244,12 +244,13 @@ h1 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
+ gap: 100px;
+
}
#project-info > div {
- width: 50%;
- padding-right: 32px;
- border-top: 1px solid rgba(255, 255, 255, 0.50);;
+ border-top: 1px solid rgba(255, 255, 255, 0.50);
+ width: calc(50% - 100px);
padding: 0 !important;
margin: 0 !important;
}