generated from betagouv/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a303f5
commit ececaea
Showing
9 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 @@ | ||
# frozen_string_literal: true | ||
|
||
class PagesController < ApplicationController | ||
def a_propos; end | ||
end |
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,18 @@ | ||
<% content_for(:page_title) { "A propos" } %> | ||
|
||
<div class="fr-grid-row"> | ||
<div class="fr-col-12 fr-col-md-6"> | ||
<h1>A propos</h1> | ||
|
||
|
||
<p class="fr-text--lead">Mon Devis Sans Oublis est un service conçu par la <a href="https://www.numerique.gouv.fr/dinum/">Direction générale de l'aménagement, du logement et de la nature (DGALN)</a> en partenariat avec le programme <a href="https://beta.gouv.fr/">beta.gouv</a>. Ce service a pour objectif de fluidifier l'instruction des aides à la rénovation énergétique des logements pour en réduire les délais. | ||
|
||
Mon Devis Sans Oublis est incubé par l'incubateur la fabrique numérique de l'écologie (MTE-MCT).</p> | ||
|
||
<p>Mon Devis Sans Oublis a été lancé en version beta. L’objectif est de le confronter à des usagers pour le faire rapidement évoluer en fonction des premiers retours. | ||
|
||
Vous pouvez en apprendre davantage sur le problème que nous souhaitons résoudre, les solutions que nous expérimentons et comment nous comptons en étudier l'impact en lisant notre <a href="https://beta.gouv.fr/startups/checklist.demande.aides.renovation.energetique.html">fiche produit.</a></p> | ||
|
||
<p>Le code source est ouvert et les contributions sont bienvenues. <a href="">Voir le code source</a></p> | ||
<p>N’hésitez pas à nous écrire à [email protected]</p> | ||
</div> |
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,12 @@ | ||
<% content_for(:page_title) { "Contact" } %> | ||
|
||
<div class="fr-grid-row"> | ||
<div class="fr-col-12 fr-col-md-6"> | ||
<h1>Contactez-nous</h1> | ||
|
||
|
||
<p class="fr-text--lead">Pour une question, remarque, suggestion ...</p> | ||
<p>Vous pouvez joindre l'équipe par mail : <%= mail_to "[email protected]", "[email protected]"%> | ||
</p> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
fr: | ||
global: | ||
sponsor: "Direction\nInterministérielle\ndu Numérique" | ||
sponsor: "Ministère\nde la transition\nécologique" | ||
service_name: "Mon Devis Sans Oublis" | ||
service_description: "Description de votre service" | ||
service_description: "La plateforme de pré-vérification des devis" |
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