-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation.php
41 lines (37 loc) · 1.62 KB
/
presentation.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="fr">
<head>
<?php include "head.php" ?>
<title>Marie Team</title>
<link rel="stylesheet" href="css/presentation.css">
</head>
<body>
<section id="sec-1">
<img src="img/logosvg_bleu.svg" alt="">
</section>
<section id="sec-2">
<div class="sec2-div">
<h1>Projet d'AP | BTS SIO</h1>
<h2>Marie Team</h2>
</div>
<div class="sec2-div">
<h3>Fin du projet 1</h3>
<h3><b>JANVIER 2025</b></h3>
</div>
<div style="display: flex; flex-direction:row;">
<button>Accéder à Github</button>
</div>
</section>
<section id="sec-3">
<h2>Présentation du projet</h2>
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAGYUcdkpgo/G_oR0zv4p0UQuqyReQEZOA/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https://www.canva.com/design/DAGYUcdkpgo/G_oR0zv4p0UQuqyReQEZOA/view?utm_content=DAGYUcdkpgo&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">Marie Team (Présentation)</a> par Julien Gournay
</section>
</body>
</html>