Testing discord embedding

This commit is contained in:
BOTAlex 2024-06-10 14:03:35 +02:00
parent fe24a60314
commit 6878d2f67a
2 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -19,6 +19,9 @@
// Cedit // Cedit
import LinkToSource from "../Comps/LinkToSource.svelte"; import LinkToSource from "../Comps/LinkToSource.svelte";
// Discord embed
import preveiwImage from "$lib/zhen/cv-comps/EposCvPreveiw.png"
// Print detection setup // Print detection setup
import { onMount } from "svelte"; import { onMount } from "svelte";
onMount(() => { onMount(() => {
@ -34,6 +37,9 @@
</script> </script>
<title>Zhentao Wei's Epos CV</title>
<meta content={preveiwImage} property="og:image" />
<div class="cv-info-container hide-on-print"> <div class="cv-info-container hide-on-print">
<div> <div>
Under here is my CV for an Epos application. This page has been able to be saved as PDF. Under here is my CV for an Epos application. This page has been able to be saved as PDF.