2023-10-13
|
@ -6,7 +6,7 @@
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Paytone One';
|
font-family: 'Paytone One';
|
||||||
src: url('../../../common/font/paytone-one-regular.ttf');
|
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="heading"><a href="a-winner-is-you.html">A Winner Is You</a></div>
|
<div class="heading"><a href="show/index.html">A Winner Is You</a></div>
|
||||||
|
|
||||||
<div class="subheading">#AllYourBases</div>
|
<div class="subheading">#AllYourBases</div>
|
||||||
|
|
Before Width: | Height: | Size: 776 KiB After Width: | Height: | Size: 776 KiB |
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 796 KiB After Width: | Height: | Size: 796 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 710 KiB After Width: | Height: | Size: 710 KiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 462 KiB After Width: | Height: | Size: 462 KiB |
|
@ -61,4 +61,4 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Loading](to-be-continued.html)
|
[Loading](../../to-be-continued.html)
|
|
@ -48,4 +48,4 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Loading](../../a-winner-is-you_splash.html)
|
[Loading](../../a-winner-is-you/index.html)
|
||||||
|
|
|
@ -24,4 +24,6 @@ npx @marp-team/marp-cli@latest index.md
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo '========================='
|
echo '========================='
|
||||||
npx @marp-team/marp-cli@latest a-winner-is-you.md
|
pushd a-winner-is-you/show/
|
||||||
|
npx @marp-team/marp-cli@latest index.md
|
||||||
|
popd
|
||||||
|
|