-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
61 lines (41 loc) · 2.65 KB
/
index.php
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
<?php include('header.php'); ?>
<!-- this is for welcome -->
<div class="content">
<article>
<p class="text-justify">Blood is universally recognized as the most precious element that sustains life. It saves innumerable lives across the world in a variety of conditions. The need for blood is great - on any given day, approximately 39,000 units of Red Blood Cells are needed. More than 29 million units of blood components are transfused every year. Donate Blood Despite the increase in the number of donors, blood remains in short supply during emergencies, mainly attributed to the lack of information and accessibility. We positively believe this tool can overcome most of these challenges by effectively connecting the blood donors with the blood recipients.
</p>
</article>
</div><br>
<!-- nivo slider starts -->
<div class="col-md-12 sliderImg">
<img src="img/doctor5.jpg" alt="">
<img src="img/doctor3.jpg" alt="">
<img src="img/doctor4.jpg" alt="">
<img src="img/hstu8.jpg" alt="">
<img src="img/doctor3.jpg" alt="">
<img src="img/doctor4.jpg" alt="">
</div>
<!-- nivo slider ends -->
<!-- main Content -->
<div class="main_content">
<div class="col-md-8">
<article>
<h3 style="font-weight: bold;font-family:inherit;">Finds Doctors from anywhere anytime!</h3><hr>
<p class="text-justify">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt et dolores neque eaque. Labore, dicta similique ipsam odit saepe obcaecati suscipit ducimus, commodi dolores animi sed beatae, quia nulla facilis.lorem
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Totam, doloribus quisquam eaque inventore consectetur sapiente itaque aliquid quae tempore. Eveniet iusto obcaecati magni qui laboriosam saepe unde, totam odio excepturi
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Totam, doloribus quisquam eaque inventore consectetur sapiente itaque aliquid quae tempore. Eveniet iusto obcaecati magni qui laboriosam saepe unde, totam odio excepturi.</p>
</article>
</div>
<div class="col-md-4">
<h3 class="text-center" style="font-weight:bold;font-family:inherit;">Doctors Appoinment...?</h3><hr>
<ul class="text-justify">
Totam, doloribus quisquam eaque inventore consectetur sapiente itaque aliquid quae tempore. Eveniet iusto obcaecati magni qui laboriosam saepe unde, totam odio excepturi. Eveniet iusto obcaecati magni qui laboriosam saepe unde, totam odio excepturi
</ul>
</div>
</div>
<?php include('footer.php'); ?>
</div> <!-- containerFluid Ends -->
<script src="js/jquery-1.9.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>