feat: update disclaimer

This commit is contained in:
Ayo 2023-06-14 21:12:02 +02:00
parent e5026bfeaa
commit a8c4847db4

View file

@ -1,14 +1,15 @@
<footer class="footer"> <footer class="footer">
<p class="footer__title">Cozy 🧸 • <a href="https://github.com/ayoayco/cozy" target="_blank">Star on GitHub</a></p> <p class="footer__title">Cozy 🧸</p>
<p> <p>Remove distractions. Save for later.</p>
Remove distractions. Save for later.
</p>
<p>
Copy rights and credits goes to their respective owners.
</p>
<p class="footer__attribution"> <p class="footer__attribution">
Created by <a href="https://ayo.ayco.io" target="_blank">Ayo Ayco</a> Hand-crafted with ❤️ by <a href="https://ayo.ayco.io" target="_blank"
>Ayo Ayco</a
>
</p> </p>
<p>
<a href="https://github.com/ayoayco/cozy" target="_blank">Star on GitHub to support!</a>
</p>
<p class="footer__disclaimer">All content rights and credits are reserved to their respective owners. Cozy is an app that helps users focus by removing distractions.</p>
</footer> </footer>
<style lang="scss"> <style lang="scss">
@ -19,6 +20,17 @@
font-size: small; font-size: small;
padding-bottom: 1rem; padding-bottom: 1rem;
&__disclaimer {
font-size: x-small;
font-style: italic;
padding: 1rem;
}
&__title {
font-weight: bold;
font-size: 1.2rem;
}
&__attribution a { &__attribution a {
font-weight: bold; font-weight: bold;
} }