Skip to content

Commit

Permalink
feat: add cv page
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 1, 2024
1 parent 602b0b3 commit ea993be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
{/each}
</div>

<a href="/cv" class="rounded-xl bg-blue-500 p-4 text-white">CV</a>

<Document collection="organizations" name="dyne" let:doc>
<pre>{JSON.stringify(doc)}</pre>
<img alt="ciao" src={doc.props?.logo} />
Expand Down
Empty file added src/routes/cv/+page.svelte
Empty file.

0 comments on commit ea993be

Please sign in to comment.