Skip to content

Commit

Permalink
Merge pull request #44 from transfer-agent-protocol/apalmer/docs-with…
Browse files Browse the repository at this point in the history
…-nextra

improvement(docs) - docs with nextra
  • Loading branch information
ThatAlexPalmer authored Jan 11, 2024
2 parents d38b4d9 + 4b4f2c5 commit f01f5eb
Show file tree
Hide file tree
Showing 20 changed files with 84 additions and 16 deletions.
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Copyright 2023 Alex Palmer, Victor Mimo.
MIT License

Copyright (c) [2023] [Alex Palmer, Victor Mimo]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion public/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#0c0b0c</TileColor>
<TileColor>#fafafc</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 52 additions & 1 deletion public/icons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Transfer Agent Protocol",
"short_name": "TAP",
"theme_color": "#0C0B0C",
"background_color": "#FCFAF6",
"background_color": "#FAFAFC",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
Expand Down
19 changes: 19 additions & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "TAP",
"short_name": "TAP",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#fafafc",
"background_color": "#fafafc",
"display": "standalone"
}
1 change: 1 addition & 0 deletions public/tap-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 5 additions & 10 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,19 @@ export default function Navbar() {
<Nav>
<LogoRouter>
<Link href="/">
<Image src="/tap-glyph.svg" alt="Transfer Agent Protocol" width={48} height={48} />
<Image src="/tap-logo.svg" alt="Transfer Agent Protocol" width={48} height={48} />
</Link>
<Logotype>Transfer Agent Protocol_</Logotype>
<Logotype>Transfer Agent Protocol</Logotype>
</LogoRouter>
<span>
<StyledA>
<Link href="https://github.com/transfer-agent-protocol/tap-cap-table" target="_blank ">
<Image src="/icons/github.svg" alt="TAP Cap Table Github" width={32} height={32} />
</Link>
</StyledA>
<StyledA>
<Link href="https://coda.io/d/_drhpwRhDok-/Transfer-Agent-Protocol_sua17" target="_blank">
<Link href="https://docs.transferagentprotocol.xyz" target="_blank">
<Image src="/icons/docs.svg" alt="Documentation" width={32} height={32} />
</Link>
</StyledA>
<StyledA>
<Link href="https://youtube.com/@transfer-agent-protocol" target="_blank">
<Image src="/icons/youtube.svg" alt="YouTube Videos" width={32} height={32} />
<Link href="https://github.com/transfer-agent-protocol/tap-cap-table" target="_blank ">
<Image src="/icons/github.svg" alt="TAP Cap Table Github" width={32} height={32} />
</Link>
</StyledA>
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/components/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DefaultTheme } from "styled-components";

const theme: DefaultTheme = {
colors: {
background: "#FCFAF6",
background: "#FAFAFC",
main: "#0C0B0C",
input: "#D2C8BB",
accent: "#FFD700",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function App({ Component, pageProps }: AppProps & { Component: Ne

<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#0c0b0c" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
<meta name="theme-color" content="#fcfaf6" />
<meta name="theme-color" content="#fafafc" />
<meta name="msapplication-TileColor" content="#0c0b0c" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />

Expand Down

0 comments on commit f01f5eb

Please sign in to comment.