First commiut

This commit is contained in:
isUnknown 2026-04-13 11:26:00 +02:00
commit 8e81736a94
30 changed files with 1596 additions and 0 deletions

8
site/snippets/card.php Normal file
View file

@ -0,0 +1,8 @@
<!--
- titre
- date
- image
- tags (cf. assets/materials/taxinomie.png)
- début description ?
- auteur de la fiche ?
-->

View file

@ -0,0 +1,4 @@
<!--
- cf. assets/materials/taxinomie.png
- ref : assets/materials/expanding-filters.png (https://expanding.adrien-payet.fr/en/database)
-->

4
site/snippets/footer.php Normal file
View file

@ -0,0 +1,4 @@
<?php snippet('seo/schemas'); ?>
</body>
</html>

10
site/snippets/header.php Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<?php snippet('seo/head'); ?>
</head>
<body>
<?php snippet('nav') ?>

0
site/snippets/index.html Normal file
View file

4
site/snippets/nav.php Normal file
View file

@ -0,0 +1,4 @@
<!--
- logo
- menu
-->