-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Footer and links to promotional site.
- Loading branch information
Showing
5 changed files
with
47 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { Component } from 'solid-js'; | ||
import brandUrl from '/assets/brand.svg'; | ||
import elSalvadorUrl from '/assets/gobierno-de-el-salvador.png'; | ||
|
||
export const Footer: Component = () => <> | ||
<footer> | ||
<div class="d-flex flex-column gap-3"> | ||
<div><img src={brandUrl} /></div> | ||
<div><strong>40 ACRES, S.A. DE C.V.</strong><br />Company Registration No. 2024113630 - El Salvador</div> | ||
<div>Copyright © 2024 40Swap.com</div> | ||
</div> | ||
<div class="d-flex flex-column gap-3"> | ||
<div><img src={elSalvadorUrl} /></div> | ||
<div><strong>BTC License</strong><br /> Codigo de registro: 664bd64379e50005ac479693</div> | ||
</div> | ||
</footer> | ||
</>; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.