patx/rcraft_const

Add branded roof favicon across site

Commit 860e57e · patx · 2026-09-10T18:38:00-04:00

Changeset
860e57e248f951e852c41bfb0a462c867c58196c
Parents
857714f2bd49f4d979763055e9bcad9384c601fe

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/apple-touch-icon.png b/docs/apple-touch-icon.png
new file mode 100644
index 0000000..f925437
Binary files /dev/null and b/docs/apple-touch-icon.png differ
diff --git a/docs/builders-harrow.html b/docs/builders-harrow.html
index 04902b8..13d7364 100644
--- a/docs/builders-harrow.html
+++ b/docs/builders-harrow.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Builders in Harrow | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <meta name="description" content="Watford-based builders serving Harrow. House extensions, conversions, refurbishments and groundworks. Discuss your project with R Craft Construction.">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/builders-harrow.html">
 <meta property="og:type" content="website">
diff --git a/docs/builders-london.html b/docs/builders-london.html
index 71af344..a7065ec 100644
--- a/docs/builders-london.html
+++ b/docs/builders-london.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Builders in London | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <meta name="description" content="Watford-based builders serving London. House extensions, conversions, refurbishments and groundworks. Discuss your project with R Craft Construction.">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/builders-london.html">
 <meta property="og:type" content="website">
diff --git a/docs/builders-watford.html b/docs/builders-watford.html
index 3fd0d22..386f736 100644
--- a/docs/builders-watford.html
+++ b/docs/builders-watford.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Builders in Watford | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <meta name="description" content="Watford-based builders serving Watford. House extensions, conversions, refurbishments and groundworks. Discuss your project with R Craft Construction.">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/builders-watford.html">
 <meta property="og:type" content="website">
diff --git a/docs/extensions-and-conversions.html b/docs/extensions-and-conversions.html
index f6d62b9..660cfe9 100644
--- a/docs/extensions-and-conversions.html
+++ b/docs/extensions-and-conversions.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>House Extensions &amp; Loft Conversions in London &amp; Watford | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <meta name="description" content="Extensions &amp; conversions in London and Watford. Explore the scope, what to prepare and how to request a free quotation from R Craft Construction.">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/extensions-and-conversions.html">
 <meta property="og:type" content="website">
diff --git a/docs/favicon-32x32.png b/docs/favicon-32x32.png
new file mode 100644
index 0000000..da1db59
Binary files /dev/null and b/docs/favicon-32x32.png differ
diff --git a/docs/favicon.ico b/docs/favicon.ico
new file mode 100644
index 0000000..e14953e
Binary files /dev/null and b/docs/favicon.ico differ
diff --git a/docs/favicon.svg b/docs/favicon.svg
new file mode 100644
index 0000000..de8af5f
--- /dev/null
+++ b/docs/favicon.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
+  <rect width="64" height="64" rx="12" fill="#1A1A14"/>
+  <path d="M46 21V13h6v13z" fill="#FDFCFA"/>
+  <path d="M6 32 32 10 58 32 32 17z" fill="#FDFCFA"/>
+  <path d="M12 33 32 17 52 33 32 23z" fill="#D4AA5A"/>
+  <path d="M23 33h7v8h-7zm11 0h7v8h-7zM23 45h7v8h-7zm11 0h7v8h-7z" fill="#FDFCFA"/>
+</svg>
diff --git a/docs/groundworks-and-concrete.html b/docs/groundworks-and-concrete.html
index c97f4dc..cd0f092 100644
--- a/docs/groundworks-and-concrete.html
+++ b/docs/groundworks-and-concrete.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Groundworks &amp; Concrete Contractors in London &amp; Watford | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <meta name="description" content="Groundworks &amp; concrete in London and Watford. Explore the scope, what to prepare and how to request a free quotation from R Craft Construction.">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/groundworks-and-concrete.html">
 <meta property="og:type" content="website">
diff --git a/docs/index.html b/docs/index.html
index add2b3f..08e0cfb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Builders in Watford &amp; London | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/">
 <meta name="description" content="R Craft Construction LTD is a Watford-based builder serving London, Hertfordshire, Bedfordshire and nearby areas. Extensions, refurbishments, structural works and groundworks.">
 <meta property="og:type" content="website">
diff --git a/docs/property-refurbishments.html b/docs/property-refurbishments.html
index 64c297a..93f4a27 100644
--- a/docs/property-refurbishments.html
+++ b/docs/property-refurbishments.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Home Refurbishments in London &amp; Watford | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <meta name="description" content="Property refurbishments in London and Watford. Explore the scope, what to prepare and how to request a free quotation from R Craft Construction.">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/property-refurbishments.html">
 <meta property="og:type" content="website">
diff --git a/docs/structural-works.html b/docs/structural-works.html
index 08211c4..69c330e 100644
--- a/docs/structural-works.html
+++ b/docs/structural-works.html
@@ -4,6 +4,11 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Structural Building Works in London &amp; Watford | R Craft Construction LTD</title>
+<link rel="icon" href="favicon.svg" type="image/svg+xml">
+<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
+<link rel="icon" href="favicon.ico" sizes="16x16 32x32 48x48">
+<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
+<meta name="theme-color" content="#1A1A14">
 <meta name="description" content="Structural works &amp; new builds in London and Watford. Explore the scope, what to prepare and how to request a free quotation from R Craft Construction.">
 <link rel="canonical" href="https://rcraftconstruction.co.uk/structural-works.html">
 <meta property="og:type" content="website">