Neue Angebote Frühjahr 2024
|
|
@ -110,4 +110,4 @@ googleAnalytics = "UA-12671637-1"
|
||||||
enableDNT = true
|
enableDNT = true
|
||||||
simple = true
|
simple = true
|
||||||
[privacy.youtube]
|
[privacy.youtube]
|
||||||
privacyEnhanced = true
|
privacyEnhanced = true
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 433 KiB |
|
|
@ -0,0 +1,29 @@
|
||||||
|
+++
|
||||||
|
title = "Aktionswochen Frühjahr 2024"
|
||||||
|
date = "2024-02-01T00:00:00+01:00"
|
||||||
|
expirydate = "2024-06-30T18:30:00+01:00"
|
||||||
|
draft = false
|
||||||
|
type = "campaign"
|
||||||
|
keywords = []
|
||||||
|
description = "Rabattaktion vom 1.3.2024 bis zum 30.6.2024"
|
||||||
|
|
||||||
|
[[resources]]
|
||||||
|
title = "Angebote Frühjahr 2024"
|
||||||
|
src = "bilder/angebote-fruehjahr-2019.jpg"
|
||||||
|
[resources.params]
|
||||||
|
featured = true
|
||||||
|
alt = "Angebote Frühjahr 2019"
|
||||||
|
+++
|
||||||
|
|
||||||
|
**Aktionsangebot für Urnengrababdeckung: Nur gültig während unserer Aktionswochen vom 1. März 2024 bis zum 30. Juni 2024!**
|
||||||
|
|
||||||
|
Möchten Sie einen liebevollen Gedenkort für Ihre Liebsten schaffen? Nutzen Sie unser exklusives Aktionsangebot für eine komplette Urnengrababdeckung! Im Rahmen unserer Aktionswochen bieten wir Ihnen eine hochwertige Urnengrababdeckung mit den Maßen 100x100x14cm inklusive Beschriftung, Montage und Mehrwertsteuer zum unglaublichen Preis von nur 2.999,00 € an!
|
||||||
|
|
||||||
|
Diese spezielle Urnengrababdeckung wird individuell gestaltet und nach Ihren persönlichen Wünschen angepasst. Von der Gravur bis zum Design - wir kümmern uns darum, dass dieser Gedenkort die Erinnerung an Ihre Liebsten auf würdige Weise bewahrt.
|
||||||
|
|
||||||
|
Unser Aktionsangebot gilt im Umkreis von 50 km und beinhaltet eine professionelle Montage vor Ort, um sicherzustellen, dass Ihre Urnengrababdeckung perfekt zu Ihrem gewählten Standort passt.
|
||||||
|
|
||||||
|
Verpassen Sie nicht diese Gelegenheit, einen einzigartigen und liebevollen Gedenkort zu einem unglaublichen Preis zu erhalten! Kontaktieren Sie uns noch heute, um dieses Angebot zu nutzen und Ihren persönlichen Gedenkort zu gestalten.
|
||||||
|
|
||||||
|
Mehr Informationen erhalten sie in [einer unserer Filialen](#kontakt), [per
|
||||||
|
E-Mail](mailto:info@neff-steindesign.de) oder Telefonisch unter +49 2208 4574
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"nodes": {
|
||||||
|
"nixpkgs": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1688392541,
|
||||||
|
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=",
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"ref": "nixos-22.11",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": "root",
|
||||||
|
"version": 7
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
description = "nix devshell example";
|
||||||
|
|
||||||
|
inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; };
|
||||||
|
|
||||||
|
outputs = { self, nixpkgs }:
|
||||||
|
let
|
||||||
|
allSystems = [
|
||||||
|
"x86_64-linux" # 64bit AMD/Intel x86
|
||||||
|
];
|
||||||
|
|
||||||
|
forAllSystems = fn:
|
||||||
|
nixpkgs.lib.genAttrs allSystems
|
||||||
|
(system: fn { pkgs = import nixpkgs { inherit system; }; });
|
||||||
|
|
||||||
|
in {
|
||||||
|
# nix develop <flake-ref>#<name>
|
||||||
|
# --
|
||||||
|
# $ nix develop <flake-ref>#first
|
||||||
|
devShells = forAllSystems ({ pkgs }: {
|
||||||
|
default = pkgs.mkShell {
|
||||||
|
name = "hugo";
|
||||||
|
nativeBuildInputs = [ pkgs.hugo ];
|
||||||
|
};
|
||||||
|
});
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<title>{{- block "title" . -}}{{- .Site.Title -}}{{- end -}}</title>
|
<title>{{- block "title" . -}}{{- .Site.Title -}}{{- end -}}</title>
|
||||||
{{ .Hugo.Generator }}
|
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
{{- block "head" . -}}{{- end -}}
|
{{- block "head" . -}}{{- end -}}
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -10,13 +10,13 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.2.5",
|
"@babel/polyfill": "^7.2.5"
|
||||||
"@fortawesome/fontawesome-free": "^5.6.3"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.2.3",
|
"@babel/cli": "^7.2.3",
|
||||||
"@babel/core": "^7.2.2",
|
"@babel/core": "^7.2.2",
|
||||||
"@babel/preset-env": "^7.2.3",
|
"@babel/preset-env": "^7.2.3",
|
||||||
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
||||||
"autoprefixer": "^9.4.3",
|
"autoprefixer": "^9.4.3",
|
||||||
"babel-loader": "^8.0.4",
|
"babel-loader": "^8.0.4",
|
||||||
"clean-webpack-plugin": "^1.0.0",
|
"clean-webpack-plugin": "^1.0.0",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.917 52.917" height="200" width="200"><path d="M17.23 29.356l-3.224 3.853s1.061.864 1.69 1.1c.348.13.732.132 1.102.158.458.033.977-.227 1.376 0 1.4.797 3.413 1.994 5.504 3.247l.815-.443a115.7 115.7 0 0 0-.08-1.708c-1.794-1.119-3.518-2.242-4.863-3.22-.418-.303-.517-.895-.786-1.336-.154-.252-.28-.524-.472-.747-.305-.351-1.062-.904-1.062-.904zm10.699 8.351l-.656.38c-.04.573-.082 1.14-.121 1.722 3.182 1.925 5.963 3.622 5.963 3.622 1.153 4.765 5.635-3.277 1.297-1.965 0 0-2.987-1.673-6.483-3.759z" fill="none" stroke="#000" stroke-width=".667"/><path d="M26.774 7.725a3.667 3.667 0 0 0-.854.084c-.768.17-1.532.583-2.045 1.18-.468.544-.794 1.287-.786 2.005.009.781.06 1.793.57 2.385.438.507.563.947 1.065 1.527-.693.933-1.72 2.32-2.85 3.856l.634.005 2.31-3.016.433.59-2.05 2.433 1.057.009c.702-.814 1.364-1.58 2.296-2.673.82.944 1.583 1.818 2.364 2.714l.866.007-4.458-5.09s-.604-.617-.826-.983c-.25-.412-.504-.857-.55-1.336-.045-.466-.058-1.03.136-1.455.152-.332.165-.441.418-.703.272-.28.55-.582.905-.747.398-.186.858-.242 1.297-.236.51.007 1.05.067 1.494.314.381.212.765.5 1.003.865.263.404.481.86.55 1.337.055.378-.08.862-.216 1.22-.16.421-.786 1.1-.786 1.1l-.668-.433s.615-.674.707-1.1c.095-.44.136-1.03-.059-1.436-.225-.468-.72-.84-1.2-1.042-.483-.203-1.088-.162-1.572.04-.402.167-.72.53-.943.904a1.869 1.869 0 0 0-.276.983c.011.456.433 1.298.433 1.298l5.161 6.505 1.022.009a217.157 217.157 0 0 0-3.247-4.29c.512-.588.973-.809 1.403-1.306.303-.35.695-1.332.784-1.786.158-.798-.03-1.544-.395-2.27-.305-.608-.917-1.069-1.546-1.326-.432-.177-1.105-.134-1.581-.142zm-.02 1.842c.234-.003.473.051.68.149.25.118.478.335.59.59.141.324.141.722.038 1.061-.13.43-.524.924-.79 1.285-.181.247-.454.612-.65.876-.081-.101-.17-.214-.25-.311-.32-.391-.809-.802-1.022-1.26-.106-.228-.121-.497-.098-.747.029-.316.113-.644.294-.904.21-.303.512-.584.865-.688.11-.033.226-.049.343-.05zm6.048 11.236c-.01.37-.027.73-.05 1.08l2.84 3.58-2.86-3.264c-.022.308-.05.61-.081.903 2.405 2.754 4.256 4.877 4.814 5.581-.144-.205 3.9 4.292 1.584.86-1.308-1.938-3.843-5.467-6.247-8.74zm-13.47 1.42c-2.227 3.052-4.45 6.15-5.595 7.903-2.185 3.344 2.364-1.947 3.304-3.044a320.486 320.486 0 0 1 2.495-2.877 21.11 21.11 0 0 1-.121-.94L15.54 27.86l3.838-5.008a23.61 23.61 0 0 1-.046-.63z" fill-rule="evenodd" stroke="#000" stroke-width=".037"/><path d="M35.539 30.063s-.934.642-1.196.85c-.278.219-.536.568-.78.825-.389.411-.819 1.02-1.314 1.294a839.137 839.137 0 0 1-4.791 2.627c-.066.774-.126 1.596-.185 2.427 2.085-1.207 4.186-2.404 5.785-3.264.335-.18 1.345-.129 1.725-.14.472-.012.954.026 1.415-.078.54-.122 1.784-.796 1.784-.796l-2.443-3.745zM24.493 37.27a3322.346 3322.346 0 0 1-6.516 3.527c-4.796-1.342.902 6.522 1.117 2.102 0 0 2.454-1.47 5.476-3.24-.026-.92-.051-1.732-.077-2.39z" fill="none" stroke="#000" stroke-width=".667"/><circle cx="26.458" cy="26.458" r="23.917" fill="none" stroke="#000" stroke-width="2" stroke-linecap="square"/><path d="M24.185 32.35c.146 2.04.291 2.879.437 9.352-3.194 4.705 6.343 3.983 2.399.04.23-3.35.439-6.88.785-9.306-1.183.517-2.443.481-3.621-.086z" fill="none" stroke="#000" stroke-width=".667"/><path d="M19.354 18.74c-1.203 17.87 14.01 19.566 13.447.118z" fill="none" stroke="#000" stroke-width=".667"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.917 52.917" height="200" width="200"><path d="M17.23 29.356l-3.224 3.853s1.061.864 1.69 1.1c.348.13.732.132 1.102.158.458.033.977-.227 1.376 0 1.4.797 3.413 1.994 5.504 3.247l.815-.443a115.7 115.7 0 00-.08-1.708c-1.794-1.119-3.518-2.242-4.863-3.22-.418-.303-.517-.895-.786-1.336-.154-.252-.28-.524-.472-.747-.305-.351-1.062-.904-1.062-.904zm10.699 8.351l-.656.38c-.04.573-.082 1.14-.121 1.722 3.182 1.925 5.963 3.622 5.963 3.622 1.153 4.765 5.635-3.277 1.297-1.965 0 0-2.987-1.673-6.483-3.759z" fill="none" stroke="#000" stroke-width=".667"/><path d="M26.774 7.725a3.667 3.667 0 00-.854.084c-.768.17-1.532.583-2.045 1.18-.468.544-.794 1.287-.786 2.005.009.781.06 1.793.57 2.385.438.507.563.947 1.065 1.527-.693.933-1.72 2.32-2.85 3.856l.634.005 2.31-3.016.433.59-2.05 2.433 1.057.009c.702-.814 1.364-1.58 2.296-2.673.82.944 1.583 1.818 2.364 2.714l.866.007-4.458-5.09s-.604-.617-.826-.983c-.25-.412-.504-.857-.55-1.336-.045-.466-.058-1.03.136-1.455.152-.332.165-.441.418-.703.272-.28.55-.582.905-.747.398-.186.858-.242 1.297-.236.51.007 1.05.067 1.494.314.381.212.765.5 1.003.865.263.404.481.86.55 1.337.055.378-.08.862-.216 1.22-.16.421-.786 1.1-.786 1.1l-.668-.433s.615-.674.707-1.1c.095-.44.136-1.03-.059-1.436-.225-.468-.72-.84-1.2-1.042-.483-.203-1.088-.162-1.572.04-.402.167-.72.53-.943.904a1.869 1.869 0 00-.276.983c.011.456.433 1.298.433 1.298l5.161 6.505 1.022.009a217.157 217.157 0 00-3.247-4.29c.512-.588.973-.809 1.403-1.306.303-.35.695-1.332.784-1.786.158-.798-.03-1.544-.395-2.27-.305-.608-.917-1.069-1.546-1.326-.432-.177-1.105-.134-1.581-.142zm-.02 1.842c.234-.003.473.051.68.149.25.118.478.335.59.59.141.324.141.722.038 1.061-.13.43-.524.924-.79 1.285-.181.247-.454.612-.65.876-.081-.101-.17-.214-.25-.311-.32-.391-.809-.802-1.022-1.26-.106-.228-.121-.497-.098-.747.029-.316.113-.644.294-.904.21-.303.512-.584.865-.688.11-.033.226-.049.343-.05zm6.048 11.236c-.01.37-.027.73-.05 1.08l2.84 3.58-2.86-3.264c-.022.308-.05.61-.081.903 2.405 2.754 4.256 4.877 4.814 5.581-.144-.205 3.9 4.292 1.584.86-1.308-1.938-3.843-5.467-6.247-8.74zm-13.47 1.42c-2.227 3.052-4.45 6.15-5.595 7.903-2.185 3.344 2.364-1.947 3.304-3.044a320.486 320.486 0 012.495-2.877 21.11 21.11 0 01-.121-.94L15.54 27.86l3.838-5.008a23.61 23.61 0 01-.046-.63z" fill-rule="evenodd" stroke="#000" stroke-width=".037"/><path d="M35.539 30.063s-.934.642-1.196.85c-.278.219-.536.568-.78.825-.389.411-.819 1.02-1.314 1.294a839.137 839.137 0 01-4.791 2.627c-.066.774-.126 1.596-.185 2.427 2.085-1.207 4.186-2.404 5.785-3.264.335-.18 1.345-.129 1.725-.14.472-.012.954.026 1.415-.078.54-.122 1.784-.796 1.784-.796l-2.443-3.745zM24.493 37.27a3322.346 3322.346 0 01-6.516 3.527c-4.796-1.342.902 6.522 1.117 2.102 0 0 2.454-1.47 5.476-3.24-.026-.92-.051-1.732-.077-2.39z" fill="none" stroke="#000" stroke-width=".667"/><circle cx="26.458" cy="26.458" r="23.917" fill="none" stroke="#000" stroke-width="2" stroke-linecap="square"/><path d="M24.185 32.35c.146 2.04.291 2.879.437 9.352-3.194 4.705 6.343 3.983 2.399.04.23-3.35.439-6.88.785-9.306-1.183.517-2.443.481-3.621-.086z" fill="none" stroke="#000" stroke-width=".667"/><path d="M19.354 18.74c-1.203 17.87 14.01 19.566 13.447.118z" fill="none" stroke="#000" stroke-width=".667"/></svg>
|
||||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
|
@ -1 +1 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.917 52.917" height="200" width="200"><circle cx="26.458" cy="26.458" r="23.917" fill="none" stroke="#000" stroke-width="2" stroke-linecap="square"/><path d="M19.198 8.227c-2.137 0-3.869-1.249-3.869-2.79 0-2.17-2.44-3.929-5.449-3.929-3.01 0-5.449 1.76-5.449 3.93 0 1.54-1.732 2.79-3.869 2.79" opacity=".99" fill="none"/><path d="M21.494 36.59c-.087.004-.17.014-.248.029-.31.061-.514.2-.61.387-.301.593-.942.927-1.657.967-.629.035-1.332-.149-2.007-.576l-2.75 5.804 4.027-1.624 1.294 4.145 3.843-8.113a1.152 1.152 0 0 0-.177-.29 2.114 2.114 0 0 0-.89-.6 2.221 2.221 0 0 0-.825-.128zm9.928 0a2.23 2.23 0 0 0-.824.129c-.363.13-.687.356-.89.6a1.154 1.154 0 0 0-.177.29l3.843 8.113 1.294-4.145 4.027 1.624-2.75-5.804c-.674.428-1.377.61-2.005.576-.716-.04-1.36-.374-1.66-.967-.096-.187-.299-.326-.61-.387a1.643 1.643 0 0 0-.248-.028z" stroke="#000" stroke-width=".186"/><path style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" d="M26.459 7.727c-.807.01-1.423.27-1.803.605-.38.335-.516.722-.45 1.043.103.492-.086.97-.394 1.342a2.842 2.842 0 0 1-1.23.838c-.49.175-1.01.223-1.486.129s-.927-.348-1.157-.8c-.151-.298-.498-.51-1.003-.538-.506-.028-1.147.143-1.774.611-.625.466-.974 1.034-1.092 1.528-.117.493-.01.889.234 1.122.368.351.483.86.435 1.348a2.84 2.84 0 0 1-.571 1.404 2.84 2.84 0 0 1-1.188.936c-.452.183-.971.217-1.41-.035-.29-.167-.697-.158-1.133.096-.435.253-.875.75-1.136 1.488-.263.742-.233 1.404-.053 1.875.18.47.49.732.82.781.498.074.881.415 1.127.83s.376.919.383 1.432v.012a2.897 2.897 0 0 1-.382 1.43c-.246.414-.63.757-1.127.831-.332.05-.641.31-.821.78-.18.47-.21 1.134.053 1.876.261.738.7 1.234 1.136 1.487.436.253.842.265 1.133.098.439-.252.958-.22 1.41-.038.453.183.869.514 1.188.938.32.425.522.917.57 1.404.05.487-.065.997-.433 1.348-.245.233-.352.63-.235 1.123.118.494.467 1.06 1.092 1.527.627.468 1.268.64 1.774.611.505-.027.852-.24 1.003-.539.23-.45.681-.707 1.157-.8a2.829 2.829 0 0 1 1.486.13c.488.175.923.467 1.23.838.308.372.498.85.395 1.342-.067.321.069.708.45 1.043.38.335.995.594 1.802.604.805-.01 1.423-.27 1.803-.604.38-.335.516-.722.449-1.043-.103-.492.087-.97.395-1.342.308-.371.74-.663 1.228-.837a2.836 2.836 0 0 1 1.488-.132c.476.094.927.35 1.156.801.152.299.499.512 1.004.54.506.027 1.147-.144 1.774-.612.625-.466.972-1.033 1.09-1.527.117-.494.013-.89-.233-1.123-.368-.351-.484-.86-.435-1.348a2.83 2.83 0 0 1 .572-1.404c.32-.424.735-.755 1.188-.938.453-.182.97-.214 1.408.038.291.167.699.155 1.135-.098.436-.253.873-.749 1.134-1.487.263-.742.235-1.406.055-1.877-.18-.47-.491-.73-.822-.779-.498-.074-.881-.417-1.127-.832a2.897 2.897 0 0 1-.383-1.43v-.011a2.906 2.906 0 0 1 .383-1.432c.246-.415.63-.756 1.127-.83.331-.05.642-.311.822-.781.18-.47.208-1.133-.055-1.875-.261-.738-.698-1.235-1.134-1.488-.436-.254-.844-.263-1.135-.096-.439.252-.955.218-1.408.035a2.844 2.844 0 0 1-1.188-.936 2.843 2.843 0 0 1-.572-1.404c-.05-.487.067-.997.435-1.348.246-.233.35-.629.233-1.122-.118-.494-.465-1.062-1.09-1.528-.627-.468-1.268-.64-1.774-.611-.505.027-.852.24-1.004.539-.23.45-.68.705-1.156.799a2.835 2.835 0 0 1-1.488-.13 2.836 2.836 0 0 1-1.228-.837c-.308-.372-.498-.85-.395-1.342.067-.32-.069-.708-.45-1.043-.379-.335-.997-.595-1.802-.605zm-.002 5.084c6.04 0 10.957 4.916 10.957 10.957 0 6.04-4.917 10.954-10.957 10.954-6.04 0-10.953-4.914-10.953-10.954 0-6.041 4.912-10.957 10.953-10.957zm0 .785c-5.616 0-10.17 4.555-10.17 10.172 0 5.616 4.554 10.172 10.17 10.172s10.172-4.556 10.172-10.172c0-5.616-4.556-10.172-10.172-10.172zm4.838 6.14a.749.749 0 0 1 .548 1.284l-6.533 6.56a.749.749 0 0 1-1.067-.007l-3.175-3.265a.749.749 0 1 1 1.073-1.045l2.644 2.721 5.997-6.02a.749.749 0 0 1 .513-.227z" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" opacity=".99"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.917 52.917" height="200" width="200"><circle cx="26.458" cy="26.458" r="23.917" fill="none" stroke="#000" stroke-width="2" stroke-linecap="square"/><path d="M19.198 8.227c-2.137 0-3.869-1.249-3.869-2.79 0-2.17-2.44-3.929-5.449-3.929-3.01 0-5.449 1.76-5.449 3.93 0 1.54-1.732 2.79-3.869 2.79" opacity=".99" fill="none"/><path d="M21.494 36.59c-.087.004-.17.014-.248.029-.31.061-.514.2-.61.387-.301.593-.942.927-1.657.967-.629.035-1.332-.149-2.007-.576l-2.75 5.804 4.027-1.624 1.294 4.145 3.843-8.113a1.152 1.152 0 00-.177-.29 2.114 2.114 0 00-.89-.6 2.221 2.221 0 00-.825-.128zm9.928 0a2.23 2.23 0 00-.824.129c-.363.13-.687.356-.89.6a1.154 1.154 0 00-.177.29l3.843 8.113 1.294-4.145 4.027 1.624-2.75-5.804c-.674.428-1.377.61-2.005.576-.716-.04-1.36-.374-1.66-.967-.096-.187-.299-.326-.61-.387a1.643 1.643 0 00-.248-.028z" stroke="#000" stroke-width=".186"/><path style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" d="M26.459 7.727c-.807.01-1.423.27-1.803.605-.38.335-.516.722-.45 1.043.103.492-.086.97-.394 1.342a2.842 2.842 0 01-1.23.838c-.49.175-1.01.223-1.486.129s-.927-.348-1.157-.8c-.151-.298-.498-.51-1.003-.538-.506-.028-1.147.143-1.774.611-.625.466-.974 1.034-1.092 1.528-.117.493-.01.889.234 1.122.368.351.483.86.435 1.348a2.84 2.84 0 01-.571 1.404 2.84 2.84 0 01-1.188.936c-.452.183-.971.217-1.41-.035-.29-.167-.697-.158-1.133.096-.435.253-.875.75-1.136 1.488-.263.742-.233 1.404-.053 1.875.18.47.49.732.82.781.498.074.881.415 1.127.83s.376.919.383 1.432v.012a2.897 2.897 0 01-.382 1.43c-.246.414-.63.757-1.127.831-.332.05-.641.31-.821.78-.18.47-.21 1.134.053 1.876.261.738.7 1.234 1.136 1.487.436.253.842.265 1.133.098.439-.252.958-.22 1.41-.038.453.183.869.514 1.188.938.32.425.522.917.57 1.404.05.487-.065.997-.433 1.348-.245.233-.352.63-.235 1.123.118.494.467 1.06 1.092 1.527.627.468 1.268.64 1.774.611.505-.027.852-.24 1.003-.539.23-.45.681-.707 1.157-.8a2.829 2.829 0 011.486.13c.488.175.923.467 1.23.838.308.372.498.85.395 1.342-.067.321.069.708.45 1.043.38.335.995.594 1.802.604.805-.01 1.423-.27 1.803-.604.38-.335.516-.722.449-1.043-.103-.492.087-.97.395-1.342.308-.371.74-.663 1.228-.837a2.836 2.836 0 011.488-.132c.476.094.927.35 1.156.801.152.299.499.512 1.004.54.506.027 1.147-.144 1.774-.612.625-.466.972-1.033 1.09-1.527.117-.494.013-.89-.233-1.123-.368-.351-.484-.86-.435-1.348a2.83 2.83 0 01.572-1.404c.32-.424.735-.755 1.188-.938.453-.182.97-.214 1.408.038.291.167.699.155 1.135-.098.436-.253.873-.749 1.134-1.487.263-.742.235-1.406.055-1.877-.18-.47-.491-.73-.822-.779-.498-.074-.881-.417-1.127-.832a2.897 2.897 0 01-.383-1.43v-.011a2.906 2.906 0 01.383-1.432c.246-.415.63-.756 1.127-.83.331-.05.642-.311.822-.781.18-.47.208-1.133-.055-1.875-.261-.738-.698-1.235-1.134-1.488-.436-.254-.844-.263-1.135-.096-.439.252-.955.218-1.408.035a2.844 2.844 0 01-1.188-.936 2.843 2.843 0 01-.572-1.404c-.05-.487.067-.997.435-1.348.246-.233.35-.629.233-1.122-.118-.494-.465-1.062-1.09-1.528-.627-.468-1.268-.64-1.774-.611-.505.027-.852.24-1.004.539-.23.45-.68.705-1.156.799a2.835 2.835 0 01-1.488-.13 2.836 2.836 0 01-1.228-.837c-.308-.372-.498-.85-.395-1.342.067-.32-.069-.708-.45-1.043-.379-.335-.997-.595-1.802-.605zm-.002 5.084c6.04 0 10.957 4.916 10.957 10.957 0 6.04-4.917 10.954-10.957 10.954-6.04 0-10.953-4.914-10.953-10.954 0-6.041 4.912-10.957 10.953-10.957zm0 .785c-5.616 0-10.17 4.555-10.17 10.172 0 5.616 4.554 10.172 10.17 10.172s10.172-4.556 10.172-10.172c0-5.616-4.556-10.172-10.172-10.172zm4.838 6.14a.749.749 0 01.548 1.284l-6.533 6.56a.749.749 0 01-1.067-.007l-3.175-3.265a.749.749 0 111.073-1.045l2.644 2.721 5.997-6.02a.749.749 0 01.513-.227z" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" opacity=".99"/></svg>
|
||||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 251 KiB |
|
|
@ -152,11 +152,6 @@ module.exports = {
|
||||||
optimization: {
|
optimization: {
|
||||||
usedExports: true,
|
usedExports: true,
|
||||||
minimizer: [
|
minimizer: [
|
||||||
new UglifyJsPlugin({
|
|
||||||
cache: true,
|
|
||||||
parallel: true,
|
|
||||||
sourceMap: true, // set to true if you want JS source maps
|
|
||||||
}),
|
|
||||||
new OptimizeCSSAssetsPlugin({
|
new OptimizeCSSAssetsPlugin({
|
||||||
cssProcessorOptions: {
|
cssProcessorOptions: {
|
||||||
map: {
|
map: {
|
||||||
|
|
|
||||||