From 7524eb3fe5e8e9b1e6774ad607762d779519e676 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Thu, 9 Oct 2025 07:19:08 +0200 Subject: [PATCH] added redacted backeground --- src/routes/cv/+page.svelte | 140 ++++++++++++---------- src/routes/cv/comps/RepeatedSkills.svelte | 95 +++++++-------- 2 files changed, 126 insertions(+), 109 deletions(-) diff --git a/src/routes/cv/+page.svelte b/src/routes/cv/+page.svelte index 38aa8b7..5c58b9b 100644 --- a/src/routes/cv/+page.svelte +++ b/src/routes/cv/+page.svelte @@ -46,72 +46,88 @@ } -{$re?.name ?? "Alex"}'s CV {getFormattedDate()} - - - - +
+ {$re?.name ?? "Alex"}'s CV {getFormattedDate()} + + + + -
-
- Under here is my CV rev1 for an application made entirely in HTML and CSS. - The page is designed to be saved as PDF. This can be done by pressing
- P +
+
+ Under here is my CV rev1 for an application made entirely in HTML and CSS. + The page is designed to be saved as PDF. This can be done by pressing
+ P +
+ + +
CTRL
+ , then set scaling to 100% and no margins. Lastly, select save to PDF or print. +
+
+ I have to sadly recommend chrome for this process. Firefox somehow messes with + the quality of the PDF :(
- + -
CTRL
- , then set scaling to 100% and no margins. Lastly, select save to PDF or print. -
-
- I have to sadly recommend chrome for this process. Firefox somehow messes with - the quality of the PDF :(
-
- -
-
-
- - -
-
-
- -
- -
- -
- -
-
+
+
+
-
-
- -
- -
-
- - - - - + +
+
+
+ + +
+
+
+ +
+ +
+ +
+ +
+
+
+
+
+ +
+ +
+
+ + + + + +
+
diff --git a/src/routes/cv/comps/RepeatedSkills.svelte b/src/routes/cv/comps/RepeatedSkills.svelte index acc7e7e..8ec50bd 100644 --- a/src/routes/cv/comps/RepeatedSkills.svelte +++ b/src/routes/cv/comps/RepeatedSkills.svelte @@ -1,62 +1,63 @@
- {#each { length: targetTextHeight } as _, i} - - {GrabRandomString()} - - {/each} + {#each { length: targetTextHeight } as _, i} + + {GrabRandomString()} + + {/each}
\ No newline at end of file + .rotate45 { + transform: rotate(-45deg); + } +