Skip to content
Binary file modified test/fixtures/screenshots/linux/desktop/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/about_page/_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/about_page/_missions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/about_us.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/blog/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/careers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/careers/_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/clients.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/clients/_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/contact_us.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/free_consultation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/homepage/_clients.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/homepage/_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/homepage/_services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/homepage/_technologies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/nav/services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/nav/use_cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/privacy-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/screenshots/linux/desktop/services/_footer.png
Binary file modified test/fixtures/screenshots/linux/desktop/services/_overview.png
Binary file modified test/fixtures/screenshots/linux/desktop/use-cases/_footer.png
Binary file modified test/fixtures/screenshots/linux/desktop/use-cases/_overview.png
Binary file modified test/fixtures/screenshots/linux/mobile/about_page/values.png
Binary file modified test/fixtures/screenshots/linux/mobile/blog/index.png
Binary file modified test/fixtures/screenshots/linux/mobile/blog/index/_pagination.png
Binary file modified test/fixtures/screenshots/linux/mobile/blog/post.png
Binary file modified test/fixtures/screenshots/linux/mobile/careers.png
Binary file modified test/fixtures/screenshots/linux/mobile/contact_us.png
Binary file modified test/fixtures/screenshots/linux/mobile/free_consultation.png
Binary file modified test/fixtures/screenshots/linux/mobile/homepage.png
Binary file modified test/fixtures/screenshots/linux/mobile/nav/hamburger_menu.png
Binary file modified test/fixtures/screenshots/macos/desktop/about_page/_footer.png
Binary file modified test/fixtures/screenshots/macos/desktop/careers/_footer.png
Binary file modified test/fixtures/screenshots/macos/desktop/clients/_footer.png
Binary file modified test/fixtures/screenshots/macos/desktop/homepage.png
Binary file modified test/fixtures/screenshots/macos/desktop/homepage/_clients.png
Binary file modified test/fixtures/screenshots/macos/desktop/homepage/_footer.png
Binary file modified test/fixtures/screenshots/macos/desktop/homepage/_technologies.png
Binary file modified test/fixtures/screenshots/macos/desktop/nav/services.png
Binary file modified test/fixtures/screenshots/macos/desktop/nav/use_cases.png
Binary file modified test/fixtures/screenshots/macos/desktop/services/_footer.png
Binary file modified test/fixtures/screenshots/macos/desktop/use-cases/_footer.png
17 changes: 11 additions & 6 deletions themes/beaver/assets/css/companies.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@

.client-logos > .client-logo {
display: flex;
height: 4rem;
height: 3rem;
justify-content: center;
max-width: var(--p-max-width);
align-items: center;
}

.client-logos > .client-logo > .image {
align-self: center;
max-height: 50%;
max-width: 75%;
max-height: 100%;
max-width: 100%;
width: auto;

height: auto;
object-fit: contain;
}

@media (max-width: 860px) {
.client-logos {
grid-template-columns: repeat(2, 1fr);
}
}
4 changes: 3 additions & 1 deletion themes/beaver/assets/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@
}

.footer-component .social-icons svg {
fill: #fff
fill: #fff;
width: 100%;
height: 100%
}

.footer-component .footer-bottom {
Expand Down
2 changes: 1 addition & 1 deletion themes/beaver/assets/css/homepage-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -2678,4 +2678,4 @@ span.pp-accordion-button-icon {
.post-title { font-size: 1em; }
.post-content > div:last-child { display: none; }
.post-meta .post-tags { display: none; }
}
}
1 change: 0 additions & 1 deletion themes/beaver/assets/css/homepage-sections.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Homepage semantic hooks migration layer.
* Intentionally starts empty to keep behavior identical.
* Future section-level styles should target .jt-home-* classes here.
*/
5 changes: 2 additions & 3 deletions themes/beaver/layouts/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
{{ partialCached "page/favicons.html" . "favicons" }}
{{ partial "page/analytics.html" . }}
{{ $favicon := resources.Get "/img/favicon/favicon.ico" | fingerprint "md5" }}
<link rel="shortcut icon" href="{{ $favicon.RelPermalink }}" />
<link rel="shortcut icon" href="{{ $favicon.Permalink }}" />
<meta name="msapplication-TileColor" content="#00aba9" />
{{ $browserConfig := resources.Get "img/favicon/browserconfig.xml" | resources.ExecuteAsTemplate "browserconfig.xml" . | fingerprint "md5" }}
<meta
name="msapplication-config"
content="{{ $browserConfig.RelPermalink }}" />
content="{{ $browserConfig.Permalink }}" />
<meta name="theme-color" content="#ffffff" />
<link rel="manifest" href="/manifest.json" />

