github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/r/gnoland/pages/page_partners.gno (about) 1 package gnopages 2 3 func init() { 4 path := "partners" 5 title := "Partnerships" 6 body := `### Fund and Grants Program 7 8 Are you a builder, tinkerer, or researcher? If you’re looking to create awesome dApps, tooling, infrastructure, 9 or smart contract libraries on Gno.land, you can apply for a grant. The Gno.land Ecosystem Fund and Grants program 10 provides financial contributions for individuals and teams to innovate on the platform. 11 12 Read more about our Funds and Grants program [here](https://github.com/gnolang/ecosystem-fund-grants). 13 ` 14 _ = b.NewPost("", path, title, body, "2022-05-20T13:17:27Z", nil, nil) 15 }