Skip to content

Commit

Permalink
yippie
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 25, 2024
1 parent cdaeeaf commit 5f036fc
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 16 deletions.
29 changes: 18 additions & 11 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,30 +317,37 @@ <h1>
</h1>

<div class="project-main">
<div id="project-info" style="padding-bottom: 0px;">
<btitle id="span-name"></btitle>
<div id="project-info" style="padding-bottom: 0px; border: 0 !important;">
<btitle id="span-name">TITLE</btitle>
</div>

<div style="height: 5vh;width: 10vh;"></div>

<div id="project-info">
<div>
<h1 id="" style="text-transform: uppercase;">PROJECT TYPE</h1>
<p><span id="span-type"></span></p>
<h1>ABOUT</h1>
<p><span id="span-desc"></span></p>
</div>

<div>
<h1 id="" style="">DATE</h1>
<h1>DATE</h1>
<p><span id="span-date"></span></p>
</div>
<div>
<br>
<h1>TOOLS USED</h1>
<p><span id="span-tools"></span></p>
</div>
<div>
<h1>ABOUT</h1>
<p><span id="span-desc"></span></p>



<!-- <div>
<h1>TOOLS USED</h1>
<p><span id="span-tools"></span></p>
</div> -->

<div style="display: none;">
<h1 id="" style="text-transform: uppercase;">PROJECT TYPE</h1>
<p><span id="span-type"></span></p>
</div>

</div>


Expand Down
15 changes: 13 additions & 2 deletions projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
];
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br>
• After deleting a project, and trying to open a existing one it gives an error <br>
• Some lag on different browsers for the star background animation <br>
• Fix spacing the gap between the divs on the project page <br>


## Done
Expand Down
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5f036fc

Please sign in to comment.