diff --git a/package.json b/package.json index a5b7a9d..d3acf73 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "audiomotion-analyzer": "^4.5.1", - "htmx.org": "^1.9.12" + "htmx.org": "^2.0.6" }, "packageManager": "pnpm@10.11.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 009cfba..ba978a3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^4.5.1 version: 4.5.1 htmx.org: - specifier: ^1.9.12 - version: 1.9.12 + specifier: ^2.0.6 + version: 2.0.6 devDependencies: '@parcel/compressor-brotli': specifier: ^2.15.4 @@ -704,8 +704,8 @@ packages: htmlparser2@9.1.0: resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==} - htmx.org@1.9.12: - resolution: {integrity: sha512-VZAohXyF7xPGS52IM8d1T1283y+X4D+Owf3qY1NZ9RuBypyu9l8cGsxUMAG5fEAb/DhT7rDoJ9Hpu5/HxFD3cw==} + htmx.org@2.0.6: + resolution: {integrity: sha512-7ythjYneGSk3yCHgtCnQeaoF+D+o7U2LF37WU3O0JYv3gTZSicdEFiI/Ai/NJyC5ZpYJWMpUb11OC5Lr6AfAqA==} inline-style-parser@0.2.4: resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} @@ -1862,7 +1862,7 @@ snapshots: domutils: 3.2.2 entities: 4.5.0 - htmx.org@1.9.12: {} + htmx.org@2.0.6: {} inline-style-parser@0.2.4: {} diff --git a/src/components/section-head.html b/src/components/section-head.html index 1eda018..1d83f00 100644 --- a/src/components/section-head.html +++ b/src/components/section-head.html @@ -5,7 +5,7 @@
-

{{header}}

+ # {{header}}
diff --git a/src/components/tab-content.html b/src/components/tab-content.html index 493fbd8..6979781 100644 --- a/src/components/tab-content.html +++ b/src/components/tab-content.html @@ -13,6 +13,9 @@ +
diff --git a/src/page_four.html b/src/page_four.html new file mode 100644 index 0000000..1830e92 --- /dev/null +++ b/src/page_four.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/partials/page_four.html b/src/partials/page_four.html new file mode 100644 index 0000000..04b0290 --- /dev/null +++ b/src/partials/page_four.html @@ -0,0 +1,12 @@ + + + + Who is this guy? + + + + # Coming soon to theaters + ## This website is under construction + We'll get to it, trust + + \ No newline at end of file diff --git a/src/style.css b/src/style.css index dafa49f..2ebe785 100644 --- a/src/style.css +++ b/src/style.css @@ -162,6 +162,10 @@ p { text-align: left; } +sup { + font-size: 12pt; +} + ol { padding: 0; }