-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (215 loc) · 12 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html>
<!-- font family -->
<head>
<title>Home - Dr Cloud</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<style type="text/css">
</style>
</head>
<body>
<div style="margin-top: 20px; margin-bottom: 20px">
<div class="">
<div class="row text-center">
<div class="col-md-4"><img src="logo.png" height="50px" width="100px"></div>
<div class="col-md-4 padding"></div>
<div class="col-md-4 padding">
<div class="dropdown">
<div class="dropdown-toggle" id="dropdownMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Yoruba
<span style="margin-right: 16px;" class="caret"></span>
<i style="color: red; margin-right: 16px;" class="fas fa-user"></i>
<i style="color: red" class="fas fa-search"></i>
<a class="btn btn-danger round" href="#" role="button">Donate</a>
</div>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</div>
</div>
</div>
<div class="row hr">
<hr>
</div>
<div class="row text-center">
<div class="col-md-6" style="font-size: 20px;padding-left: 195px;">
<!-- <i class="fa fa-ambulance"></i> -->
<img src="amb.png" style="width: 60px;">
<span style="color: red">Dr.cloud Emergency Response Center</span>
</div>
<div>
<a class="btn btn-danger btn-lg" href="#" style="width: 153px;" role="button">Call (314)</a>
</div>
</div>
<div class="row hr">
<hr>
</div>
<!-- Slides Controller -->
<div class="row" style="margin-bottom: 100px">
<ul class="slides-c">
<li class="nav-dots">
<label for="img-1" class="nav-dot" id="img-dot-1"><img src="person.png" width="60px" height="60px"></label>
<label for="img-2" class="nav-dot" id="img-dot-2"><img src="ste.png" width="60px" height="60px"></label>
<label for="img-3" class="nav-dot" id="img-dot-3"><img src="cap.png" width="60px" height="60px"></label>
<label for="img-4" class="nav-dot" id="img-dot-4"><img src="love.png" width="60px" height="60px"></label>
<label for="img-5" class="nav-dot" id="img-dot-5"><img src="ste.png" width="60px" height="60px"></label>
<label for="img-6" class="nav-dot" id="img-dot-6"><img src="person.png" width="60px" height="60px"></label>
<label for="img-7" class="nav-dot" id="img-dot-7"><img src="cap.png" width="60px" height="60px"></label>
<label for="img-8" class="nav-dot" id="img-dot-8"><img src="love.png" width="60px" height="60px"></label>
</li>
</ul>
</div>
<!-- End Slide Controller -->
<!-- Slides -->
<div class="row">
<ul class="slides">
<input type="radio" name="radio-btn" id="img-1" checked />
<li class="slide-container">
<div class="slide">
<img src="http://farm9.staticflickr.com/8072/8346734966_f9cd7d0941_z.jpg" />
</div>
<div class="nav">
<label for="img-6" class="prev">‹</label>
<label for="img-2" class="next">›</label>
</div>
</li>
<input type="radio" name="radio-btn" id="img-2" />
<li class="slide-container">
<div class="slide">
<img src="http://farm9.staticflickr.com/8504/8365873811_d32571df3d_z.jpg" />
</div>
<div class="nav">
<label for="img-1" class="prev">‹</label>
<label for="img-3" class="next">›</label>
</div>
</li>
<input type="radio" name="radio-btn" id="img-3" />
<li class="slide-container">
<div class="slide">
<img src="http://farm9.staticflickr.com/8068/8250438572_d1a5917072_z.jpg" />
</div>
<div class="nav">
<label for="img-2" class="prev">‹</label>
<label for="img-4" class="next">›</label>
</div>
</li>
<input type="radio" name="radio-btn" id="img-4" />
<li class="slide-container">
<div class="slide">
<img src="http://farm9.staticflickr.com/8061/8237246833_54d8fa37f0_z.jpg" />
</div>
<div class="nav">
<label for="img-3" class="prev">‹</label>
<label for="img-5" class="next">›</label>
</div>
</li>
<input type="radio" name="radio-btn" id="img-5" />
<li class="slide-container">
<div class="slide">
<img src="http://farm9.staticflickr.com/8055/8098750623_66292a35c0_z.jpg" />
</div>
<div class="nav">
<label for="img-4" class="prev">‹</label>
<label for="img-6" class="next">›</label>
</div>
</li>
<input type="radio" name="radio-btn" id="img-6" />
<li class="slide-container">
<div class="slide">
<img src="http://farm9.staticflickr.com/8195/8098750703_797e102da2_z.jpg" />
</div>
<div class="nav">
<label for="img-5" class="prev">‹</label>
<label for="img-7" class="next">›</label>
</div>
</li>
<input type="radio" name="radio-btn" id="img-7" />
<li class="slide-container">
<div class="slide">
<img src="http://bnballocharity.org/wp-content/uploads/2018/09/slider-6.jpg" />
</div>
<div class="nav">
<label for="img-6" class="prev">‹</label>
<label for="img-8" class="next">›</label>
</div>
</li>
<input type="radio" name="radio-btn" id="img-8" />
<li class="slide-container">
<div class="slide">
<img src="http://bnballocharity.org/wp-content/uploads/2018/09/slider-4.jpg" />
</div>
<div class="nav">
<label for="img-7" class="prev">‹</label>
<label for="img-1" class="next">›</label>
</div>
</li>
</ul>
</div>
<!-- End Slide -->
</div>
<div class="row" style="background: url('phone-bg.png'); background-size: contain;height: 500px;">
<div class="col-md-2"></div>
<div class="col-md-3">
<img src="phone.png" height="500px">
</div>
<div>
<h5 style="font-size: 26px;padding-top: 100px;">Get Dr. Cloud Mobile App <span style="color: red">for free</span></h5><br>
<h6 style="font-size: 23px; line-height: 31px;margin-top: -5px;">Live chat with your doctor<br>Request for emergency</h6>
<img src="play.png" style="margin: 120px 0px 0px 272px; height: 90px;">
</div>
</div>
<div class="row" style="background-color:#fafafa; background-size: contain;height: 494px;">
<div class="col-md-4">
<img src="doctor.jpg" style="height: 494px; width: 477px">
</div>
<div class="col-md-7" style="margin-top: 106px; ">
<span style="font-size: 32px;">Live <i style="color: red">service center </i> to <br> response and take care of all your <br> health emergency needs for free.</span><br>
<div class="col-md-3" style="margin-top: 40px;">Available 24/7</div>
<div class="col-md-3" style="margin-top: 40px;">Free Call In</div>
<div class="col-md-3" style="margin-top: 40px;">Access to para-medics</div>
</div>
</div>
<div class="row" style="background-color: #ffffff; background-size: contain;height: 100%;">
<div class="col-md-2"></div>
<div>
<h3 style="margin-left: 157px;margin-bottom: 97px;margin-top: 100px;">
We've Covered<br>
</h3>
</div>
<div class="col-md-3"></div>
<img src="map.png" style="width: 62%"; height="116%">
</div>
<div class="row" style="background-color:#E5E5E5; background-size: contain;height: 494px;">
<div class="col-md-6">
<h2 style="margin-top: 100px; margin-left: 100px;">Your donation is a powerful catalyst</h2>
<h6 style="margin-top: 100px; margin-left: 100px;line-height: 20px;">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like
Aldus PageMaker including versions of Lorem Ipsum
</h6>.
</div>
<div class=""></div>
</div>
<div class="row" style="background-color:#E40613; height: 100px;">
<div class="col-md-2"></div>
<div class="col-md-5"><h4 style="color: white;padding-top: 31px;">Yes we can do even more you can save even more lives</h4></div>
<div><h4 style="color: white;padding-top: 31px;">Donate</h4></div>
</div>
<div class="row" style="background: url('lovvvv.png'); height: 494px;background-size: 100% 100%;">
sdfdfsdd
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>