Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…thub.io into release
  • Loading branch information
HannesGitH committed Jun 4, 2024
2 parents 5313001 + 4641767 commit a539e23
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion src/lib/data/experience.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ const options: ExperienceEntry[] = [
[
'Did a lot of research regarding quantum computing and quantum algorithms with a focus on quantum cryptanalysis, code wasn\'t really the main part of the job, but i did a bunch of python using IBM\'s qiskit framework.',
'Worked on multiple large projects including QACI, BayQS and PoQuID'
]
],
pdfFileUrl: '/pdfs/hh_zeugnis_fraunhofer.pdf'

},
{
start: 2021,
Expand Down
6 changes: 3 additions & 3 deletions src/lib/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ const github : SkillData = {

const ts : SkillData = {
name: "TypeScript",
level: 5,
level: 7,
iconClass: "devicon-typescript-plain",
}

const python : SkillData = {
name: "Python",
level: 6,
level: 7,
iconClass: "devicon-python-plain",
}

Expand Down Expand Up @@ -74,7 +74,7 @@ const bash : SkillData = {

const cpp : SkillData = {
name: "C++",
level: 5,
level: 4,
iconClass: "devicon-cplusplus-plain",
}

Expand Down
4 changes: 2 additions & 2 deletions src/lib/locales/de.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"title" : "Hannes Hattenbach",
"author" : "Hannes Hattenbach",
"description" : "Its a me, Hannes. Und das ist mein Lebenslauf-Ersatz. Meine eigene kleine Homepage. Welcher Software-Entwickler macht sowas nicht?",
"description" : "Hannes. Und das ist mein Lebenslauf-Ersatz als Fullstack Software Entwickler und vielseitig einsetzbarer, studierter Informatiker.",
"keywords" : "Hannes Hattenbach Portfolio Resume Skills Personal Website Lebenslauf",
"me": {
"title": "Ich",
"name": "Hattenbach",
"surname": "Hannes",
"description": "yup, das bin ich. Ich nähere mich gerade dem Ende meines Informatik-Studiums an der Freien Universität Berlin (schreibe gerade an meiner Masterarbeit) und habe dabei eine leichte Liebe fürs (Web-)App bauen entdeckt. Aber auch Cryptographie und vorallem wie wir diese mit Quantencomputern brechen können interessieren mich."
"description": "Yup, das bin ich. Ich habe vor kurzem mein Informatik Master Studiums an der Freien Universität Berlin mit einer 1.3 abgeschlosen, und habe dabei eine leichte Liebe fürs (Web-)App bauen entdeckt. Aber auch Cryptographie und vorallem wie wir diese mit Quantencomputern brechen können interessieren mich."
},
"education": { "title": "Ausbildung" },
"experience": { "title": "Erfahrung" },
Expand Down
2 changes: 1 addition & 1 deletion src/lib/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"title": "Me",
"name": "Hattenbach",
"surname": "Hannes",
"description": "thats me. I'm currently finishing my computer science degree by writing my master thesis @ Freie Universität Berlin and developed some love for builing (Web-)Apps. But cryptography and more importantly how to break them using Quantum-Computing is my current interest."
"description": "thats me. I've recently finished my computer science degree by writing my master thesis @ Freie Universität Berlin and developed some love for builing (Web-)Apps. But cryptography and more importantly how to break them using Quantum-Computing is my current interest."
},
"education": { "title": "Education" },
"experience": { "title": "Experience" },
Expand Down
Binary file added static/pdfs/hh_zeugnis_fraunhofer.pdf
Binary file not shown.

0 comments on commit a539e23

Please sign in to comment.