AnonSec Team
AnonSec Team
Server IP : 149.13.87.7  /  Your IP : 185.174.145.2
Web Server : nginx
System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : root ( 0)
PHP Version : 8.0.28
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /mnt/platforms/workspaces/shortable.org/../happyelephantbungalows.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /mnt/platforms/workspaces/shortable.org/../happyelephantbungalows.com/blog.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Blog - Happyelephantbungalows</title>
    
    <script src="https://cdn.tailwindcss.com"></script>
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    
    <style>
        html {
            scroll-behavior: smooth;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            padding-top: 80px;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }
        @media (max-width: 768px) {
            body {
                padding-top: 72px;
            }
        }
    </style>
    <link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">

<nav class="bg-white shadow-lg fixed w-full z-50 top-0">
    <div class="max-w-screen-xl mx-auto px-6 py-2 flex items-center justify-between">
        <a href="./" class="flex items-center space-x-4">
            <div class="flex items-center justify-center w-12 h-12 rounded-full border-4 border-rose-600 text-rose-600 font-black text-xl">
                Ha            </div>
            <div>
                <div class="text-sm text-gray-400 uppercase tracking-widest">Trusted Experts</div>
                <div class="text-2xl font-bold text-gray-900">Happyelephantbungalows</div>
            </div>
        </a>
        <div class="hidden lg:flex items-center space-x-6">
            <div class="flex items-center space-x-2 px-4 py-2 rounded-full bg-gray-50">
                <span class="w-2 h-2 rounded-full bg-emerald-500 animate-pulse"></span>
                <span class="text-sm text-gray-600">Available now</span>
            </div>
            <a href="./" class="text-gray-700 font-semibold hover:text-roseHome</a>
            <a href="about-us.php" class="text-gray-700 font-semibold hover:text-rose-600 transition">About</a>
            <a href="blog/" class="text-gray-700 font-semibold hover:text-roseBlog</a>
        </div>
        <div class="hidden lg:flex items-center space-x-4">
            <div class="text-right">
                <div class="text-xs uppercase text-gray-400">Call us</div>
                <div class="text-sm font-bold text-gray-900">+1-916-855-6895</div>
            </div>
            <a href="contact.php" class="px-6 py-3 bg-gray-900 text-white font-semibold rounded-xl hover:bg-rose-600 transition">Contact</a>
        </div>
        <button data-collapse-toggle="navbar-15" type="button" class="lg:hidden inline-flex items-center justify-center w-11 h-11 rounded-lg bg-gray-100 text-gray-600">
            <svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
            </svg>
        </button>
    </div>
    <div class="hidden bg-white" id="navbar-15">
        <div class="px-6 pb-6 space-y-4">
            <a href="/Home</a>
            <a href="about-us.php" class="block text-gray-700 font-semibold">About</a>
            <a href="blog/" class="block text-gray-700 font-semibold">Blog</a>
            <div class="text-sm text-gray-500">Call +1-916-855-6895</div>
            <a href="contact.php" class="block text-center px-5 py-3 rounded-lg bg-gray-900 text-white font-semibold">Contact</a>
        </div>
    </div>
</nav>

