From f420679a69d8c925524f5773e2106dfd9cbfc1a5 Mon Sep 17 00:00:00 2001 From: AucT Date: Thu, 10 Oct 2024 11:38:49 +0300 Subject: [PATCH 1/3] fix no title in link images --- .../beaver/layouts/partials/page/footer.html | 18 ++++++------------ .../beaver/layouts/partials/page/header.html | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/themes/beaver/layouts/partials/page/footer.html b/themes/beaver/layouts/partials/page/footer.html index f2f121fe4..ce7186856 100644 --- a/themes/beaver/layouts/partials/page/footer.html +++ b/themes/beaver/layouts/partials/page/footer.html @@ -24,8 +24,8 @@ @@ -122,33 +122,27 @@
diff --git a/themes/beaver/layouts/partials/page/header.html b/themes/beaver/layouts/partials/page/header.html index f20566381..d35c139e1 100644 --- a/themes/beaver/layouts/partials/page/header.html +++ b/themes/beaver/layouts/partials/page/header.html @@ -1,7 +1,7 @@
- From fd88928903e9e4acb92fc8b617debb2bcf58d3b7 Mon Sep 17 00:00:00 2001 From: AucT Date: Tue, 15 Oct 2024 04:24:04 +0300 Subject: [PATCH 2/3] update learn more links --- themes/beaver/layouts/page/index.html | 38 +++++++++++------------ themes/beaver/layouts/page/services.html | 36 ++++++++++----------- themes/beaver/layouts/page/use-cases.html | 12 +++---- 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/themes/beaver/layouts/page/index.html b/themes/beaver/layouts/page/index.html index 6276ec9a1..663abc138 100644 --- a/themes/beaver/layouts/page/index.html +++ b/themes/beaver/layouts/page/index.html @@ -126,7 +126,7 @@

@@ -283,8 +283,8 @@

Whether you’re a startup building new products or an established business upgrading existing systems, we help deliver positive outcomes.

@@ -313,8 +313,8 @@

Accelerate development, streamline release cycles, and eliminate roadblocks with fully-managed software testing & QA services.

@@ -356,8 +356,8 @@

Get on-demand access to a product expert to help design UX, plan & prioritize your roadmap, and manage development schedules.

@@ -386,8 +386,8 @@

Increase your development capacity & reduce administrative workloads with pre-trained engineers that are ready to deploy within weeks.

@@ -416,8 +416,8 @@

Scale your development team & simplify the talent acquisition process with top-caliber candidates that are pre-vetted by our team.

@@ -765,7 +765,7 @@

Startup MVP Prototyping & Development

{{ partial "svg" "theme/homepage_tick_circle" }} We’ve helped startups across a variety of industries go from zero to go-to-market at a fraction of the costs with prototyping & MVP development services. -

Learn More

+

Learn More

@@ -798,7 +798,7 @@

Salvage an Existing Project

{{ partial "svg" "theme/homepage_tick_circle" }} We can help transform the long-term stability of your software product, providing the visibility, clarity, and control you need to get your project on track. -

Learn More

+

Learn More

@@ -831,7 +831,7 @@

Emergency CTO Leadership

{{ partial "svg" "theme/homepage_tick_circle" }} With access to a fractional CTO, you can maintain best practices, hire developers faster, & streamline operations at a fraction of the cost of a full-time CTO -

Learn More

+

Learn More

@@ -864,7 +864,7 @@

Empower an Existing Engineering Team

{{ partial "svg" "theme/homepage_tick_circle" }} With access to on-demand engineering resources, you can help support your core team and make it easier for them to adapt as the environment changes. -

Learn More

+

Learn More

@@ -897,7 +897,7 @@

Accelerate Development & Maximize Capacity

{{ partial "svg" "theme/homepage_tick_circle" }} With access to on-demand engineering resources, you can accelerate development speed while maintaining product quality. -

Learn More

+

Learn More

@@ -930,7 +930,7 @@

Automate Product QA & Testing

{{ partial "svg" "theme/homepage_tick_circle" }} With our fully-managed software testing & QA services, you can accelerate development cycles while minimizing costly mistakes & product errors. -

Learn More

+

Learn More

diff --git a/themes/beaver/layouts/page/services.html b/themes/beaver/layouts/page/services.html index 9a3c003bd..6f645184f 100644 --- a/themes/beaver/layouts/page/services.html +++ b/themes/beaver/layouts/page/services.html @@ -63,8 +63,8 @@

Get on-demand access to a CTO to help guide your technical vision, accelerate team-building, and improve development team operations.

@@ -93,8 +93,8 @@

Whether you’re a startup building new products or an established business upgrading existing systems, we help deliver positive outcomes.

@@ -123,8 +123,8 @@

Accelerate development, streamline release cycles, and eliminate roadblocks with fully-managed software testing & QA services.

@@ -166,8 +166,8 @@

Get on-demand access to a product expert to help design UX, plan & prioritize your roadmap, and manage development schedules.

@@ -196,8 +196,8 @@

Increase your development capacity & reduce administrative workloads with pre-trained engineers that are ready to deploy within weeks.

@@ -226,8 +226,8 @@

Scale your development team & simplify the talent acquisition process with top-caliber candidates that are pre-vetted by our team.

@@ -371,7 +371,7 @@

Startup MVP Prototyping & Development

