diff options
Diffstat (limited to 'images/informatique')
| -rwxr-xr-x | images/informatique/amstrad-cpc-464.jpg | bin | 0 -> 23964 bytes | |||
| -rwxr-xr-x | images/informatique/burroghs_tc500.jpg | bin | 0 -> 70015 bytes | |||
| -rwxr-xr-x | images/informatique/ibmpc.jpg | bin | 0 -> 29389 bytes | |||
| -rwxr-xr-x | images/informatique/index.php | 33 | ||||
| -rwxr-xr-x | images/informatique/noël-magasin.jpg | bin | 0 -> 585125 bytes | |||
| -rwxr-xr-x | images/informatique/shop.jpg | bin | 0 -> 57896 bytes | |||
| -rwxr-xr-x | images/informatique/tandy1000hx.jpg | bin | 0 -> 30145 bytes | |||
| -rwxr-xr-x | images/informatique/zx81.jpg | bin | 0 -> 26894 bytes |
8 files changed, 33 insertions, 0 deletions
diff --git a/images/informatique/amstrad-cpc-464.jpg b/images/informatique/amstrad-cpc-464.jpg Binary files differnew file mode 100755 index 0000000..592e135 --- /dev/null +++ b/images/informatique/amstrad-cpc-464.jpg diff --git a/images/informatique/burroghs_tc500.jpg b/images/informatique/burroghs_tc500.jpg Binary files differnew file mode 100755 index 0000000..de5633a --- /dev/null +++ b/images/informatique/burroghs_tc500.jpg diff --git a/images/informatique/ibmpc.jpg b/images/informatique/ibmpc.jpg Binary files differnew file mode 100755 index 0000000..2091f9e --- /dev/null +++ b/images/informatique/ibmpc.jpg diff --git a/images/informatique/index.php b/images/informatique/index.php new file mode 100755 index 0000000..276724b --- /dev/null +++ b/images/informatique/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/index.php">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/informatique/noël-magasin.jpg b/images/informatique/noël-magasin.jpg Binary files differnew file mode 100755 index 0000000..06bc5f9 --- /dev/null +++ b/images/informatique/noël-magasin.jpg diff --git a/images/informatique/shop.jpg b/images/informatique/shop.jpg Binary files differnew file mode 100755 index 0000000..579be7a --- /dev/null +++ b/images/informatique/shop.jpg diff --git a/images/informatique/tandy1000hx.jpg b/images/informatique/tandy1000hx.jpg Binary files differnew file mode 100755 index 0000000..1302013 --- /dev/null +++ b/images/informatique/tandy1000hx.jpg diff --git a/images/informatique/zx81.jpg b/images/informatique/zx81.jpg Binary files differnew file mode 100755 index 0000000..ba481f0 --- /dev/null +++ b/images/informatique/zx81.jpg |
