privacy-policy.test.js.snap 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`PrivacyPolicyPage page renders correctly 1`] = `
  3. <BaseLayout
  4. t={[Function]}
  5. >
  6. <SiteMetadata
  7. description="privacyPolicy.siteMetadata.description"
  8. image="test-file-stub"
  9. lang="en"
  10. meta={Array []}
  11. title="siteMetadata.title"
  12. />
  13. <Hero
  14. animationEnd={500}
  15. animationEndValue={-40}
  16. animationStartValue={70}
  17. chip={null}
  18. image={null}
  19. indent={false}
  20. noOverflow={false}
  21. reverse={false}
  22. theme="black"
  23. title="privacyPolicy.hero.title"
  24. >
  25. <Trans
  26. components={
  27. Array [
  28. <p
  29. className="PrivacyPolicyPage__hero-paragraph"
  30. >
  31. <strong />
  32. <br />
  33. <Link
  34. className=""
  35. highlighted={true}
  36. href="https://github.com/JoyStream"
  37. >
  38. Joystream
  39. </Link>
  40. . These products (collectively "Software") include, but are not limited to, all pages under the
  41. <Link
  42. className=""
  43. highlighted={true}
  44. href="https://www.joystream.org/"
  45. >
  46. joystream.org
  47. </Link>
  48. domain ("Website"), the
  49. <Link
  50. className=""
  51. highlighted={true}
  52. href="https://github.com/Joystream/substrate-node-joystream"
  53. >
  54. Joyful node
  55. </Link>
  56. ("Full Node"), the
  57. <Link
  58. className=""
  59. highlighted={true}
  60. href="https://github.com/Joystream/storage-node-joystream"
  61. >
  62. Colossus Storage Node
  63. </Link>
  64. ("Storage node"), and the Pioneer User Interface, either
  65. <Link
  66. className=""
  67. highlighted={true}
  68. href="https://github.com/Joystream/apps"
  69. >
  70. self hosted
  71. </Link>
  72. or
  73. <Link
  74. className=""
  75. highlighted={true}
  76. href="http://testnet.joystream.org/"
  77. >
  78. hosted by Us
  79. </Link>
  80. ("App").
  81. </p>,
  82. ]
  83. }
  84. i18nKey="privacyPolicy.hero.text"
  85. />
  86. </Hero>
  87. <LayoutWrapper
  88. className=""
  89. dark={false}
  90. gradient={false}
  91. >
  92. <PolicyWrapper
  93. className=""
  94. left={true}
  95. subtitle=""
  96. title="privacyPolicy.terms.title"
  97. >
  98. <ul>
  99. <li
  100. className="PrivacyPolicyPage__list-item"
  101. >
  102. <Trans
  103. components={
  104. Array [
  105. <strong />,
  106. ]
  107. }
  108. i18nKey="privacyPolicy.terms.blockchain"
  109. />
  110. </li>
  111. <li
  112. className="PrivacyPolicyPage__list-item"
  113. >
  114. <Trans
  115. components={
  116. Array [
  117. <strong />,
  118. ]
  119. }
  120. i18nKey="privacyPolicy.terms.content"
  121. />
  122. </li>
  123. <li
  124. className="PrivacyPolicyPage__list-item"
  125. >
  126. <Trans
  127. components={
  128. Array [
  129. <strong />,
  130. ]
  131. }
  132. i18nKey="privacyPolicy.terms.keys"
  133. />
  134. </li>
  135. <li
  136. className="PrivacyPolicyPage__list-item"
  137. >
  138. <Trans
  139. components={
  140. Array [
  141. <strong />,
  142. ]
  143. }
  144. i18nKey="privacyPolicy.terms.membership"
  145. />
  146. </li>
  147. <li
  148. className="PrivacyPolicyPage__list-item"
  149. >
  150. <Trans
  151. components={
  152. Array [
  153. <strong />,
  154. ]
  155. }
  156. i18nKey="privacyPolicy.terms.memo"
  157. />
  158. </li>
  159. </ul>
  160. </PolicyWrapper>
  161. <PolicyWrapper
  162. className=""
  163. left={true}
  164. subtitle="privacyPolicy.privacyPolicyItems.subtitle"
  165. title="privacyPolicy.privacyPolicyItems.title"
  166. >
  167. <ColumnsLayout
  168. className=""
  169. columnsCount={2}
  170. largeSpacing={true}
  171. >
  172. <PolicyItem
  173. className=""
  174. key="privacyPolicy.privacyPolicyItems.agreement.title0"
  175. title="privacyPolicy.privacyPolicyItems.agreement.title"
  176. >
  177. <Trans
  178. components={
  179. Array [
  180. <Link
  181. className=""
  182. highlighted={false}
  183. href="https://mailchimp.com/legal/privacy/"
  184. >
  185. privacy policy
  186. </Link>,
  187. <Link
  188. className=""
  189. highlighted={false}
  190. href="https://mailchimp.com/"
  191. >
  192. Mailchimp
  193. </Link>,
  194. <br />,
  195. ]
  196. }
  197. i18nKey="privacyPolicy.privacyPolicyItems.agreement.content"
  198. />
  199. </PolicyItem>
  200. <PolicyItem
  201. className=""
  202. key="privacyPolicy.privacyPolicyItems.changes.title1"
  203. title="privacyPolicy.privacyPolicyItems.changes.title"
  204. >
  205. <Trans
  206. i18nKey="privacyPolicy.privacyPolicyItems.changes.content"
  207. />
  208. </PolicyItem>
  209. <PolicyItem
  210. className=""
  211. key="privacyPolicy.privacyPolicyItems.informationCollected.title2"
  212. title="privacyPolicy.privacyPolicyItems.informationCollected.title"
  213. >
  214. <Trans
  215. components={
  216. Array [
  217. <br />,
  218. <Link
  219. className=""
  220. highlighted={false}
  221. href="https://testnet.joystream.org/faucet"
  222. >
  223. faucet
  224. </Link>,
  225. ]
  226. }
  227. i18nKey="privacyPolicy.privacyPolicyItems.informationCollected.content"
  228. />
  229. </PolicyItem>
  230. <PolicyItem
  231. className=""
  232. key="privacyPolicy.privacyPolicyItems.googleAnalytics.title3"
  233. title="privacyPolicy.privacyPolicyItems.googleAnalytics.title"
  234. >
  235. <Trans
  236. components={
  237. Array [
  238. <Link
  239. className=""
  240. highlighted={false}
  241. href="https://marketingplatform.google.com/about/analytics/"
  242. >
  243. Google Analytics
  244. </Link>,
  245. <br />,
  246. <strong />,
  247. ]
  248. }
  249. i18nKey="privacyPolicy.privacyPolicyItems.googleAnalytics.content"
  250. />
  251. </PolicyItem>
  252. </ColumnsLayout>
  253. </PolicyWrapper>
  254. </LayoutWrapper>
  255. <LayoutWrapper
  256. className=""
  257. dark={true}
  258. gradient={false}
  259. >
  260. <PolicyWrapper
  261. className=""
  262. left={true}
  263. subtitle="privacyPolicy.cookiePolicyItems.subtitle"
  264. title="privacyPolicy.cookiePolicyItems.title"
  265. >
  266. <ColumnsLayout
  267. className=""
  268. columnsCount={2}
  269. largeSpacing={true}
  270. >
  271. <PolicyItem
  272. className=""
  273. key="privacyPolicy.cookiePolicyItems.whatAreCookies.title"
  274. title="privacyPolicy.cookiePolicyItems.whatAreCookies.title"
  275. >
  276. <Trans
  277. components={
  278. Array [
  279. <br />,
  280. ]
  281. }
  282. i18nKey="privacyPolicy.cookiePolicyItems.whatAreCookies.content"
  283. />
  284. </PolicyItem>
  285. <PolicyItem
  286. className=""
  287. key="privacyPolicy.cookiePolicyItems.howWeUseCookies.title"
  288. title="privacyPolicy.cookiePolicyItems.howWeUseCookies.title"
  289. >
  290. <Trans
  291. components={
  292. Array [
  293. <br />,
  294. <ul>
  295. <li />
  296. </ul>,
  297. ]
  298. }
  299. i18nKey="privacyPolicy.cookiePolicyItems.howWeUseCookies.content"
  300. />
  301. </PolicyItem>
  302. <PolicyItem
  303. className=""
  304. key="privacyPolicy.cookiePolicyItems.thirdPartyCookies.title"
  305. title="privacyPolicy.cookiePolicyItems.thirdPartyCookies.title"
  306. >
  307. <Trans
  308. components={
  309. Array [
  310. <br />,
  311. <ul>
  312. <li>
  313. <strong />
  314. </li>
  315. </ul>,
  316. ]
  317. }
  318. i18nKey="privacyPolicy.cookiePolicyItems.thirdPartyCookies.content"
  319. />
  320. </PolicyItem>
  321. <PolicyItem
  322. className=""
  323. key="privacyPolicy.cookiePolicyItems.regardingYourCookies.title"
  324. title="privacyPolicy.cookiePolicyItems.regardingYourCookies.title"
  325. >
  326. <Trans
  327. components={
  328. Array [
  329. <br />,
  330. ]
  331. }
  332. i18nKey="privacyPolicy.cookiePolicyItems.regardingYourCookies.content"
  333. />
  334. </PolicyItem>
  335. </ColumnsLayout>
  336. </PolicyWrapper>
  337. <div
  338. className="PrivacyPolicyPage__links"
  339. >
  340. <Link
  341. className=""
  342. highlighted={false}
  343. href="http://www.allaboutcookies.org/"
  344. >
  345. AllAboutCookies
  346. </Link>
  347. <Link
  348. className=""
  349. highlighted={false}
  350. href="http://www.networkadvertising.org/"
  351. >
  352. Network Advertising Initiative
  353. </Link>
  354. </div>
  355. </LayoutWrapper>
  356. </BaseLayout>
  357. `;