First commiut
This commit is contained in:
commit
8e81736a94
30 changed files with 1596 additions and 0 deletions
8
site/snippets/card.php
Normal file
8
site/snippets/card.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<!--
|
||||
- titre
|
||||
- date
|
||||
- image
|
||||
- tags (cf. assets/materials/taxinomie.png)
|
||||
- début description ?
|
||||
- auteur de la fiche ?
|
||||
-->
|
||||
4
site/snippets/filters.php
Normal file
4
site/snippets/filters.php
Normal 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
4
site/snippets/footer.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
<?php snippet('seo/schemas'); ?>
|
||||
</body>
|
||||
</html>
|
||||
10
site/snippets/header.php
Normal file
10
site/snippets/header.php
Normal 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
0
site/snippets/index.html
Normal file
4
site/snippets/nav.php
Normal file
4
site/snippets/nav.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<!--
|
||||
- logo
|
||||
- menu
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue