180 lines
9.5 KiB
PHP
180 lines
9.5 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
require_once 'db/config.php';
|
|
|
|
$projectDescription = "Our portfolio of high-impact digital projects. From fintech to luxury e-commerce.";
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Our Projects | Impact Agency</title>
|
|
|
|
<!-- SEO -->
|
|
<meta name="description" content="<?= htmlspecialchars($projectDescription) ?>">
|
|
|
|
<!-- Fonts -->
|
|
<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@400;500;600;700&family=Space+Grotesk:wght@700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<!-- Bootstrap Icons -->
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
|
|
|
|
<!-- Custom Styles -->
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?= time() ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Navigation -->
|
|
<nav class="navbar navbar-expand-lg fixed-top transition scrolled shadow-sm bg-white">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="index.php">
|
|
<span class="brand-text">IMPACT<span class="dot">.</span></span>
|
|
</a>
|
|
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto align-items-center">
|
|
<li class="nav-item"><a class="nav-link" href="index.php#services">Services</a></li>
|
|
<li class="nav-item"><a class="nav-link active" href="projects.php">Projects</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="index.php#testimonials">Testimonials</a></li>
|
|
<li class="nav-item ms-lg-3 mt-3 mt-lg-0">
|
|
<a class="btn btn-primary" href="index.php#contact">Get a Quote</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Page Header -->
|
|
<section class="py-section pt-5 mt-5">
|
|
<div class="container mt-5">
|
|
<div class="row">
|
|
<div class="col-lg-8">
|
|
<div class="badge-pill mb-3">PORTFOLIO</div>
|
|
<h1 class="display-2 fw-bold mb-4">Selected work<span class="dot">.</span></h1>
|
|
<p class="lead text-secondary">A collection of our recent collaborations and successful digital transformations.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Projects Grid -->
|
|
<section class="py-5 bg-surface">
|
|
<div class="container">
|
|
<div class="row g-5">
|
|
<!-- Project 1 -->
|
|
<div class="col-md-6">
|
|
<div class="project-card">
|
|
<div class="card-img-holder bg-black" style="height: 350px;">
|
|
<span class="category-tag">Fintech</span>
|
|
<i class="bi bi-wallet2 text-white placeholder-art" style="font-size: 6rem;"></i>
|
|
</div>
|
|
<div class="card-body p-4">
|
|
<h3 class="h2 fw-bold mb-3">Nova Bank Redesign</h3>
|
|
<p class="text-secondary mb-4">We completely re-imagined the user experience for Nova Bank, focusing on accessibility and seamless transactions. The result was a 40% increase in active mobile users.</p>
|
|
<div class="d-flex flex-wrap gap-2 mb-4">
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">UI/UX Design</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">React Native</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">Branding</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Project 2 -->
|
|
<div class="col-md-6">
|
|
<div class="project-card">
|
|
<div class="card-img-holder bg-soft-purple" style="height: 350px;">
|
|
<span class="category-tag">E-commerce</span>
|
|
<i class="bi bi-bag-heart text-dark placeholder-art" style="font-size: 6rem;"></i>
|
|
</div>
|
|
<div class="card-body p-4">
|
|
<h3 class="h2 fw-bold mb-3">Lumiere Beauty</h3>
|
|
<p class="text-secondary mb-4">Scaling a luxury skincare brand's online presence through a high-performance Shopify Plus implementation and a bespoke digital marketing strategy.</p>
|
|
<div class="d-flex flex-wrap gap-2 mb-4">
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">E-commerce</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">Marketing</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">Shopify</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Project 3 -->
|
|
<div class="col-md-6">
|
|
<div class="project-card">
|
|
<div class="card-img-holder bg-soft-blue" style="height: 350px;">
|
|
<span class="category-tag">SaaS</span>
|
|
<i class="bi bi-clouds text-primary placeholder-art" style="font-size: 6rem;"></i>
|
|
</div>
|
|
<div class="card-body p-4">
|
|
<h3 class="h2 fw-bold mb-3">CloudFlow CRM</h3>
|
|
<p class="text-secondary mb-4">Design and development of a next-generation CRM for small businesses, focusing on automation and ease of use.</p>
|
|
<div class="d-flex flex-wrap gap-2 mb-4">
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">SaaS Design</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">Web App</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">Next.js</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Project 4 -->
|
|
<div class="col-md-6">
|
|
<div class="project-card">
|
|
<div class="card-img-holder bg-soft-green" style="height: 350px;">
|
|
<span class="category-tag">Real Estate</span>
|
|
<i class="bi bi-house-door text-success placeholder-art" style="font-size: 6rem;"></i>
|
|
</div>
|
|
<div class="card-body p-4">
|
|
<h3 class="h2 fw-bold mb-3">Hearth & Home</h3>
|
|
<p class="text-secondary mb-4">A custom real estate platform that connects buyers and sellers with AI-powered matching algorithms.</p>
|
|
<div class="d-flex flex-wrap gap-2 mb-4">
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">Platform</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">AI Integration</span>
|
|
<span class="badge border-2-black text-black bg-white rounded-pill px-3">API</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA Section -->
|
|
<section class="py-section">
|
|
<div class="container text-center">
|
|
<h2 class="display-4 fw-bold mb-4">Have a project in mind?<span class="dot">.</span></h2>
|
|
<p class="lead text-secondary mb-5">Let's collaborate and create something extraordinary together.</p>
|
|
<a href="index.php#contact" class="btn btn-primary btn-lg">Start a Conversation</a>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer class="py-5 border-top border-2 border-black">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-md-6 text-center text-md-start">
|
|
<span class="brand-text">IMPACT<span class="dot">.</span></span>
|
|
<p class="text-secondary mt-2 mb-0">© <?= date('Y') ?> Impact Agency. All rights reserved.</p>
|
|
</div>
|
|
<div class="col-md-6 text-center text-md-end mt-4 mt-md-0">
|
|
<a href="#" class="text-secondary text-decoration-none mx-3">Privacy Policy</a>
|
|
<a href="#" class="text-secondary text-decoration-none">Terms of Service</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Scripts -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?= time() ?>"></script>
|
|
</body>
|
|
</html>
|