mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -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} />
|
||||
|
||||
<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}>
|
||||
This website is for the Open Source version of Actual Budget, it is a
|
||||
super fast privacy-focused app for managing your finances. You own
|
||||
your data, and we will sync it across all devices with optional
|
||||
end-to-end encryption.
|
||||
Actual Budget is a super fast and privacy-focused app for managing
|
||||
your finances. At its heart is the well proven and much loved Envelope
|
||||
Budgeting methodology.
|
||||
<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>
|
||||
<div>
|
||||
<Button to="https://demo.actualbudget.org">Try Our Demo</Button>
|
||||
<Button primary to="/docs/install/">
|
||||
Set up hosting
|
||||
Install
|
||||
</Button>
|
||||
</div>
|
||||
<div class={classes.heroImage}>
|
||||
|
||||
Reference in New Issue
Block a user