Comment thread
coderabbitai[bot] marked this conversation as resolved.
{{- $navigationResources := slice (resources.Get "css/navigation.css") -}}
{{ partialCached "assets/css-processor.html" (dict "resources" $navigationResources "bundleName" "navigation" "context" .) "navigation" }}
Expand Down
2 changes: 1 addition & 1 deletion themes/beaver/layouts/partials/assets/css-processor.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<link
rel="stylesheet"
href="{{ $bundle.RelPermalink }}"
href="{{ $bundle.Permalink }}"
{{- if hugo.IsProduction }}
integrity="{{ $bundle.Data.Integrity }}"
{{- end }} />
2 changes: 1 addition & 1 deletion themes/beaver/layouts/partials/assets/js-processor.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{{- end -}}

{{/* Output script tag with appropriate attributes */}}
<script src="{{ $processed.RelPermalink }}"
<script src="{{ $processed.Permalink }}"
{{- if $defer }} defer{{- end }}
{{- if $async }} async{{- end }}
{{- if hugo.IsProduction }} integrity="{{ $processed.Data.Integrity }}" crossorigin="anonymous"{{- end }}>
Expand Down
4 changes: 2 additions & 2 deletions themes/beaver/layouts/partials/components/testimonial.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
{{- $testimonialsData := hugo.Data.testimonials -}}

{{- $nonCriticalCSS := resources.Get "css/vendors/swiper.min.css" | fingerprint "md5" -}}
<link fetchpriority="low" rel="preload" href="{{ $nonCriticalCSS.RelPermalink }}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{{ $nonCriticalCSS.RelPermalink }}"></noscript>
<link fetchpriority="low" rel="preload" href="{{ $nonCriticalCSS.Permalink }}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{{ $nonCriticalCSS.Permalink }}"></noscript>

<div class="fl-col-group testimonial__header fl-col-group-custom-width" data-node="{{ $node_id }}-header">
<div class="fl-col testimonial__header-col fl-col-small-custom-width" data-node="{{ $node_id }}-header-col">
Expand Down
6 changes: 3 additions & 3 deletions themes/beaver/layouts/partials/img/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
{{ range $widths }}
{{ if lt . $originalWidth }}
{{ $resized := $image.Resize (printf "%dx webp q75" .) }}
{{ $srcset = printf "%s%s %dw, " $srcset $resized.RelPermalink . }}
{{ $srcset = printf "%s%s %dw, " $srcset $resized.Permalink . }}
{{ end }}
{{ end }}

{{ $srcset = printf "%s%s %dw" $srcset $imageWebP.RelPermalink $originalWidth }}
{{ $srcset = printf "%s%s %dw" $srcset $imageWebP.Permalink $originalWidth }}

<img {{ $attributes | safeHTMLAttr }}
src="{{ $imageWebP.RelPermalink }}"
src="{{ $imageWebP.Permalink }}"
alt="{{ $title }}"
width="{{ $image.Width }}"
height="{{ $image.Height }}"
Expand Down
10 changes: 5 additions & 5 deletions themes/beaver/layouts/partials/page/favicons.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ (resources.Get "img/favicon/apple-touch-icon.png" | fingerprint "md5").RelPermalink }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ (resources.Get "img/favicon/favicon-32x32.png" | fingerprint "md5").RelPermalink }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ (resources.Get "img/favicon/favicon-16x16.png" | fingerprint "md5").RelPermalink }}">
<link rel="manifest" href="{{ (resources.Get "img/favicon/site.webmanifest" | resources.ExecuteAsTemplate "site.webmanifest" . | fingerprint "md5").RelPermalink }}">
<link rel="mask-icon" href="{{ (resources.Get "img/favicon/safari-pinned-tab.svg" | fingerprint "md5").RelPermalink }}" color="#5bbad5">
<link rel="apple-touch-icon" sizes="180x180" href="{{ (resources.Get "img/favicon/apple-touch-icon.png" | fingerprint "md5").Permalink }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ (resources.Get "img/favicon/favicon-32x32.png" | fingerprint "md5").Permalink }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ (resources.Get "img/favicon/favicon-16x16.png" | fingerprint "md5").Permalink }}">
<link rel="manifest" href="{{ (resources.Get "img/favicon/site.webmanifest" | resources.ExecuteAsTemplate "site.webmanifest" . | fingerprint "md5").Permalink }}">
<link rel="mask-icon" href="{{ (resources.Get "img/favicon/safari-pinned-tab.svg" | fingerprint "md5").Permalink }}" color="#5bbad5">
4 changes: 2 additions & 2 deletions themes/beaver/layouts/partials/svgiw.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{{ $svg := .svg }}
{{ $svgPath := printf "img/icons/%s.svg" $svg }}
{{ $svgFile := resources.Get $svgPath | fingerprint "md5" }}
{{ $svgRelPermalink := $svgFile.RelPermalink }}
{{ $svgPermalink := $svgFile.Permalink }}

<img
fetchpriority="low"
loading="lazy"
src="{{ $svgRelPermalink }}"
src="{{ $svgPermalink }}"
{{ with .width }}width="{{ . }}"{{ end }}
{{ with .height }}height="{{ . }}"{{ end }}
alt="{{ with .alt }}
Expand Down
Loading