Skip to content

Commit

Permalink
Add training content
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjona6 committed Apr 20, 2024
1 parent 582759a commit 2bae6b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
13 changes: 11 additions & 2 deletions pages/rights/training/$.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
import Contact from './index'
import Training from './index'

<Contact />
<Training>
# Training

Are you interested in conducting the FULFIL training program on migrant women's access to fundamental rights in the EU? Look no further!

The European Network of Migrant Women offers comprehensive "train the trainer" guidelines to empower you to facilitate effective FULFIL training sessions in your community or organisation.

For more information and to access the training materials, please contact us at [info\@migrantwomennetwork.org](mailto:[email protected]?subject=Training). We're here to support you every step of the way in promoting migrant women's rights and dignity across Europe.

</Training>
14 changes: 2 additions & 12 deletions pages/rights/training/index.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
import React from 'react'
import Layout from '../../layout'

const Training = () => {
return (
<Layout>
Training
<img
src="/images/project-logos/white-bg.png"
alt="FULFIL logo"
height={75}
width={75}
/>
</Layout>
)
const Training = ({ children }) => {
return <Layout>{children}</Layout>
}

export default Training

0 comments on commit 2bae6b1

Please sign in to comment.