This commit is contained in:
Flatlogic Bot 2025-12-14 21:09:21 +00:00
parent 4be8924eba
commit 2498d9e452
5 changed files with 27 additions and 7 deletions

View File

@ -3,10 +3,14 @@ $pageTitle = 'AI & Tech Innovation';
require_once __DIR__ . '/includes/header.php'; require_once __DIR__ . '/includes/header.php';
?> ?>
<div class="text-center py-5">
<h1 class="display-4">AI & Tech Innovation</h1>
<p class="lead">Exploring the future of artificial intelligence and technology.</p>
</div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="card p-5 text-center"> <div class="card p-5 text-center">
<h1>AI & Tech Innovation</h1>
<p>This is the page for AI & Tech Innovation.</p> <p>This is the page for AI & Tech Innovation.</p>
</div> </div>
</div> </div>

View File

@ -3,10 +3,14 @@ $pageTitle = 'Automotives';
require_once __DIR__ . '/includes/header.php'; require_once __DIR__ . '/includes/header.php';
?> ?>
<div class="text-center py-5">
<h1 class="display-4">Automotives</h1>
<p class="lead">Latest news and insights from the automotive world.</p>
</div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="card p-5 text-center"> <div class="card p-5 text-center">
<h1>Automotives</h1>
<p>This is the page for Automotives.</p> <p>This is the page for Automotives.</p>
</div> </div>
</div> </div>

View File

@ -1,13 +1,17 @@
<?php <?php
$pageTitle = 'Creative & Tourism Industries'; $pageTitle = 'Creative & Tourism';
require_once __DIR__ . '/includes/header.php'; require_once __DIR__ . '/includes/header.php';
?> ?>
<div class="text-center py-5">
<h1 class="display-4">Creative & Tourism</h1>
<p class="lead">Exploring the vibrant world of creativity and travel.</p>
</div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="card p-5 text-center"> <div class="card p-5 text-center">
<h1>Creative & Tourism Industries</h1> <p>This is the page for Creative & Tourism.</p>
<p>This is the page for Creative & Tourism Industries.</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -3,10 +3,14 @@ $pageTitle = 'Skills Development';
require_once __DIR__ . '/includes/header.php'; require_once __DIR__ . '/includes/header.php';
?> ?>
<div class="text-center py-5">
<h1 class="display-4">Skills Development</h1>
<p class="lead">Empowering the workforce of tomorrow.</p>
</div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="card p-5 text-center"> <div class="card p-5 text-center">
<h1>Skills Development</h1>
<p>This is the page for Skills Development.</p> <p>This is the page for Skills Development.</p>
</div> </div>
</div> </div>

View File

@ -3,10 +3,14 @@ $pageTitle = 'Trade & Industry';
require_once __DIR__ . '/includes/header.php'; require_once __DIR__ . '/includes/header.php';
?> ?>
<div class="text-center py-5">
<h1 class="display-4">Trade & Industry</h1>
<p class="lead">The latest trends and developments in trade and industry.</p>
</div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="card p-5 text-center"> <div class="card p-5 text-center">
<h1>Trade & Industry</h1>
<p>This is the page for Trade & Industry.</p> <p>This is the page for Trade & Industry.</p>
</div> </div>
</div> </div>