diff --git a/.browserslistrc b/.browserslistrc
deleted file mode 100644
index fdf5368..0000000
--- a/.browserslistrc
+++ /dev/null
@@ -1,2 +0,0 @@
-last 2 versions
-not dead
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 6f40582..dc51c01 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -1,15 +1,15 @@
/* eslint-env node */
-require('@rushstack/eslint-patch/modern-module-resolution')
+require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
root: true,
- 'extends': [
- 'plugin:vue/vue3-essential',
- 'eslint:recommended',
- '@vue/eslint-config-typescript',
- '@vue/eslint-config-prettier/skip-formatting'
+ extends: [
+ "plugin:vue/vue3-essential",
+ "eslint:recommended",
+ "@vue/eslint-config-typescript",
+ "@vue/eslint-config-prettier",
],
parserOptions: {
- ecmaVersion: 'latest'
- }
-}
+ ecmaVersion: "latest",
+ },
+};
diff --git a/.prettierrc.json b/.prettierrc.json
index ecdf3e0..9e26dfe 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -1,8 +1 @@
-{
- "$schema": "https://json.schemastore.org/prettierrc",
- "semi": false,
- "tabWidth": 2,
- "singleQuote": true,
- "printWidth": 100,
- "trailingComma": "none"
-}
+{}
\ No newline at end of file
diff --git a/card/index.html b/card/index.html
deleted file mode 100644
index 8e4db3a..0000000
--- a/card/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
- Document
-
-
-
-
-
-

-
-
-
Viktor Kraastav
- Character Reference Page
-
-
-
-
-
diff --git a/card/style.css b/card/style.css
deleted file mode 100644
index f15b28f..0000000
--- a/card/style.css
+++ /dev/null
@@ -1,105 +0,0 @@
-@import "../src/assets/fonts/secular-one/secular-one.css";
-
-:root {
- font-size: 20px;
- color: #f8ebdd;
-
- --theme-c-walnut-brown: #422322;
- --theme-c-desert-sand-translucent: #e7c7b1bf;
-
- --container-box-shadow: 1vw 1vw 4vw rgba(0, 0, 0, 0.7);
- --welcome-header-mainline-font-size: 7vw;
- --welcome-header-subline-font-size: 3.625vw;
-
- --color-background: #2d4c5a;
- --page-background: url(../src/assets/layered-waves-dark.svg);
- --page-background-image-height: 100vw;
- --page-background-image-max-height: 80vh;
-}
-
-*,
-*::before,
-*::after {
- margin: 0;
- box-sizing: border-box;
-}
-
-body {
- background: var(--color-background);
-}
-
-body::after {
- background: var(--page-background);
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center bottom;
-
- display: block;
-
- content: "";
- position: sticky;
- right: 0;
- bottom: 0;
- left: 0;
-
- height: var(--page-background-image-height);
- max-height: var(--page-background-image-max-height);
-
- z-index: -1;
-}
-
-.flex {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-evenly;
- align-items: center;
-
- height: 100vh;
-}
-
-.flex > * {
- flex: 0 0 auto;
-}
-
-.image {
- flex: 0 0 60vh;
- max-height: 100vh;
-
- background-color: var(--theme-c-desert-sand-translucent);
-
- border: 1vw solid var(--theme-c-walnut-brown);
- border-radius: 4.5vw;
-
- transform: scale(0.84) translateX(15%) rotateZ(calc(-1 * (11 * 1deg)));
- transform-origin: 0 100%;
-
- overflow: hidden;
-}
-
-.image img {
- display: block;
- width: 100%;
- height: 100%;
- object-fit: cover;
- transform: scale(1.2) rotateZ(calc(11 * 1deg));
-}
-
-.headings {
- flex: 0 0 55vw;
- margin: 0;
-}
-
-.headings :where(h1, h2) {
- font-family: "Secular One", sans-serif;
- margin: 0;
-}
-
-.headings h1 {
- font-size: var(--welcome-header-mainline-font-size);
- font-weight: 900;
-}
-
-.headings h2 {
- font-size: var(--welcome-header-subline-font-size);
- font-weight: 300;
-}
diff --git a/env.d.ts b/env.d.ts
index cd98f8d..11f02fe 100644
--- a/env.d.ts
+++ b/env.d.ts
@@ -1,11 +1 @@
///
-
-declare module "*&imagetools" {
- /**
- * actual types
- * - code https://github.com/JonasKruckenberg/imagetools/blob/main/packages/core/src/output-formats.ts
- * - docs https://github.com/JonasKruckenberg/imagetools/blob/main/docs/guide/getting-started.md#metadata
- */
- const out;
- export default out;
-}
diff --git a/index.html b/index.html
index 477f001..140d933 100644
--- a/index.html
+++ b/index.html
@@ -2,30 +2,10 @@
-
-
+
Viktor Kraastav – Reference Page
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+