Initial commit

This commit is contained in:
Lyes Saadi 2025-12-06 18:42:49 +01:00
commit 3e92397fe1
Signed by: lyes
GPG key ID: 55A1D803917CF39A
23 changed files with 459 additions and 0 deletions

7
sass/_fonts.sass Normal file
View file

@ -0,0 +1,7 @@
@font-face
font-family: "LibreBaskerville"
src: url("/fonts/LibreBaskerville-Regular.otf") format("opentype")
@font-face
font-family: "YoungSerif"
src: url("/fonts/YoungSerif-Regular.otf") format("opentype")

38
sass/home.sass Normal file
View file

@ -0,0 +1,38 @@
@use "fonts"
.presentation
height: calc(100vh - 9rem)
display: flex
padding: 2rem
margin-bottom: 6rem
justify-content: center
flex-direction: column
img
height: 10rem
width: 10rem
margin: .5rem 1rem
border-radius: 100%
.presentation-inside
display: flex
flex-direction: row
flex-wrap: wrap
.name-box
flex: auto
.name
font:
size: 5.5rem
family: "YoungSerif"
style: italic
weight: bold
color: var(--accent-color)
margin: .5rem 0
line-height: normal
.description
color: var(--fg-muted-2)
font-size: 1.25rem