mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
update
This commit is contained in:
parent
612d7d0e77
commit
03b144d256
3 changed files with 16 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
curator: Tree
|
||||
---
|
||||
|
||||
Welcome to our historically **first edition** (#1) of [Week In The Privacy News](https://news.web3privacy.info/).
|
||||
|
||||
## The journey begins
|
||||
|
||||
At the end of each week, you'll find here a **curated round-up of the most important news and announcements related to privacy in the Web3**. But not only that - we also aim to cover related topics such as freedom, security and decentralisation.
|
||||
|
@ -75,4 +77,8 @@ We hope you will like our concept, but for now, enough talk and let's get to the
|
|||
* Oct, [Web3Privacy Now Summit](https://web3privacy.info/events/) (Brno) conference
|
||||
* Oct, [ETHBrno](https://ethbrno.cz/) hackathon
|
||||
|
||||
Do you know of any other major Web3 privacy-related event that should be included in this list? [Let us know](https://matrix.to/#/#w3p-news:gwei.cz)!
|
||||
Do you know of any other major Web3 privacy-related event that should be included in this list? [Let us know](https://matrix.to/#/#w3p-news:gwei.cz)!
|
||||
|
||||
---
|
||||
|
||||
[Sign up](https://paragraph.xyz/@privacynews/subscribe) to receive this newsletter weekly.
|
|
@ -49,6 +49,14 @@ const current = false;
|
|||
<th>Post preview</th>
|
||||
<td><textarea rows="3" cols="65">{config.template.preview.trim()} This edition covers period {format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}.</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Content (HTML)</th>
|
||||
<td><textarea rows="5" cols="65">{issue.newsHtml}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Content (Markdown)</th>
|
||||
<td><textarea rows="5" cols="65">{issue.newsMd}</textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
@apply mb-4 text-xl;
|
||||
}
|
||||
.news-content h2 {
|
||||
@apply mb-6 text-2xl;
|
||||
@apply mt-8 mb-6 text-2xl;
|
||||
}
|
||||
.news-content hr {
|
||||
@apply my-8 border-[#909090];
|
||||
|
|
Loading…
Reference in a new issue