<section class="bg-white py-16 min-h-screen">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="flex flex-col md:flex-row md:items-end md:justify-between mb-12 pb-8 border-b-2 border-gray-200">
            <div>
                <h1 class="text-4xl md:text-5xl font-black text-gray-900 mb-2">Blog</h1>
                <p class="text-gray-600">All articles</p>
            </div>
            <div class="mt-4 md:mt-0 text-sm text-gray-500">
                                Showing 3 of 3 articles
            </div>
        </div>
        
        <div class="space-y-8">
                        <article class="group flex flex-col md:flex-row gap-6 bg-white rounded-xl p-6 border border-gray-200 hover:border-rose-300 hover:shadow-lg transition-all">
                <div class="relative w-full md:w-64 h-48 md:h-40 flex-shrink-0 overflow-hidden rounded-lg">
                    <img src="https://images.pexels.com/photos/34804022/pexels-photo-34804022.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Complete Guide to Technology Innovation in innovation" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
                </div>
                
                <div class="flex-1">
                    <div class="flex items-center gap-4 mb-3">
                        <span class="px-3 py-1 bg-rose-100 text-rose-700 text-xs font-semibold rounded-full">General</span>
                        <span class="text-sm text-gray-500">May 13, 2026</span>
                    </div>
                    
                    <h2 class="text-2xl font-bold text-gray-900 mb-3 group-hover:text-rose-600 transition-colors">
                        <a href="/blog/complete-guide-to-technology-innovation-in-innovation/">Complete Guide to Technology Innovation in innovation</a>
                    </h2>
                    
                    <p class="text-gray-600 mb-4 leading-relaxed">The Evolution of Technology Innovation in 2025 In 2025, technology innovation has become the cornerstone of competitive advantage across industries....</p>
                    
                    <div class="flex items-center justify-between">
                        <div class="flex items-center text-sm text-gray-500">
                            <i class="far fa-user text-rose-600 mr-2"></i>
                            <span>Noah Patel</span>
                        </div>
                        <a href="/blog/complete-guide-to-technology-innovation-in-innovation/" class="inline-flex items-center text-rose-600 font-semibold hover:gap-2 transition-all">
                            Read Article
                            <i class="fas fa-arrow-right ml-2 group-hover:translate-x-1 transition-transform"></i>
                        </a>
                    </div>
                </div>
            </article>
                        <article class="group flex flex-col md:flex-row gap-6 bg-white rounded-xl p-6 border border-gray-200 hover:border-rose-300 hover:shadow-lg transition-all">
                <div class="relative w-full md:w-64 h-48 md:h-40 flex-shrink-0 overflow-hidden rounded-lg">
                    <img src="https://images.pexels.com/photos/3183183/pexels-photo-3183183.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Applied Research Residency Networks" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
                </div>
                
                <div class="flex-1">
                    <div class="flex items-center gap-4 mb-3">
                        <span class="px-3 py-1 bg-rose-100 text-rose-700 text-xs font-semibold rounded-full">Research</span>
                        <span class="text-sm text-gray-500">May 12, 2026</span>
                    </div>
                    
                    <h2 class="text-2xl font-bold text-gray-900 mb-3 group-hover:text-rose-600 transition-colors">
                        <a href="/blog/applied-research-residency-networks/">Applied Research Residency Networks</a>
                    </h2>
                    
                    <p class="text-gray-600 mb-4 leading-relaxed">Applied research residency networks connect universities, startups, and corporations to solve frontier problems in 2025.</p>
                    
                    <div class="flex items-center justify-between">
                        <div class="flex items-center text-sm text-gray-500">
                            <i class="far fa-user text-rose-600 mr-2"></i>
                            <span>Priya Deshpande</span>
                        </div>
                        <a href="/blog/applied-research-residency-networks/" class="inline-flex items-center text-rose-600 font-semibold hover:gap-2 transition-all">
                            Read Article
                            <i class="fas fa-arrow-right ml-2 group-hover:translate-x-1 transition-transform"></i>
                        </a>
                    </div>
                </div>
            </article>
                        <article class="group flex flex-col md:flex-row gap-6 bg-white rounded-xl p-6 border border-gray-200 hover:border-rose-300 hover:shadow-lg transition-all">
                <div class="relative w-full md:w-64 h-48 md:h-40 flex-shrink-0 overflow-hidden rounded-lg">
                    <img src="https://images.pexels.com/photos/3184631/pexels-photo-3184631.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Innovation Fund Marketplaces" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
                </div>
                
                <div class="flex-1">
                    <div class="flex items-center gap-4 mb-3">
                        <span class="px-3 py-1 bg-rose-100 text-rose-700 text-xs font-semibold rounded-full">Corporate Innovation</span>
                        <span class="text-sm text-gray-500">May 11, 2026</span>
                    </div>
                    
                    <h2 class="text-2xl font-bold text-gray-900 mb-3 group-hover:text-rose-600 transition-colors">
                        <a href="/blog/innovation-fund-marketplaces/">Innovation Fund Marketplaces</a>
                    </h2>
                    
                    <p class="text-gray-600 mb-4 leading-relaxed">Innovation fund marketplaces match internal ideas with capital, mentors, and tooling inside 2025 enterprises.</p>
                    
                    <div class="flex items-center justify-between">
                        <div class="flex items-center text-sm text-gray-500">
                            <i class="far fa-user text-rose-600 mr-2"></i>
                            <span>Ethan Brooks</span>
                        </div>
                        <a href="/blog/innovation-fund-marketplaces/" class="inline-flex items-center text-rose-600 font-semibold hover:gap-2 transition-all">
                            Read Article
                            <i class="fas fa-arrow-right ml-2 group-hover:translate-x-1 transition-transform"></i>
                        </a>
                    </div>
                </div>
            </article>
                    </div>
        
            </div>
