|
Server IP : 2a02:4780:2b:1556:0:9c6:43c4:d / Your IP : 216.73.217.162 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : u163988420 ( 163988420) PHP Version : 8.5.4 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, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u163988420/public_html/AACSITE/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include 'includes/header.php'; ?>
<?php
$blogs = [
["slug" => "web-development-trends-2026", "title" => "Top Web Development Trends in 2026", "desc" => "Explore the latest trends shaping modern web development.", "image" => "assets/hero2.jpg", "date" => "March 10, 2026", "category" => "Development", "read" => "5 min"],
["slug" => "importance-of-seo", "title" => "Why SEO is Important for Your Business", "desc" => "Learn how SEO helps grow your online presence.", "image" => "assets/hero2.jpg", "date" => "March 12, 2026", "category" => "Marketing", "read" => "4 min"],
["slug" => "responsive-design-benefits", "title" => "Benefits of Responsive Website Design", "desc" => "Make your website look perfect on all devices.", "image" => "assets/hero2.jpg", "date" => "March 14, 2026", "category" => "Design", "read" => "4 min"],
["slug" => "digital-marketing-strategies", "title" => "Effective Digital Marketing Strategies for Growth", "desc" => "Boost your business with smart digital marketing.", "image" => "assets/hero2.jpg", "date" => "March 16, 2026", "category" => "Marketing", "read" => "5 min"],
["slug" => "custom-software-importance", "title" => "Why Custom Software is Important for Businesses", "desc" => "Discover the value of tailored software solutions.", "image" => "assets/hero2.jpg", "date" => "March 18, 2026", "category" => "Software", "read" => "5 min"],
["slug" => "ui-ux-design-importance", "title" => "The Importance of UI/UX Design", "desc" => "Create better user experiences with great design.", "image" => "assets/hero2.jpg", "date" => "March 20, 2026", "category" => "Design", "read" => "4 min"],
["slug" => "cloud-computing-benefits", "title" => "Benefits of Cloud Computing for Businesses", "desc" => "How cloud solutions improve scalability and efficiency.", "image" => "assets/hero2.jpg", "date" => "March 22, 2026", "category" => "Technology", "read" => "5 min"],
["slug" => "website-security-tips", "title" => "Top Website Security Tips You Should Follow", "desc" => "Protect your website from threats and attacks.", "image" => "assets/hero2.jpg", "date" => "March 24, 2026", "category" => "Security", "read" => "4 min"],
["slug" => "mobile-app-development-growth", "title" => "The Growth of Mobile App Development", "desc" => "Why mobile apps are essential for modern businesses.", "image" => "assets/hero2.jpg", "date" => "March 26, 2026", "category" => "Development", "read" => "5 min"],
];
?>
<!-- ====== PAGE HERO ====== -->
<section class="page-hero">
<div class="overlay"></div>
<div class="hero-grid-lines"><?php for ($i = 0; $i < 8; $i++): ?><div class="grid-line"></div><?php endfor; ?></div>
<div class="container text-center" style="position:relative;z-index:2">
<div class="hero-eyebrow"><span class="badge-dot"></span><span>INSIGHTS & IDEAS</span></div>
<h1>Our <span>Blog</span></h1>
<p>Insights, ideas, and updates from our team — stay ahead in the digital world.</p>
<div class="hero-breadcrumb">
<a href="index.php">Home</a><i class="bi bi-chevron-right"></i><span>Blog</span>
</div>
</div>
</section>
<style>
/* ====== PAGE HERO ====== */
.page-hero {
position: relative;
padding: 130px 0 100px;
background: linear-gradient(135deg, #020509 0%, #041020 60%, #060d14 100%);
overflow: hidden
}
.page-hero .overlay {
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 60% 50%, rgba(0, 212, 255, 0.05) 0%, transparent 70%)
}
.hero-grid-lines {
position: absolute;
inset: 0;
display: flex;
justify-content: space-around;
pointer-events: none
}
.grid-line {
width: 1px;
height: 100%;
background: linear-gradient(to bottom, transparent, rgba(0, 212, 255, 0.08), transparent);
animation: grid-pulse 4s ease-in-out infinite
}
.grid-line:nth-child(odd) {
animation-delay: -2s
}
@keyframes grid-pulse {
0%,
100% {
opacity: .3
}
50% {
opacity: 1
}
}
.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0, 212, 255, 0.06);
border: 1px solid rgba(0, 212, 255, 0.25);
border-radius: 30px;
padding: 6px 18px;
margin-bottom: 20px;
font-family: 'Orbitron', monospace;
font-size: 10px;
letter-spacing: 3px;
color: #00d4ff
}
.badge-dot {
width: 6px;
height: 6px;
background: #00d4ff;
border-radius: 50%;
box-shadow: 0 0 8px #00d4ff;
animation: pulse-dot 2s infinite
}
@keyframes pulse-dot {
0%,
100% {
opacity: 1;
transform: scale(1)
}
50% {
opacity: .5;
transform: scale(.8)
}
}
.page-hero h1 {
font-family: 'Orbitron', monospace;
font-size: clamp(28px, 5vw, 50px);
font-weight: 800;
color: #e8f4ff;
margin-bottom: 14px;
letter-spacing: 1px
}
.page-hero h1 span {
color: #00d4ff
}
.page-hero p {
color: #5a8a9f;
font-size: 16px;
max-width: 550px;
margin: 0 auto 24px;
line-height: 1.7
}
.hero-breadcrumb {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 12px;
color: #4a7a9b;
font-family: 'Orbitron', monospace;
letter-spacing: 1px
}
.hero-breadcrumb a {
color: #00d4ff;
text-decoration: none
}
.hero-breadcrumb i {
font-size: 10px
}
/* ====== SHARED ====== */
.btn-primary-tech {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #00d4ff, #0099cc);
color: #020509;
padding: 14px 30px;
border-radius: 8px;
font-weight: 700;
font-size: 13px;
font-family: 'Orbitron', monospace;
letter-spacing: 1px;
text-decoration: none;
transition: all 0.3s;
box-shadow: 0 0 25px rgba(0, 212, 255, 0.35)
}
.btn-primary-tech:hover {
transform: translateY(-3px);
box-shadow: 0 0 40px rgba(0, 212, 255, 0.6);
color: #020509
}
.btn-ghost-tech {
display: inline-flex;
align-items: center;
gap: 10px;
background: transparent;
color: #e8f4ff;
padding: 13px 28px;
border-radius: 8px;
font-weight: 600;
font-size: 13px;
text-decoration: none;
border: 1px solid rgba(0, 212, 255, 0.3);
transition: all 0.3s;
font-family: 'Orbitron', monospace
}
.btn-ghost-tech:hover {
background: rgba(0, 212, 255, 0.08);
border-color: #00d4ff;
color: #00d4ff;
transform: translateY(-2px)
}
.cta-section-dark {
position: relative
}
.cta-box-dark {
background: rgba(6, 18, 32, 0.8);
border: 1px solid rgba(0, 212, 255, 0.2);
border-radius: 16px;
padding: 70px 40px;
position: relative;
overflow: hidden;
backdrop-filter: blur(12px)
}
.cta-box-dark::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at center, rgba(0, 212, 255, 0.04), transparent 70%);
pointer-events: none
}
.cta-corner {
position: absolute;
width: 20px;
height: 20px;
border-color: rgba(0, 212, 255, 0.5);
border-style: solid
}
.cta-tl {
top: 12px;
left: 12px;
border-width: 2px 0 0 2px
}
.cta-tr {
top: 12px;
right: 12px;
border-width: 2px 2px 0 0
}
.cta-bl {
bottom: 12px;
left: 12px;
border-width: 0 0 2px 2px
}
.cta-br {
bottom: 12px;
right: 12px;
border-width: 0 2px 2px 0
}
.cta-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0, 212, 255, 0.06);
border: 1px solid rgba(0, 212, 255, 0.25);
border-radius: 30px;
padding: 6px 16px;
font-size: 10px;
letter-spacing: 3px;
color: #00d4ff;
font-family: 'Orbitron', monospace
}
.cta-box-dark h2 {
font-family: 'Orbitron', monospace;
font-size: clamp(22px, 4vw, 40px);
font-weight: 700;
color: #e8f4ff;
margin-bottom: 16px;
position: relative
}
.cta-box-dark p {
font-size: 15px;
color: #5a8a9f;
max-width: 550px;
margin: 0 auto 36px;
line-height: 1.7;
position: relative
}
.cta-buttons-dark {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
position: relative
}
@media(max-width:768px) {
.cta-box-dark {
padding: 50px 24px
}
}
</style>
<!-- ====== BLOG GRID ====== -->
<section class="blog-page-section py-5">
<div class="container">
<div class="text-center mb-5">
<h2 class="section-title">Latest <span>Articles</span></h2>
<p class="section-subtitle">Stay updated with insights, tips, and industry trends from our expert team.</p>
</div>
<div class="row g-4">
<?php foreach ($blogs as $i => $blog): ?>
<div class="col-lg-4 col-md-6">
<div class="blog-card-dark" style="--i:<?php echo $i; ?>">
<!-- Image -->
<div class="bc-img-wrap">
<img src="<?php echo $blog['image']; ?>" alt="<?php echo $blog['title']; ?>">
<div class="bc-img-overlay"></div>
<div class="bc-img-scan"></div>
<!-- Category badge -->
<div class="bc-category"><?php echo $blog['category']; ?></div>
<!-- Read time -->
<div class="bc-read-time">
<i class="bi bi-clock"></i> <?php echo $blog['read']; ?> read
</div>
</div>
<!-- Content -->
<div class="bc-content">
<!-- Date -->
<div class="bc-date">
<i class="bi bi-calendar3"></i>
<span><?php echo $blog['date']; ?></span>
</div>
<h5><?php echo $blog['title']; ?></h5>
<p><?php echo $blog['desc']; ?></p>
<!-- Link -->
<a href="blog-detail.php?slug=<?php echo $blog['slug']; ?>" class="bc-link">
<span>Read Article</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
<!-- Top glow bar -->
<div class="bc-glow-bar"></div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<style>
.blog-page-section {
position: relative;
}
/* Card */
.blog-card-dark {
background: rgba(6, 18, 32, 0.65);
border: 1px solid rgba(0, 212, 255, 0.1);
border-radius: 14px;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
backdrop-filter: blur(10px);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
animation: card-in 0.6s ease calc(var(--i)*0.07s) both;
}
@keyframes card-in {
from {
opacity: 0;
transform: translateY(30px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
.blog-card-dark:hover {
transform: translateY(-12px);
border-color: rgba(0, 212, 255, 0.4);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 212, 255, 0.1);
}
/* Top bar */
.bc-glow-bar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #00d4ff, transparent);
transform: scaleX(0);
transition: 0.4s;
}
.blog-card-dark:hover .bc-glow-bar {
transform: scaleX(1);
}
/* Image */
.bc-img-wrap {
position: relative;
overflow: hidden;
height: 210px;
flex-shrink: 0;
}
.bc-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.65) saturate(0.7);
transition: 0.5s;
}
.blog-card-dark:hover .bc-img-wrap img {
transform: scale(1.08);
filter: brightness(0.5) saturate(0.5);
}
.bc-img-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(6, 18, 32, 0.9) 0%, transparent 60%);
}
/* Scan */
.bc-img-scan {
position: absolute;
top: -5%;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.5), transparent);
opacity: 0;
transition: 0.3s;
}
.blog-card-dark:hover .bc-img-scan {
animation: img-scan 3s linear infinite;
opacity: 1;
}
@keyframes img-scan {
0% {
top: -5%;
opacity: 1
}
90% {
top: 105%;
opacity: 1
}
91%,
100% {
top: -5%;
opacity: 0
}
}
/* Category badge */
.bc-category {
position: absolute;
top: 14px;
left: 14px;
background: rgba(0, 212, 255, 0.12);
border: 1px solid rgba(0, 212, 255, 0.35);
color: #00d4ff;
font-size: 9px;
font-family: 'Orbitron', monospace;
letter-spacing: 2px;
padding: 4px 12px;
border-radius: 4px;
text-transform: uppercase;
}
/* Read time */
.bc-read-time {
position: absolute;
bottom: 12px;
right: 12px;
font-size: 10px;
color: rgba(255, 255, 255, 0.5);
display: flex;
align-items: center;
gap: 4px;
font-family: 'Orbitron', monospace;
letter-spacing: 0.5px;
}
/* Content */
.bc-content {
padding: 22px;
flex: 1;
display: flex;
flex-direction: column;
}
.bc-date {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 10px;
color: #4a7a9b;
font-family: 'Orbitron', monospace;
letter-spacing: 0.5px;
margin-bottom: 10px;
}
.bc-date i {
color: #00d4ff;
}
.bc-content h5 {
font-family: 'Orbitron', monospace;
font-size: 13px;
font-weight: 600;
color: #c8e8ff;
line-height: 1.5;
margin-bottom: 10px;
transition: 0.3s;
}
.blog-card-dark:hover .bc-content h5 {
color: #fff;
}
.bc-content p {
font-size: 13px;
color: #4a7a9b;
line-height: 1.65;
margin-bottom: 16px;
flex: 1;
}
/* Link */
.bc-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #00d4ff;
font-size: 11px;
font-weight: 600;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
font-family: 'Orbitron', monospace;
transition: 0.3s;
border-bottom: 1px solid rgba(0, 212, 255, 0.2);
padding-bottom: 2px;
align-self: flex-start;
}
.bc-link:hover {
color: #fff;
gap: 12px;
border-color: rgba(255, 255, 255, 0.3);
}
</style>
<!-- ====== CTA ====== -->
<section class="cta-section-dark my-5 py-5">
<div class="container">
<div class="cta-box-dark text-center">
<div class="cta-corner cta-tl"></div>
<div class="cta-corner cta-tr"></div>
<div class="cta-corner cta-bl"></div>
<div class="cta-corner cta-br"></div>
<div class="cta-badge mb-4"><span class="badge-dot"></span><span>LET'S TALK</span></div>
<h2>Ready to Take Your Business to the Next Level?</h2>
<p>Connect with our experts today and start building digital solutions that drive real results.</p>
<div class="cta-buttons-dark">
<a href="contact.php" class="btn-primary-tech"><span>Get Free Consultation</span><i class="bi bi-arrow-right"></i></a>
<a href="tel:9999999999" class="btn-ghost-tech"><i class="bi bi-telephone me-2"></i><span>Call Now</span></a>
</div>
</div>
</div>
</section>
<?php include 'includes/footer.php'; ?>