2020-11-10 00:20:38 +03:00
|
|
|
|
import * as React from "react";
|
|
|
|
|
import * as Strings from "~/common/strings";
|
|
|
|
|
import * as Constants from "~/common/constants";
|
|
|
|
|
import * as System from "~/components/system";
|
|
|
|
|
import * as Validations from "~/common/validations";
|
|
|
|
|
import * as Actions from "~/common/actions";
|
2020-11-28 07:39:01 +03:00
|
|
|
|
import * as Events from "~/common/custom-events";
|
2020-11-10 00:20:38 +03:00
|
|
|
|
|
2020-11-30 08:24:22 +03:00
|
|
|
|
import { css } from "@emotion/react";
|
2020-11-10 00:20:38 +03:00
|
|
|
|
|
|
|
|
|
const STYLES_HEADER = css`
|
|
|
|
|
font-family: ${Constants.font.semiBold};
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
`;
|
|
|
|
|
|
2020-12-11 05:59:17 +03:00
|
|
|
|
const STYLES_GROUPING = css`
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 1px solid rgba(196, 196, 196, 0.5);
|
|
|
|
|
background-color: ${Constants.system.white};
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
`;
|
|
|
|
|
|
2020-11-10 00:20:38 +03:00
|
|
|
|
const STYLES_TEXT = css`
|
|
|
|
|
line-height: 1.5;
|
2021-07-07 22:24:01 +03:00
|
|
|
|
color: ${Constants.semantic.textGray};
|
2020-12-11 05:59:17 +03:00
|
|
|
|
font-size: ${Constants.typescale.lvl0};
|
2020-11-10 00:20:38 +03:00
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
export default class SidebarFAQ extends React.Component {
|
|
|
|
|
render() {
|
|
|
|
|
return (
|
|
|
|
|
<div style={{ marginBottom: 64 }}>
|
2021-07-07 23:50:57 +03:00
|
|
|
|
<System.P1
|
2020-11-10 00:20:38 +03:00
|
|
|
|
style={{
|
|
|
|
|
fontFamily: Constants.font.semiBold,
|
|
|
|
|
fontSize: Constants.typescale.lvl3,
|
2020-12-11 05:59:17 +03:00
|
|
|
|
marginBottom: 36,
|
2020-11-10 00:20:38 +03:00
|
|
|
|
}}
|
|
|
|
|
>
|
|
|
|
|
FAQ
|
2021-07-07 23:50:57 +03:00
|
|
|
|
</System.P1>
|
2020-11-10 00:20:38 +03:00
|
|
|
|
|
2020-12-11 05:59:17 +03:00
|
|
|
|
<div css={STYLES_GROUPING}>
|
2021-07-07 23:50:57 +03:00
|
|
|
|
<System.P1 css={STYLES_HEADER}>What is Slate?</System.P1>
|
|
|
|
|
<System.P1 css={STYLES_TEXT}>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
Slate is the first public file storage network designed for research and collaboration.
|
|
|
|
|
It is an open source alternative to services like Dropbox and Google Drive, and is built
|
|
|
|
|
on IPFS and Textile’s Powergate.
|
2021-07-07 23:50:57 +03:00
|
|
|
|
</System.P1>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
</div>
|
|
|
|
|
<div css={STYLES_GROUPING}>
|
2021-07-07 23:50:57 +03:00
|
|
|
|
<System.P1 css={STYLES_HEADER}>What can I use it for?</System.P1>
|
|
|
|
|
<System.P1 css={STYLES_TEXT}>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
Slate is a modern solution for storing and sharing files on the web. It provides you
|
|
|
|
|
with a suite of tools that allow you to easily create moodboards, organize research, and
|
|
|
|
|
create archives with your files all in one space. Slate supports most file types for
|
|
|
|
|
images, videos, audio, and documents.
|
2021-07-07 23:50:57 +03:00
|
|
|
|
</System.P1>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
</div>
|
|
|
|
|
<div css={STYLES_GROUPING}>
|
2021-07-07 23:50:57 +03:00
|
|
|
|
<System.P1 css={STYLES_HEADER}>What makes Slate different?</System.P1>
|
|
|
|
|
<System.P1 css={STYLES_TEXT}>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
Besides being built with technologies designed around trust and transparency, Slate is
|
|
|
|
|
the first storage application that also works as a social file sharing network. This
|
|
|
|
|
makes it so that you can seamlessly search and access files that are shared publicly on
|
|
|
|
|
the network by other people.
|
2021-07-07 23:50:57 +03:00
|
|
|
|
</System.P1>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
</div>
|
2021-03-03 01:12:47 +03:00
|
|
|
|
|
2021-07-07 23:50:57 +03:00
|
|
|
|
<div css={STYLES_GROUPING}>
|
|
|
|
|
<System.P1 css={STYLES_HEADER}>Can I get involved?</System.P1>
|
|
|
|
|
<System.P1 css={STYLES_TEXT}>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
Yes! All of Slate is built out in the open by a community of contributors around the
|
|
|
|
|
world. Join our Slack or head over to our GitHub to get in on the action.
|
2021-07-07 23:50:57 +03:00
|
|
|
|
</System.P1>
|
2020-12-11 05:59:17 +03:00
|
|
|
|
</div>
|
2020-12-11 06:06:22 +03:00
|
|
|
|
|
2021-07-14 01:52:21 +03:00
|
|
|
|
{/* <div css={STYLES_GROUPING}>
|
2021-07-07 23:50:57 +03:00
|
|
|
|
<System.P1
|
2021-03-03 01:12:47 +03:00
|
|
|
|
css={STYLES_TEXT}
|
2021-07-07 22:14:51 +03:00
|
|
|
|
style={{ color: Constants.system.blue, cursor: "pointer" }}
|
2021-03-03 01:12:47 +03:00
|
|
|
|
onClick={() => this.props.onAction({ type: "SIDEBAR", value: "SIDEBAR_HELP" })}
|
|
|
|
|
>
|
|
|
|
|
Still have questions? Send us a message!
|
2021-07-07 23:50:57 +03:00
|
|
|
|
</System.P1>
|
2021-07-14 01:52:21 +03:00
|
|
|
|
</div> */}
|
2020-11-10 00:20:38 +03:00
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|