Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscolin committed Dec 17, 2024
1 parent 2b73d83 commit 02386a1
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions examples/gno.land/r/gnoland/home/home_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ func main() {
//
// # Welcome to gno.land
//
// ### We’re building gno.land, set to become the leading open-source smart contract platform, using Gno, an interpreted and fully deterministic variation of the Go programming language for succinct and composable smart contracts.
//
// **We’re building gno.land, set to become the leading open-source smart contract platform, using Gno, an interpreted and fully deterministic variation of the Go programming language for succinct and composable smart contracts.**
//
// With transparent and timeless code, gno.land is the next generation of smart contract platforms, serving as the “GitHub” of the ecosystem, with realms built using fully transparent, auditable code that anyone can inspect and reuse.
//
Expand All @@ -24,7 +23,7 @@ func main() {
// <div class="columns-3">
// <div class="column">
//
// ### Learn about gno.land
// ## Learn about gno.land
//
// - [About](/about)
// - [GitHub](https://github.com/gnolang)
Expand All @@ -39,7 +38,7 @@ func main() {
//
// <div class="column">
//
// ### Build with Gno
// ## Build with Gno
//
// - [Write Gno in the browser](https://play.gno.land)
// - [Read about the Gno Language](/gnolang)
Expand All @@ -51,7 +50,7 @@ func main() {
// </div><!-- end column-->
// <div class="column">
//
// ### Explore the universe
// ## Explore the universe
//
// - [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples)
// - [Gnoscan](https://gnoscan.io)
Expand All @@ -66,19 +65,19 @@ func main() {
// <div class="columns-3">
// <div class="column">
//
// ### [Latest Blogposts](/r/gnoland/blog)
// ## [Latest Blogposts](/r/gnoland/blog)
//
// No posts.
// </div><!-- /column-->
// <div class="column">
//
// ### [Latest Events](/r/gnoland/events)
// ## [Latest Events](/r/gnoland/events)
//
// No events.
// </div><!-- /column-->
// <div class="column">
//
// ### [Hall of Fame](/r/leon/hof)
// ## [Hall of Fame](/r/leon/hof)
//
//
// </div><!-- /column-->
Expand All @@ -87,7 +86,7 @@ func main() {
//
// ---
//
// ### [Gno Playground](https://play.gno.land)
// ## [Gno Playground](https://play.gno.land)
//
//
// Gno Playground is a web application designed for building, running, testing, and interacting
Expand All @@ -100,20 +99,20 @@ func main() {
//
// ---
//
// ### Explore New Packages and Realms
// ## Explore New Packages and Realms
//
// <div class="columns-3">
// <div class="column">
//
// #### [r/gnoland](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/gnoland)
// ### [r/gnoland](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/gnoland)
//
// - [r/gnoland/blog](r/gnoland/blog)
// - [r/gnoland/dao](r/gnoland/dao)
// - [r/gnoland/faucet](r/gnoland/faucet)
// - [r/gnoland/home](r/gnoland/home)
// - [r/gnoland/pages](r/gnoland/pages)
//
// #### [r/sys](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/sys)
// ### [r/sys](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/sys)
//
// - [r/sys/names](r/sys/names)
// - [r/sys/rewards](r/sys/rewards)
Expand All @@ -122,7 +121,7 @@ func main() {
// </div><!-- /column-->
// <div class="column">
//
// #### [r/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/demo)
// ### [r/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/demo)
//
// - [r/demo/boards](r/demo/boards)
// - [r/demo/users](r/demo/users)
Expand All @@ -140,7 +139,7 @@ func main() {
// </div><!-- /column-->
// <div class="column">
//
// #### [p/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/p/demo)
// ### [p/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/p/demo)
//
// - [p/demo/avl](p/demo/avl)
// - [p/demo/blog](p/demo/blog)
Expand All @@ -160,7 +159,7 @@ func main() {
//
// ---
//
// ### Contributions (WorxDAO & GoR)
// ## Contributions (WorxDAO & GoR)
//
// coming soon
//
Expand All @@ -170,18 +169,18 @@ func main() {
// <div class="columns-2">
// <div class="column">
//
// ### Socials
// ## Socials
//
// - Check out our [community projects](https://github.com/gnolang/awesome-gno)
// - ![Discord](static/img/ico-discord.svg) [Discord](https://discord.gg/S8nKUqwkPn)
// - ![Twitter](static/img/ico-twitter.svg) [Twitter](https://twitter.com/_gnoland)
// - ![Youtube](static/img/ico-youtube.svg) [Youtube](https://www.youtube.com/@_gnoland)
// - ![Telegram](static/img/ico-telegram.svg) [Telegram](https://t.me/gnoland)
// - [Discord](https://discord.gg/S8nKUqwkPn)
// - [Twitter](https://twitter.com/_gnoland)
// - [Youtube](https://www.youtube.com/@_gnoland)
// - [Telegram](https://t.me/gnoland)
//
// </div><!-- /column-->
// <div class="column">
//
// ### Quote of the ~Day~ Block#123
// ## Quote of the ~Day~ Block#123
//
// > Now, you Gno.
//
Expand Down

0 comments on commit 02386a1

Please sign in to comment.