changed images to be img html tags and changed all images into webps
This commit is contained in:
parent
bf7aea3f46
commit
1977768adf
0
content/.trash/Old.md
Normal file
0
content/.trash/Old.md
Normal file
|
@ -7,32 +7,32 @@ Here are my characters
|
||||||
4. Flow
|
4. Flow
|
||||||
|
|
||||||
# Size Chart for the dragons
|
# Size Chart for the dragons
|
||||||
![[https://f003.backblazeb2.com/file/Solweaver-Site/Helio+and+Uly+size+ref+ver5.png]]
|
<img style="max-height:100px;" src="https://f003.backblazeb2.com/file/nexie-net/sizeref.webp">
|
||||||
|
|
||||||
# Ulysia
|
# Ulysia
|
||||||
Ulysia is a female silkwing
|
Ulysia is a female silkwing
|
||||||
|
|
||||||
### Headshot
|
### Headshot
|
||||||
![[https://f003.backblazeb2.com/file/Solweaver-Site/Ulysia.png]]
|
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/head_ulysia.webp">
|
||||||
- Artist is [Amoadragon](https://twitter.com/aomadragon) on Twitter
|
- Artist is [Amoadragon](https://twitter.com/aomadragon) on Twitter
|
||||||
### Ref Sheet
|
### Ref Sheet
|
||||||
![[https://f003.backblazeb2.com/file/Solweaver-Site/Ulysia_RefSheet.png]]
|
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/ref_ulysia.webp">
|
||||||
- Artist of the bases used is [K9Pestilence](https://sta.sh/2rpe0f28aat)
|
- Artist of the bases used is [K9Pestilence](https://sta.sh/2rpe0f28aat)
|
||||||
|
|
||||||
# Helio
|
# Helio
|
||||||
Helio is a western dragon with plasma running inside of him
|
Helio is a western dragon with plasma running inside of him
|
||||||
|
|
||||||
### Ref Sheet
|
### Ref Sheet
|
||||||
![[https://f003.backblazeb2.com/file/Solweaver-Site/Helio_RefSheet.jpg]]
|
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/ref_helio.webp">
|
||||||
- Artist is [@starlyscies](https://www.deviantart.com/starlyscies) on DeviantArt
|
- Artist is [@starlyscies](https://www.deviantart.com/starlyscies) on DeviantArt
|
||||||
|
|
||||||
# Scarlet
|
# Scarlet
|
||||||
An adorable kobold bought as an adopt from AzuralCobaltros
|
An adorable kobold bought as an adopt from AzuralCobaltros
|
||||||
*(name might change)*
|
*(name might change)*
|
||||||
![[https://f003.backblazeb2.com/file/Solweaver-Site/Scarlet_RefSheet.png]]
|
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/ref_scarlet.webp">
|
||||||
- Artist is [AzuralCbaltros](https://www.deviantart.com/azuralcobaltros) on DeviantArt
|
- Artist is [AzuralCbaltros](https://www.deviantart.com/azuralcobaltros) on DeviantArt
|
||||||
|
|
||||||
# Flow
|
# Flow
|
||||||
**Currently missing**
|
**Currently missing**
|
||||||
Tho here is his image
|
Tho here is his image
|
||||||
![[https://f003.backblazeb2.com/file/Solweaver-Site/flow_image.jpg]]
|
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/head_flow.webp">
|
|
@ -15,8 +15,8 @@ export default (() => {
|
||||||
const path = url.pathname as FullSlug
|
const path = url.pathname as FullSlug
|
||||||
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
|
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
|
||||||
|
|
||||||
const iconPath = "https://f003.backblazeb2.com/file/Solweaver-Site/favicon.png"
|
const iconPath = "https://f003.backblazeb2.com/file/nexie-net/favicon.webp"
|
||||||
const ogImagePath = "https://f003.backblazeb2.com/file/Solweaver-Site/favicon.png"
|
const ogImagePath = "https://f003.backblazeb2.com/file/nexie-net/favicon.webp"
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in a new issue