@r3l/app
Version:
105 lines (99 loc) • 6.09 kB
JavaScript
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = Component;
var _react = _interopRequireDefault(require("react"));
var styles;
function Component() {
return /*#__PURE__*/_react.default.createElement("container", {
className: "main"
}, /*#__PURE__*/_react.default.createElement("container", {
style: styles.faq
}, /*#__PURE__*/_react.default.createElement("h1", null, "FAQ"), /*#__PURE__*/_react.default.createElement("h3", null, "What is Relevant?"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Relevant is a community-based network for building trust, curating content and earning rewards. Learn more", ' ', /*#__PURE__*/_react.default.createElement("a", {
target: "_blank",
rel: "noreferrer",
href: "https://blog.relevant.community"
}, "here"), "."), /*#__PURE__*/_react.default.createElement("h3", null, "How is Relevant different from other social platforms?"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Unlike networks that rely on ad money and opaque algorithms, Relevant uses a reputation system that enables users to earn rewards for curating community-specific feeds. Instead of ranking content according to clicks, trusted community members decide which posts have the most value. Plus, curation rewards can be exchanged for tokens on the Ethereum network (REL) that represent ownership in the platform."), /*#__PURE__*/_react.default.createElement("h3", null, "What is a Relevant community?"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Each Relevant community is similar to a subreddit. Users can upvote, downvote, and discuss links, only instead of using the number of upvotes to rank posts, we look at who upvoted posts to determine their value. That\u2019s why on Relevant, one upvote from a trusted user is worth a lot more than a million votes from bot accounts."), /*#__PURE__*/_react.default.createElement("h3", null, "How do I join a community?"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "You can join a community by making posts, commenting on links or voting on content in a community thread. You will have a seperate Reputation score for each community you become a member of."), /*#__PURE__*/_react.default.createElement("h3", null, "What is Reputation?"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Reputation is a metric for measuring quality and trust on the Relevant network."), /*#__PURE__*/_react.default.createElement("div", {
style: styles.subsection
}, /*#__PURE__*/_react.default.createElement("h4", {
style: styles.h4
}, "User Reputation"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Each user has a Reputation score. You earn Reputation when reputable community members upvote your comments. The higher your Reputation, the more impact your votes have. Reputation scores are community-specific and non-transferrable."), /*#__PURE__*/_react.default.createElement("h4", {
style: styles.h4
}, "Comment Reputation"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Comments are ranked according to their Reputation score. Comment Reputation comes from upvotes and downvotes."), /*#__PURE__*/_react.default.createElement("h4", {
style: styles.h4
}, "Link Ranking"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Like comments, links are ranked according to the Reputation of the users who upvote them. Users do not earn Reputation from upvoting links.")), /*#__PURE__*/_react.default.createElement("h3", null, "How do I get coins?"), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Earn coins by upvoting quality posts. You have 3 days to upvote a post after it goes live. If that post is upvoted by users with high-Reputation scores, you\u2019ll earn rewards. You don\u2019t earn coins from posting content, only from upvoting. You can also earn coins by [inviting friends] to join Relevant."), /*#__PURE__*/_react.default.createElement("h3", null, "On IOS, how do you I share an article directly from Chrome, Safari or another app?"), /*#__PURE__*/_react.default.createElement("ul", null, /*#__PURE__*/_react.default.createElement("li", null, "Press on the share icon", ' ', /*#__PURE__*/_react.default.createElement("img", {
alt: 'share icon',
style: styles.smallImg,
src: '/img/faq/shareIcon.jpg'
})), /*#__PURE__*/_react.default.createElement("li", null, "Press \"More\" button", ' ', /*#__PURE__*/_react.default.createElement("img", {
alt: 'share menu',
style: styles.bigImg,
src: '/img/faq/share.jpg'
})), /*#__PURE__*/_react.default.createElement("li", null, "Toggle on Relevant app", ' ', /*#__PURE__*/_react.default.createElement("img", {
alt: 'share toggle',
style: styles.bigImg,
src: '/img/faq/toggle.jpg'
})), /*#__PURE__*/_react.default.createElement("li", null, "Press on Relevant icon", ' ', /*#__PURE__*/_react.default.createElement("img", {
alt: 'share button',
style: styles.bigImg,
src: '/img/faq/shareRelevant.jpg'
}))), /*#__PURE__*/_react.default.createElement("p", {
style: styles.p
}, "Got more questions?", ' ', /*#__PURE__*/_react.default.createElement("a", {
href: 'mailto:info@relevant.community',
rel: "noreferrer",
target: "_blank"
}, "Email Us"))));
}
styles = {
faq: {
maxWidth: '800px',
margin: 'auto',
padding: '40px',
display: 'block',
marginBottom: '40px'
},
subsection: {
paddingLeft: '16px'
},
h4: {
marginVertical: '5px'
},
p: {
marginTop: '0px',
marginLeft: '0px'
},
bigImg: {
width: '300px',
display: 'block',
margin: '10px 0',
maxWidth: '100%'
},
smallImg: {
verticalAlign: 'middle',
width: '30px',
hegiht: 'auto',
maxWidth: '100%'
}
};
//# sourceMappingURL=faq.component.js.map