</section>


<footer class="bg-gray-900 text-white">
    <div class="max-w-screen-xl mx-auto px-6 py-16">
        <div class="grid md:grid-cols-4 gap-10">
            <div>
                <a href="./" class="inline-flex items-center space-x-3 mb-6">
                    <div class="w-12 h-12 rounded-full bg-gradient-to-br from-rose-500 to-red-600 flex items-center justify-center text-white font-black text-xl">
                        Ha                    </div>
                    <span class="text-3xl font-black">Happyelephantbungalows</span>
                </a>
                <p class="text-white/60">Delivering end-to-end innovation experiences that convert visitors into loyal advocates.</p>
                <div class="flex space-x-4 mt-6 text-white/60">
                    <a href="#" class="hover:text-white transition">LinkedIn</a>
                    <a href="#" class="hover:text-white transition">Twitter</a>
                    <a href="#" class="hover:text-white transition">YouTube</a>
                </div>
            </div>
            <div>
                <h3 class="text-lg font-semibold mb-4">Services</h3>
                <ul class="space-y-3 text-white/70">
                </ul>
            </div>
            <div>
                <h3 class="text-lg font-semibold mb-4">Company</h3>
                <ul class="space-y-3 text-white/70">
                    <li><a href="/Home</a></li>
                    <li><a href="about-us.php" class="hover:text-white transition">About</a></li>

                    <li><a href="blog/" class="hover:text-white transition">Blog</a></li>
                    <li><a href="privacy.php" class="hover:text-white transition">Privacy</a></li>
                </ul>
            </div>
            <div>
                <h3 class="text-lg font-semibold mb-4">Book a Call</h3>
                <div class="space-y-4 text-white/70">
                    <p>Pick a time that works best and meet with our strategist.</p>
                    <a href="contact.php" class="inline-flex items-center space-x-2 px-5 py-3 rounded-xl bg-white text-gray-900 font-semibold hover:-translate-y-1 transition transform">
                        <span>Schedule Now</span>
                        <i class="fas fa-calendar"></i>
                    </a>
                </div>
            </div>
        </div>
        <div class="border-t border-white/10 mt-12 pt-8 flex flex-col md:flex-row md:items-center md:justify-between text-sm text-white/50">
            <span>© 2026 Happyelephantbungalows. Future-facing by design.</span>
            <div class="flex space-x-6 mt-4 md:mt-0">
                <a href="terms.php" class="hover:text-white transition">Terms</a>
                <a href="disclaimer.php" class="hover:text-white transition">Disclaimer</a>
                <a href="contact.php" class="hover:text-white transition">Contact</a>
            </div>
        </div>
    </div>
</footer>

<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const paginationLinks = document.querySelectorAll('a[href*="?page="]');
    
    paginationLinks.forEach(link => {
        link.addEventListener('click', function(e) {
            window.scrollTo({
                top: 0,
                behavior: 'smooth'
            });
        });
    });
});

window.addEventListener('load', function() {
    if (window.location.search.includes('page=')) {
        setTimeout(function() {
            window.scrollTo({
                top: 0,
                behavior: 'smooth'
            });
        }, 100);
    }
});
</script>

</body>
</html>


AnonSec - 2021