diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd2946a --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk diff --git a/.well-known/mta-sts.txt b/.well-known/mta-sts.txt new file mode 100644 index 0000000..b197b5e --- /dev/null +++ b/.well-known/mta-sts.txt @@ -0,0 +1,4 @@ +version: STSv1 +mode: enforce +mx: belfasttechservices-uk.mail.protection.outlook.com +max_age: 1209600 diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..688b39f --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,2 @@ +Contact: mailto:chris@belfasttechservices.co.uk +Expires: 2024-11-22T23:59:00.000Z diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..8569b2c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +mta-sts.belfasttechservices.uk diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1aff08a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Belfast Tech Services + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b3202e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# mta-sts.belfasttechservices.uk-site + BTS redirection site diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..68730c9 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +include: [".well-known"] diff --git a/index.html b/index.html new file mode 100644 index 0000000..21dda80 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + Redirecting to belfasttechservices.co.uk + + + + + + diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..f36b2c4 --- /dev/null +++ b/techstack.md @@ -0,0 +1,56 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [BelfastTechServices/mta-sts.belfasttechservices.uk](https://github.com/BelfastTechServices/mta-sts.belfasttechservices.uk)![](https://img.stackshare.io/public_badge.svg "public") +

+|2
Tools used|01/05/24
Report generated| +|------|------| +
+ +## DevOps (1) + + + + +
+ Git +
+ Git +
+ +
+ +## Other (1) + + + + +
+ HTML +
+ HTML +
+ +
+ +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..f9ce238 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,29 @@ +repo_name: BelfastTechServices/mta-sts.belfasttechservices.uk +report_id: aa97da1a70a8872612b8079be9b471aa +version: 0.1 +repo_type: Public +timestamp: '2024-01-05T09:04:23+00:00' +requested_by: chris18890 +provider: github +branch: main +detected_tools_count: 2 +tools: +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/BelfastTechServices/mta-sts.belfasttechservices.uk + detection_source: Repo Metadata +- name: HTML + description: Hypertext Markup Language for creating web pages. + website_url: http:// + open_source: false + hosted_saas: false + image_url: https://img.stackshare.io/service/2270/no-img-open-source.png + detection_source_url: https://github.com/BelfastTechServices/mta-sts.belfasttechservices.uk/blob/main/index.html + detection_source: index.html + last_updated_by: Chris Murray