about: wip about
This commit is contained in:
parent
fdb36694f7
commit
502d516e33
5 changed files with 46 additions and 27 deletions
BIN
static/assets/gifs/beatingpurple.gif
Normal file
BIN
static/assets/gifs/beatingpurple.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
static/assets/gifs/heart-mosh.gif
Normal file
BIN
static/assets/gifs/heart-mosh.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 271 KiB |
|
|
@ -256,21 +256,6 @@ body {
|
||||||
animation: marquee 8s linear infinite;
|
animation: marquee 8s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
cute-container {
|
|
||||||
background-image: url(assets/gifs/weirdstone.png);
|
|
||||||
width: min(90svw, 1000px);
|
|
||||||
min-height: 70svh;
|
|
||||||
height: auto;
|
|
||||||
border: 5px solid var(--lavender);
|
|
||||||
padding: 1rem 2rem;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
img {
|
|
||||||
width: 80%;
|
|
||||||
display: block;
|
|
||||||
margin-inline: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CRT Effect */
|
/* CRT Effect */
|
||||||
|
|
@ -668,6 +653,35 @@ home-content {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
about {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: stretch;
|
||||||
|
|
||||||
|
>main-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
|
background-image: url(assets/gifs/heart-mosh.gif);
|
||||||
|
background-size: contain;
|
||||||
|
width: min(90svw, 1000px);
|
||||||
|
min-height: 70svh;
|
||||||
|
height: auto;
|
||||||
|
border: 5px solid var(--lavender);
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 80%;
|
||||||
|
display: block;
|
||||||
|
margin-inline: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Music */
|
/* Music */
|
||||||
music {
|
music {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -705,20 +719,24 @@ music {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
box {
|
|
||||||
border-radius: 0.4rem;
|
|
||||||
box-shadow:
|
|
||||||
0 4px 6px -1px rgb(0 0 0 / 0.1),
|
|
||||||
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
||||||
background-color: white;
|
|
||||||
padding: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
>cute-container {
|
>cute-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
background-image: url(assets/gifs/weirdstone.png);
|
||||||
|
width: min(90svw, 1000px);
|
||||||
|
min-height: 70svh;
|
||||||
|
height: auto;
|
||||||
|
border: 5px solid var(--lavender);
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 80%;
|
||||||
|
display: block;
|
||||||
|
margin-inline: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -995,7 +1013,6 @@ mini-player {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Music page */
|
|
||||||
|
|
||||||
/* Miniplayer */
|
/* Miniplayer */
|
||||||
|
|
||||||
|
|
@ -1032,8 +1049,6 @@ mini-player {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Page-specific backgrounds */
|
|
||||||
|
|
||||||
/* Context Menu */
|
/* Context Menu */
|
||||||
helo {
|
helo {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
<about>
|
<about>
|
||||||
<!-- Ajouter cœur ici et tu peux l'examiner ou quoi, ça pourrait être cool -->
|
<!-- Ajouter cœur ici et tu peux l'examiner ou quoi, ça pourrait être cool -->
|
||||||
|
<main-container>
|
||||||
|
|
||||||
|
<text>Salut</text>
|
||||||
|
</main-container>
|
||||||
</about>
|
</about>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue