Nova.1
This commit is contained in:
parent
4be8924eba
commit
2498d9e452
@ -3,10 +3,14 @@ $pageTitle = 'AI & Tech Innovation';
|
||||
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="col-12">
|
||||
<div class="card p-5 text-center">
|
||||
<h1>AI & Tech Innovation</h1>
|
||||
<p>This is the page for AI & Tech Innovation.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,10 +3,14 @@ $pageTitle = 'Automotives';
|
||||
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="col-12">
|
||||
<div class="card p-5 text-center">
|
||||
<h1>Automotives</h1>
|
||||
<p>This is the page for Automotives.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,13 +1,17 @@
|
||||
<?php
|
||||
$pageTitle = 'Creative & Tourism Industries';
|
||||
$pageTitle = 'Creative & Tourism';
|
||||
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="col-12">
|
||||
<div class="card p-5 text-center">
|
||||
<h1>Creative & Tourism Industries</h1>
|
||||
<p>This is the page for Creative & Tourism Industries.</p>
|
||||
<p>This is the page for Creative & Tourism.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,10 +3,14 @@ $pageTitle = 'Skills Development';
|
||||
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="col-12">
|
||||
<div class="card p-5 text-center">
|
||||
<h1>Skills Development</h1>
|
||||
<p>This is the page for Skills Development.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,10 +3,14 @@ $pageTitle = 'Trade & Industry';
|
||||
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="col-12">
|
||||
<div class="card p-5 text-center">
|
||||
<h1>Trade & Industry</h1>
|
||||
<p>This is the page for Trade & Industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user