chore: add kofi terms and private policy
This commit is contained in:
parent
cba2248132
commit
2868bd46d8
|
|
@ -7,10 +7,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#login-splash {
|
#login-splash {
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-evenly;
|
justify-content: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<div id="login-signin">
|
<div id="login-signin">
|
||||||
<div id="login-splash">
|
<div id="login-splash">
|
||||||
{% include "../assets/logo.html" %}
|
{% include "../assets/logo.html" %}
|
||||||
<h2>AppFlowy Cloud</h2>
|
<h2 style="padding: 16px;">AppFlowy Cloud</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Email Login</h3>
|
<h3>Email Login</h3>
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
hx-target="#none"
|
hx-target="#none"
|
||||||
class="button purple"
|
class="button purple"
|
||||||
type="submit"
|
type="submit"
|
||||||
style="width: 100%; padding: 8px 8px"
|
style="width: 100%; padding: 8px 8px; color: white"
|
||||||
>
|
>
|
||||||
Sign Up
|
Sign Up
|
||||||
</button>
|
</button>
|
||||||
|
|
@ -102,7 +102,26 @@
|
||||||
></div>
|
></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %} {% endif %}
|
</div>
|
||||||
|
{% endfor %} {% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<div style="max-width: 256px; display: flex; align-items: center">
|
||||||
|
<img src="https://cdn.prod.website-files.com/5c14e387dab576fe667689cf/61e1116779fc0a9bd5bdbcc7_Frame%206.png" alt="kofi" width="32" height="32">
|
||||||
|
<i>
|
||||||
|
  Support AppFlowy on <a href="https://ko-fi.com/appflowy">Ko-fi</a>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<div style="max-width: 256px">
|
||||||
|
<small style="color: #888; text-align: center;"><i>
|
||||||
|
By clicking logging in or signing up, you confirm that you have read, understood, and agreed to AppFlowy's
|
||||||
|
<a href="https://appflowy.io/terms">Terms</a> and
|
||||||
|
<a href="https://appflowy.io/privacy">Privacy Policy</a>.
|
||||||
|
</i></small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue