feat: update disclaimer (#46)
* feat: update disclaimer * 0.1.20 * 0.1.21 * 0.1.19 * 0.1.20
This commit is contained in:
parent
e5026bfeaa
commit
968cc03cd4
3 changed files with 35 additions and 23 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@ayco/cozy",
|
"name": "@ayco/cozy",
|
||||||
"version": "0.1.19",
|
"version": "0.1.20",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@ayco/cozy",
|
"name": "@ayco/cozy",
|
||||||
"version": "0.1.19",
|
"version": "0.1.20",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/netlify": "^2.2.2",
|
"@astrojs/netlify": "^2.2.2",
|
||||||
"@extractus/article-extractor": "^7.2.15",
|
"@extractus/article-extractor": "^7.2.15",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@ayco/cozy",
|
"name": "@ayco/cozy",
|
||||||
"version": "0.1.19",
|
"version": "0.1.20",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build"
|
"build": "astro build"
|
||||||
|
|
|
@ -1,26 +1,38 @@
|
||||||
<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 class="footer__attribution">
|
||||||
</p>
|
Hand-crafted with ❤️ by <a href="https://ayo.ayco.io" target="_blank"
|
||||||
<p>
|
>Ayo Ayco</a
|
||||||
Copy rights and credits goes to their respective owners.
|
>
|
||||||
</p>
|
</p>
|
||||||
<p class="footer__attribution">
|
<p>
|
||||||
Created by <a href="https://ayo.ayco.io" target="_blank">Ayo Ayco</a>
|
<a href="https://github.com/ayoayco/cozy" target="_blank">Star on GitHub to support!</a>
|
||||||
</p>
|
</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">
|
||||||
.footer {
|
.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
|
||||||
&__attribution a {
|
&__disclaimer {
|
||||||
font-weight: bold;
|
font-size: x-small;
|
||||||
}
|
font-style: italic;
|
||||||
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
</style>
|
|
||||||
|
&__title {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__attribution a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue