This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove landing page and customize fonts (#29)
* Remove landing page and customize fonts Signed-off-by: Frank Hinek <[email protected]> * Switch font to Fira Code Signed-off-by: Frank Hinek <[email protected]> --------- Signed-off-by: Frank Hinek <[email protected]>
- Loading branch information
1 parent
d73e8dc
commit 6afd87e
Showing
7 changed files
with
38 additions
and
65 deletions.
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,27 +1,6 @@ | ||
--- | ||
title: Decentralized<br/>Agnostic</br>Paytags | ||
head: | ||
- tag: title | ||
content: Decentralized Agnostic Paytag (DAP) | ||
template: splash | ||
hero: | ||
tagline: Simplifica los pagos entre aplicaciones y monedas | ||
image: | ||
file: ~/assets/app-mockups.svg | ||
actions: | ||
- text: Comienza | ||
link: /es/getting-started/ | ||
icon: right-arrow | ||
variant: primary | ||
- text: Ver en GitHub | ||
link: https://github.com/TBD54566975/dap | ||
icon: external | ||
title: Decentralized Agnostic Paytag (DAP) | ||
description: Introducción a los DAPs | ||
prev: false | ||
next: false | ||
--- | ||
|
||
import LandingSection from "~/components/LandingSection.astro"; | ||
|
||
<LandingSection title="@you/example.com"> | ||
Esto es un Decentralized Agnostic Paytag (DAP). Un DAP es un identificador único que te permite | ||
recibir pagos desde cualquier aplicación o moneda. Es como un nombre de usuario universal para | ||
pagos. | ||
</LandingSection> |
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 |
---|---|---|
@@ -1,26 +1,6 @@ | ||
--- | ||
title: Decentralized<br/>Agnostic</br>Paytags | ||
head: | ||
- tag: title | ||
content: Decentralized Agnostic Paytag (DAP) | ||
template: splash | ||
hero: | ||
tagline: Simplify payments across apps and currencies | ||
image: | ||
file: ~/assets/app-mockups.svg | ||
actions: | ||
- text: Get Started | ||
link: /getting-started/ | ||
icon: right-arrow | ||
variant: primary | ||
- text: View on GitHub | ||
link: https://github.com/TBD54566975/dap | ||
icon: external | ||
title: Decentralized Agnostic Paytag (DAP) | ||
description: Introduction to DAPs | ||
prev: false | ||
next: false | ||
--- | ||
|
||
import LandingSection from "~/components/LandingSection.astro"; | ||
|
||
<LandingSection title="@you/example.com"> | ||
This is a Decentralized Agnostic Paytag (DAP). A DAP is a unique identifier that allows you to | ||
receive payments from any app or currency. It's like a universal username for payments. | ||
</LandingSection> |
This file was deleted.
Oops, something went wrong.
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