forked from NoureddineMa/TEST-COVID22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (53 loc) · 4.22 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<!-- link bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<!-- link font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css" integrity="sha512-10/jx2EXwxxWqCLX/hHth/vu2KY3jCF70dCQB8TSgNjbCVAC/8vai53GfMDrO2Emgwccf2pJqxct9ehpzG+MTw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- link css -->
<link rel="stylesheet" href="./css/style.css">
</head>
<body class="for-font">
<nav class="navbar navbar-expand-lg navbar-light index-bg-image">
<a href="#"> <img src="./img/sante_lg.png" alt="LOGO" class="index-logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class=" list-unstyled mx-3 index-lien mt-1"> <a href="conseil.html" class="text-decoration-none h5 ml-3 link-secondary"> Conseilles</a></li>
<li class="list-unstyled index-lien mt-1"> <a href="index.html" class="text-decoration-none h5 mr-5 link-secondary"> Accueil</a></li>
<li class="nav-item px-2 border rounded border-primary list-unstyled text-primary " ><i class="fa-solid fa-globe text-warning mx-2"></i> <a href="#" class="text-decoration-none h5 px-2 py-2 ">عربي</a></li>
</ul>
</div>
</nav>
<div class="container-flid d-flex flex-column align-items-center index-back">
<h1 class="h6 mt-2 font-weight-bold index-carte index-p text-center">LA DERNIÈRE INFO MÉDICALE</h1>
<p class="index-para text-black index-pp text-center mb-2 index-p">La prise d'anti-inflammatoires (ibuprofène, cortisone ...) pourrait être un facteur
d'aggravation de l’infection. En cas de fièvre, prenez du paracétamol. <br>
N'arrêtez pas votre traitement ! Consultez votre médecin ou votre pharmacien.</p>
</div>
<div class="container parent d-flex flex-column flex-lg-row flex-md-column col-sm-12 align-items-center justify-content-center justify-content-between mt-5">
<div class="child-one">
<img src="./img/doctor.png" class="d-flex justify-content-center w-75" alt="Photo Landing page">
</div>
<div class="child-two d-flex flex-column justify-content-center align-items-center ">
<h1 class="h5 text-center mb-3 index-hone index-p">Vous pensez avoir été exposé au <br>
Coronavirus COVID-19 et avez des symptômes ?</h1>
<img src="./img/élément-2.svg" class="mb-3" alt="emoji avec bavette">
<p class="text-muted text-center h3 index-paragraphe index-p">Je reste vigilant ? <br>
Je programme une téléconsultation ? <br>
J'appelle le 15 ? <br>
Faites le test pour répondre en citoyen <br>
éclairé selon vos symptômes.</p>
<a href="Test.html" class="mt-5 mb-5 text-white py-2 w-100 index-button border rounded text-decoration-none text-center index-p">Demarer le test</a>
</div>
</div>
</body>
</html>