File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,13 @@ export default function Hero() {
10
10
< Card >
11
11
< CardContent >
12
12
< Typography component = 'h1' >
13
- < Orange > < b > mash</ b > up</ Orange > millions of open source packages into monstrously powerful scripts.
13
+ < Orange > < b > mash</ b > —the package manager for scripts.</ Orange >
14
+ </ Typography >
15
+ < Typography mt = { 1 } >
16
+ Mash up millions of open source packages into monstrously powerful scripts.
17
+ </ Typography >
18
+ < Typography mt = { 1 } >
19
+ < i > Bash is ancient</ i > . Write scripts in any language you want and trivially distribute them to the whole world.
14
20
</ Typography >
15
21
< Typography variant = 'body2' mt = { 1 } >
16
22
We’re a community of thousands of passionate computer users who want to make the most of the fruits of open source software.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default function HomeFeed() {
29
29
< img src = { pkgxsh } height = '33px' />
30
30
< img src = { pkgxsh_txt } height = '34px' />
31
31
< Typography variant = 'subtitle1' style = { { marginTop : 5 } } >
32
- Blazingly fast, standalone pkg runner
32
+ Blazingly Fast Package Runner
33
33
</ Typography >
34
34
</ Stack >
35
35
</ Paper >
@@ -42,7 +42,7 @@ export default function HomeFeed() {
42
42
< img src = { mash } height = '33px' />
43
43
< img src = { mash_txt } height = '17px' style = { { marginTop : 23 } } />
44
44
< Typography variant = 'subtitle1' style = { { marginTop : 12 } } >
45
- Monstrously powerful scripting
45
+ The Package Manager for Scripts
46
46
</ Typography >
47
47
</ Stack >
48
48
</ Paper >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function title() {
35
35
case 'pkgx.dev' :
36
36
return 'pkgx, inc.'
37
37
case 'mash.pkgx.sh' :
38
- return 'mash — Monstrously Powerful Scripts'
38
+ return 'mash — The Package Manager for Scripts'
39
39
case 'pkgx.app' :
40
40
return 'The App Store for Open Source'
41
41
}
You can’t perform that action at this time.
0 commit comments