-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
31 lines (31 loc) · 1.56 KB
/
about.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
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>À propos</title>
<link rel="icon" type="image/x-icon" href="assets/icon.svg">
<link rel="stylesheet" href="styles.css">
<script type="text/javascript" src='script.js'></script>
</head>
<body>
<div class="title_bar">
<a href="index.html"><img class="logo" src="assets/logo.avif" alt="logo"></a>
<p><img class="in_the_name_of_Allah" src="assets/In the name of Allah.png" alt="In the name of Allah"> </p>
<p class="welcome">Bienvenue dans notre site web de la médecine!</p>
<p class="warning">(Ce n'est pas le site officiel de la faculté de Chlef)</p>
</div>
<div id='search_div_id' class='search'>
<img class="search_icon" src='assets/search.png' alt='Search Bar'>
<input id='search_input_id' class="search_input" onkeyup="catchSearchValue();" placeholder="Rechercher">
<div id="search_labels_id" class="search_labels"></div>
</div>
<h1 style="margin-top: 27px;">À propos de ce site</h1>
<div class="content" style="font-size: 18px; line-height: 30px;">
<p>Créé le <b>08 octobre 2024</b> (si je me souviens bien), par <b>Didouna Mohyeddine</b>, étudiant en médecine à la faculté de chlef, en Algérie 🇩🇿 🇵🇸.</p>
<p>Les avis sont les bienvenus, <a style="font-size: 18px;" href="contact.html">contactez-moi</a>.</p>
</div>
</body>
<footer>
© 2024 Didouna Mohyeddine, Publié Dans <a href="https://github.com/" target='_blank'>Github</a>
</footer>
</html>