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

page qui fonctionne - antiseche maj

parent 17ec27c0
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
...@@ -28,7 +28,10 @@ module.exports = { ...@@ -28,7 +28,10 @@ module.exports = {
{ {
label: "🎁 Antisèche git", label: "🎁 Antisèche git",
position: "left", 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"}, {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"; ...@@ -6,7 +6,7 @@ import HomepagePromises from "../components/HomepagePromises";
import HomepageFeatures from "../components/HomepageFeatures"; import HomepageFeatures from "../components/HomepageFeatures";
import Link from "@docusaurus/Link"; import Link from "@docusaurus/Link";
function HomepageHeader() { function HomepageHeader(){
const { siteConfig } = useDocusaurusContext(); const { siteConfig } = useDocusaurusContext();
return ( return (
<header className={styles.heroBanner}> <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