Skip to content

Commit

Permalink
Revise homepage (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 12, 2022
1 parent f3b2fce commit 9d2981c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/subcommand/server/templates/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod tests {
)
],)
.to_string(),
"<h1>Explore digital artifacts on Bitcoin</h1>.*<h2>Status</h2>
"<h1>Bitcoin-native NFTs</h1>.*<h2>Status</h2>
<dl>
<dt>cycle</dt><dd>1</dd>
<dt>epoch</dt><dd>6</dd>
Expand Down
12 changes: 5 additions & 7 deletions templates/home.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<h1>Explore digital artifacts on Bitcoin</h1>
<h1>Bitcoin-native NFTs</h1>

<p>Ordinal theory unlocks Bitcoin-native digital artifacts.</p>
<p>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.</p>

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

<p><a href=http://docs.ordinals.com>Learn more.</a></p>
<p><a href=https://docs.ordinals.com>Get Started</a></p>

%% if let Some(starting_ordinal) = self.starting_ordinal {
<h2>Status</h2>
Expand Down

0 comments on commit 9d2981c

Please sign in to comment.