aboutsummaryrefslogtreecommitdiff
path: root/images/chantournage
diff options
context:
space:
mode:
Diffstat (limited to 'images/chantournage')
-rwxr-xr-ximages/chantournage/animaux-ferme.webpbin0 -> 52648 bytes
-rwxr-xr-ximages/chantournage/boite-coeur.webpbin0 -> 54902 bytes
-rwxr-xr-ximages/chantournage/feuilles-plumes.webpbin0 -> 106650 bytes
-rwxr-xr-ximages/chantournage/fête-des-grandparents.webpbin0 -> 60678 bytes
-rwxr-xr-ximages/chantournage/index.php33
-rwxr-xr-ximages/chantournage/moto-chêne.webpbin0 -> 67364 bytes
-rwxr-xr-ximages/chantournage/sous-plat-chêne-33cm-triskele.webpbin0 -> 37928 bytes
-rwxr-xr-ximages/chantournage/sous-plat-hermine.webpbin0 -> 7032 bytes
-rwxr-xr-ximages/chantournage/triskele-cp-bouleau.webpbin0 -> 51158 bytes
9 files changed, 33 insertions, 0 deletions
diff --git a/images/chantournage/animaux-ferme.webp b/images/chantournage/animaux-ferme.webp
new file mode 100755
index 0000000..7ebf5e0
--- /dev/null
+++ b/images/chantournage/animaux-ferme.webp
Binary files differ
diff --git a/images/chantournage/boite-coeur.webp b/images/chantournage/boite-coeur.webp
new file mode 100755
index 0000000..083d34a
--- /dev/null
+++ b/images/chantournage/boite-coeur.webp
Binary files differ
diff --git a/images/chantournage/feuilles-plumes.webp b/images/chantournage/feuilles-plumes.webp
new file mode 100755
index 0000000..1fb8e5c
--- /dev/null
+++ b/images/chantournage/feuilles-plumes.webp
Binary files differ
diff --git a/images/chantournage/fête-des-grandparents.webp b/images/chantournage/fête-des-grandparents.webp
new file mode 100755
index 0000000..ead693b
--- /dev/null
+++ b/images/chantournage/fête-des-grandparents.webp
Binary files differ
diff --git a/images/chantournage/index.php b/images/chantournage/index.php
new file mode 100755
index 0000000..2b9c6b5
--- /dev/null
+++ b/images/chantournage/index.php
@@ -0,0 +1,33 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" >
+ <link rel="stylesheet" href="/style.css" />
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
+ <title>Bloggings</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/static/woodworking.html">Back</a>
+ </header>
+ <main>
+ <article>
+<h2><?php echo dirname($_SERVER['SCRIPT_NAME']);?></h2>
+ <?php
+ $images = glob("./*.{jpg,jpeg,gif,png,bmp,webp,webP,svg}", GLOB_BRACE);
+ sort ($images);
+ foreach ($images as $i) {
+ $img = basename($i);
+ $caption = ucfirst(substr($img, 0, strrpos($img, ".")));
+ printf("<figure><img src='./%s'/><figcaption>%s</figcaption></figure>", $img, $caption);
+ }
+ ?>
+ </article>
+ </main>
+ <footer>
+ <p>§</p>
+ </footer>
+</body>
+</html>
diff --git a/images/chantournage/moto-chêne.webp b/images/chantournage/moto-chêne.webp
new file mode 100755
index 0000000..4fe2f13
--- /dev/null
+++ b/images/chantournage/moto-chêne.webp
Binary files differ
diff --git a/images/chantournage/sous-plat-chêne-33cm-triskele.webp b/images/chantournage/sous-plat-chêne-33cm-triskele.webp
new file mode 100755
index 0000000..e1c789e
--- /dev/null
+++ b/images/chantournage/sous-plat-chêne-33cm-triskele.webp
Binary files differ
diff --git a/images/chantournage/sous-plat-hermine.webp b/images/chantournage/sous-plat-hermine.webp
new file mode 100755
index 0000000..43026b2
--- /dev/null
+++ b/images/chantournage/sous-plat-hermine.webp
Binary files differ
diff --git a/images/chantournage/triskele-cp-bouleau.webp b/images/chantournage/triskele-cp-bouleau.webp
new file mode 100755
index 0000000..574201c
--- /dev/null
+++ b/images/chantournage/triskele-cp-bouleau.webp
Binary files differ