|
|
|
@ -6,9 +6,11 @@
|
|
|
|
|
?>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<link rel="stylesheet" href="Views/CSS/styles.css" />
|
|
|
|
|
<link rel="stylesheet" href="Views/CSS/stylesForm.css" />
|
|
|
|
|
<link rel="preconnect" href="<?php echo $googleApis; ?>">
|
|
|
|
|
<link rel="preconnect" href="<?php echo $googleStatic; ?>" crossorigin>
|
|
|
|
|
<link href="<?php echo $poppins; ?>" rel="stylesheet">
|
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
|
|
|
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
|
|
|
|
|
<title>Formulaire de témoignage</title>
|
|
|
|
@ -17,16 +19,27 @@
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<img id="logoUCA" src="<?php echo $logoUCA; ?>" height="35px" width="auto" alt="logo UCA">
|
|
|
|
|
<header class="py-1">
|
|
|
|
|
<div class="container px-4 px-lg-5 my-5">
|
|
|
|
|
<div class="text-center text-white">
|
|
|
|
|
<h1 class="display-4 fw-bolder">Les Témoignages</h1>
|
|
|
|
|
<p class="lead fw-normal text-white-50 mb-0">IUT Informatique de Clermont-Ferrand</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<?php echo $html; ?>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
<br><br>
|
|
|
|
|
<footer class="py-5 bg-white">
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
<script src="Views/JS/getData-Ids.js"></script>
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
<script src="Views/JS/scripts.js"></script>
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
<script src="Views/JS/scripts.js"></script>
|
|
|
|
|
<script src="Views/JS/getData-Ids.js"></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
|