We’ve helped startups across a variety of industries go from zero to go-to-market at a fraction of the costs with prototyping & MVP development services. -

Learn More

+

Learn More

@@ -413,7 +413,7 @@

Salvage an Existing Project

We can help transform the long-term stability of your software product, providing the visibility, clarity, and control you need to get your project on track. -

Learn More

+

Learn More

@@ -455,7 +455,7 @@

Emergency CTO Leadership

With access to a fractional CTO, you can maintain best practices, hire developers faster, & streamline operations at a fraction of the cost of a full-time CTO -

Learn More

+

Learn More

@@ -497,7 +497,7 @@

Empower an Existing Engineering Team

With access to on-demand engineering resources, you can help support your core team and make it easier for them to adapt as the environment changes. -

Learn More

+

Learn More

@@ -539,7 +539,7 @@

Accelerate Development & Maximize Capacity

With access to on-demand engineering resources, you can accelerate development speed while maintaining product quality. -

Learn More

+

Learn More

@@ -581,7 +581,7 @@

Automate Product QA & Testing

With our fully-managed software testing & QA services, you can accelerate development cycles while minimizing costly mistakes & product errors. -

Learn More

+

Learn More

diff --git a/themes/beaver/layouts/page/use-cases.html b/themes/beaver/layouts/page/use-cases.html index 04899c13d..b316c2c60 100644 --- a/themes/beaver/layouts/page/use-cases.html +++ b/themes/beaver/layouts/page/use-cases.html @@ -118,7 +118,7 @@

Startup MVP Prototyping & Development

We’ve helped startups across a variety of industries go from zero to go-to-market at a fraction of the costs with prototyping & MVP development services. -

Learn More

+

Learn More

@@ -160,7 +160,7 @@

Salvage an Existing Project

We can help transform the long-term stability of your software product, providing the visibility, clarity, and control you need to get your project on track. -

Learn More

+

Learn More

@@ -202,7 +202,7 @@

Emergency CTO Leadership

With access to a fractional CTO, you can maintain best practices, hire developers faster, & streamline operations at a fraction of the cost of a full-time CTO -

Learn More

+

Learn More

@@ -244,7 +244,7 @@

Empower an Existing Engineering Team

With access to on-demand engineering resources, you can help support your core team and make it easier for them to adapt as the environment changes. -

Learn More

+

Learn More

@@ -286,7 +286,7 @@

Accelerate Development & Maximize Capacity

With access to on-demand engineering resources, you can accelerate development speed while maintaining product quality. -

Learn More

+

Learn More

@@ -328,7 +328,7 @@

Automate Product QA & Testing

With our fully-managed software testing & QA services, you can accelerate development cycles while minimizing costly mistakes & product errors. -

Learn More

+

Learn More

From 50504316d0028a290559f804e1b8bdb2e3f05774 Mon Sep 17 00:00:00 2001 From: AucT Date: Tue, 15 Oct 2024 05:03:20 +0300 Subject: [PATCH 3/3] add json-ld-company --- themes/beaver/layouts/page/about.html | 1 + themes/beaver/layouts/page/contact-us.html | 1 + themes/beaver/layouts/page/index.html | 1 + .../partials/header/json-ld-company.html | 21 +++++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 themes/beaver/layouts/partials/header/json-ld-company.html diff --git a/themes/beaver/layouts/page/about.html b/themes/beaver/layouts/page/about.html index a20373acc..6ac75ffdf 100644 --- a/themes/beaver/layouts/page/about.html +++ b/themes/beaver/layouts/page/about.html @@ -10,6 +10,7 @@ | resources.Concat "css/about-us.css" | postCSS | minify | fingerprint | resources.PostProcess}} +{{ partial "header/json-ld-company.html" . }} {{ end }} {{ define "main" }} diff --git a/themes/beaver/layouts/page/contact-us.html b/themes/beaver/layouts/page/contact-us.html index 4c469d584..6b9b90aaa 100644 --- a/themes/beaver/layouts/page/contact-us.html +++ b/themes/beaver/layouts/page/contact-us.html @@ -5,6 +5,7 @@ {{- $CSS := slice (resources.Get "css/706-layout.css") $dynamicCSS586 (resources.Get "css/586.css") (resources.Get "css/homepage.css") (resources.Get "css/base-4.min.css") (resources.Get "css/style.css") (resources.Get "css/skin-65eda28877e04.css") | resources.Concat "css/contact-us.css" | postCSS | minify | fingerprint | resources.PostProcess}} +{{ partial "header/json-ld-company.html" . }} {{ end }} {{ define "main" }} diff --git a/themes/beaver/layouts/page/index.html b/themes/beaver/layouts/page/index.html index 663abc138..3419fc39a 100644 --- a/themes/beaver/layouts/page/index.html +++ b/themes/beaver/layouts/page/index.html @@ -42,6 +42,7 @@ loadCSS("{{ $nonCriticalCSS.RelPermalink }}") }) +{{ partial "header/json-ld-company.html" . }} {{ end }} {{ define "main" }} diff --git a/themes/beaver/layouts/partials/header/json-ld-company.html b/themes/beaver/layouts/partials/header/json-ld-company.html new file mode 100644 index 000000000..18593d847 --- /dev/null +++ b/themes/beaver/layouts/partials/header/json-ld-company.html @@ -0,0 +1,21 @@ + \ No newline at end of file