-
Notifications
You must be signed in to change notification settings - Fork 0
/
check2.html
141 lines (121 loc) · 5.41 KB
/
check2.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
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title> Checkpoint 2</title>
</head>
<body>
<header class="Docplanner-header">
<section class="navbar">
<div class="header-left-top">
<h1><font color="#5dc6b0"> <img src="docplanner.jpg">Docplanner</font> Group</h1></div>
<div class="heder-right-top">
<a href=""><font color="#5dc6b0">About Us </font> </a>
<br>
<a href="">
<span > Carrer</span></a>
</div>
</section>
</header>
<main>
<section class="Docplanner-bloc1">
<br><br>
<img src="docplanner.jpg">
<p><h2><font color="#5dc6b0"> Making the health care experience more human</font> </h2></p>
<div>
<table style="width:100%">
<tr>
<td>We want patients to find the perfect doctor and book an appointement in the most easy way.
The patient day should be enjoyable,and that's why we are always next to them.
</td>
<td>We also help doctors to better manage their practice and build their online reputation.
With our end to end solution, doctors are able not only to improve their online presence, but also to devote their time</td>
</tr>
</table>
</div>
<br>
<div>
<img src="check.jpg">
<img src="check2.jpg">
<br><br>
<select name="country">
<option>choose country</option>
<option>Poland</option>
<option>Turkey</option>
<option>Spain</option>
</select>
<p><font color="#5dc6b0"> <h2>We are a global company with local culture</h2></font></p>
<p>More than 500 team mates share our same vision, goals and passion. With offices in Warsaw, Barcelona, Istanbul, Rome,
Mexico city and curitba, our searches for new talents never stops</p>
<br><br>
</div>
</section>
<section class="Docplanner-bloc2" style="background-color: aquamarine">
<div class="left-side">
<p><font color="#00b39b"> <h2>The World's biggest healthcare plateform</h2></font></p>
<p>We work from 6 offices all over the world, bringing Docplanner Group to life in almost 20 countries</p>
<div class="right-side" style="background-color: white; box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);">
<img src="flag.jpg">
<p><font color="#5dc6b0"> <h2>Leaders in 8 countries</h2></font>
Poland, Turkey, Spain, Italy, Mexico, Brazil, Argentina and chile</p>
</div>
<div class="right-side" style="background-color: white; box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);">
<img src="visits.jpg">
<p><font color="#5dc6b0"> <h2>600 000 appointments</h2></font>
booked last month</p>
</div>
<div class="right-side" style="background-color: white; box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);">
<img src="patient.jpg">
<p><font color="#5dc6b0"> <h2>20 million unique patients</h2></font>
visit us every month</p>
</div>
<div class="right-side" style="background-color: white; box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);">
<img src="doctors.jpg">
<p><font color="#5dc6b0"> <h2>35 000 active doctors</h2></font>
trust in our solutions</p>
</div>
</div>
</section>
<section class="Docplanner-bloc3">
<div class="iamge-country">
<p><font color="#5dc6b0"> <h2>Improve the lives of millions. Change yours forver</h2></font></p>
<table style="width:100%; margin-left:auto; margin-right:auto">
<tr>
<th><img src="warsaw.jpg">
<p>Warsaw
<input type="button" value="See Openings"></p>
</th>
<th><img src="barcelona.jpg">
<p>Barcelona
<input type="button" value="See Openings"></p>
</th>
<th><img src="istanbul.jpg">
<p>istanbul
<input type="button" value="See Openings">
</p>
</th>
</tr>
<tr>
<th><img src="rome.jpg">
<p>Rome
<input type="button" value="See Openings"></p></th>
<th><img src="mexico.jpg">
<p>Mexico city
<input type="button" value="See Openings"></p></th>
<th><img src="curitiba.jpg">
<p>Curitiba
<input type="button" value="See Openings"></p>
</th>
</tr>
</table>
</div>
</section>
</main>
<footer>
<div class="footer">
<p>*we are leaders in 8 country:
<a href="">Poland, Turkey, Spain, Italy, Mexico, Brazil</a>
</p>
</div>
</footer>
</body>
</html>