mirror of
https://github.com/BreizhHardware/ProjetS4COMWEB.git
synced 2026-01-18 16:47:35 +01:00
88 lines
5.9 KiB
HTML
88 lines
5.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="fr">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title> Accueil </title>
|
||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||
<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=Just+Me+Again+Down+Here&family=Open+Sans&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="src/css/styles.css">
|
||
<script src="src/js/AJAX/utils.js" defer></script>
|
||
<script src="src/js/AJAX/index.js" defer type="module"></script>
|
||
<link rel="icon" href="src/img/favicon.png" type="image/x-icon"/>
|
||
</head>
|
||
<body>
|
||
<div id="topbar">
|
||
<div id="topInfo">
|
||
<a id="home">
|
||
<p id="DoctISEN" class="top-0 position-fixed">
|
||
Doct'ISEN
|
||
</p>
|
||
</a>
|
||
<div class="d-flex position-fixed end-0 flex-row align-items-center gap-3 mt-2 top-0">
|
||
<?php
|
||
//loginUI($pdo);
|
||
?>
|
||
<!--
|
||
<div class="d-flex flex-row align-items-center gap-3 me-2">
|
||
<img src="https://1.gravatar.com/avatar/4d43af207280d1d23e2a2905577c7b6167723fec2d33f946cc86f114c1a85b8d?size=64" alt="avatar" id="avatar" style="width: 14.3%; height: auto; border-radius: 50%">
|
||
<div>
|
||
<a href="src/php/db/scripts/deconnexion.php" class="text-white fw-bold mt-3 link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light">Test Test</a>
|
||
</div>
|
||
<a class="text-white fw-bold link-underline-opacity-75-hover link-underline link-underline-opacity-0 link-offset-3-hover link-underline-light" id="praticien-calendar">Mon calendrier</a>
|
||
</div>
|
||
-->
|
||
<button type="button" class="btn btn-danger" style="top: 0.4375em;" id="login-praticien">Vous êtes praticien ?</button> <button type="button" class="btn btn-danger" style="top: 0.4375em;" id="login-user">Se connecter</button><p> </p>
|
||
</div>
|
||
</div>
|
||
<div id="searchbar"></div>
|
||
</div>
|
||
<div id="content">
|
||
<div class="d-flex justify-content-center align-items-center" id="Alert"></div>
|
||
<div style="background-color: red; height: 50vh;">
|
||
<img src="src/img/img_index.png" alt="img_index" id="img_index">
|
||
<div id="rdv">
|
||
<p class="text-white fw-bold fs-3">Trouvez un rendez vous avec un medecin</p>
|
||
<form action="" class="input-group" method="post">
|
||
<input type="text" aria-label="First name" class="form-control" id="nom" name="nom" placeholder="Nom, spécialité">
|
||
<input type="text" aria-label="Last name" class="form-control" id="postal" name="postal" placeholder="Où ?">
|
||
<button class="btn btn-success" type="submit" id="recherche">Rechercher</button>
|
||
</form>
|
||
</div>
|
||
<div class="d-flex justify-content-center gap-5 w-100" id="cardPos">
|
||
<div class="card" style="width: 18rem;">
|
||
<div class="card-body">
|
||
<h5 class="card-title">Information</h5>
|
||
<h6 class="card-subtitle mb-2 text-body-secondary">Ligue contre le cancer</h6>
|
||
<p class="card-text">Mois sans tabac: c’est le moment d’arrêter !</p>
|
||
</div>
|
||
</div>
|
||
<div class="card" style="width: 18rem;">
|
||
<div class="card-body">
|
||
<h5 class="card-title">Information</h5>
|
||
<h6 class="card-subtitle mb-2 text-body-secondary">Pharmacie Sanchez</h6>
|
||
<p class="card-text">Le rôle du phramacien évolue: Venez nous voir.</p>
|
||
</div>
|
||
</div>
|
||
<div class="card" style="width: 18rem;">
|
||
<div class="card-body">
|
||
<h5 class="card-title">Information</h5>
|
||
<h6 class="card-subtitle mb-2 text-body-secondary">Doct’ISEN</h6>
|
||
<p class="card-text">Un empechement: Prevenez votre soignant.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<footer class="fixed-bottom m-2 mx-4">
|
||
<p>Recherche de praticiens</p>
|
||
<p>Doct’ISEN, 33 QUATER Av. du Champ de Manœuvre, 44470 Carquefou</p>
|
||
<p class="text-secondary">Conditions générales d'utilisation • Conditions d'utilisation du site Doct'ISEN • Politique relative à la protection des données personnelles • Politique en matière de cookies • Gestion des cookies et consentement • Règles de référencement • Mentions légales</p>
|
||
<p class="text-secondary">Annuaire des médecins du CNOM • Annuaire des chirurgiens-dentistes de l'ONCD • Ordre National des Médecins • Ordre National des Chirurgiens-Dentistes</p>
|
||
</footer>
|
||
</div>
|
||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/core.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/md5.js"></script>
|
||
</body>
|
||
</html> |