diff --git a/src/app.css b/src/app.css index 114567a..788d4da 100644 --- a/src/app.css +++ b/src/app.css @@ -5,6 +5,9 @@ @tailwind utilities; @layer components { + .link { + @apply underline hover:no-underline hover:text-red-200; + } .text a { @apply underline hover:no-underline hover:text-red-200; } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 881d2ba..7425555 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,4 +2,16 @@ import "../app.css"; - +
+
+
+
+
+
Prague Blockchain Week
+
June 2-11, 2023
+
+
+
+
+ + \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a7cbd0c..5081383 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -11,34 +11,25 @@ -
-
-
-
-
-
Prague Blockchain Week
-
June 2-11, 2023
-
-
-
-
-

A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of many independent events across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours.

+

A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of many independent events across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours. You can view all events, locations, speakers and more at explore.prgblockweek.com.

These events will focus on a variety of different cryptocurrency ecosystems and topics such as hard money, payments, DeFi, Web3, DAOs, CryptoEconomics, NFTs, DeSci, mining, and many more.

-

It is a chain agnostic and neutral community-led initiative. Our goal is not to promote one single blockchain, but rather to stimulate discussion between proponents of different solutions. The common theme is financial freedom, decentralization and privacy.

-

⚠️ This is just a temporary site that will soon be replaced by a full-fledged website and information center for #PBW23. In the meantime, you can read the FAQ and learn more about our concept.

+

It is a chain agnostic and neutral community-led initiative. Our goal is not to promote one single blockchain, but rather to stimulate discussion between proponents of different solutions. The common theme is financial freedom, decentralization and privacy. You can read more, including FAQs, in our documentation.

+
-
+ \ No newline at end of file