Merge branch 'master' into ada-lovelace

This commit is contained in:
Lucie Margaria 2023-02-24 11:59:12 +01:00
commit 20401e902e
16 changed files with 758 additions and 2509 deletions

3183
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"description": "Site web de la coopérative Astrolabe CAE",
"main": "index.js",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"@tbranyen/jsdom": "^13.0.0",

View File

@ -1,5 +0,0 @@
---
name: 'Technicolor'
thumbnail: '/images/customers/logo-technicolor.png'
url: 'https://www.technicolor.com/'
---

5
src/customers/vantiva.md Normal file
View File

@ -0,0 +1,5 @@
---
name: 'Vantiva'
thumbnail: '/images/customers/logo-vantiva.png'
url: 'https://www.vantiva.com/'
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -1,5 +0,0 @@
---
name: 'e-care expertise comptable & innovation'
thumbnail: '/images/partners/logo-ecare.png'
url: 'http://www.e-care.fr/'
---

View File

@ -0,0 +1,5 @@
---
name: 'Xo Solutions Gestionnaire de paie'
thumbnail: '/images/partners/logo-xo-solutions.png'
url: 'https://xo-solutions.fr/'
---

View File

@ -0,0 +1,50 @@
---
title: Forum Insertion & Entrepreneuriat 8 Mars 2023 à Thorigné-Fouillard
date: '2023-02-19'
eventDate: '2023-03-08'
eventTime: '09:00'
author: 'Florent Le Saout'
type: 'event'
illustration: '/images/posts/Affiche-PAE-Thorigne-JIDF-Mars2023.jpg'
---
Dans la cadre de la [journée internationale des droits des femmes](https://fr.wikipedia.org/wiki/Journ%C3%A9e_internationale_des_femmes) le point accueil emploi de Thorigné-Fouilard (Nord-Est de Rennes Métropole) à décidé de proposer un forum : _Osez au féminin_ orienté _Insertion - Emploi - Entrepreneuriat_
<br>
Venez nous rencontrer lors de ce forum :
- Date : Mercredi 8 Mars 2023 à 9h
- Lieu : Mairie de Thorigné-Fouillard
- Inscription conseillée : _**02 99 04 54 43**_ ou [pae@thorignefouillard.fr](mailto:pae@thorignefouillard.fr)
<br>
<center>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=-1.5836057066917422%2C48.15250718459611%2C-1.5800651907920837%2C48.154131966943716&amp;layer=mapnik" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/#map=19/48.15332/-1.58184">Afficher une carte plus grande</a></small>
</center>
<br>
Astrolabe y sera représenté tout au long de la journée sur un stand en partenariat avec [Oxalis](https://www.oxalis-scop.fr/) (CAE généraliste).
<br>
Nous co-animerons aussi 2 temps dans la journée sur _Les différents statuts de lentrepreneuriat avec un focus sur « être entrepreneur.e au sein dune coopérative »._
* 10h30 - 10h45
* 16h - 16h15
<br>
Lien vers le site de [Thorigné-Fouillard](https://www.ville-thorigne-fouillard.fr/)
<br>
Si vous êtes un homme vous serez le bienvenue aussi &#128521;
____
<center>
<a href="https://annuaire.ille-et-vilaine.fr/organisme/visualiser/1016/88/0">
<img src="/images/posts/Programmation-PAE-Thorigne-JIDF-Mars2023.jpg" alt="Programme Journée PAE">
</a>
</center>

View File

@ -28,9 +28,9 @@ Venez nous rencontrer lors de cette réunion d'information de nouvelle année et
**_Pensez à vous inscrire via le formulaire suivant (si cela ne s'affiche pas correctement [suivez ce lien](https://framaforms.org/reunion-dinformation-scop-astrolabe-cae-du-mercredi-22-fevrier-a-18h30-1591805443))_**
<br><br>
<!--
<iframe src="https://framaforms.org/reunion-dinformation-scop-astrolabe-cae-du-mercredi-22-fevrier-a-18h30-1591805443" width="100%" height="2450" border="0"></iframe>
<!---->
-->
____
En attendant, vous pouvez bien sur vous documenter sur le sujet :

View File

@ -163,9 +163,9 @@ $stalfos-config: (
'width': (
'items': (
'full': '100%',
'half': percentage(1/2),
'quarter': percentage(1/4),
'third': percentage(1/3)
'half': percentage(0.5),
'quarter': percentage(0.25),
'third': percentage(0.33)
),
'output': 'responsive',
'property': 'width'

View File

@ -61,7 +61,7 @@ body {
@include apply-utility('font', 'base');
// Strip the unit off the size ratio to generate a line height
line-height: $line-height / ($line-height * 0 + 1);
line-height: calc($line-height / 1);
}
h1,