Skip to content

Commit

Permalink
chore: update homepage (gnolang#2552)
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul authored Jul 9, 2024
1 parent 0dc4b6d commit f980fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/gno.land/r/gnoland/home/home.gno
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func upcomingEvents(limit int) ui.Element {

func introSection() ui.Element {
return ui.Element{
ui.H3("We’re building gno.land, the first open-source smart contract system, using Gno, an interpreted and fully deterministic variation of the Go programming language for succinct and composable smart contracts."),
ui.H3("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."),
ui.Paragraph("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."),
ui.Paragraph("Intuitive and easy to use, gno.land lowers the barrier to web3 and makes censorship-resistant platforms accessible to everyone. If you want to help lay the foundations of a fairer and freer world, join us today."),
}
Expand Down Expand Up @@ -235,6 +235,7 @@ func discoverLinks() ui.Element {
- Tokenomics (soon)
- [Partners, Fund, Grants](/partners)
- [Explore the Ecosystem](/ecosystem)
- [Careers](https://jobs.lever.co/allinbits?department=Gno.land)
</div><!-- end column-->
Expand Down
3 changes: 2 additions & 1 deletion examples/gno.land/r/gnoland/home/home_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func main() {
//
// # Welcome to gno.land
//
// ### We’re building gno.land, the first open-source smart contract system, 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 @@ -33,6 +33,7 @@ func main() {
// - Tokenomics (soon)
// - [Partners, Fund, Grants](/partners)
// - [Explore the Ecosystem](/ecosystem)
// - [Careers](https://jobs.lever.co/allinbits?department=Gno.land)
//
// </div><!-- end column-->
//
Expand Down

0 comments on commit f980fd6

Please sign in to comment.