diff --git a/src/_includes/partials/components/contact-form.njk b/src/_includes/partials/components/contact-form.njk index 61e38de..2cfb240 100644 --- a/src/_includes/partials/components/contact-form.njk +++ b/src/_includes/partials/components/contact-form.njk @@ -1,7 +1,7 @@ {% from "macros/form.njk" import label, field, select, option, textarea, checkboxes, button %}
- +

Nous contacter

diff --git a/src/_includes/partials/components/customers.njk b/src/_includes/partials/components/customers.njk index 68413c5..ef3b424 100644 --- a/src/_includes/partials/components/customers.njk +++ b/src/_includes/partials/components/customers.njk @@ -5,7 +5,7 @@
    {% for item in customersListItems %}
  1. - + logo de {{ item.data.name }}
  2. diff --git a/src/_includes/partials/components/intro.njk b/src/_includes/partials/components/intro.njk index fad1aaa..6a421cc 100644 --- a/src/_includes/partials/components/intro.njk +++ b/src/_includes/partials/components/intro.njk @@ -1,7 +1,7 @@

    {{ brandHeading }}

    - +
    Une CAE c'est quoi ? Nous rejoindre diff --git a/src/_includes/partials/components/partners.njk b/src/_includes/partials/components/partners.njk index 984020e..288b43f 100644 --- a/src/_includes/partials/components/partners.njk +++ b/src/_includes/partials/components/partners.njk @@ -5,7 +5,7 @@
      {% for item in partnersListItems %}
    1. - + logo de {{ item.data.name }}
    2. diff --git a/src/_includes/partials/components/posts-list-home.njk b/src/_includes/partials/components/posts-list-home.njk index c40f5a2..023f9c0 100644 --- a/src/_includes/partials/components/posts-list-home.njk +++ b/src/_includes/partials/components/posts-list-home.njk @@ -1,5 +1,5 @@
      - +

      {{ newsListHeading }}

      diff --git a/src/_includes/partials/components/presentation.njk b/src/_includes/partials/components/presentation.njk index d08b0bf..3dc6939 100644 --- a/src/_includes/partials/components/presentation.njk +++ b/src/_includes/partials/components/presentation.njk @@ -23,7 +23,7 @@

      Communs numérique

      - Chez Astrolabe nous aimons et faisons la promotion du logiciel libre. Nos sommes membres d’Alliance Libre + Chez Astrolabe nous aimons et faisons la promotion du logiciel libre. Nos sommes membres d’Alliance Libre et nous mettons nos documents et projets internes à disposition sur notre gitlab.

      @@ -31,11 +31,7 @@
      logo Gitlab
      - {# - - Gitlab - #} - Gitlab + Gitlab
      @@ -44,7 +40,7 @@

      Nos coopérateurs possèdent des compétences propres allant de développement linux embarqué au web design et créent ainsi la pluralité de nos prestations.

      - Nous sommes également distributeurs de la solution logicielle Naega. + Nous sommes également distributeurs de la solution logicielle Naega.

      diff --git a/src/_includes/partials/global/service-worker.js b/src/_includes/partials/global/service-worker.js index 9064fc2..e577eaa 100644 --- a/src/_includes/partials/global/service-worker.js +++ b/src/_includes/partials/global/service-worker.js @@ -10,7 +10,15 @@ const EXCLUDED_URLS = [ ]; // URLS that we want to be cached when the worker is installed -const PRE_CACHE_URLS = ['/', '/fonts/VarelaRound-Regular.ttf', '/fonts/OpenSans-Bold.ttf', '/fonts/OpenSans-SemiBold.ttf', '/fonts/OpenSans-Regular.ttf']; +const PRE_CACHE_URLS = [ + '/', + '/fonts/varela-round-v12-latin-regular.woff', + '/fonts/varela-v10-latin-regular.woff', + '/fonts/open-sans-v17-latin-300.woff', + '/fonts/open-sans-v17-latin-regular.woff', + '/fonts/open-sans-v17-latin-600.woff', + '/fonts/open-sans-v17-latin-700.woff' +]; // You might want to bypass a certain host const IGNORED_HOSTS = ['localhost', 'unpkg.com', ]; diff --git a/src/_includes/partials/global/site-foot.njk b/src/_includes/partials/global/site-foot.njk index d01428d..03b091d 100644 --- a/src/_includes/partials/global/site-foot.njk +++ b/src/_includes/partials/global/site-foot.njk @@ -3,10 +3,10 @@

      Crédits

      -

      Design et intégration : {{site.designerName}}

      +

      Design et intégration : {{site.designerName}}

      Illustrations inspirées par : {{site.illustrators}}

      - Généré avec Eleventy, basé sur le sarter kit Hylia + Généré avec Eleventy, basé sur le sarter kit Hylia

      @@ -17,11 +17,9 @@

      Contact

      {{site.authorName}}

      {{site.authorAddress}}
      {{site.authorCity}}

      -
        - - - -
      + + +
      diff --git a/src/images/profiles/yg-profile.jpg b/src/images/profiles/yg-profile.jpg index 7d91c57..ea76638 100644 Binary files a/src/images/profiles/yg-profile.jpg and b/src/images/profiles/yg-profile.jpg differ diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 9770701..9fac5b7 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -13,6 +13,7 @@ font-family: 'Varela'; font-style: normal; font-weight: 400; + font-display: swap; src: local('Varela'), url('/fonts/varela-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ } @@ -22,6 +23,7 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 300; + font-display: swap; src: local('Open Sans Light'), local('OpenSans-Light'), url('/fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */ } @@ -31,6 +33,7 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 400; + font-display: swap; src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ } @@ -39,6 +42,7 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 600; + font-display: swap; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */ } @@ -47,6 +51,7 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 700; + font-display: swap; src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ }