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.14.7.99
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

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

<main>
    <section class="main-news-sell-page">
        <div class="container">
          <div class="row pt-4">
            <h2 class="sell802-news">Insights & Industry Updates</h2>
            
            <% if (blogs.length > 0) { %>
              <!-- First uploaded blog as top card -->
              <div class="col-md-4 card-sticky">
                <a href="/sites/pioneer-reality/blog/<%- blogs[0].url %>">
                  <div class="nehri-sell loter-routes">
                    <img class="img-fluid roleerr" src="/sites/pioneer-reality<%- blogs[0].picture %>" alt="no-img">
                    <span> <%- blogs[0].title %></span>
                    <h2>
                      <%- blogs[0].disc.split(' ').slice(0, 10).join(' ') %>...
                    </h2>
                    <p><strong>Meet The Maker</strong> September 10</p>
                  </div>
                </a>
              </div>
            <% } %>
      
            <!-- Remaining blogs go into the grid -->
            <div class="col-12 col-md-8">
              <div class="row">
                <% for (let i = 1; i < blogs.length; i++) { %>
                  <div class="col-12 col-md-6 col-sm-12 mt-5">
                <a href="/sites/pioneer-reality/blog/<%- blogs[i].url %>">
                  <div class="nehri-sell">
                    <img class="img-fluid" src="/sites/pioneer-reality<%- blogs[i].picture %>" alt="no-img">
                    <span>FEATURED NEWS</span>
                    <h2>
                      <%- blogs[i].disc.split(' ').slice(0, 10).join(' ') %>...
                    </h2>
                    <p><strong>Meet The Maker</strong> September 10</p>
                  </div>
                </a>
                  </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 */
.sell802-news{
    padding-top: 100px !important ;
}

/* 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