Skip to content

Commit 872576a

Browse files
committed
updated branding and copy for https://passkeys.energy
1 parent 41cc9f6 commit 872576a

16 files changed

Lines changed: 212 additions & 99 deletions

examples/demo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"lint": "tsc && eslint '**/*.{js,jsx,ts}' && prettier --check '**/*.{js,jsx,ts,yml,json}' --ignore-path ../../.gitignore"
1212
},
1313
"dependencies": {
14-
"@acab/reset.css": "^0.5.3",
1514
"@oddjs/odd": "^0.37.1",
1615
"@oddjs/passkeys": "workspace:^",
1716
"@oddjs/preact": "workspace:^",
20.5 KB
Binary file not shown.
19 KB
Binary file not shown.
896 KB
Binary file not shown.
339 KB
Loading
386 KB
Loading
328 KB
Loading

examples/demo/src/app.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Login from './login.jsx'
77
import Register from './register.jsx'
88
import ReloadPrompt from './prompt.jsx'
99
import Test from './test.jsx'
10+
import { ReactComponent as OddLogo } from './assets/odd-logo.svg'
1011

1112
/** @type {import('@oddjs/odd').Configuration} */
1213
const config = {
@@ -34,6 +35,15 @@ export function App() {
3435
<Register path="/register" />
3536
<Test path="/test" />
3637
</Router>
38+
<div class="powered-by-odd">
39+
<div class="powered-by-wave">
40+
<img class="powered-by-bg" src="/wave-background-light.webp" width="2080" height="120" alt="Wave background"/>
41+
<img class="powered-by-fg" src="/wave-foreground-light.webp" width="2080" height="120" alt="Wave foreground"/>
42+
</div>
43+
<a class="powered-by-msg" href="https://odd.dev">
44+
Powered by <OddLogo />
45+
</a>
46+
</div>
3747
</main>
3848
<ReloadPrompt />
3949
</OddContextProvider>

examples/demo/src/assets/brand.svg

Lines changed: 26 additions & 1 deletion
Loading
Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)