Compare commits

..

3 Commits

Author SHA1 Message Date
a324a270d2 Fix htaccess deletion
All checks were successful
Publish to Server / Deploy (push) Successful in 9s
Signed-off-by: Alexander Davis <alex@adcm.uk>
2025-11-08 20:15:23 +00:00
abed1e6e71 Merge branch 'main' of https://git.adcmnetworks.co.uk/ADCM-Networks/Mottashaw-Consulting.git
* 'main' of https://git.adcmnetworks.co.uk/ADCM-Networks/Mottashaw-Consulting.git:
  Update .gitea/workflows/publish.yaml
  Add .gitea/workflows/publish.yaml
2025-11-08 20:14:51 +00:00
3150b43691 Final export
Signed-off-by: Alexander Davis <alex@adcm.uk>
2025-11-08 20:14:31 +00:00
8 changed files with 67 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ jobs:
port: 22 port: 22
uploads: | uploads: |
${{ vars.GIT_FOLDER }} => ${{ vars.SSH_FOLDER }} ${{ vars.GIT_FOLDER }} => ${{ vars.SSH_FOLDER }}
delete: 'true' delete: 'false'
ignore: | ignore: |
*.git *.git
*/**/*git* */**/*git*

1
CODEOWNERS Normal file
View File

@@ -0,0 +1 @@
* @mrdaviscsit

View File

@@ -3,6 +3,21 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.adcmnetworks.co.uk/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Page Not Found - Mottashaw Consulting</title> <title>Page Not Found - Mottashaw Consulting</title>
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
@@ -19,7 +34,7 @@
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec"> <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec">
<link rel="stylesheet" href="assets/css/styles.min.css?h=05f404c4a7ef948b881b2a992873bb38"> <link rel="stylesheet" href="assets/css/styles.min.css?h=8712c62b0c2484cdc8e9a694008cf84c">
</head> </head>
<body> <body>

View File

@@ -3,6 +3,21 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.adcmnetworks.co.uk/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>About - Mottashaw Consulting</title> <title>About - Mottashaw Consulting</title>
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
@@ -19,7 +34,7 @@
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec"> <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec">
<link rel="stylesheet" href="assets/css/styles.min.css?h=05f404c4a7ef948b881b2a992873bb38"> <link rel="stylesheet" href="assets/css/styles.min.css?h=8712c62b0c2484cdc8e9a694008cf84c">
</head> </head>
<body> <body>

View File

@@ -3,6 +3,21 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.adcmnetworks.co.uk/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Contact - Mottashaw Consulting</title> <title>Contact - Mottashaw Consulting</title>
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
@@ -19,7 +34,7 @@
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec"> <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec">
<link rel="stylesheet" href="assets/css/styles.min.css?h=05f404c4a7ef948b881b2a992873bb38"> <link rel="stylesheet" href="assets/css/styles.min.css?h=8712c62b0c2484cdc8e9a694008cf84c">
</head> </head>
<body> <body>

View File

@@ -3,6 +3,21 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.adcmnetworks.co.uk/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - Mottashaw Consulting</title> <title>Home - Mottashaw Consulting</title>
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
@@ -19,7 +34,7 @@
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b"> <link rel="icon" type="image/webp" sizes="640x515" href="assets/img/mottashaw-logo-big.webp?h=a6d806ae5c56e5c3abf5561ad59d922b">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec"> <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2b9089ac3d02cc1e1b2f6684859260ec">
<link rel="stylesheet" href="assets/css/styles.min.css?h=05f404c4a7ef948b881b2a992873bb38"> <link rel="stylesheet" href="assets/css/styles.min.css?h=8712c62b0c2484cdc8e9a694008cf84c">
</head> </head>
<body> <body>

Binary file not shown.

File diff suppressed because one or more lines are too long