Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Olivers feedback #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ class App extends React.Component {
Transcribe your audio into phonemes with an intuitive graphical tool that leverages the power of machine learning.
</Header>
<p className="masthead_sub">Persephone is a powerful open source toolkit for streamlining audio transcription processes.</p>
<p className="masthead_sub">Persephone is used by linguists in leading research institutions around the world, including North America, Europe, and the Asia-Pacific region. The tool saves these teams hundreds of hours of work every year by automating the laborous process of transcribing audio recordings.</p>
<p className="masthead_sub">
Persephone is used by linguists in leading research institutions around the world, including North America, Europe, and the Asia-Pacific region.
The tool allows these teams to automate the laborious process of transcribing audio recordings.
</p>
<Grid stackable={true} centered={true} columns="3" className="illustration">
<Grid.Column textAlign="center">
<Image src="/img/white-waveform.png" />
Expand All @@ -36,18 +39,6 @@ class App extends React.Component {
</Grid>
</Container>
</Segment>
<Segment vertical={true} textAlign="center" className="section">
<Container className="section_container">
<Header as="h2" className="section_header">Trusted by leading research institutions around the world</Header>
<Image.Group size="small">
<Image fluid={true} src="/img/unimelb_logo.jpg" />
<Image fluid={true} src="/img/anu_logo.jpg" />
<Image fluid={true} src="/img/cmu_logo.jpg" />
<Image fluid={true} src="/img/cnrs_logo.jpg" />
<Image fluid={true} src="/img/uq_logo.jpg" />
</Image.Group>
</Container>
</Segment>
<Segment textAlign="center" vertical={true} className="section background vinyl" inverted={true}>
<Container className="section_container">
<Header as="h2" className="section_header" inverted={true}>An intuitive, streamlined process</Header>
Expand Down