123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`ManifestoPage page renders correctly 1`] = `
- <BaseLayout
- className="ManifestoPage"
- t={[Function]}
- >
- <SiteMetadata
- description="manifesto.siteMetadata.description"
- image="test-file-stub"
- lang="en"
- meta={Array []}
- title="siteMetadata.title"
- />
- <Hero
- animationEnd="100vh"
- animationEndValue={120}
- animationStartValue={10}
- chip={null}
- image="icon-mock"
- indent={true}
- noOverflow={true}
- reverse={false}
- theme="blue"
- title="manifesto.hero.title"
- >
- <p
- className="AcropolisPage__hero-paragraph"
- >
- manifesto.hero.text
- </p>
- </Hero>
- <LayoutWrapper
- className=""
- dark={false}
- gradient={false}
- >
- <ImageSection
- image="icon-mock"
- imageOffset={50}
- title="manifesto.problem.title"
- >
- <p>
- manifesto.problem.text.artAsTool
- </p>
- <p>
- manifesto.problem.text.mediaAsPrimaryMedium
- </p>
- <blockquote>
- manifesto.problem.text.unaccountableInstitutions
- </blockquote>
- <p>
- manifesto.problem.text.filteredOnTheirTerms
- </p>
- <blockquote>
- manifesto.problem.text.inflexible
- </blockquote>
- </ImageSection>
- <ImageSection
- image="test-file-stub"
- title="manifesto.goal.title"
- >
- <p>
- manifesto.goal.text.arrangement
- </p>
- <blockquote>
- manifesto.goal.text.accountability
- </blockquote>
- </ImageSection>
- <ImageSection
- image="icon-mock"
- title="manifesto.thesis.title"
- >
- <p>
- manifesto.thesis.text.coreThesis
- </p>
- </ImageSection>
- <div
- className="ManifestoPage__grouped-sections"
- >
- <ImageSection
- grouped={true}
- image="icon-mock"
- imageOffset={200}
- title="manifesto.wedge.title"
- >
- <p>
- manifesto.wedge.text.alternative
- </p>
- <blockquote>
- manifesto.wedge.text.blockchainTokens
- </blockquote>
- <p>
- manifesto.wedge.text.initialHurdle
- </p>
- </ImageSection>
- <ImageSection
- grouped={true}
- image="icon-mock"
- title="manifesto.accountability.title"
- >
- <p>
- manifesto.accountability.text.createAndSustain
- </p>
- <blockquote>
- manifesto.accountability.text.twoWays
- </blockquote>
- </ImageSection>
- <ImageSection
- grouped={true}
- image="icon-mock"
- imageOffset={200}
- title="manifesto.voice.title"
- >
- <p>
- manifesto.voice.text.improveWithin
- </p>
- <p>
- manifesto.voice.text.infrastructure
- </p>
- <blockquote>
- manifesto.voice.text.control
- </blockquote>
- <p>
- manifesto.voice.text.signWithCrypto
- </p>
- </ImageSection>
- <ImageSection
- grouped={true}
- image="icon-mock"
- imageOffset={200}
- title="manifesto.exit.title"
- >
- <p>
- manifesto.exit.text.exit
- </p>
- <p>
- manifesto.exit.text.loweredCosts
- </p>
- <blockquote>
- manifesto.exit.text.competition
- </blockquote>
- <p>
- manifesto.exit.text.reusability
- </p>
- </ImageSection>
- </div>
- <h3
- className="ManifestoPage__cta"
- >
- <Trans
- components={
- Array [
- <a
- href="mailto:hello@jsgenesis.com"
- >
- email
- </a>,
- <a
- href="https://discord.gg/DE9UN3YpRP"
- rel="noopener noreferrer"
- target="_blank"
- >
- Discord
- </a>,
- <a
- href="https://www.reddit.com/r/JoyStream/"
- rel="noopener noreferrer"
- target="_blank"
- >
- Reddit
- </a>,
- ]
- }
- i18nKey="manifesto.ctaText"
- />
- </h3>
- <section
- className="ManifestoPage__references"
- >
- <h2
- className="ManifestoPage__references-title"
- >
- manifesto.references.title
- </h2>
- <Trans
- components={
- Array [
- <p />,
- ]
- }
- i18nKey="manifesto.references.text"
- />
- </section>
- </LayoutWrapper>
- </BaseLayout>
- `;
|