Skip to content

Commit

Permalink
Merge pull request #135 from MaxwellBo/revert-124-copy-update
Browse files Browse the repository at this point in the history
Revert "Update the copy in the header and homepage"
  • Loading branch information
kumar-ish authored Nov 20, 2020
2 parents 1fc3f65 + 05c0572 commit e3d3076
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@

<meta name="author" content="Max Bo">

<meta name="description" content="Model UN committee management software that lets directors AND delegates participate.
Muncoordinated lets you instantly see when your delegates upload files, add themselves to speaker lists, create amendments & vote on motions or strawpolls." />
<meta name="og:description" content="Model UN committee management software that lets directors AND delegates participate.
Muncoordinated lets you instantly see when your delegates upload files, add themselves to speaker lists, create amendments & vote on motions or strawpolls." />
<meta name="description" content="Muncoordinated is a collaborative browser-based Model UN committee management software suite.
It's also free and open-source, with a comprehensive feature set and a director-first user interface.">
<meta property="og:description" content="Muncoordinated is a collaborative browser-based Model UN committee management software suite.
It's also free and open-source, with a comprehensive feature set and a director-first user interface.">

</head>
<body>
Expand Down
13 changes: 7 additions & 6 deletions src/components/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ const HomepageHeading = ({ mobile }: HomepageHeadingProps) => (
/>
<Header
as="h2"
content="The collaborative browser-based Model UN committee management app"
inverted
style={{
fontSize: mobile ? '1.5em' : '1.7em',
fontWeight: 'normal',
marginTop: mobile ? '0.5em' : '1.5em',
}}
>
The collaborative Model UN committee management app.
For directors <b>and</b> delgates.
</Header>
/>
<br />
<Button as="a" primary size="huge" href="/onboard" onClick={logClickCreateACommitteeButton}>
Create a committee
Expand Down Expand Up @@ -240,13 +238,16 @@ export default class Homepage extends React.Component<{}, {
<Grid container stackable verticalAlign="middle">
<Grid.Row>
<Grid.Column width={8}>
<Header as="h3" style={{ fontSize: '2em' }}>Collaborative &amp; remote friendly</Header>
<Header as="h3" style={{ fontSize: '2em' }}>Collaborative</Header>
<p style={{ fontSize: '1.33em' }}>
Using a shareable link, multiple directors can run the committee at once. Delegates can also add themselves to speaker's lists, propose resolution amendments, upload files, &amp; vote on strawpolls or motions.<br />
Using a shareable link, multiple directors can run the committee at once. Delegates can also add themselves to speaker's lists, propose resolution amendments and upload files.<br />
</p>
<p style={{ fontSize: '1.33em' }}>
Everyone will see all updates in real-time, without needing to refresh the page. It's like Google Docs, but for MUN.
</p>
<p style={{ fontSize: '1.33em' }}>
We recommend pairing Muncoordinated with <a href="https://classroom.google.com">Google Classroom</a>, which allows you to share files, links, Google docs and strawpolls.
</p>
<Header as="h3" style={{ fontSize: '2em' }}>Cloud based</Header>
<p style={{ fontSize: '1.33em' }}>
You won't have to worry about data loss ever again. All committee activity is automatically saved to the server,
Expand Down

0 comments on commit e3d3076

Please # to comment.