From 9d2981c6f39dc9ac60524c9f3e2947072e6288b9 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 12 Dec 2022 11:30:23 -0800 Subject: [PATCH] Revise homepage (#950) --- src/subcommand/server/templates/home.rs | 2 +- templates/home.html | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/subcommand/server/templates/home.rs b/src/subcommand/server/templates/home.rs index 124956611c..d6a5e9529b 100644 --- a/src/subcommand/server/templates/home.rs +++ b/src/subcommand/server/templates/home.rs @@ -51,7 +51,7 @@ mod tests { ) ],) .to_string(), - "

Explore digital artifacts on Bitcoin

.*

Status

+ "

Bitcoin-native NFTs

.*

Status

cycle
1
epoch
6
diff --git a/templates/home.html b/templates/home.html index 97a522ca28..ff8d79ae55 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,12 +1,10 @@ -

Explore digital artifacts on Bitcoin

+

Bitcoin-native NFTs

-

Ordinal theory unlocks Bitcoin-native digital artifacts.

+

Ordinal theory enables Bitcoin-native digital artifacts that are as durable, +immutable, secure, scarce, and decentralized as Bitcoin itself. Natively. No +sidechain or token required.

-

Rare and exotic sats, and NFTs that are as durable, immutable, secure, -scarce, and decentralized as Bitcoin itself. Natively. No sidechain or token -required.

- -

Learn more.

+

Get Started

%% if let Some(starting_ordinal) = self.starting_ordinal {

Status