Backup database and code changes - 2025-06-08 17:16:31

This commit is contained in:
root
2025-06-08 17:16:31 +00:00
parent 01470cd0c5
commit ba54427b2b
7 changed files with 37 additions and 1407 deletions

View File

@@ -20,7 +20,13 @@
"Bash(php:*)", "Bash(php:*)",
"Bash(rm:*)", "Bash(rm:*)",
"Bash(sudo rm:*)", "Bash(sudo rm:*)",
"Bash(sudo ln:*)" "Bash(sudo ln:*)",
"Bash(for:*)",
"Bash(do if [ -f \"/var/www/ukds/$file\" ])",
"Bash(then echo \"✓ $file - EXISTS\")",
"Bash(else echo \"✗ $file - MISSING\")",
"Bash(fi)",
"Bash(done)"
], ],
"deny": [] "deny": []
} }

View File

@@ -257,7 +257,7 @@ body {
display: block; display: block;
font-size: 2rem; font-size: 2rem;
font-weight: 700; font-weight: 700;
color: #179e83; color: #ffffff;
} }
.stat-label { .stat-label {
@@ -265,7 +265,6 @@ body {
font-size: 0.9rem; font-size: 0.9rem;
color: #ffffff; color: #ffffff;
font-weight: 500; font-weight: 500;
opacity: 0.8;
} }
.hero-image { .hero-image {

View File

@@ -58,7 +58,6 @@ $breadcrumbs = [
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/add_inline_css.php'); ?>
<script type="application/ld+json"> <script type="application/ld+json">
{ {
@@ -90,9 +89,35 @@ $breadcrumbs = [
</script> </script>
</head> </head>
<body> <body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?> <!-- Skip to content link for accessibility -->
<a href="#main-content" class="skip-to-content">Skip to main content</a>
<article class="blog-article"> <!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="/">
<img src="/assets/images/ukds-main-logo.png" alt="UK Data Services" class="logo">
</a>
</div>
<div class="nav-menu" id="nav-menu">
<a href="/" class="nav-link">Home</a>
<a href="/#services" class="nav-link">Capabilities</a>
<a href="/project-types.php" class="nav-link">Project Types</a>
<a href="/about.php" class="nav-link">About</a>
<a href="/blog/" class="nav-link">Blog</a>
<a href="/#contact" class="nav-link">Contact</a>
<a href="/quote.php" class="nav-link cta-button">Request Consultation</a>
</div>
<div class="nav-toggle" id="nav-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<article class="blog-article" style="margin-top: 80px;">
<div class="container"> <div class="container">
<!-- Breadcrumb Navigation --> <!-- Breadcrumb Navigation -->
<nav class="breadcrumb" aria-label="Breadcrumb"> <nav class="breadcrumb" aria-label="Breadcrumb">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -697,4 +697,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-06-08 13:21:22 -- Dump completed on 2025-06-08 17:16:31

View File