-
Notifications
You must be signed in to change notification settings - Fork 0
/
don.html
58 lines (50 loc) · 2.26 KB
/
don.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!Doctype html>
<html>
<head>
<meta charset='utf-8' />
<title>AME, donation</title>
<!-- Le contenue prend toute la taille de l'écran (sécurité responsive de Mathéo)-->
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="style/Visiteur-AMEstyle.css" />
<!--Louka - Importation de la police BioRhyme-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=BioRhyme:wght@700&display=swap" rel="stylesheet">
<!-- Favicon dessiné par Louka -->
<link rel="icon" type="image/png" href="ressources/favicon.png" />
</head>
<body>
<!--Valentin (Bouttons) et Louka (Logo)-->
<header>
<img alt="Logo AME" src="ressources/logo.png" id="Logo-AME" />
<img alt="Logo support support-technique" src="ressources/Donation.png" id="logo-secondaires" />
<h1>Soutenez-nous avec des donations</h1>
<div id="Connexion"><a href="connexion.html">Se connecter</a></div>
<div id="Inscription"><a href="inscription.html">S'inscrire</a></div>
</header>
<!--Louka- Barre navigation-->
<nav>
<ul>
<li><a href='index.html'>Présentation</a></li>
<li><a href='actu.html'>Actualités et partenaires</a></li>
<li><a href='spt.html'>Support-technique</a></li>
</ul>
</nav>
<!--Louka - contenu page donation-->
<section>
<p>En attendant le financement du ministère de la santé, vous pouvez nous soutenir en faisant un don .<br />
Nous sommes une petite start-up et nous attendons l’accord et l’aide de partenariats financier et
matériels.<br />
Pour faire un don, vous pouvez utilisez Paypal si dessous (en cours de création).</p>
<span id="QRcode-PAYPAL">(QR code Paypal)</span>
</section>
<!--Louka - import de l'image-->
<section>
<img src="ressources/Paypal.png" id="Paypal" />
</section>
<!-- Mathéo - crédit -->
<footer id="courtResponsive">
<span>Mise à jour en mai 2022, ©AME Start-Up</span>
</footer>
</body>
</html>