From 0223c6f60cd69409d56f252bba932750ef39e629 Mon Sep 17 00:00:00 2001 From: tarafanlin <35607644+tarafanlin@users.noreply.github.com> Date: Wed, 23 Sep 2020 17:35:21 -0700 Subject: [PATCH 1/3] community page feature request section --- pages/_/marketing-candidate/community-t.js | 131 ++++++++++++++++++--- pages/index.js | 2 +- 2 files changed, 116 insertions(+), 17 deletions(-) diff --git a/pages/_/marketing-candidate/community-t.js b/pages/_/marketing-candidate/community-t.js index 2f65fed6..9d71a369 100644 --- a/pages/_/marketing-candidate/community-t.js +++ b/pages/_/marketing-candidate/community-t.js @@ -8,13 +8,76 @@ import WebsitePrototypeWrapper from "~/components/core/WebsitePrototypeWrapper"; import WebsitePrototypeHeader from "~/components/core/NewWebsitePrototypeHeader"; import WebsitePrototypeFooter from "~/components/core/NewWebsitePrototypeFooter"; +const FEATURES = [ + { + illustration: "https://slate.textile.io/ipfs/bafkreih4hmgltk3mboh5to6lwzcmcptzsiuzlodpdxztynsl2xij6q4deq", + title: "Multiplayer slate", + description: + "Slate as social space. Co-create slates with family and friends. Share design, code, research, dinner plans with others and discuss your ideas.", + }, + { + illustration: "https://slate.textile.io/ipfs/bafybeiebglllfwpqk7v57erslgmsjq2vkfav7zmcgjb7dcq3rhca26iwli", + title: "Unity game engine", + description: + "Slate as playground. Upload your favorite unity game to the file-sharing network. Invite your friends to play together.", + }, + { + illustration: "https://slate.textile.io/ipfs/bafkreigwlh7kmqnay2qs5lrcyl34mq7rhlcwfwld4vwstmnhhxyrqdyhaq", + title: "Flexible content arrangement", + description: + "Slate as digital garden. Organized information with gallery view, list view, a node-link diagram, a timeline, a discussion thread and more.", + }, +]; + +const STYLES_FEATURE_CARD_GROUP = css` + display: flex; + flex-wrap: wrap; + width: 100%; + margin-top: 48px; +`; + +const STYLES_FEATURE_CARD = css` + width: 32%; + margin: 0 16px 0 0; + border-radius: 8px; + background-color: #f2f4f8; + box-shadow: -6px -6px 10px #ffffff, 4px 4px 10px #d4d4d4; +`; + +const STYLES_CARD_TEXT = css` + font-family: ${Constants.font.text}; + font-weight: 400; + font-size: ${Constants.typescale.lvl1}; + letter-spacing: -0.011rem; + line-height: 1.5; + margin: 4px 16px; + color: ${Constants.system.slate}; +`; + +const STYLES_CARD_IMG = css` + width: 100%; + padding: 16px; +`; + +const FeatureCard = (props) => { + return ( +
+
Slate is designed and built by a growing community of hackers, artists, and creatives on the web.
- +- Slate has infinite possibilities. Upvote your favorite ideas or expand our imaginations. -
+Slate has infinite possibilities. Here are some of them that we’re excited about.
+Slate has infinite possibilities. Here are some of them that we’re excited about.