blog links added

This commit is contained in:
2024-12-14 19:14:41 -05:00
parent 5cd49d8f1a
commit 9063b9ea9c
+11 -11
View File
@@ -15,6 +15,7 @@
<link rel="stylesheet" href="./assets/vendors/liquid-icon/lqd-essentials/lqd-essentials.min.css"> <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/theme.min.css">
<link rel="stylesheet" href="./assets/css/utility.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/base.css">
<link rel="stylesheet" href="./assets/css/demo/start-hub-8/start-hub-8.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="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 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"> <a href="<?=$item['guid']?>">
<div style="padding: 5px; color:darkblue; font-weight:bolder; font-size:15px;"><?=$item['post_title']?><br></div> <div style="flex-direction: column">
<div style="height: 310px; <div style="padding: 5px; color:darkblue; font-weight:bolder; font-size:15px;"><?=$item['post_title']?><br></div>
background-repeat: no-repeat; <div class= "br-10" style= "height: 310px;
background-attachment: fixed; background-image: url(<?=$blog_media_url?>/<?=$item['meta_value']?>);
background-position: center; border-radius: 15px;
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">-->
<!-- <img style="border-radius: 10px;" src="--><?php //=$blog_media_url?><!--/--><?php //=$item['meta_value']?><!--" alt="Tokslaw">--> </div class>
</div> </div>
</div> </a>
</div> </div>
</div> </div>
</div> </div>