From f548c38d9b66d16fdd6f0ede6588d57ded4fe9a8 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Wed, 6 Mar 2024 14:40:03 +0100 Subject: [PATCH 1/3] add playground section --- examples/gno.land/r/gnoland/home/home.gno | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/gno.land/r/gnoland/home/home.gno b/examples/gno.land/r/gnoland/home/home.gno index a33c312e572..b09c272f01c 100644 --- a/examples/gno.land/r/gnoland/home/home.gno +++ b/examples/gno.land/r/gnoland/home/home.gno @@ -28,6 +28,9 @@ func Render(_ string) string { lastContributions(4), }}, ) + + dom.Body.Append(ui.HR{}) + dom.Body.Append(playgroundSection()...) dom.Body.Append(ui.HR{}) dom.Body.Append(packageStaffPicks()...) dom.Body.Append(ui.HR{}) @@ -148,6 +151,16 @@ func socialLinks() ui.Element { } } +func playgroundSection() ui.Element { + return ui.Element{ + ui.H3("[Gno Playground](https://play.gno.land)"), + ui.Paragraph(`Gno Playground is a web application designed for building, running, testing, and interacting +with your Gno code, enhancing your understanding of the Gno language. With Gno Playground, you can share your code, +execute tests, deploy your realms and packages to Gno.land, and explore a multitude of other features.`), + ui.Paragraph("Experience the convenience of code sharing and rapid experimentation with [Gno Playground](https://play.gno.land)."), + } +} + func packageStaffPicks() ui.Element { // XXX: make it modifiable from a DAO return ui.Element{ From 04507659c0ec4bded62206933d2591be2e81432a Mon Sep 17 00:00:00 2001 From: leohhhn Date: Wed, 6 Mar 2024 14:43:26 +0100 Subject: [PATCH 2/3] add gophercon US --- examples/gno.land/r/gnoland/pages/page_events.gno | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/gno.land/r/gnoland/pages/page_events.gno b/examples/gno.land/r/gnoland/pages/page_events.gno index 4fe234968df..283d638cfec 100644 --- a/examples/gno.land/r/gnoland/pages/page_events.gno +++ b/examples/gno.land/r/gnoland/pages/page_events.gno @@ -26,6 +26,16 @@ We’re looking to connect with developers and like-minded thinkers who can cont
+### GopherCon US +- Come Meet Us at our Booth +- Chicago, July 7 - 10, 2024 + +[Learn More](https://www.gophercon.com/) + +
+ +
+ ### Nebular Summit - Come see our talk - Brussels, July 12 - 13, 2024 From ce939a4322107f4626b840af7078062cfa98070a Mon Sep 17 00:00:00 2001 From: leohhhn Date: Wed, 6 Mar 2024 15:25:23 +0100 Subject: [PATCH 3/3] fix filetest --- examples/gno.land/r/gnoland/home/home_filetest.gno | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/gno.land/r/gnoland/home/home_filetest.gno b/examples/gno.land/r/gnoland/home/home_filetest.gno index 97796a5947d..2bd1b2fd6c1 100644 --- a/examples/gno.land/r/gnoland/home/home_filetest.gno +++ b/examples/gno.land/r/gnoland/home/home_filetest.gno @@ -85,6 +85,19 @@ func main() { // //--- // +//### [Gno Playground](https://play.gno.land) +// +// +//Gno Playground is a web application designed for building, running, testing, and interacting +//with your Gno code, enhancing your understanding of the Gno language. With Gno Playground, you can share your code, +//execute tests, deploy your realms and packages to Gno.land, and explore a multitude of other features. +// +// +//Experience the convenience of code sharing and rapid experimentation with [Gno Playground](https://play.gno.land). +// +// +//--- +// //### Explore New Packages and Realms // //