manifesto.test.js.snap 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`ManifestoPage page renders correctly 1`] = `
  3. <BaseLayout
  4. className="ManifestoPage"
  5. t={[Function]}
  6. >
  7. <SiteMetadata
  8. description="manifesto.siteMetadata.description"
  9. image="test-file-stub"
  10. lang="en"
  11. meta={Array []}
  12. title="siteMetadata.title"
  13. />
  14. <Hero
  15. animationEnd="100vh"
  16. animationEndValue={120}
  17. animationStartValue={10}
  18. chip={null}
  19. image="icon-mock"
  20. indent={true}
  21. noOverflow={true}
  22. reverse={false}
  23. theme="blue"
  24. title="manifesto.hero.title"
  25. >
  26. <p
  27. className="AcropolisPage__hero-paragraph"
  28. >
  29. manifesto.hero.text
  30. </p>
  31. </Hero>
  32. <LayoutWrapper
  33. className=""
  34. dark={false}
  35. gradient={false}
  36. >
  37. <ImageSection
  38. image="icon-mock"
  39. imageOffset={50}
  40. title="manifesto.problem.title"
  41. >
  42. <p>
  43. manifesto.problem.text.artAsTool
  44. </p>
  45. <p>
  46. manifesto.problem.text.mediaAsPrimaryMedium
  47. </p>
  48. <blockquote>
  49. manifesto.problem.text.unaccountableInstitutions
  50. </blockquote>
  51. <p>
  52. manifesto.problem.text.filteredOnTheirTerms
  53. </p>
  54. <blockquote>
  55. manifesto.problem.text.inflexible
  56. </blockquote>
  57. </ImageSection>
  58. <ImageSection
  59. image="test-file-stub"
  60. title="manifesto.goal.title"
  61. >
  62. <p>
  63. manifesto.goal.text.arrangement
  64. </p>
  65. <blockquote>
  66. manifesto.goal.text.accountability
  67. </blockquote>
  68. </ImageSection>
  69. <ImageSection
  70. image="icon-mock"
  71. title="manifesto.thesis.title"
  72. >
  73. <p>
  74. manifesto.thesis.text.coreThesis
  75. </p>
  76. </ImageSection>
  77. <div
  78. className="ManifestoPage__grouped-sections"
  79. >
  80. <ImageSection
  81. grouped={true}
  82. image="icon-mock"
  83. imageOffset={200}
  84. title="manifesto.wedge.title"
  85. >
  86. <p>
  87. manifesto.wedge.text.alternative
  88. </p>
  89. <blockquote>
  90. manifesto.wedge.text.blockchainTokens
  91. </blockquote>
  92. <p>
  93. manifesto.wedge.text.initialHurdle
  94. </p>
  95. </ImageSection>
  96. <ImageSection
  97. grouped={true}
  98. image="icon-mock"
  99. title="manifesto.accountability.title"
  100. >
  101. <p>
  102. manifesto.accountability.text.createAndSustain
  103. </p>
  104. <blockquote>
  105. manifesto.accountability.text.twoWays
  106. </blockquote>
  107. </ImageSection>
  108. <ImageSection
  109. grouped={true}
  110. image="icon-mock"
  111. imageOffset={200}
  112. title="manifesto.voice.title"
  113. >
  114. <p>
  115. manifesto.voice.text.improveWithin
  116. </p>
  117. <p>
  118. manifesto.voice.text.infrastructure
  119. </p>
  120. <blockquote>
  121. manifesto.voice.text.control
  122. </blockquote>
  123. <p>
  124. manifesto.voice.text.signWithCrypto
  125. </p>
  126. </ImageSection>
  127. <ImageSection
  128. grouped={true}
  129. image="icon-mock"
  130. imageOffset={200}
  131. title="manifesto.exit.title"
  132. >
  133. <p>
  134. manifesto.exit.text.exit
  135. </p>
  136. <p>
  137. manifesto.exit.text.loweredCosts
  138. </p>
  139. <blockquote>
  140. manifesto.exit.text.competition
  141. </blockquote>
  142. <p>
  143. manifesto.exit.text.reusability
  144. </p>
  145. </ImageSection>
  146. </div>
  147. <h3
  148. className="ManifestoPage__cta"
  149. >
  150. <Trans
  151. components={
  152. Array [
  153. <a
  154. href="mailto:hello@jsgenesis.com"
  155. >
  156. email
  157. </a>,
  158. <a
  159. href="https://discord.gg/DE9UN3YpRP"
  160. rel="noopener noreferrer"
  161. target="_blank"
  162. >
  163. Discord
  164. </a>,
  165. <a
  166. href="https://www.reddit.com/r/JoyStream/"
  167. rel="noopener noreferrer"
  168. target="_blank"
  169. >
  170. Reddit
  171. </a>,
  172. ]
  173. }
  174. i18nKey="manifesto.ctaText"
  175. />
  176. </h3>
  177. <section
  178. className="ManifestoPage__references"
  179. >
  180. <h2
  181. className="ManifestoPage__references-title"
  182. >
  183. manifesto.references.title
  184. </h2>
  185. <Trans
  186. components={
  187. Array [
  188. <p />,
  189. ]
  190. }
  191. i18nKey="manifesto.references.text"
  192. />
  193. </section>
  194. </LayoutWrapper>
  195. </BaseLayout>
  196. `;