This commit is contained in:
Alex Grintsvayg 2021-03-29 07:41:10 -04:00
parent 430c4f33f1
commit 4c1276ee95
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
3 changed files with 9 additions and 9 deletions

8
faq.md
View file

@ -158,12 +158,12 @@ Email [press@lbry.com](mailto:press@lbry.com).
### How can I support LBRY Inc in this case?
- Share this story, in your own words, on social media, using the tag #helplbrysavecrypto.
- [Share this story](/#share) on social media, in your own words, using the tag #helplbrysavecrypto.
Or you can just share a link to [helplbrysavecrypto.com](https://helplbrysavecrypto.com/).
- Sign the petition at [helplbrysavecrypto.com](https://helplbrysavecrypto.com/).
- Donate to our defense fund.
- Sign the [petition](/#petition).
- [Donate](/#donate) to our defense fund.
- If youre involved in one of the hundreds of other blockchain companies being investigated by the
SEC, you can share your story. The SEC doesnt want you to talk because your silence helps them.
SEC, tell your story. **The SEC doesnt want you to talk because your silence helps them.**
By talking, we can coordinate our response. Until one of us wins, well continue to be
digested, bit by bit.

View file

@ -104,7 +104,7 @@ export default function Home() {
</p>
</div>
<h2 className="content__section-title">Share this story</h2>
<h2 className="content__section-title" id="share">Share this story</h2>
<div className="content__subtitle">
Post to social media to spread awareness. &nbsp;
<a
@ -121,7 +121,7 @@ export default function Home() {
<Twitter />
<div className="content">
<h2 className="content__section-title">Sign the petition</h2>
<h2 className="content__section-title" id="petition">Sign the petition</h2>
<div className="content__subtitle">
Tell the SEC that cryptocurrency must remain legal
and free.{' '}
@ -133,7 +133,7 @@ export default function Home() {
</div>
<div className="content">
<h2 className="content__section-title">Donate</h2>
<h2 className="content__section-title" id="donate">Donate</h2>
<div className="content__subtitle">
If you want to go far, go together.
</div>
@ -183,7 +183,7 @@ export default function Home() {
</div>
<div className="content">
<h2 className="content__section-title">Contact Us</h2>
<h2 className="content__section-title" id="contact">Contact Us</h2>
<p>Press inquiries: <a className="link" href="mailto:press@lbry.com">press@lbry.com</a></p>
<p>Other email: <a className="link" href="mailto:savecrypto@lbry.com">savecrypto@lbry.com</a></p>
<p>Twitter: <a className="link" href="https://twitter.com/lbrycom">@LBRYcom</a></p>

View file

@ -501,7 +501,7 @@ main {
a {
color: #e2048e;
font-weight: 900;
//font-weight: 600;
border-bottom: 1px solid #e2048e;
}
}