Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 81cee294 authored by Celeste Robert's avatar Celeste Robert
Browse files

feat: link to cvtheque

parent a524d7c2
No related branches found
No related tags found
No related merge requests found
Pipeline #63066 passed
......@@ -91,7 +91,9 @@ function Feature({ img, title, subtitle, description, url, link }) {
<p><b>{subtitle}</b></p>
<p>{description}</p>
<p>{description}
<br/>
</p>
{link && <Link className="button button--sm button--secondary" href={link}> {subtitle} </Link>}
</div>
......@@ -102,13 +104,22 @@ function Feature({ img, title, subtitle, description, url, link }) {
export function Team() {
return (
<section>
<h2 className="text--center margin-top--lg"> Notre Équipe </h2>
<div>
<h2 className="text--center margin-top--lg"> Notre Équipe </h2>
<h3 className="margin--auto text--center" style={{fontSize: '1.3em'}}> Découvrez nos <Link href="https://cloud.lydra.fr/s/CVtheque"> dossiers de compétences </Link> 📁</h3>
</div>
<div className={styles.features + " team"}>
<div className="container">
<div>
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
))}
</div>
</div>
<h3 className="margin--auto text--center" style={{fontSize: '1.3em'}}> Découvrez nos <Link href="https://cloud.lydra.fr/s/CVtheque"> dossiers de compétences </Link> 📁</h3>
</div>
</section>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment