Skip to content
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

Version mentions légales #73

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ nx run-many -t <target1> <target2> -p <proj1> <proj2>

Targets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).

## Versioning

The `old/mentions-legales` folder is here for versioning purposes only. The files contained in it do not compile with the app here, but are uploaded on the server `svc.georchestra.gs-fr-prod.camptocamp.com`. The details on how to access the server and upload newer versions of these files can be found here : https://github.com/camptocamp/georchestra-mel-configuration/wiki/Transferts-de-donn%C3%A9es.

## Want better Editor Integration?

Have a look at the [Nx Console extensions](https://nx.dev/nx-console). It provides autocomplete support, a UI for exploring and running tasks & generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.
Expand Down
Binary file added old/mentions-legales-v1/fonts/Lato-1.woff2
Binary file not shown.
Binary file added old/mentions-legales-v1/fonts/Lato-2.woff2
Binary file not shown.
Binary file added old/mentions-legales-v1/fonts/Lato-Bold.woff2
Binary file not shown.
Binary file added old/mentions-legales-v1/fonts/Lato-Heavy.woff2
Binary file not shown.
Binary file added old/mentions-legales-v1/icons/bg-footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/mentions-legales-v1/icons/finance_ue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/mentions-legales-v1/icons/france_relance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
358 changes: 358 additions & 0 deletions old/mentions-legales-v1/index.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions old/mentions-legales-v1/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

.table-cells {
@apply border border-gray-300 px-4 py-2;
}

.header-cells {
@apply table-cells bg-gray-200;
}

.links {
@apply text-blue-500 underline hover:text-blue-700;
}

.list-with-dots {
@apply list-disc ml-6;
}
Loading
Loading