From 03b144d256878e14cccab367e94838552d688c3d Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 12 Feb 2024 13:03:34 +0100 Subject: [PATCH] update --- data/2024/week06.md | 8 +++++++- web/src/components/WeekNews.astro | 8 ++++++++ web/src/styles/base.css | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/data/2024/week06.md b/data/2024/week06.md index 92c5b0b..79689a9 100644 --- a/data/2024/week06.md +++ b/data/2024/week06.md @@ -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)! \ No newline at end of file +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. \ No newline at end of file diff --git a/web/src/components/WeekNews.astro b/web/src/components/WeekNews.astro index 0042679..d36df16 100644 --- a/web/src/components/WeekNews.astro +++ b/web/src/components/WeekNews.astro @@ -49,6 +49,14 @@ const current = false; Post preview + + Content (HTML) + + + + Content (Markdown) + + diff --git a/web/src/styles/base.css b/web/src/styles/base.css index d2376d4..ae71394 100644 --- a/web/src/styles/base.css +++ b/web/src/styles/base.css @@ -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];