Skip to content

Commit

Permalink
Merge pull request #18 from Michriko/content-update
Browse files Browse the repository at this point in the history
feat(techstack): update current techstack
  • Loading branch information
Michriko authored Feb 10, 2024
2 parents 88391cb + 8ece39c commit 91a3acf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
25 changes: 15 additions & 10 deletions src/components/techStack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ const techs = ref<{ title: string; items: string[]; icon?: string }[]>([
{
title: "Frontend",
items: [
"Angular",
"HTML5",
"CSS3",
"TypeScript",
"VueJS",
"Vuetify",
"Angular",
"ASP.Net Core MVC",
],
icon: "mdi-monitor-dashboard",
Expand All @@ -51,28 +51,33 @@ const techs = ref<{ title: string; items: string[]; icon?: string }[]>([
"T-SQL",
"REST",
"GraphQL",
"Java",
"Python",
"R",
],
icon: "mdi-server-network",
},
{
title: "Misc",
title: "DevOps",
icon: "mdi-all-inclusive-box",
items: [
"Kubernetes",
"GIT",
"SVN",
"Azure",
"Teamcity",
"Linux",
"Docker",
"Terraform",
"Prometheus/Grafana",
"ELK",
"pyTorch",
"openCV",
"Elasticsearch",
],
},
{
title: "Misc",
items: ["GIT", "DomainDrivenDesign", "Clean Code", "Agile", "jira"],
icon: "mdi-xml",
},
{
title: "Zertifizierungen",
icon: "mdi-certificate",
items: ["CKAD-2022", "Microsoft AZ 900 - 2023"],
},
]);
</script>

Expand Down
4 changes: 2 additions & 2 deletions src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<p>Angaben gemäß §5 TMG</p>
<p>
Michael Kopf<br />
Geibelstr. 32 <br />
76185 Karlsruhe<br />
Veilchenstr. 76 <br />
75196 Remchingen<br />
</p>
<p>
<strong>Kontakt</strong><br />
Expand Down

0 comments on commit 91a3acf

Please sign in to comment.