Skip to content

Commit

Permalink
update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Mar 7, 2025
1 parent e420cad commit 8c697ee
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 130 deletions.
110 changes: 55 additions & 55 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,81 +101,81 @@ export default defineConfig({
]
},
{
label: 'Production',
collapsed: false,
items: [
{
label: 'Interpreting EFP Data',
link: '/production/interpreting-state'
},
{
label: 'EFP Multisig',
link: '/production/multisig'
},
{
label: 'Deployments',
link: '/production/deployments'
},
{
label: 'EFP Infrastructure',
link: '/production/infra'
},
{
label: 'EFP Railway Template',
link: '/production/silo'
}
]
},
label: 'Production',
collapsed: false,
items: [
{
label: 'Interpreting EFP Data',
link: '/production/interpreting-state'
},
{
label: 'EFP Multisig',
link: '/production/multisig'
},
{
label: 'Deployments',
link: '/production/deployments'
},
{
label: 'EFP Infrastructure',
link: '/production/infra'
},
{
label: 'EFP Railway Template',
link: '/production/silo'
}
]
},
{
label: 'Public API',
collapsed: false,
items: [
{
label: 'Introduction',
link: '/api'
label: 'Introduction',
link: '/api'
},
{
label: 'Discover',
link: '/api/discover'
label: 'Discover',
link: '/api/discover'
},
{
label: 'Export State',
link: '/api/exportstate'
label: 'Export State',
link: '/api/exportstate'
},
{
label: 'Leaderboard',
collapsed: true,
autogenerate: {
directory: 'api/Leaderboard'
},
label: 'Leaderboard',
collapsed: true,
autogenerate: {
directory: 'api/Leaderboard'
}
},
{
label: 'Lists',
collapsed: true,
autogenerate: {
directory: 'api/Lists'
},
label: 'Lists',
collapsed: true,
autogenerate: {
directory: 'api/Lists'
}
},
{
label: 'Stats',
link: '/api/stats'
label: 'Stats',
link: '/api/stats'
},
{
label: 'Token',
collapsed: true,
autogenerate: {
directory: 'api/Token'
},
label: 'Token',
collapsed: true,
autogenerate: {
directory: 'api/Token'
}
},
{
label: 'Users',
collapsed: true,
autogenerate: {
directory: 'api/Users'
},
},
label: 'Users',
collapsed: true,
autogenerate: {
directory: 'api/Users'
}
}
],

badge: {
text: '/api/v1',
variant: 'tip'
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/logo-full-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 9 additions & 25 deletions public/logo-full-dark.svg
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/logo-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 5 additions & 20 deletions public/logo-full.svg
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/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 4 additions & 20 deletions public/logo.svg
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/og.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 src/assets/logo.png
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 src/components/LiveCodeEmbed.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { embedLink } = Astro.props
<section class='h-full min-h-max'>
<iframe
src={embedLink}
class='my-4 h-full min-h-[650px] w-full overflow-hidden rounded-md border-0'
class='my-4 h-full min-h-[650px] w-full overflow-hidden rounded-sm border-0'
title='efp-example'
allow='accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking'
sandbox='allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts'
Expand Down
11 changes: 5 additions & 6 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ body {
margin: 0;
padding: 0;
scroll-behavior: smooth;

}

html {
Expand Down Expand Up @@ -156,7 +155,6 @@ header {
border-bottom: 1px solid #0f111a14 !important;
}


p > a {
text-decoration: none !important;
}
Expand Down Expand Up @@ -218,7 +216,7 @@ a.site-title > img {
}

::selection {
background-color: #FFBDE3;
background-color: #ffbde3;
color: rgb(36, 36, 36);
}

Expand Down Expand Up @@ -253,16 +251,17 @@ a.site-title > img {

a.action {
font-size: 1.5rem;
color: #ffffff;
color: #333333;
font-weight: 600;
}

a.primary {
background-image: linear-gradient(to bottom, #FFDE60, #FFA997) !important;
background-color: #ffde60 !important;
color: #333333;
}

a.minimal {
background: -webkit-linear-gradient(270deg, #FFDE60, #FFA997) !important;
background: #ffde60 !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
Expand Down
6 changes: 3 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ export default {
accent: {
'50': '#fdf2f8',
'100': '#fce7f3',
'200': '#6aa2fc',
'300': '#6aa2fc',
'200': '#ffde60',
'300': '#ffde60',
'400': '#f472b6',
'500': '#ec4899',
'600': '#4287f5'
'600': '#EFCB3C'
},
gray: colors.zinc
},
Expand Down

0 comments on commit 8c697ee

Please sign in to comment.