-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small ui/ux changes and mobile updates (#554)
- Loading branch information
Showing
3 changed files
with
78 additions
and
12 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<link rel="STYLESHEET" href="style.css" type="text/css" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link rel="icon" href="favicon.svg" type="image/svg+xml"> | ||
|
||
<link | ||
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,[email protected]&family=Kode+Mono:[email protected]&display=swap" | ||
|
@@ -15,8 +16,8 @@ | |
</head> | ||
<body> | ||
<main class="card"> | ||
<img src="./logo.svg" width="250" class="logo" /> | ||
<section class="stack"> | ||
<img src="./logo.svg" width="250" alt="Kadena SpireKey" class="logo" /> | ||
<section class="stack column"> | ||
<p class="main-text"> | ||
Kadena SpireKey leverages WebAuthn standards to deliver a secure | ||
backend, enabling end users to generate and store keypairs directly on | ||
|
@@ -25,9 +26,6 @@ | |
using the SDK package, or explore the technical documentation outlined | ||
in the KIPs. | ||
</p> | ||
</section> | ||
|
||
<section class="stack"> | ||
<div class="section"> | ||
<a | ||
class="button" | ||
|
@@ -41,16 +39,16 @@ | |
|
||
<div> | ||
<h3>Developer Resources</h3> | ||
<section class="stack"> | ||
<section class="stack no-gap-mobile"> | ||
<div class="section"> | ||
<a | ||
class="link" | ||
class="link code" | ||
href="https://github.com/kadena-io/KIPs/pull/52/files" | ||
target="_blank" | ||
>KIP-0023</a | ||
> | ||
<a | ||
class="link" | ||
class="link code" | ||
href="https://github.com/kadena-io/KIPs/pull/59/files" | ||
target="_blank" | ||
>KIP-0030</a | ||
|
@@ -80,7 +78,7 @@ <h3>Demo Applications</h3> | |
<div class="section"> | ||
<div class="tile"> | ||
<h4> | ||
<a href="https://chainweaver.kadena.io" target="_blank"> | ||
<a href="https://chainweaver.kadena.io" class="link" target="_blank"> | ||
Chainweaver V3 Alpha | ||
</a> | ||
</h4> | ||
|
@@ -94,7 +92,7 @@ <h4> | |
<div class="section"> | ||
<div class="tile"> | ||
<h4> | ||
<a href="https://proof.kadena.io" target="_blank" | ||
<a href="https://proof.kadena.io" class="link" target="_blank" | ||
>NFT Minting</a | ||
> | ||
</h4> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters