240 lines
6.3 KiB
HTML
240 lines
6.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
|
|
<style media="screen">
|
|
.market-update-block {
|
|
padding: 2em 2em;
|
|
background: #999;
|
|
}
|
|
|
|
.market-update-block h3 {
|
|
color: #fff;
|
|
font-size: 1.5em;
|
|
font-family: 'Carrois Gothic', sans-serif;
|
|
}
|
|
|
|
.market-update-block h4 {
|
|
font-size: 1.2em;
|
|
color: #fff;
|
|
margin: 0.3em 0em;
|
|
font-family: 'Carrois Gothic', sans-serif;
|
|
}
|
|
|
|
.market-update-block p {
|
|
color: #fff;
|
|
font-size: 0.8em;
|
|
line-height: 1.8em;
|
|
}
|
|
|
|
.market-update-block.clr-block-1 {
|
|
background: #ff0000;
|
|
margin-right: 0.8em;
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
transition: 0.5s all;
|
|
-webkit-transition: 0.5s all;
|
|
-moz-transition: 0.5s all;
|
|
-o-transition: 0.5s all;
|
|
}
|
|
|
|
.market-update-block.clr-block-2 {
|
|
background: #4f5905;
|
|
margin-right: 0.8em;
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
transition: 0.5s all;
|
|
-webkit-transition: 0.5s all;
|
|
-moz-transition: 0.5s all;
|
|
-o-transition: 0.5s all;
|
|
}
|
|
|
|
.market-update-block.clr-block-3 {
|
|
background: #1355f9;
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
transition: 0.5s all;
|
|
-webkit-transition: 0.5s all;
|
|
-moz-transition: 0.5s all;
|
|
-o-transition: 0.5s all;
|
|
}
|
|
|
|
.market-update-block.clr-block-1:hover {
|
|
background: #3C3C3C;
|
|
transition: 0.5s all;
|
|
-webkit-transition: 0.5s all;
|
|
-moz-transition: 0.5s all;
|
|
-o-transition: 0.5s all;
|
|
}
|
|
|
|
.market-update-block.clr-block-2:hover {
|
|
background: #3C3C3C;
|
|
transition: 0.5s all;
|
|
-webkit-transition: 0.5s all;
|
|
-moz-transition: 0.5s all;
|
|
-o-transition: 0.5s all;
|
|
}
|
|
|
|
.market-update-block.clr-block-3:hover {
|
|
background: #3C3C3C;
|
|
transition: 0.5s all;
|
|
-webkit-transition: 0.5s all;
|
|
-moz-transition: 0.5s all;
|
|
-o-transition: 0.5s all;
|
|
}
|
|
|
|
.market-update-right i.fa.fa-user-o,
|
|
i.fa.fa-map-marker {
|
|
font-size: 3em;
|
|
color: #68AE00;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #fff;
|
|
text-align: center;
|
|
border-radius: 49px;
|
|
-webkit-border-radius: 49px;
|
|
-moz-border-radius: 49px;
|
|
-o-border-radius: 49px;
|
|
line-height: 1.7em;
|
|
}
|
|
|
|
.market-update-right i.fa.fa-info-circle,
|
|
i.fa.fa-list-alt {
|
|
font-size: 3em;
|
|
color: #FC8213;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #fff;
|
|
text-align: center;
|
|
border-radius: 49px;
|
|
-webkit-border-radius: 49px;
|
|
-moz-border-radius: 49px;
|
|
-o-border-radius: 49px;
|
|
line-height: 1.7em;
|
|
}
|
|
|
|
.market-update-right i.fa.fa-mobile,
|
|
i.fa.fa-calendar-o {
|
|
font-size: 3em;
|
|
color: #337AB7;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #fff;
|
|
text-align: center;
|
|
border-radius: 49px;
|
|
-webkit-border-radius: 49px;
|
|
-moz-border-radius: 49px;
|
|
-o-border-radius: 49px;
|
|
line-height: 1.7em;
|
|
}
|
|
|
|
|
|
|
|
.market-update-left {
|
|
padding: 0px;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="market-updates">
|
|
<div class="col-md-4 market-update-gd">
|
|
<div class="market-update-block clr-block-1">
|
|
<div class="col-md-8 market-update-left">
|
|
<h3>{{doctorName}}</h3>
|
|
<h4>Doctor Name</h4>
|
|
</div>
|
|
<div class="col-md-4 market-update-right">
|
|
<i class="fa fa-user-o"> </i>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 market-update-gd">
|
|
<div class="market-update-block clr-block-2">
|
|
<div class="col-md-8 market-update-left">
|
|
<h3>{{symptoms}}</h3>
|
|
<h4>Symptoms</h4>
|
|
</div>
|
|
<div class="col-md-4 market-update-right">
|
|
<i class="fa fa-info-circle"></i>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 market-update-gd">
|
|
<div class="market-update-block clr-block-3">
|
|
<div class="col-md-8 market-update-left">
|
|
<h3>{{doctorMobile}}</h3>
|
|
<h4>Doctor Mobile</h4>
|
|
</div>
|
|
<div class="col-md-4 market-update-right">
|
|
<i class="fa fa-mobile" aria-hidden="true"></i>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
|
|
|
|
|
|
<br><br><br>
|
|
|
|
|
|
|
|
<div class="market-updates">
|
|
<div class="col-md-4 market-update-gd">
|
|
<div class="market-update-block clr-block-1">
|
|
<div class="col-md-8 market-update-left">
|
|
<h3>{{doctorAddress}}</h3>
|
|
<h4>Doctor Address</h4>
|
|
</div>
|
|
<div class="col-md-4 market-update-right">
|
|
<i class="fa fa-map-marker"> </i>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 market-update-gd">
|
|
<div class="market-update-block clr-block-2">
|
|
<div class="col-md-8 market-update-left">
|
|
<h3>{{doctorDepartment}}</h3>
|
|
<h4>Doctor Department</h4>
|
|
</div>
|
|
<div class="col-md-4 market-update-right">
|
|
<i class="fa fa-list-alt"></i>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 market-update-gd">
|
|
<div class="market-update-block clr-block-3">
|
|
<div class="col-md-8 market-update-left">
|
|
<h3>{{admitDate}}</h3>
|
|
<h4>Admit Date</h4>
|
|
</div>
|
|
<div class="col-md-4 market-update-right">
|
|
<i class="fa fa-calendar-o" aria-hidden="true"></i>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
</div>
|
|
<div class="clearfix"> </div>
|
|
</div>
|
|
|
|
<!--
|
|
developed By : sumit kumar
|
|
facebook : fb.com/sumit.luv
|
|
youtube : youtube.com/lazycoders
|
|
-->
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|