12312
This commit is contained in:
parent
6342f25a1a
commit
390b48921a
105
blog-post-1.php
Normal file
105
blog-post-1.php
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>5 Tips for Successful Remote Project Management | Blog</title>
|
||||||
|
<meta name="description" content="Our top tips for keeping your projects on track, no matter where your team is located.">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Page Header -->
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="display-5">5 Tips for Successful Remote Project Management</h1>
|
||||||
|
<p class="text-muted">Posted on <?php echo date("F j, Y"); ?></p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="container my-5">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-8 mx-auto">
|
||||||
|
<img src="https://picsum.photos/seed/blog-post-1/1200/700" class="img-fluid rounded shadow-lg mb-5" alt="Blog Post 1">
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<p class="lead">In the new normal, remote work is here to stay. For project managers, this means adapting to new ways of working and communicating. Here are our top tips for keeping your projects on track, no matter where your team is located.</p>
|
||||||
|
|
||||||
|
<h5>1. Establish Clear Communication Channels</h5>
|
||||||
|
<p>When you're not in the same room, you can't rely on informal chats to keep everyone on the same page. Establish clear communication channels and protocols. Use a tool like Slack or Microsoft Teams for daily check-ins and quick questions, and reserve email for more formal communication. Schedule regular video calls for team meetings and one-on-ones.</p>
|
||||||
|
|
||||||
|
<h5>2. Over-communicate</h5>
|
||||||
|
<p>In a remote setting, it's better to over-communicate than to under-communicate. Document everything, from meeting notes to project decisions. This creates a single source of truth that everyone can refer to, regardless of their time zone.</p>
|
||||||
|
|
||||||
|
<h5>3. Use the Right Tools</h5>
|
||||||
|
<p>The right tools are essential for remote project management. A good project management tool like Jira, Asana, or Trello can help you track tasks and progress. A shared document repository like Google Drive or Confluence is a must for collaboration. And of course, a reliable video conferencing tool is non-negotiable.</p>
|
||||||
|
|
||||||
|
<h5>4. Foster a Sense of Team</h5>
|
||||||
|
<p>It's easy for remote team members to feel isolated. As a project manager, it's your job to foster a sense of team. Schedule virtual team-building activities, like online games or virtual coffee breaks. Encourage team members to share personal updates and celebrate successes together.</p>
|
||||||
|
|
||||||
|
<h5>5. Trust Your Team</h5>
|
||||||
|
<p>Micromanaging is never a good idea, but it's especially detrimental in a remote setting. Trust your team to do their work. Focus on results, not on the number of hours they're online. Give them the autonomy to manage their own time and they'll be more productive and engaged.</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<hr class="my-5">
|
||||||
|
|
||||||
|
<div class="text-center">
|
||||||
|
<a href="blog.php" class="btn btn-outline-primary">Back to Blog</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-auto">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min..js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
113
blog.php
Normal file
113
blog.php
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Blog | Flatlogic</title>
|
||||||
|
<meta name="description" content="Read the latest insights on project management, web development, and technology trends from the Flatlogic team.">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Header -->
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="display-4">Insights & Articles</h1>
|
||||||
|
<p class="lead">Our thoughts on technology, project management, and digital innovation.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- Main Content -->
|
||||||
|
<main class="container mt-5">
|
||||||
|
<section id="blog" class="section">
|
||||||
|
<div class="row">
|
||||||
|
<!-- Blog Post 1 -->
|
||||||
|
<div class="col-md-6 col-lg-4 mb-4">
|
||||||
|
<div class="card h-100">
|
||||||
|
<img src="https://picsum.photos/seed/blog-post-1/800/600" class="card-img-top" alt="Blog Post 1">
|
||||||
|
<div class="card-body d-flex flex-column">
|
||||||
|
<h5 class="card-title">5 Tips for Successful Remote Project Management</h5>
|
||||||
|
<p class="card-text flex-grow-1">In the new normal, remote work is here to stay. Here are our top tips for keeping your projects on track, no matter where your team is located.</p>
|
||||||
|
<a href="blog-post-1.php" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Blog Post 2 -->
|
||||||
|
<div class="col-md-6 col-lg-4 mb-4">
|
||||||
|
<div class="card h-100">
|
||||||
|
<img src="https://picsum.photos/seed/blog-post-2/800/600" class="card-img-top" alt="Blog Post 2">
|
||||||
|
<div class="card-body d-flex flex-column">
|
||||||
|
<h5 class="card-title">The Benefits of a Headless CMS</h5>
|
||||||
|
<p class="card-text flex-grow-1">A headless CMS can provide the flexibility and scalability that modern web applications need. We explore the pros and cons.</p>
|
||||||
|
<a href="#" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Blog Post 3 -->
|
||||||
|
<div class="col-md-6 col-lg-4 mb-4">
|
||||||
|
<div class="card h-100">
|
||||||
|
<img src="https://picsum.photos/seed/blog-post-3/800/600" class="card-img-top" alt="Blog Post 3">
|
||||||
|
<div class="card-body d-flex flex-column">
|
||||||
|
<h5 class="card-title">UI vs. UX: What's the Difference?</h5>
|
||||||
|
<p class="card-text flex-grow-1">A common point of confusion, we break down the difference between User Interface and User Experience and why both are critical for your product.</p>
|
||||||
|
<a href="#" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-5">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -27,6 +27,9 @@
|
|||||||
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -51,7 +54,7 @@
|
|||||||
<div class="card-body d-flex flex-column">
|
<div class="card-body d-flex flex-column">
|
||||||
<h5 class="card-title">Global ERP Implementation for a Fortune 500 Company</h5>
|
<h5 class="card-title">Global ERP Implementation for a Fortune 500 Company</h5>
|
||||||
<p class="card-text flex-grow-1">A multinational corporation needed to unify its disparate legacy systems into a single, modern ERP platform across four continents.</p>
|
<p class="card-text flex-grow-1">A multinational corporation needed to unify its disparate legacy systems into a single, modern ERP platform across four continents.</p>
|
||||||
<a href="case-study-detail.php?id=1" class="btn btn-outline-primary mt-auto">Read More</a>
|
<a href="case-study-1.php" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -62,7 +65,7 @@
|
|||||||
<div class="card-body d-flex flex-column">
|
<div class="card-body d-flex flex-column">
|
||||||
<h5 class="card-title">Launch of a High-Growth FinTech Mobile App</h5>
|
<h5 class="card-title">Launch of a High-Growth FinTech Mobile App</h5>
|
||||||
<p class="card-text flex-grow-1">A startup aimed to disrupt the personal finance space with a new mobile app, needing to go from concept to MVP in just four months.</p>
|
<p class="card-text flex-grow-1">A startup aimed to disrupt the personal finance space with a new mobile app, needing to go from concept to MVP in just four months.</p>
|
||||||
<a href="case-study-detail.php?id=2" class="btn btn-outline-primary mt-auto">Read More</a>
|
<a href="case-study-2.php" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -73,7 +76,7 @@
|
|||||||
<div class="card-body d-flex flex-column">
|
<div class="card-body d-flex flex-column">
|
||||||
<h5 class="card-title">Cross-Platform Brand Unification for a Luxury Hotel Group</h5>
|
<h5 class="card-title">Cross-Platform Brand Unification for a Luxury Hotel Group</h5>
|
||||||
<p class="card-text flex-grow-1">A prestigious hotel chain had an inconsistent digital presence across their website, mobile app, and booking engine.</p>
|
<p class="card-text flex-grow-1">A prestigious hotel chain had an inconsistent digital presence across their website, mobile app, and booking engine.</p>
|
||||||
<a href="case-study-detail.php?id=3" class="btn btn-outline-primary mt-auto">Read More</a>
|
<a href="case-study-3.php" class="btn btn-outline-primary mt-auto">Read More</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -84,8 +87,22 @@
|
|||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
<div class="row">
|
||||||
<p>Operatating worldwide to bring your ideas to life.</p>
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
<p>Operatating worldwide to bring your ideas to life.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
135
case-study-1.php
Normal file
135
case-study-1.php
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
<?php
|
||||||
|
$study = [
|
||||||
|
'title' => 'Global ERP Implementation for a Fortune 500 Company',
|
||||||
|
'image' => 'https://picsum.photos/seed/erp-success/1200/700',
|
||||||
|
'alt' => 'Abstract visualization of a successful global ERP network.',
|
||||||
|
'challenge' => 'A multinational corporation with over 10,000 employees across four continents needed to unify its disparate legacy systems into a single, modern ERP platform. The primary challenges were ensuring zero downtime during migration, managing data integrity, and training a culturally diverse workforce.',
|
||||||
|
'solution' => "We orchestrated a phased, 18-month rollout strategy, beginning with a comprehensive business process analysis. A cross-functional team of over 50 specialists was managed across multiple time zones. We implemented a 'train-the-trainer' program to empower regional leaders and developed a custom data migration tool to ensure 99.99% accuracy.",
|
||||||
|
'result' => 'The project was delivered on time and 5% under budget. The unified ERP system resulted in a 20% increase in operational efficiency, a 15% reduction in reporting time, and provided a single source of truth for global operations. The client experienced zero critical downtime during the entire migration process.',
|
||||||
|
'testimonial' => [
|
||||||
|
'quote' => 'Their coordination across time zones was flawless. They didn't just manage a project; they became a strategic partner in our global transformation.',
|
||||||
|
'author' => 'CTO, Fortune 500 Retailer'
|
||||||
|
]
|
||||||
|
];
|
||||||
|
?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title><?php echo htmlspecialchars($study['title']); ?> | Case Study</title>
|
||||||
|
<meta name="description" content="<?php echo htmlspecialchars(substr($study['challenge'], 0, 160)); ?>">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Page Header -->
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="display-5"><?php echo htmlspecialchars($study['title']); ?></h1>
|
||||||
|
<p class="lead text-secondary">A deep dive into our process and results.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="container my-5">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-10 mx-auto">
|
||||||
|
<!-- Case Study Image -->
|
||||||
|
<img src="<?php echo htmlspecialchars($study['image']); ?>" class="img-fluid rounded shadow-lg mb-5" alt="<?php echo htmlspecialchars($study['alt']); ?>">
|
||||||
|
|
||||||
|
<!-- Case Study Content -->
|
||||||
|
<article class="case-study-content">
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Challenge</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['challenge']); ?></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Solution</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['solution']); ?></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Result</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['result']); ?></p>
|
||||||
|
</div>
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>Technologies Used</h3>
|
||||||
|
<p>
|
||||||
|
<span class="badge bg-secondary">SAP</span>
|
||||||
|
<span class="badge bg-secondary">Oracle</span>
|
||||||
|
<span class="badge bg-secondary">Jira</span>
|
||||||
|
<span class="badge bg-secondary">Confluence</span>
|
||||||
|
<span class="badge bg-secondary">Custom Data Migration Tool</span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<!-- Testimonial Blockquote -->
|
||||||
|
<?php if (isset($study['testimonial'])): ?>
|
||||||
|
<blockquote class="blockquote text-center my-5 p-4 bg-light-dark rounded">
|
||||||
|
<p class="mb-0 fst-italic">"<?php echo htmlspecialchars($study['testimonial']['quote']); ?>"</p>
|
||||||
|
<footer class="blockquote-footer mt-2"><?php echo htmlspecialchars($study['testimonial']['author']); ?></footer>
|
||||||
|
</blockquote>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<!-- Back to Case Studies -->
|
||||||
|
<div class="text-center mt-5">
|
||||||
|
<a href="case-studies.php" class="btn btn-outline-primary">Back to All Case Studies</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-auto">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
135
case-study-2.php
Normal file
135
case-study-2.php
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
<?php
|
||||||
|
$study = [
|
||||||
|
'title' => 'Launch of a High-Growth FinTech Mobile App',
|
||||||
|
'image' => 'https://picsum.photos/seed/fintech-app/1200/700',
|
||||||
|
'alt' => 'A sleek smartphone displaying a modern FinTech application interface.',
|
||||||
|
'challenge' => 'A startup aimed to disrupt the personal finance space with a new mobile app. They needed to go from concept to a secure, scalable, and user-friendly MVP in just four months to hit a critical market window, while navigating complex financial regulations.',
|
||||||
|
'solution' => 'We adopted an aggressive agile methodology, with two-week sprints and daily stand-ups involving stakeholders from development, design, and legal. A dedicated security expert was embedded in the team to ensure compliance from day one. We prioritized features using the MoSCoW method to guarantee the most critical elements were ready for launch.',
|
||||||
|
'result' => 'The MVP was launched successfully on both iOS and Android platforms within the four-month deadline. The app acquired over 100,000 downloads in the first month, received an average rating of 4.8 stars, and secured the next round of funding based on its strong market entry.',
|
||||||
|
'testimonial' => [
|
||||||
|
'quote' => 'We wouldn\'t have launched on time without their rigorous project management. They kept us focused, accountable, and on track from start to finish.',
|
||||||
|
'author' => 'CEO, FinTech Startup'
|
||||||
|
]
|
||||||
|
];
|
||||||
|
?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title><?php echo htmlspecialchars($study['title']); ?> | Case Study</title>
|
||||||
|
<meta name="description" content="<?php echo htmlspecialchars(substr($study['challenge'], 0, 160)); ?>">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Page Header -->
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="display-5"><?php echo htmlspecialchars($study['title']); ?></h1>
|
||||||
|
<p class="lead text-secondary">A deep dive into our process and results.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="container my-5">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-10 mx-auto">
|
||||||
|
<!-- Case Study Image -->
|
||||||
|
<img src="<?php echo htmlspecialchars($study['image']); ?>" class="img-fluid rounded shadow-lg mb-5" alt="<?php echo htmlspecialchars($study['alt']); ?>">
|
||||||
|
|
||||||
|
<!-- Case Study Content -->
|
||||||
|
<article class="case-study-content">
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Challenge</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['challenge']); ?></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Solution</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['solution']); ?></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Result</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['result']); ?></p>
|
||||||
|
</div>
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>Technologies Used</h3>
|
||||||
|
<p>
|
||||||
|
<span class="badge bg-secondary">React Native</span>
|
||||||
|
<span class="badge bg-secondary">Node.js</span>
|
||||||
|
<span class="badge bg-secondary">PostgreSQL</span>
|
||||||
|
<span class="badge bg-secondary">AWS</span>
|
||||||
|
<span class="badge bg-secondary">Jira</span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<!-- Testimonial Blockquote -->
|
||||||
|
<?php if (isset($study['testimonial'])): ?>
|
||||||
|
<blockquote class="blockquote text-center my-5 p-4 bg-light-dark rounded">
|
||||||
|
<p class="mb-0 fst-italic">"<?php echo htmlspecialchars($study['testimonial']['quote']); ?>"</p>
|
||||||
|
<footer class="blockquote-footer mt-2"><?php echo htmlspecialchars($study['testimonial']['author']); ?></footer>
|
||||||
|
</blockquote>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<!-- Back to Case Studies -->
|
||||||
|
<div class="text-center mt-5">
|
||||||
|
<a href="case-studies.php" class="btn btn-outline-primary">Back to All Case Studies</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-auto">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
135
case-study-3.php
Normal file
135
case-study-3.php
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
<?php
|
||||||
|
$study = [
|
||||||
|
'title' => 'Cross-Platform Brand Unification for a Luxury Hotel Group',
|
||||||
|
'image' => 'https://picsum.photos/seed/luxury-hotel/1200/700',
|
||||||
|
'alt' => 'Elegant lobby of a luxury hotel, reflecting a unified and premium brand identity.',
|
||||||
|
'challenge' => 'A prestigious hotel chain with 50+ properties worldwide had an inconsistent digital presence. Their website, mobile app, and booking engine were managed by different vendors, leading to a fragmented brand experience and lost revenue.',
|
||||||
|
'solution' => 'We led a vendor consolidation and digital transformation project. This involved creating a unified design system, developing a new headless CMS for content management, and building a new booking engine API to serve all platforms. The project required coordinating with marketing, operations, and IT departments across the hotel group.',
|
||||||
|
'result' => 'The new, unified digital platform increased direct online bookings by 35% in the first year, reducing reliance on third-party booking sites. The consistent brand experience led to a 25% increase in guest satisfaction scores related to digital interaction. The new platform also reduced content update time from days to minutes.',
|
||||||
|
'testimonial' => [
|
||||||
|
'quote' => 'They brought order to our digital chaos. Our brand now feels as luxurious online as it does in person.',
|
||||||
|
'author' => 'VP of Marketing, Luxury Hotel Group'
|
||||||
|
]
|
||||||
|
];
|
||||||
|
?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title><?php echo htmlspecialchars($study['title']); ?> | Case Study</title>
|
||||||
|
<meta name="description" content="<?php echo htmlspecialchars(substr($study['challenge'], 0, 160)); ?>">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Page Header -->
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="display-5"><?php echo htmlspecialchars($study['title']); ?></h1>
|
||||||
|
<p class="lead text-secondary">A deep dive into our process and results.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="container my-5">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-10 mx-auto">
|
||||||
|
<!-- Case Study Image -->
|
||||||
|
<img src="<?php echo htmlspecialchars($study['image']); ?>" class="img-fluid rounded shadow-lg mb-5" alt="<?php echo htmlspecialchars($study['alt']); ?>">
|
||||||
|
|
||||||
|
<!-- Case Study Content -->
|
||||||
|
<article class="case-study-content">
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Challenge</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['challenge']); ?></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Solution</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['solution']); ?></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>The Result</h3>
|
||||||
|
<p><?php echo htmlspecialchars($study['result']); ?></p>
|
||||||
|
</div>
|
||||||
|
<div class="content-section">
|
||||||
|
<h3>Technologies Used</h3>
|
||||||
|
<p>
|
||||||
|
<span class="badge bg-secondary">Contentful</span>
|
||||||
|
<span class="badge bg-secondary">React</span>
|
||||||
|
<span class="badge bg-secondary">GraphQL</span>
|
||||||
|
<span class="badge bg-secondary">Figma</span>
|
||||||
|
<span class="badge bg-secondary">Asana</span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<!-- Testimonial Blockquote -->
|
||||||
|
<?php if (isset($study['testimonial'])): ?>
|
||||||
|
<blockquote class="blockquote text-center my-5 p-4 bg-light-dark rounded">
|
||||||
|
<p class="mb-0 fst-italic">"<?php echo htmlspecialchars($study['testimonial']['quote']); ?>"</p>
|
||||||
|
<footer class="blockquote-footer mt-2"><?php echo htmlspecialchars($study['testimonial']['author']); ?></footer>
|
||||||
|
</blockquote>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<!-- Back to Case Studies -->
|
||||||
|
<div class="text-center mt-5">
|
||||||
|
<a href="case-studies.php" class="btn btn-outline-primary">Back to All Case Studies</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-auto">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -1,142 +0,0 @@
|
|||||||
<?php
|
|
||||||
// Sample data for case studies. In a real application, this would come from a database.
|
|
||||||
$case_studies = [
|
|
||||||
1 => [
|
|
||||||
'title' => 'Global ERP Implementation for a Fortune 500 Company',
|
|
||||||
'image' => 'https://picsum.photos/seed/erp-success/1200/700',
|
|
||||||
'alt' => 'Abstract visualization of a successful global ERP network.',
|
|
||||||
'challenge' => 'A multinational corporation with over 10,000 employees across four continents needed to unify its disparate legacy systems into a single, modern ERP platform. The primary challenges were ensuring zero downtime during migration, managing data integrity, and training a culturally diverse workforce.',
|
|
||||||
'solution' => 'We orchestrated a phased, 18-month rollout strategy, beginning with a comprehensive business process analysis. A cross-functional team of over 50 specialists was managed across multiple time zones. We implemented a \'train-the-trainer\' program to empower regional leaders and developed a custom data migration tool to ensure 99.99% accuracy.',
|
|
||||||
'result' => 'The project was delivered on time and 5% under budget. The unified ERP system resulted in a 20% increase in operational efficiency, a 15% reduction in reporting time, and provided a single source of truth for global operations. The client experienced zero critical downtime during the entire migration process.',
|
|
||||||
'testimonial' => [
|
|
||||||
'quote' => 'Their coordination across time zones was flawless. They didn't just manage a project; they became a strategic partner in our global transformation.',
|
|
||||||
'author' => 'CTO, Fortune 500 Retailer'
|
|
||||||
]
|
|
||||||
],
|
|
||||||
2 => [
|
|
||||||
'title' => 'Launch of a High-Growth FinTech Mobile App',
|
|
||||||
'image' => 'https://picsum.photos/seed/fintech-app/1200/700',
|
|
||||||
'alt' => 'A sleek smartphone displaying a modern FinTech application interface.',
|
|
||||||
'challenge' => 'A startup aimed to disrupt the personal finance space with a new mobile app. They needed to go from concept to a secure, scalable, and user-friendly MVP in just four months to hit a critical market window, while navigating complex financial regulations.',
|
|
||||||
'solution' => 'We adopted an aggressive agile methodology, with two-week sprints and daily stand-ups involving stakeholders from development, design, and legal. A dedicated security expert was embedded in the team to ensure compliance from day one. We prioritized features using the MoSCoW method to guarantee the most critical elements were ready for launch.',
|
|
||||||
'result' => 'The MVP was launched successfully on both iOS and Android platforms within the four-month deadline. The app acquired over 100,000 downloads in the first month, received an average rating of 4.8 stars, and secured the next round of funding based on its strong market entry.',
|
|
||||||
'testimonial' => [
|
|
||||||
'quote' => 'We wouldn't have launched on time without their rigorous project management. They kept us focused, accountable, and on track from start to finish.',
|
|
||||||
'author' => 'CEO, FinTech Startup'
|
|
||||||
]
|
|
||||||
],
|
|
||||||
3 => [
|
|
||||||
'title' => 'Cross-Platform Brand Unification for a Luxury Hotel Group',
|
|
||||||
'image' => 'https://picsum.photos/seed/luxury-hotel/1200/700',
|
|
||||||
'alt' => 'Elegant lobby of a luxury hotel, reflecting a unified and premium brand identity.',
|
|
||||||
'challenge' => 'A prestigious hotel chain with 50+ properties worldwide had an inconsistent digital presence. Their website, mobile app, and booking engine were managed by different vendors, leading to a fragmented brand experience and lost revenue.',
|
|
||||||
'solution' => 'We led a vendor consolidation and digital transformation project. This involved creating a unified design system, developing a new headless CMS for content management, and building a new booking engine API to serve all platforms. The project required coordinating with marketing, operations, and IT departments across the hotel group.',
|
|
||||||
'result' => 'The new, unified digital platform increased direct online bookings by 35% in the first year, reducing reliance on third-party booking sites. The consistent brand experience led to a 25% increase in guest satisfaction scores related to digital interaction. The new platform also reduced content update time from days to minutes.',
|
|
||||||
'testimonial' => [
|
|
||||||
'quote' => 'They brought order to our digital chaos. Our brand now feels as luxurious online as it does in person.',
|
|
||||||
'author' => 'VP of Marketing, Luxury Hotel Group'
|
|
||||||
]
|
|
||||||
]
|
|
||||||
];
|
|
||||||
|
|
||||||
// Get the ID from the URL, default to 1 if not set or invalid
|
|
||||||
$id = isset($_GET['id']) ? (int)$_GET['id'] : 1;
|
|
||||||
if (!array_key_exists($id, $case_studies)) {
|
|
||||||
$id = 1; // Fallback to the first case study if ID is not found
|
|
||||||
}
|
|
||||||
$study = $case_studies[$id];
|
|
||||||
?>
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title><?php echo htmlspecialchars($study['title']); ?> | Case Study</title>
|
|
||||||
<meta name="description" content="<?php echo htmlspecialchars(substr($study['challenge'], 0, 160)); ?>">
|
|
||||||
|
|
||||||
<!-- Bootstrap 5 -->
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- Custom CSS -->
|
|
||||||
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Navbar -->
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
|
||||||
<div class="container">
|
|
||||||
<a class="navbar-brand" href="index.php">PM Global</a>
|
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarNav">
|
|
||||||
<ul class="navbar-nav ms-auto">
|
|
||||||
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link active" href="case-studies.php">Case Studies</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<!-- Page Header -->
|
|
||||||
<header class="page-header">
|
|
||||||
<div class="container">
|
|
||||||
<h1 class="display-5"><?php echo htmlspecialchars($study['title']); ?></h1>
|
|
||||||
<p class="lead text-secondary">A deep dive into our process and results.</p>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main class="container my-5">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-10 mx-auto">
|
|
||||||
<!-- Case Study Image -->
|
|
||||||
<img src="<?php echo htmlspecialchars($study['image']); ?>" class="img-fluid rounded shadow-lg mb-5" alt="<?php echo htmlspecialchars($study['alt']); ?>">
|
|
||||||
|
|
||||||
<!-- Case Study Content -->
|
|
||||||
<article class="case-study-content">
|
|
||||||
<div class="content-section">
|
|
||||||
<h3>The Challenge</h3>
|
|
||||||
<p><?php echo htmlspecialchars($study['challenge']); ?></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="content-section">
|
|
||||||
<h3>The Solution</h3>
|
|
||||||
<p><?php echo htmlspecialchars($study['solution']); ?></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="content-section">
|
|
||||||
<h3>The Result</h3>
|
|
||||||
<p><?php echo htmlspecialchars($study['result']); ?></p>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<!-- Testimonial Blockquote -->
|
|
||||||
<?php if (isset($study['testimonial'])): ?>
|
|
||||||
<blockquote class="blockquote text-center my-5 p-4 bg-light-dark rounded">
|
|
||||||
<p class="mb-0 fst-italic">"<?php echo htmlspecialchars($study['testimonial']['quote']); ?>"</p>
|
|
||||||
<footer class="blockquote-footer mt-2"><?php echo htmlspecialchars($study['testimonial']['author']); ?></footer>
|
|
||||||
</blockquote>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<!-- Back to Case Studies -->
|
|
||||||
<div class="text-center mt-5">
|
|
||||||
<a href="case-studies.php" class="btn btn-outline-primary">Back to All Case Studies</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<footer class="footer mt-auto">
|
|
||||||
<div class="container">
|
|
||||||
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<!-- Bootstrap 5 JS -->
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
31
index.php
31
index.php
@ -25,19 +25,22 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar -->
|
<!-- Navbar -->
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent position-absolute w-100" style="z-index: 100;">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="#">PM Global</a>
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
<div class="collapse navbar-collapse" id="navbarNav">
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
<ul class="navbar-nav ms-auto">
|
<ul class="navbar-nav ms-auto">
|
||||||
<li class="nav-item"><a class="nav-link" href="#map-section">Global Reach</a></li>
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -111,8 +114,22 @@
|
|||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
<div class="row">
|
||||||
<p>Operatating worldwide to bring your ideas to life.</p>
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
<p>Operatating worldwide to bring your ideas to life.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
59
newsletter_signup.php
Normal file
59
newsletter_signup.php
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Thank You for Subscribing! | Flatlogic</title>
|
||||||
|
<meta name="description" content="Thank you for subscribing to our newsletter.">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Main Content -->
|
||||||
|
<main class="container mt-5 pt-5 text-center">
|
||||||
|
<section id="thank-you" class="section">
|
||||||
|
<h1 class="display-4">Thank You!</h1>
|
||||||
|
<p class="lead">You have successfully subscribed to our newsletter.</p>
|
||||||
|
<a href="index.php" class="btn btn-primary">Back to Home</a>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-5">
|
||||||
|
<div class="container">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
111
services.php
Normal file
111
services.php
Normal file
@ -0,0 +1,111 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Our Services | Flatlogic</title>
|
||||||
|
<meta name="description" content="Explore the services offered by Flatlogic, from web and mobile development to UI/UX design and project management.">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Main Content -->
|
||||||
|
<main class="container mt-5 pt-5">
|
||||||
|
<section id="services" class="section">
|
||||||
|
<h1 class="section-title">Our Services</h1>
|
||||||
|
<p class="text-center text-secondary mb-5">We provide end-to-end solutions to bring your digital products to life.</p>
|
||||||
|
|
||||||
|
<div class="row g-4">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="card h-100">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title">Web Application Development</h5>
|
||||||
|
<p class="card-text">We build robust, scalable, and secure web applications tailored to your business needs. From complex enterprise solutions to sleek marketing sites, our team delivers high-quality code and a seamless user experience.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="card h-100">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title">Mobile Application Development</h5>
|
||||||
|
<p class="card-text">We create beautiful and intuitive mobile apps for iOS and Android. Our team can help you at any stage, from initial idea and prototyping to development, deployment, and maintenance.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="card h-100">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title">UI/UX Design</h5>
|
||||||
|
<p class="card-text">Our design team creates engaging and user-friendly interfaces that not only look great but also drive user engagement and conversions. We focus on creating a seamless user journey that aligns with your brand identity.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="card h-100">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title">Project Management</h5>
|
||||||
|
<p class="card-text">With a certified Project Manager on board, we ensure your project is delivered on time and within budget. We use agile methodologies to adapt to changing requirements and provide full transparency throughout the development lifecycle.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center mt-5">
|
||||||
|
<a href="index.php#contact" class="btn btn-primary btn-lg">Request a Quote</a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-5">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
98
team.php
Normal file
98
team.php
Normal file
@ -0,0 +1,98 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Our Team | Flatlogic</title>
|
||||||
|
<meta name="description" content="Meet the experienced team of project managers, developers, and designers at Flatlogic.">
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 -->
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navbar -->
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand" href="index.php">PM Global</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
|
<ul class="navbar-nav ms-auto">
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#map-section">Global Reach</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<!-- Header -->
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="container">
|
||||||
|
<h1 class="display-4">Our Team</h1>
|
||||||
|
<p class="lead">The experts behind our success.</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- Main Content -->
|
||||||
|
<main class="container mt-5">
|
||||||
|
<section id="team" class="section">
|
||||||
|
<div class="row text-center">
|
||||||
|
<div class="col-md-4 mb-4">
|
||||||
|
<img src="https://picsum.photos/seed/team-member-1/200/200" class="rounded-circle mb-3" alt="Team Member 1">
|
||||||
|
<h5>John Doe</h5>
|
||||||
|
<p class="text-muted">CEO</p>
|
||||||
|
<p>John has over 20 years of experience in the software industry, with a passion for building high-performing teams and delivering innovative solutions.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 mb-4">
|
||||||
|
<img src="https://picsum.photos/seed/team-member-2/200/200" class="rounded-circle mb-3" alt="Team Member 2">
|
||||||
|
<h5>Jane Smith</h5>
|
||||||
|
<p class="text-muted">Project Manager</p>
|
||||||
|
<p>Jane is a certified Project Management Professional (PMP) with a knack for keeping projects on track and stakeholders happy. She excels in agile and waterfall methodologies.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 mb-4">
|
||||||
|
<img src="https://picsum.photos/seed/team-member-3/200/200" class="rounded-circle mb-3" alt="Team Member 3">
|
||||||
|
<h5>Peter Jones</h5>
|
||||||
|
<p class="text-muted">Lead Developer</p>
|
||||||
|
<p>Peter is a full-stack developer with a love for clean code and elegant solutions. He is an expert in a wide range of technologies, from React to Node.js.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="footer mt-5">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap 5 JS -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -27,6 +27,9 @@
|
|||||||
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
<li class="nav-item"><a class="nav-link" href="index.php#about">About</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
<li class="nav-item"><a class="nav-link" href="testimonials.php">Testimonials</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
<li class="nav-item"><a class="nav-link" href="case-studies.php">Case Studies</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="services.php">Services</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="team.php">Our Team</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="blog.php">Blog</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
<li class="nav-item"><a class="nav-link" href="index.php#contact">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -102,8 +105,22 @@
|
|||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
<div class="row">
|
||||||
<p>Operatating worldwide to bring your ideas to life.</p>
|
<div class="col-md-6">
|
||||||
|
<p>© <?php echo date("Y"); ?> PM Global. All Rights Reserved.</p>
|
||||||
|
<p>Operatating worldwide to bring your ideas to life.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5>Stay Updated</h5>
|
||||||
|
<p>Subscribe to our newsletter for the latest insights.</p>
|
||||||
|
<form action="newsletter_signup.php" method="post">
|
||||||
|
<div class="input-group mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Your Email" name="email" required>
|
||||||
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user