First website

This commit is contained in:
Lyes Saadi 2026-04-03 16:27:09 +02:00
parent 65e13686ce
commit 6beb559a2c
Signed by: lyes
GPG key ID: 55A1D803917CF39A
8 changed files with 172 additions and 2 deletions

3
sass/_fonts.sass Normal file
View file

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

37
sass/home.sass Normal file
View file

@ -0,0 +1,37 @@
@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