-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
132 lines (103 loc) · 5.02 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="view port" content="width=device-width, initial-scale=1.0">
<title>CSS checkpoint 4</title>
<link rel="stylesheet" href="style1.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
</head>
<body>
<div class="description1">
<img src="images/logo-default-group-en.svg" class="logo-docplanner" />
<ul class="main-menu">
<li>About</li>
<li>Career </li>
<li>Departements</li>
<li>Contact</li>
</ul>
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<h1> Making the healthcare experience more human</h1>
<div class="description">
<div class="coldesign" >
<p>We want patients to find the perfect doctor and book an appointment in the most easy way. The patient journey should be enjoyable, and that's why we are always next to them: to help them find the best possible care. Anytime, anywhere.
</p>
</div>
<div class ="coldesign">
<p>We also help doctors to better manage their practice and build their online reputation. With our integrated end-to-end solution, doctors are able not only to improve their online presence, but also to devote their time to what really matters: their patients.
</p>
</div>
</div>
<div class="description">
<div class="coldesign1 colorP" >
<img src="images/icon-patients.svg">
<h1 class ="h1">For patients</h1>
<h2>Find a doctor, book a visit and solve any health-related doubt</h2>
</div>
<div class="coldesign1 colorD">
<img src="images/icon-doctors.svg">
<h1 class ="h1">For doctors</h1>
<h2>Save time managing visits and cut no-shows by half</h2>
</div>
<div class="coldesign1 colorC">
<img src="images/icon-clinics.svg">
<h1 class="h1">For clinics</h1>
<h2>Deliver an exceptional patient experience in your clinic</h2>
</div>
</div>
<div class="description">
<div class="coldesign2">
<p class="titre2"> We are a global company with local culture
</p>
</div>
<div class="coldesign">
<ul>
<li> <a href="https://www.znanylekarz.pl/?__hstc=94104962.1c46fb9f70772bcdcabd1349ffb96816.1615097066504.1615097066504.1615097066504.1&__hssc=94104962.1.1615097066505&__hsfp=1532773799"> ZnanyLekarz </a> </li>
<li>
MioDottore
</li>
<li> <a href="https://www.doctoralia.es/?__hstc=94104962.1c46fb9f70772bcdcabd1349ffb96816.1615097066504.1615097066504.1615097066504.1&__hssc=94104962.1.1615097066505&__hsfp=1532773799"> Doctoralia </a></li>
<li> DoktorTakimi</li>
<li>ZnamyLekar</li>
</ul>
</div>
</div>
</body>
</html>