encore plus de changement

This commit is contained in:
Yasder5 2026-01-14 22:13:13 +01:00
parent f0128ec194
commit 9a8fb47918
9 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,6 @@
foreach($arrProject as $arrDetProject){
$objProject = new Project;
$objProject->hydrate($arrDetProject);
var_dump($objProject);
$arrProjectToDiplay[] = $objProject;
}

View file

@ -4,7 +4,7 @@
<h3 class="mb-2"><?php echo $objProject->getTitle(); ?></h3>
<div class="mb-2 text-body-secondary">
<time datetime="2017-05-11"><?php echo $objProject->getCreation_date(); ?></time>
<span> - <?php echo $objProject->getCreatorname(); ?></span>
<span> - <?php echo $objProject->getCreatorname(); ?> ..<?php echo $objProject->getThumbnail(); ?></span>
</div>
<p class="mb-auto"><?php echo $objProject->getDescription(); ?></p>
<a href="article-javascript.html" class="icon-link gap-1 icon-link-hover stretched-link" aria-label="Lire l'article complet sur le devenir du JavaScript">

View file

@ -1,5 +1,6 @@
body {
background-color: #f5f5f5;
padding: 2px;
}
.navbar {

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB