diff --git a/user/config/site.yaml b/user/config/site.yaml index 2e18ae3..89b7223 100644 --- a/user/config/site.yaml +++ b/user/config/site.yaml @@ -8,8 +8,10 @@ metadata: mainmenu: - text: Accueil url: page:accueil - - text: Contact - url: page:contact + - text: Notre site + url: https://www.sheaft.com/ + - text: Notre app + url: https://app.sheaft.com/ copyright: text1: Sheaft year: 2021 diff --git a/user/pages/03.contact/form.md b/user/pages/03.contact/form.md deleted file mode 100644 index facfca6..0000000 --- a/user/pages/03.contact/form.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Nous contacter -form: - name: my-nice-form - fields: - - name: name - label: Nom - placeholder: Votre nom - autofocus: on - autocomplete: on - type: text - validate: - required: true - - - name: email - label: E-mail - placeholder: Votre adresse e-mail - type: text - validate: - rule: email - required: true - - - name: message - label: Message - size: long - placeholder: Votre message - type: textarea - validate: - required: true - - buttons: - - type: submit - value: Envoyer - classes: gdlr-button with-border excerpt-read-more - - process: - - email: - from: "{{ config.plugins.email.from }}" - to: - - "{{ config.plugins.email.from }}" - - "{{ form.value.email }}" - subject: "[Feedback] {{ form.value.name|e }}" - body: "{% include 'forms/data.html.twig' %}" - - save: - fileprefix: feedback- - dateformat: Ymd-His-u - extension: txt - body: "{% include 'forms/data.txt.twig' %}" - - message: Votre message a été envoyé, merci ! - - display: thankyou ---- diff --git a/user/pages/03.contact/thankyou/formdata.md b/user/pages/03.contact/thankyou/formdata.md deleted file mode 100644 index bce50a9..0000000 --- a/user/pages/03.contact/thankyou/formdata.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Merci ! ---- - -Voici un aperçu de votre message : diff --git a/user/themes/sheaft-theme/css/style.css b/user/themes/sheaft-theme/css/style.css index daacf8b..98d178d 100644 --- a/user/themes/sheaft-theme/css/style.css +++ b/user/themes/sheaft-theme/css/style.css @@ -318,7 +318,6 @@ display:none; -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); } -.gdlr-fixed-nav .top-search-button{ opacity: 0; filter: alpha(opacity=0); cursor: auto; } .admin-bar .gdlr-fixed-nav{ top: 32px } .gdlr-navigation-container{ position: relative; } diff --git a/user/themes/sheaft-theme/templates/partials/base.html.twig b/user/themes/sheaft-theme/templates/partials/base.html.twig index f6bf151..24d1dc6 100644 --- a/user/themes/sheaft-theme/templates/partials/base.html.twig +++ b/user/themes/sheaft-theme/templates/partials/base.html.twig @@ -51,7 +51,7 @@ {% if item.url | contains('page:') %}