Skip to content

Commit

Permalink
new og images across the board
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <me@joulev.dev>
  • Loading branch information
joulev committed May 7, 2024
1 parent 1b28dc8 commit 00761ed
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 25 deletions.
Binary file modified public/apple-touch-icon.png
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/favicon.ico
Binary file not shown.
28 changes: 3 additions & 25 deletions public/favicon.svg
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/opengraph-image.png
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/app/(public)/glui/opengraph-image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/app/globals.css
Expand Up @@ -55,6 +55,12 @@ hr {
28 / 32px stretch;
}

.card-circle {
@apply border rounded-[9999px];
border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none'%3E%3Crect width='199' height='199' x='.5' y='.5' stroke='url(%23a)' rx='99.5'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='8.5' x2='100' y1='0' y2='241.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='.4'/%3E%3Cstop offset='.385' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.516' stop-color='%23737373' stop-opacity='.021'/%3E%3Cstop offset='.516' stop-color='%23fff' stop-opacity='.01'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
100 / 100px stretch;
}

.recessed {
@apply bg-bg-darker;
box-shadow:
Expand Down

0 comments on commit 00761ed

Please sign in to comment.