vocabulary change
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}About - Zanzibar Autonomous Zone{% endblock %}
|
||||
{% block title %}About - Zanzibar Digital Freezone{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h1 class="card-title">About Zanzibar Autonomous Zone</h1>
|
||||
<h1 class="card-title">About Zanzibar Digital Freezone</h1>
|
||||
<p class="card-text">Convenience, Safety and Privacy</p>
|
||||
|
||||
<h2 class="mt-4">Technology Stack</h2>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}Zanzibar Autonomous Zone{% endblock %}</title>
|
||||
<title>{% block title %}Zanzibar Digital Freezone{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/unpoly@3.7.2/unpoly.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
|
||||
@@ -64,7 +64,7 @@
|
||||
<button class="navbar-toggler d-md-none me-2" type="button" id="sidebarToggle" aria-label="Toggle navigation">
|
||||
<i class="bi bi-list text-white"></i>
|
||||
</button>
|
||||
<h5 class="mb-0">Zanzibar Autonomous Zone</h5>
|
||||
<h5 class="mb-0">Zanzibar Digital Freezone</h5>
|
||||
</div>
|
||||
<div class="d-none d-md-flex">
|
||||
<ul class="navbar-nav flex-row">
|
||||
@@ -199,7 +199,7 @@
|
||||
<a class="text-white text-decoration-none mx-2" href="/contact">Contact</a>
|
||||
</div>
|
||||
<div class="col-md-4 text-center text-md-end">
|
||||
<small>© 2024 Zanzibar Autonomous Zone</small>
|
||||
<small>© 2024 Zanzibar Digital Freezone</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Contact - Zanzibar Autonomous Zone{% endblock %}
|
||||
{% block title %}Contact - Zanzibar Digital Freezone{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
|
@@ -342,7 +342,7 @@
|
||||
{% if contract.organization %}
|
||||
<p><strong>{{ contract.organization }}</strong></p>
|
||||
<p class="text-muted">
|
||||
<i class="bi bi-building me-1"></i> Registered in Zanzibar Autonomous Zone
|
||||
<i class="bi bi-building me-1"></i> Registered in Zanzibar Digital Freezone
|
||||
</p>
|
||||
{% else %}
|
||||
<p class="text-muted">No organization specified</p>
|
||||
|
@@ -1,14 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{# Updated template with card blocks - 2025-04-22 #}
|
||||
{% block title %}Home - Zanzibar Autonomous Zone{% endblock %}
|
||||
{% block title %}Home - Zanzibar Digital Freezone{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h1 class="card-title text-center mb-4">Zanzibar Autonomous Zone</h1>
|
||||
<h1 class="card-title text-center mb-4">Zanzibar Digital Freezone</h1>
|
||||
<p class="card-text text-center lead mb-5">Convenience, Safety and Privacy</p>
|
||||
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user