-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new page Press #73
Open
areox-net
wants to merge
1
commit into
prod
Choose a base branch
from
feat/press
base: prod
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.tc_Press .MuiContainer-root { | ||
padding: 50px 0; | ||
} | ||
|
||
.tc_Press_paragraph { | ||
margin: 40px 0 40px; | ||
} | ||
.tc_Press_subparagraph { | ||
margin-top: -10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
import { Container } from "@mui/material"; | ||
import { Component } from "react"; | ||
import BottomBar from "../../components/bars/BottomBar"; | ||
import TopBar from "../../components/bars/TopBar"; | ||
|
||
import "styles/pages/press/Press.scss"; | ||
|
||
class Press extends Component { | ||
|
||
render() { | ||
return ( | ||
<div className="tc_Press"> | ||
<TopBar borderBottom={true} /> | ||
<Container maxWidth="lg"> | ||
|
||
<h1>Press Kit</h1> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remplacer par Kit de communication |
||
|
||
<div className="tc_Press_paragraph"> | ||
<h3>I - Contact</h3> | ||
<div className="tc_Press_subparagraph"> | ||
<div>Pour toute demande presse, écrivez à <a href="mailto:[email protected]">[email protected]</a></div> | ||
<div>L'équipe sera ravie de vous répondre !</div> | ||
</div> | ||
</div> | ||
<div className="tc_Press_paragraph"> | ||
<h3>II - Infos clés</h3> | ||
<div className="tc_Press_subparagraph"> | ||
<div>Tchap est la messagerie instantanée souveraine et sécurisée de l’Administration.</div> | ||
<div>Lancée en 2019 par la Direction Interministérielle du Numérique (DINUM), elle permet aux agents du service public de communiquer facilement, en toute confidentialité.</div> | ||
<div>En permettant à tous ses utilisateurs d'entrer en conPresst et d'échanger au sein de conversations privées et publiques, Tchap est conçue pour rassembler l’ensemble des agents du secteur public.</div> | ||
<div>Disponible sur navigateur web et applications mobiles, Tchap offre de multiples cas d’usage. Ses utilisateurs s’en servent aussi bien pour coordonner leurs projets, former des communautés autour des sujets qui leur importent, que pour simplement inviter leurs collègues à prendre un café.</div> | ||
<div>En janvier 2022, Tchap compte 285 000 utilisateurs qui échangent plus d’un million de messages par semaine.</div> | ||
<div>Le code de Tchap est consultable publiquement et se base sur le protocole <a href="https://matrix.org/docs/guides/end-to-end-encryption-implementation-guide">Matrix</a>. Le développement de l'application bénéficie ainsi des avancées de la communauté Matrix, en terme d'amélioration fonctionnelle et de sécurité.</div> | ||
</div> | ||
</div> | ||
<div className="tc_Press_paragraph"> | ||
<h3>III - Visuels</h3> | ||
<div className="tc_Press_subparagraph"> | ||
<div>Au lien suivant vous trouvez une séléction de visuels à utiliser librement dans la presse:</div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Une sélection de visuels libres d'utilisation est disponible ici. |
||
<div><a href="https://osmose.numerique.gouv.fr/front/publicLink/publicDownload.jsp?id=0d5abab9-ad40-48c3-8eb3-b00f8faa7a3472b5348c-1a42-4823-85d4-298c2c52a3ce">https://osmose.numerique.gouv.fr/front/publicLink/publicDownload.jsp?id=0d5abab9-ad40-48c3-8eb3-b00f8faa7a3472b5348c-1a42-4823-85d4-298c2c52a3ce</a></div> | ||
</div> | ||
</div> | ||
|
||
|
||
</Container> | ||
<BottomBar /> | ||
</div> | ||
); | ||
} | ||
} | ||
|
||
export default Press; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas besoin du ={true}, la prop borderBottom seule sous-entend que sa valeur est true