Testing discord embedding
This commit is contained in:
parent
fe24a60314
commit
6878d2f67a
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
|
@ -19,6 +19,9 @@
|
|||
// Cedit
|
||||
import LinkToSource from "../Comps/LinkToSource.svelte";
|
||||
|
||||
// Discord embed
|
||||
import preveiwImage from "$lib/zhen/cv-comps/EposCvPreveiw.png"
|
||||
|
||||
// Print detection setup
|
||||
import { onMount } from "svelte";
|
||||
onMount(() => {
|
||||
|
@ -34,6 +37,9 @@
|
|||
|
||||
</script>
|
||||
|
||||
<title>Zhentao Wei's Epos CV</title>
|
||||
<meta content={preveiwImage} property="og:image" />
|
||||
|
||||
<div class="cv-info-container hide-on-print">
|
||||
<div>
|
||||
Under here is my CV for an Epos application. This page has been able to be saved as PDF.
|
||||
|
|
Loading…
Reference in New Issue