-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add legal pages and copyright notice #543
base: develop
Are you sure you want to change the base?
Conversation
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.
Nice work 🤩
</div> | ||
<!-- Link to Home (hidden on mobile) --> | ||
<div class="flex place-items-center lg:pr-12"> | ||
<.link class="atomic-button atomic-button--white atomic-button--md hidden sm:block" navigate={~p"/"}>Back home</.link> |
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.
Change this link to the button component. Make use of the attribute patch
so you mantain the funcitionality of the link.
Put the text Back Home
in a gettext("Back Home")
<!-- Link to Home (hidden on mobile) --> | ||
<div class="flex place-items-center lg:pr-12"> | ||
<.link class="atomic-button atomic-button--white atomic-button--md hidden sm:block" navigate={~p"/"}>Back home</.link> | ||
<.link class="atomic-button atomic-button--md hero-home block text-zinc-400 sm:hidden" navigate={~p"/"}></.link> |
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.
not sure if the component button
allows only a icon without text, if so, change this too.
~H""" | ||
<section class="flex justify-center bg-zinc-800 p-10 font-semibold text-white"> | ||
<p class="flex w-full justify-center md:w-2/3"> | ||
Lorem ipsum dolor sit amet. |
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.
Lorem ipsum dolor sit amet. | |
<%= getttext("Lorem ipsum dolor sit amet.") %> |
<p class="text-xs font-semibold text-zinc-400 hover:underline">Terms of Service</p> | ||
</.link> | ||
<.link navigate={~p"/privacy"} class="shrink-0 select-none"> | ||
<p class="text-xs font-semibold text-zinc-400 hover:underline">Privacy Policy</p> | ||
</.link> | ||
<.link navigate={~p"/cookies"} class="shrink-0 select-none"> | ||
<p class="text-xs font-semibold text-zinc-400 hover:underline">Cookie Policy</p> | ||
</.link> |
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.
Add gettexts to the text on the links
Description
Created pages for Terms of Service, Privacy Policy and Cookie Policy. Added links to them below the schedule when on large screens and at the bottom of the sidebar menu when on mobile.
Pages
Links