Skip to content

Commit 12c41cd

Browse files
lhstrhKagamihara Nadeshiko
authored andcommitted
Minor text change
Another minor text change Add comma Remove twitter
1 parent c2cd47c commit 12c41cd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/pages/community/people.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const active = [
6060
name: 'Marten Lohstroh',
6161
personalSiteUrl: 'http://people.eecs.berkeley.edu/~marten/',
6262
avatar: 'https://avatars.githubusercontent.com/u/19938940?v=4',
63-
twitterUrl: 'https://twitter.com/martenlohstroh',
6463
blurb: <Translate>Assistant Researcher at UC Berkeley.</Translate>,
6564
},
6665
{

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ function HeroBanner() {
3131
__html: translate({
3232
id: 'homepage.hero.title',
3333
message:
34-
'Build <b>concurrent</b> and <b>distributed</b> software in a <b>simple</b>, <b>modular</b> way',
34+
'Build <b>concurrent</b> and <b>distributed</b> software, <b>effortlessly</b>',
3535
// 'Build <b>concurrent</b>, <b>time-sensitive</b>, and <b>distributed</b> software with ease',
3636
description:
3737
'Home page hero title, can contain simple html tags',
3838
}),
3939
}}
4040
/>
4141
</Heading>
42-
Lingua Franca allows you to write powerful concurrent software without any expertise in programming with threads. You can turn a Lingua Franca program into a distributed system with the change of a single keyword—no distributed systems programming skills required.
42+
Lingua Franca (LF) allows you to write blazing-fast, deterministic, multi-threaded code without any knowledge about threads or mutexes. Timing is an integral part of the semantics of LF. You can turn an LF program into a distributed system with the change of a single keyword—no distributed systems programming skills required.
4343
<div className={styles.indexCtas}>
4444
<Link className="button button--primary" to="/installation">
4545
<Translate>Get Started</Translate>
@@ -127,7 +127,7 @@ export default function Home(): JSX.Element {
127127
const { siteConfig } = useDocusaurusContext();
128128
return (
129129
<Layout
130-
title={`Hello from ${siteConfig.title}`}
130+
title={`Welcome`}
131131
description="Description will go into a meta tag in <head />"
132132
>
133133
<main>

src/pages/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Download and Install Lingua Franca
1+
# Download and Install
22

33
The Lingua Franca toolchain requires Java 17 ([download from Oracle](https://www.oracle.com/java/technologies/downloads/)). Each target language may have additional requirements (see the [Target Language Details](https://www.lf-lang.org/docs/handbook/target-language-details#requirements) page and select your target language).
44

0 commit comments

Comments
 (0)