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 e3ae1d03 authored by Julie Thézénas's avatar Julie Thézénas
Browse files

page qui fonctionne - antiseche maj

parent ee9dd28e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,10 @@ module.exports = {
{
label: "🎁 Antisèche git",
position: "left",
href: "https://lydra.systeme.io/froggit-inscription",
// create a JS page, and add the link below
// href: "https://lydra.systeme.io/froggit-inscription",
//cf exemple rooting
to: "/antiseche",
},
{label: "Communauté", position: "left", to: "/communaute"},
{
......
import React from 'react';
import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";
function GitAntiseche() {
return (
<Layout title='=Mon antisèche Git' description='Page antisèche Git'>
<div
style={{
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
height: '50vh',
fontSize: '20px',
}}>
<p>
Ici, formulaire qu'on récupère pour avoir l'antisèche
</p>
<script id="form-script-tag-2235710" src="https://google.com/"></script>
</div>
</Layout>
);
};
export default GitAntiseche;
\ No newline at end of file
# La communauté Git/Gitlab
Froggit c'est aussi une communauté !
<div dangerouslySetInnerHTML = {
<script id="form-script-tag-2235710" src="https://systeme.io/public/remote/page/3299399c01759e24377bd1ead360e1cda40992e.js"></script>
}/>
......@@ -6,7 +6,7 @@ import HomepagePromises from "../components/HomepagePromises";
import HomepageFeatures from "../components/HomepageFeatures";
import Link from "@docusaurus/Link";
function HomepageHeader() {
function HomepageHeader(){
const { siteConfig } = useDocusaurusContext();
return (
<header className={styles.heroBanner}>
......
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