ça commence doucement
hehehe c b1 de kodé
This commit is contained in:
parent
2255eafc08
commit
28f57e9835
8 changed files with 517 additions and 11 deletions
|
|
@ -1,11 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
COUCOU
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
require_once '../app/views/partials/header.php' ;
|
||||
|
||||
require "../app/models/project_model.php";
|
||||
$objProjectModel = new ProjectModel;
|
||||
$arrArticle = $objProjectModel->findAll(4);
|
||||
|
||||
var_dump($arrArticle);
|
||||
|
||||
?>
|
||||
|
||||
<section class="container mt-5 p-5 d-flex flex-column align-items-center text-center">
|
||||
<h1>Folliow</h1>
|
||||
<h2>Là où les talents rencontrent leur avenir</h2>
|
||||
<p class="col-6">Une plateforme de portfolio adapté à vos besoins et aux besoins des entreprises.
|
||||
Créer un portfolio réellement pertinent aux exigences du marché et rentrez
|
||||
directement en contact avec les entreprises.</p>
|
||||
</section>
|
||||
|
||||
<section aria-label="Articles récents">
|
||||
<h2 class="visually-hidden">Les 4 derniers articles</h2>
|
||||
<div class="row mb-2">
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
require_once '../app/views/partials/footer.php' ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue