page-perso-chokbar/index.html
2025-11-29 18:30:33 +01:00

175 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="fr" dir="auto">
<head>
<meta name="generator" content="my 10 little fingers">
<meta charset="utf-8">
<title>Gribse - chokbar.bzh</title>
<!-- <link rel="stylesheet" href=""> -->
</head>
<header>
<style>
@font-face{
font-family:tt2020;
src:url(TT2020Base-Regular.woff2)format('woff2');
}
html {
background-color: rgb(255, 255, 246);
background-image: url(Wood049_1K-JPG_Color.jpg);
font-family: tt2020, 'Courier New', Courier, monospace;
font-size: 1.2em;
font-weight: 500;
}
body > div {
position: absolute;
background-image: url(papier.jpg);
background-repeat: repeat;
width: 800px;
height: 1150px;
left: 0;
right: 0;
margin-inline: auto;
margin-top: 50px;
box-shadow: 5px 5px 30px #302e2a, inset 5px 5px 30px #d5d5d5;
rotate: calc(sin(var(--i) * 1.61) * 1.5deg)
}
.page-content {
padding: 100px;
}
.tape-tab {
position: absolute;
height: 55px;
width: 150px;
background-color: rgba(243, 90, 90, 0.75);
margin-top: calc(50px + (var(--i) - 1) * 100px);
margin-left: -100px;
rotate: calc(sin(var(--i) * 1.61) * 1.5deg);
padding: 10px;
vertical-align: middle;
z-index: 10;
}
.polaroid{
position: relative;
width: 350px;
padding: 20px;
background-color: #FFF;
box-shadow: 0px 0px 5px #302e2a;
}
.polaroid > img {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.polaroid > p {
font-family: cursive;
}
.polaroid > svg {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
const pages = document.querySelectorAll('body > div');
pages.forEach((page, index) => {
const tab = page.querySelector('.tape-tab');
tab.addEventListener('click', () => {
// reset all pages to z-index 0
pages.forEach(p => p.style.zIndex = 0);
// bring clicked page to front
page.style.zIndex = 10;
});
});
});
</script>
</header>
<body>
<div style="--i:1; z-index: 11;">
<div class="tape-tab">
<span>Accueil</span>
</div>
<div class="page-content">
<h1>Rapport officiel</h1>
<p>Notre récente étude sur le collectif "La Filouterie" et leurs activtités</p>
<div class="polaroid">
<svg id="agrafe" viewBox="0 0 5px 50px"><rect x="0" y="30" width="5px" height="50px" fill="#a8a8a8" transform="rotate(45)" /></svg>
<img src="rirififiloulou.jpg"></img>
<p>Les 3 filous</p>
</div>
<p>Créateurs de ce collectifs, Gribse, Zuma et Mayel sévissent encore en abaissant la performance du réseau informatique</p>
</div>
</div>
<div style="--i:2">
<div class="tape-tab">
<span>Filouterie</span>
</div>
<div class="page-content">
<h1>La Filouterie</h1>
</div>
</div>
<div style="--i:3">
<div class="tape-tab">
<span>Gribse ?</span>
</div>
<div class="page-content">
<h1>Gribse ?</h1>
<p>C'est qui, encore, ça ?</p>
</div>
</div>
<div style="--i:4">
<div class="tape-tab">
<span>page2</span>
</div>
<div class="page-content">
<h1>Heyyyy !</h1>
</div>
</div>
<div style="--i:5">
<div class="tape-tab">
<span>page2</span>
</div>
<div class="page-content">
<h1>Heyyyy !</h1>
</div>
</div>
<div style="--i:6">
<div class="tape-tab">
<span>page2</span>
</div>
<div class="page-content">
</div>
</div>
<div style="--i:7">
<div class="tape-tab">
<span>page2</span>
</div>
<div class="page-content">
</div>
</div>
<span>Page mise à jour le 2025-11-23</span>
</body>
</html>