Skip to content

Commit

Permalink
corrected master thesis link
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesGitH committed Apr 11, 2024
1 parent 305a43b commit 33b8ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/data/education.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const allEducation:EducationEntry[] = [
name:'Computer Science',
description:'I\'ve not yet got my degree, but i\'ve already finished all my classes and my masters thesis called "Improved linear Cryptanalysis on Quantum Computers" with a 1.0, I therefor expect to graduate with a 1.4 very soon.',
degreePdfFileUrl: '/pdfs/hh_zeugnis_master.pdf',
thesisPdfFileUrl: '/pdfs/hh_thesis_master.pdf',
thesisPdfFileUrl: 'https://github.com/HannesGitH/MA-public/blob/main/main.pdf?raw=true',
},
];

Expand Down
1 change: 1 addition & 0 deletions src/lib/sections/education.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</script>

<CurvedDivider />

<div id="content" use:scrollRef={refs.education}>
<h1 id="title">
{#if glitchy}
Expand Down

0 comments on commit 33b8ad7

Please sign in to comment.