-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
159b321
commit 4b057f0
Showing
21 changed files
with
661 additions
and
517 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
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,12 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head><title>Test Bluesky Embed</title></head> | ||
<body> | ||
<iframe | ||
src="https://bsky.app/profile/oscarkjell.bsky.social/post/3lduzt3lob22q" | ||
style="width: 100%; height: 200px; border: none;" | ||
loading="lazy" | ||
title="Bluesky Post" | ||
></iframe> | ||
</body> | ||
</html> |
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,74 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<style type="text/css"> | ||
.inline { | ||
background-color: #f7f7f7; | ||
border:solid 1px #B0B0B0; | ||
} | ||
.error { | ||
font-weight: bold; | ||
color: #FF0000; | ||
} | ||
.warning { | ||
font-weight: bold; | ||
} | ||
.message { | ||
font-style: italic; | ||
} | ||
.source, .output, .warning, .error, .message { | ||
padding: 0 1em; | ||
border:solid 1px #F7F7F7; | ||
} | ||
.source { | ||
background-color: #f5f5f5; | ||
} | ||
.left { | ||
text-align: left; | ||
} | ||
.right { | ||
text-align: right; | ||
} | ||
.center { | ||
text-align: center; | ||
} | ||
.hl.num { | ||
color: #AF0F91; | ||
} | ||
.hl.sng { | ||
color: #317ECC; | ||
} | ||
.hl.com { | ||
color: #AD95AF; | ||
font-style: italic; | ||
} | ||
.hl.opt { | ||
color: #000000; | ||
} | ||
.hl.def { | ||
color: #585858; | ||
} | ||
.hl.kwa { | ||
color: #295F94; | ||
font-weight: bold; | ||
} | ||
.hl.kwb { | ||
color: #B05A65; | ||
} | ||
.hl.kwc { | ||
color: #55aa55; | ||
} | ||
.hl.kwd { | ||
color: #BC5A65; | ||
font-weight: bold; | ||
} | ||
</style><title>Test Bluesky Embed</title></head> | ||
<body> | ||
<iframe | ||
src="https://bsky.app/profile/oscarkjell.bsky.social/post/3lduzt3lob22q" | ||
style="width: 100%; height: 200px; border: none;" | ||
loading="lazy" | ||
title="Bluesky Post" | ||
></iframe> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,21 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/web-app-manifest-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "/web-app-manifest-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Version: 1.0 | ||
ProjectId: d886f015-88d9-4966-9d93-5a72dd1d94e5 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
|