@@ -32,6 +33,8 @@ import cloud2 from './assets/cloud2.png';
importcloud3from'./assets/cloud3.png';
importcloud4from'./assets/cloud4.png';
constUSERS_NUM_APPROX=1571504;
conststyles={
modal:{
padding:0,
...
...
@@ -60,6 +63,10 @@ const playerOpts = {
exportdefaultclassHomeextendsPureComponent{
staticcontextTypes={
intl:PropTypes.object.isRequired,
};
state={
open:false,
};
...
...
@@ -88,6 +95,7 @@ export default class Home extends PureComponent {
render(){
const{open}=this.state;
const{intl}=this.context;
return(
<div>
...
...
@@ -96,7 +104,7 @@ export default class Home extends PureComponent {
<divclassName='text'>
<h1><FormattedMessageid='home.headline'defaultMessage='Social networking, <strong>back in your hands</strong>'/></h1>
<p><FormattedMessageid='home.tagline2'defaultMessage='Follow friends and discover new ones. Publish anything you want: links, pictures, text, video. All on a platform that is community-owned and ad-free.'/></p>
<p><FormattedMessageid='home.tagline3'defaultMessage='Follow friends and discover new ones among more than {count}M people. Publish anything you want: links, pictures, text, video. All on a platform that is community-owned and ad-free.'values={{count:intl.formatNumber(USERS_NUM_APPROX/(1000*1000),{maximumFractionDigits:1})}}/></p>
<pclassName='lead'><FormattedMessageid='wizard.hint2'defaultMessage='All you need to do to sign up is choose a server. Just like when signing up for an e-mail address, one server is going to be hosting your account and be part of your identity.'/></p>
<pclassName='lead'>
<FormattedMessageid='wizard.hint2'defaultMessage='All you need to do to sign up is choose a server. Just like when signing up for an e-mail address, one server is going to be hosting your account and be part of your identity.'/><strong><FormattedMessageid='wizard.hint5'defaultMessage='Remember, you can follow and talk to anyone from any server, regardless of your choice!'/></strong>