refactor: déplacer fichiers go source vers pkg/ et cmd/

Déplacer public/ et templates/ vers ui/ et ui/public/

Bump projet à v3, API toujours v1
This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-27 20:25:12 -04:00
parent e46033d4a9
commit 7d4a747774
107 changed files with 68 additions and 107 deletions

42
ui/public/css/index.css Normal file
View file

@ -0,0 +1,42 @@
.indexAbout {
font-family: "Poppins";
font-weight: 400;
/*regular*/
font-size: 1rem;
/*16px*/
color: #000;
/*Bleu AGECEM*/
line-height: 150%;
}
.indexContactContent {
padding: 10px;
}
.indexContactInfo {
font-family: "Poppins";
font-weight: 400;
/*regular*/
font-size: 1rem;
/*16px*/
color: #000;
/*Bleu AGECEM*/
line-height: 175%;
margin: 5px 0;
}
.iconLink {
height: 50px;
width: 50px;
}
.indexContactSocials {
display: grid;
column-gap: 10px;
grid-template-columns: repeat(auto-fit, 50px);
}
.indexContactSocial {
height: 50px;
width: 50px;
}