This commit is contained in:
fred 2023-08-14 20:07:14 +02:00
parent 8278b6180e
commit 030e5aac15
6 changed files with 18 additions and 15 deletions

2
.chain
View File

@ -1 +1 @@
QmYRXWPdyZ61esiUFEHxUh563TbXuH2sRxwr5e1k9emWAi
QmUWbAHypxn72venh7im1xhu1KprurYLMEPpP9QfbrtAfx

View File

@ -0,0 +1 @@
QmYRXWPdyZ61esiUFEHxUh563TbXuH2sRxwr5e1k9emWAi

2
.moats
View File

@ -1 +1 @@
202308130018194862
202308141807053759

View File

@ -1,7 +1,7 @@
# Calculateur de Forfait UNL/ML
* Cool : PAF + POUF (DU offert ! )
* Juste : PAF/2 + POUF
* Carré : PAF/4 + POU
* Cool : PAF + PIF offert !
* Juste : PAF/2 + PIF
* Carré : PAF/4 + PI
[ESSAYEZ LA DERNIERE VERSION](http://ipfs.asycn.io/ipfs/QmYRXWPdyZ61esiUFEHxUh563TbXuH2sRxwr5e1k9emWAi)
[ESSAYEZ LA DERNIERE VERSION](http://ipfs.asycn.io/ipfs/QmUWbAHypxn72venh7im1xhu1KprurYLMEPpP9QfbrtAfx)

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>G1Forfait PIF/PAF/POUF (UNL/ML) DU² - G1FabLab -</title>
<title>G1Forfait PIF/PAF (UNL/ML) DU² - G1FabLab -</title>
<style>
body {
display: flex;
@ -116,7 +116,7 @@
</head>
<body>
<div class="container">
<h1>Calculateur G1 COOL</h1>
<h1>Calculateur G1Forfait</h1>
Trouvez facilement le forfait à pratiquer pour conserver votre activité dans un contexte inter "opérateurs monétaires"<br>
PIF PAF ayez le forfait pour commercer en DU sans risquer de faire faillite en €.<br>
@ -136,16 +136,16 @@ Trouvez facilement le forfait à pratiquer pour conserver votre activité dans u
<p style="margin-bottom: 0px;">Choix du forfait :</p>
<br>
<input type="radio" id="price1" name="price" value="1">
<label for="price1">Forfait Cool (PAF = PIF offert)</label>
<label for="price1">Forfait Cool </label>
= le PAF avec le PIF offert
<br>
<input type="radio" id="price2" name="price" value="2" checked="checked">
<label for="price2">Forfait Juste (1/2 PAF + PIF)</label>
<label for="price2">Forfait Juste </label>
= le 1/2 PAF + le PIF
<br>
<input type="radio" id="price3" name="price" value="3">
<label for="price3">Forfait Carré (1/4 PAF + PIF²)</label>
<label for="price3">Forfait Carré </label>
= le 1/4 PAF + ( PIF ) ²
<p></p>
<button class="btn-calculate" onclick="calculatePrice()">
<span class="calculate-text">Calculer</span>
@ -153,7 +153,8 @@ Trouvez facilement le forfait à pratiquer pour conserver votre activité dans u
<div class="result" id="result"><b>Pour nn unités :<br></b>xx €<br>yy DUs </div>
<br>
Calculateur pour marchand en herbe.<br>
Calculateur pour marchand en herbe - <a href='https://git.p2p.legal/STI/G1Forfait' target='code'>le code</a> - <br>
/ipfs/QmUWbAHypxn72venh7im1xhu1KprurYLMEPpP9QfbrtAfx
</div>
<script>

View File

@ -21,6 +21,7 @@ echo ${TW} > ${MY_PATH}/.chain
echo ${MOATS} > ${MY_PATH}/.moats
sed -i "s~${OLD}~${TW}~g" ${MY_PATH}/README.md
sed -i "s~${OLD}~${TW}~g" ${MY_PATH}/index.html
echo '
git add .