Compare commits

..

No commits in common. "02adf14f50c21df6ead20712d9295ab63be9e9cb" and "f82ac4bc6ab713173fa800b5c84b4b45f23fbe82" have entirely different histories.

19 changed files with 0 additions and 68 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1024 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -1,45 +0,0 @@
<head>
<meta charset="utf-8">
<title>Teumbleur</title>
<meta name="title" content="Teumbleur" />
<meta name="description" content="Mes illustrations coups de cœur !" />
<link rel="shortcut icon" id="favicon" href="favicon.ico">
<link href='style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div align="center"><img src="logo.png" /></div>
</br>
<center><p>Vous pouvez également aller faire un tour sur <a href="http://esenjin.xyz" target="_blank">mon site</a> ou jeter un œil à mes <a href="../index.html" target="_blank">autres concepts</a>.</p></center>
</br></br>
<?php
$dir_nom = './img';
$dir = opendir($dir_nom) or die('Erreur de listage : le répertoire n\'existe pas');
$fichier= array();
while($element = readdir($dir)) {
if($element != '.' && $element != '..') {
if (!is_dir($dir_nom.'/'.$element)) {$fichier[] = $element;}
}
}
closedir($dir);
if(!empty($fichier)){
rsort($fichier);
echo "\t\t<ul class=rien>\n";
foreach($fichier as $lien) {
echo "<div align=\"center\"><a href=\"$dir_nom/$lien\" target=\"_blank\"><img src=\"$dir_nom/$lien \"></a></div>\r
<div align=\"center\"><p>- <a href=\"http://saucenao.com/search.php?db=999&url=http://concepts.esenjin.xyz/teumbleur/img/$lien\" target=\_blank>source</a> -</p></div>\r\r </br></br>";
}
echo "\t\t</ul>";
}
?>
</body>

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

View File

@ -1,23 +0,0 @@
body {
background-color: #0A0A0A;
}
p {
font-family: 'Terminal Dosis Light', sans-serif;
color: #F4F4F4;
}
a {
color: #BD0235;
text-decoration: none;
}
div {
font-family: 'Terminal Dosis Light', sans-serif;
}
img {
width: 600px;
height: auto;
border-radius: 12px;
}