[infrance] modifie à la marge la page d'enregistrement en cours
parent
c17d5d5837
commit
d0d2b013f8
|
@ -30,10 +30,11 @@ export default class Conversation extends Component {
|
|||
return (
|
||||
<div className="conversationContainer">
|
||||
<Aide />
|
||||
<Scroll.toElement onlyIfNotVisible key={currentQuestion} />
|
||||
<Scroll.toTop behavior="smooth" />
|
||||
<div id="currentQuestion">
|
||||
{currentQuestion && (
|
||||
<Animate.fadeIn>
|
||||
<Scroll.toElement onlyIfNotVisible />
|
||||
{getInputComponent(flatRules, targetNames)(currentQuestion)}
|
||||
</Animate.fadeIn>
|
||||
)}
|
||||
|
|
|
@ -63,7 +63,9 @@ p,
|
|||
ul {
|
||||
line-height: 1.7rem;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
a {
|
||||
border: none;
|
||||
display: inline-block;
|
||||
|
|
|
@ -8,6 +8,38 @@ const DuringRegistration = () => (
|
|||
<p>
|
||||
<a>If you have trouble completing your application, we can help.</a>
|
||||
</p>
|
||||
|
||||
<h2>Administrative papers</h2>
|
||||
<p>Once your business has been officially registered, you will receive:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Your Siret number</strong>
|
||||
, which identifies your company
|
||||
</li>
|
||||
<li>
|
||||
<strong>Your APE code</strong>
|
||||
, which defines your business sector
|
||||
</li>
|
||||
<li>
|
||||
<strong>Your K-bis extract</strong>
|
||||
, which certifies that your company is properly registrated
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Siren and Siret</h3>
|
||||
<p>
|
||||
The Siren number identifies your company while the Siret number identifies
|
||||
each place of business operated by the same company.
|
||||
</p>
|
||||
<img src={siret} alt="Siret and siren number" />
|
||||
<h3>APE Code</h3>
|
||||
<p>
|
||||
The APE code for the business sector to which your company belong. The APE
|
||||
code is used to classify your company’s main operations in relation to the
|
||||
french business nomenclature system (« NAF » code). It also determines the
|
||||
applicable collective agreement as well as the industrial accident rate in
|
||||
the field to which you or your company belong.
|
||||
</p>
|
||||
<h2>Next steps to do</h2>
|
||||
<p>
|
||||
While your application is being processed, you can focus on the following
|
||||
tasks:{' '}
|
||||
|
@ -31,43 +63,10 @@ const DuringRegistration = () => (
|
|||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
You can also{' '}
|
||||
<Link to="/social-security">
|
||||
learn more about social security system and simulate your first employee
|
||||
</Link>
|
||||
Finally you can, learn more about social security system and simulate your
|
||||
first employee.
|
||||
<Link to="/social-security">Simulate hiring costs</Link>
|
||||
</p>
|
||||
<h2>Application status</h2>
|
||||
<p>Once your business has been officially registered, you will receive:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Your Siret number</strong>
|
||||
, which identifies your company
|
||||
</li>
|
||||
<li>
|
||||
<strong>Your APE code</strong>
|
||||
, which defines your business sector
|
||||
</li>
|
||||
<li>
|
||||
<strong>Your K-bis extract</strong>
|
||||
, which certifies that your company is properly registrated
|
||||
</li>
|
||||
</ul>
|
||||
<a className="ui__ button">I've received my SIRET number</a>
|
||||
<h3>Siren and Siret</h3>
|
||||
<p>
|
||||
The Siren number identifies your company while the Siret number identifies
|
||||
each place of business operated by the same company.
|
||||
</p>
|
||||
<img src={siret} alt="Siret and siren number" />
|
||||
<h3>APE Code</h3>
|
||||
<p>
|
||||
The APE code for the business sector to which your company belong. The APE
|
||||
code is used to classify your company’s main operations in relation to the
|
||||
french business nomenclature system (« NAF » code). It also determines the
|
||||
applicable collective agreement as well as the industrial accident rate in
|
||||
the field to which you or your company belong.
|
||||
</p>
|
||||
<h3>Kbis extract</h3>
|
||||
</>
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue