blog links added
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<link rel="stylesheet" href="./assets/vendors/liquid-icon/lqd-essentials/lqd-essentials.min.css">
|
||||
<link rel="stylesheet" href="./assets/css/theme.min.css">
|
||||
<link rel="stylesheet" href="./assets/css/utility.min.css">
|
||||
<link rel="stylesheet" href="./assets/css/extra.css">
|
||||
<link rel="stylesheet" href="./assets/css/demo/start-hub-8/base.css">
|
||||
<link rel="stylesheet" href="./assets/css/demo/start-hub-8/start-hub-8.css">
|
||||
|
||||
@@ -1289,18 +1290,17 @@
|
||||
<div class="carousel-item-inner relative w-full">
|
||||
|
||||
<div class="lqd-testi relative lqd-testi-style-1 flex flex-col-reverse lqd-testi-shadow-xs lqd-testi-details-lg lqd-testi-quote-18 lqd-testi-avatar-72 rounded-20 py-30 px-35 bg-blue-100 module-content ">
|
||||
<div style="flex-direction: column">
|
||||
<div style="padding: 5px; color:darkblue; font-weight:bolder; font-size:15px;"><?=$item['post_title']?><br></div>
|
||||
<div style="height: 310px;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
background-image: url(<?=$blog_media_url?>/<?=$item['meta_value']?>); border-radius: 15px;">
|
||||
<!-- <img style="border-radius: 10px;" src="--><?php //=$blog_media_url?><!--/--><?php //=$item['meta_value']?><!--" alt="Tokslaw">-->
|
||||
<a href="<?=$item['guid']?>">
|
||||
<div style="flex-direction: column">
|
||||
<div style="padding: 5px; color:darkblue; font-weight:bolder; font-size:15px;"><?=$item['post_title']?><br></div>
|
||||
<div class= "br-10" style= "height: 310px;
|
||||
background-image: url(<?=$blog_media_url?>/<?=$item['meta_value']?>);
|
||||
border-radius: 15px;
|
||||
">
|
||||
<!-- <img style="border-radius: 10px;" src="--><?php //=$blog_media_url?><!--/--><?php //=$item['meta_value']?><!--" alt="Tokslaw">-->
|
||||
</div class>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user