Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.135.209.242
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : blog.ejs
<%- include('./includes/header', {title: blog.title + ' - Pioneer Reality' }) %>

<main>
   <section class="blog-section">
      <div class="container">
         <div class="row justify-content-center">
            
            <div class="col-md-12">
               <div class="blog-card">
                  <img class="blog-img" src="/sites/pioneer-reality<%- blog.picture %>" alt="Blog Image">
                  <div class="blog-content">
                     <h1 class="blog-title"><%- blog.title %></h1>
                     <p class="blog-desc"><%- blog.disc %></p>
                  </div>
               </div>
            </div>
         </div>
      </div>
   </section>

<style>
    .blog-section {
    padding: 200px 0;
    background-color: #f9f9f9;
}
    .header-main nav .navbar-brand img {
    width: 155px;
    height: 95px;
    filter: brightness(2.5) invert(1);
    object-fit: contain;
}
    header.header-main.scroll img{
        filter: brightness(0) invert(1);
    }
    /* Blog Section Styling */


/* Blog Card */
.blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.blog-card:hover {
    transform: translateY(-5px);
}

/* Blog Image */
.blog-img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
    border-radius: 10px;
}

/* Blog Content */
.blog-content {
    padding: 20px;
}

.blog-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
}

.blog-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-title {
        font-size: 26px;
    }
    .blog-desc {
        font-size: 16px;
    }
}

</style>

<%- include('./includes/footer') %>
</main>
© 2025 GrazzMean-Shell