Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fb99a197f | |||
| 0660ce03b8 | |||
| bebb0ca868 | |||
| a7a9047c05 |
@@ -2,6 +2,3 @@
|
|||||||
path = members-data
|
path = members-data
|
||||||
url = ssh://gitea@git.astrolabe.coop:2106/AstrolabeCAE/SiteWebAstrolabe_private.git
|
url = ssh://gitea@git.astrolabe.coop:2106/AstrolabeCAE/SiteWebAstrolabe_private.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "simulateur"]
|
|
||||||
path = simulateur
|
|
||||||
url = https://framagit.org/deborahj/simulateur
|
|
||||||
|
|||||||
+1
-1
Submodule members-data updated: b779445d69...e8dcfdad4e
+1
-1
@@ -48,7 +48,7 @@
|
|||||||
"webp": "go-webp excludeFolders=\"src/fonts,members-data,src/images/profiles\" excludeFiles=\"images/*.svg,images/astrolabe/favicon.png\"",
|
"webp": "go-webp excludeFolders=\"src/fonts,members-data,src/images/profiles\" excludeFiles=\"images/*.svg,images/astrolabe/favicon.png\"",
|
||||||
"start": "concurrently \"npm run vendor\" \"npm run sass:process -- --watch\" \"npm run serve\"",
|
"start": "concurrently \"npm run vendor\" \"npm run sass:process -- --watch\" \"npm run serve\"",
|
||||||
"serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
|
"serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
|
||||||
"prod": "cross-env ELEVENTY_ENV=prod npm run vendor && npm run webp && npm run sass:process && npx eleventy && cd simulateur && npm run build && cd .. && mkdir -p dist/simulateur/iframe && [ -d \"simulateur/dist\" ] && cp -r simulateur/dist/* dist/simulateur/iframe",
|
"prod": "cross-env ELEVENTY_ENV=prod npm run vendor && npm run webp && npm run sass:process && npx eleventy",
|
||||||
"deploy-preprod": "npm run prod && node deploy-preprod",
|
"deploy-preprod": "npm run prod && node deploy-preprod",
|
||||||
"deploy-prod": "npm run prod && node deploy-prod"
|
"deploy-prod": "npm run prod && node deploy-prod"
|
||||||
},
|
},
|
||||||
|
|||||||
-1
Submodule simulateur deleted from 3fe15e4ae7
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"text": "Comprendre la CAE",
|
"text": "Accueil",
|
||||||
"url": "/comprendre-la-cae/",
|
"url": "/",
|
||||||
"external": false
|
"external": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Simuler mes revenus",
|
"text": "Comprendre la CAE",
|
||||||
"url": "/simulateur/",
|
"url": "/comprendre-la-cae/",
|
||||||
"external": false
|
"external": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"external": false
|
"external": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "FAQ / Contact",
|
"text": "FAQ / Nous contacter",
|
||||||
"url": "/faq+contact/",
|
"url": "/faq+contact/",
|
||||||
"external": false
|
"external": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,32 +0,0 @@
|
|||||||
{% extends 'layouts/base.njk' %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<main id="main-content" tabindex="-1">
|
|
||||||
<article class="[ post ]">
|
|
||||||
<div class="[ post__body ] [ wrapper ] simulateur">
|
|
||||||
{{ content | safe }}
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
{% include "partials/components/contact-form.njk" %}
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
const iframeContainer = document.querySelector('.simulateur .iframe-container');
|
|
||||||
const iframe = document.getElementById('simulateurFrame');
|
|
||||||
const iframeContent = document.getElementById('simulateurFrame').contentWindow;
|
|
||||||
|
|
||||||
function setIframeHeight() {
|
|
||||||
iframe.style.height = iframeContent.document.body.scrollHeight + 'px';
|
|
||||||
iframeContainer.style.minHeight = iframeContent.document.body.scrollHeight + 'px';
|
|
||||||
iframeContainer.style.paddingTop = '0';
|
|
||||||
}
|
|
||||||
|
|
||||||
iframe.addEventListener('load', () => {
|
|
||||||
setIframeHeight();
|
|
||||||
setTimeout(function() {
|
|
||||||
setIframeHeight(); // permet de reajuster apres chargement complet au besoin
|
|
||||||
}, 2000);
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
||||||
@@ -31,9 +31,9 @@ La CAE c’est aussi une société coopérative, chacun des associés qui la com
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Entrepreneur salarié en CAE</th>
|
<th>Entrepreneur·e Salarié·e en CAE</th>
|
||||||
<th>Auto-entrepreneur</th>
|
<th>Micro-entrepreneur·e</th>
|
||||||
<th>Gérant société</th>
|
<th>Gérant·e société</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -68,9 +68,9 @@ La CAE c’est aussi une société coopérative, chacun des associés qui la com
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Entrepreneur salarié en CAE</th>
|
<th>Entrepreneur·e Salarié·e en CAE</th>
|
||||||
<th>Auto-entrepreneur</th>
|
<th>Micro-entrepreneur·e</th>
|
||||||
<th>Gérant société</th>
|
<th>Gérant·e société</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -94,13 +94,13 @@ La CAE c’est aussi une société coopérative, chacun des associés qui la com
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Agrément CIR*</td>
|
<td>Agrément CIR*</td>
|
||||||
<td>Agrément obtenu pour les années 2023-2024-2025</td>
|
<td>Agrément CIR porté par la CAE</td>
|
||||||
<td>Vous devez en faire la demande</td>
|
<td>Vous devez en faire la demande</td>
|
||||||
<td>Vous devez en faire la demande</td>
|
<td>Vous devez en faire la demande</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Référencement client / Prospection</td>
|
<td>Référencement client / Prospection</td>
|
||||||
<td>Vous démarchez directement vos clients et profitez du référencement des coopérateurs auprès de clients grand compte, vous profitez du réseau de coopérateurs et d’appels d’offres auprès des partenaires</td>
|
<td>Vous démarchez directement vos clients et profitez du référencement des coopérateurices auprès de clients grand compte, vous profitez du réseau de coopérateurs et d’appels d’offres auprès des partenaires</td>
|
||||||
<td>Vous démarchez directement vos clients</td>
|
<td>Vous démarchez directement vos clients</td>
|
||||||
<td>Vous démarchez directement vos clients</td>
|
<td>Vous démarchez directement vos clients</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -123,17 +123,17 @@ La CAE c’est aussi une société coopérative, chacun des associés qui la com
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Entrepreneur salarié en CAE</th>
|
<th>Entrepreneur·e Salarié·e en CAE</th>
|
||||||
<th>Auto-entrepreneur</th>
|
<th>Micro-entrepreneur·e</th>
|
||||||
<th>Gérant société</th>
|
<th>Gérant·e société</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Régime social</td>
|
<td>Régime social</td>
|
||||||
<td>Couverture sociale auprès de la sécurité sociale, cotisation au régime général des retraites</td>
|
<td>Couverture sociale du régime général (Chômage, Retraite, Mutuelle, Prévoyance, Accident du travail, Maladie Professionelle, Congé Parental,...)</td>
|
||||||
<td>Vous êtes redevable de cotisations et contributions à différents organismes de prestations sociales</td>
|
<td>Couverture sociale basique (pas de chômage, accident du travail, congés parentaux, etc...) -ou- souscription volontaire à des assurance privées coûteuses et ayant des clauses d'exclusions importantes</td>
|
||||||
<td>Vous êtes redevable de cotisations et contributions à différents organismes de prestations sociales</td>
|
<td>Couverture sociale basique (pas de chômage, accident du travail, congés parentaux, etc...) -ou- souscription volontaire à des assurance privées coûteuses et ayant des clauses d'exclusions importantes</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Obligation comptables</td>
|
<td>Obligation comptables</td>
|
||||||
@@ -162,9 +162,9 @@ La CAE c’est aussi une société coopérative, chacun des associés qui la com
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Entrepreneur salarié en CAE</th>
|
<th>Entrepreneur·e salarié·e en CAE</th>
|
||||||
<th>Auto-entrepreneur</th>
|
<th>Micro-entrepreneur·e</th>
|
||||||
<th>Gérant société</th>
|
<th>Gérant·e société</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
title: 'Simulateur de revenus'
|
|
||||||
permalink: '/simulateur/index.html'
|
|
||||||
layout: 'layouts/simulateur.njk'
|
|
||||||
eleventyExcludeFromCollections: true
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="iframe-container">
|
|
||||||
<iframe
|
|
||||||
id="simulateurFrame"
|
|
||||||
class="responsive-iframe"
|
|
||||||
title="Simulateur de revenus en CAE"
|
|
||||||
src="./iframe">
|
|
||||||
</iframe>
|
|
||||||
</div>
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
.iframe-container {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
position: relative;
|
|
||||||
padding-top: 100%;
|
|
||||||
|
|
||||||
iframe {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.simulateur {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> * + * {
|
> * + * {
|
||||||
margin-left: 1.4rem;
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
@use 'components/gouvernance';
|
@use 'components/gouvernance';
|
||||||
@use 'components/heading-permalink';
|
@use 'components/heading-permalink';
|
||||||
@use 'components/intro';
|
@use 'components/intro';
|
||||||
@use 'components/iframe';
|
|
||||||
@use 'components/nav';
|
@use 'components/nav';
|
||||||
@use 'components/posts';
|
@use 'components/posts';
|
||||||
@use 'components/post';
|
@use 'components/post';
|
||||||
|
|||||||
Reference in New Issue
Block a user