mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
📝 updating the website tagline, the hook (#212)
Updated the tagline (the hook) for the website. For people coming in for the first time - they don't know (and care) about the historical context of open source actual vs closed source. So slightly changed the copy to focus on the truly important things - the features. --------- Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
committed by
GitHub
parent
22ad3e5ff7
commit
53d1588b14
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# https://editorconfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
@@ -13,17 +13,20 @@ export default function Hello() {
|
|||||||
<img alt="" src="/img/homepage/hero-bg.svg" class={classes.heroBg} />
|
<img alt="" src="/img/homepage/hero-bg.svg" class={classes.heroBg} />
|
||||||
|
|
||||||
<div class={`${classes.main} ${classes.container}`}>
|
<div class={`${classes.main} ${classes.container}`}>
|
||||||
<h1>The same Actual Budget, but Open Source</h1>
|
<h1>Your Finances - made simple</h1>
|
||||||
<p class={classes.heroText}>
|
<p class={classes.heroText}>
|
||||||
This website is for the Open Source version of Actual Budget, it is a
|
Actual Budget is a super fast and privacy-focused app for managing
|
||||||
super fast privacy-focused app for managing your finances. You own
|
your finances. At its heart is the well proven and much loved Envelope
|
||||||
your data, and we will sync it across all devices with optional
|
Budgeting methodology.
|
||||||
end-to-end encryption.
|
<br />
|
||||||
|
<strong>You own your data</strong> and can do whatever you want with
|
||||||
|
it. Featuring multi-device sync, optional end-to-end encryption and so
|
||||||
|
much more.
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<Button to="https://demo.actualbudget.org">Try Our Demo</Button>
|
<Button to="https://demo.actualbudget.org">Try Our Demo</Button>
|
||||||
<Button primary to="/docs/install/">
|
<Button primary to="/docs/install/">
|
||||||
Set up hosting
|
Install
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div class={classes.heroImage}>
|
<div class={classes.heroImage}>
|
||||||
|
|||||||
Reference in New Issue
Block a user