Skip to content

Commit

Permalink
Update Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoReusch committed Nov 30, 2024
1 parent 14598b1 commit c003566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/pageLayout/HeaderComponent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a href="#stack" class="nav-link">Stack</a>
</li>
<li>
<a href="#resume" class="nav-link">Resumé</a>
<a href="#experience" class="nav-link">Experience</a>
</li>
</ul>
<!--Main Navigation END-->
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(main)/CVSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import CVEducationView from '$lib/views/CVEducationView.svelte';
</script>

<section class="resume background_gpattern" id="resume">
<section class="resume background_gpattern" id="experience">
<SectionContainer title="Experience" backgroundText="Resumé">
<CVExperienceView />
</SectionContainer>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(main)/TechStackSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<TechIcon technologyName="Svelte">
<span class="devicon-svelte-plain colored icon"></span>
</TechIcon>
<TechIcon technologyName="Laravel">
<span class="devicon-laravel-original colored icon"></span>
<TechIcon technologyName="Symfony">
<span class="devicon-symfony-original icon"></span>
</TechIcon>
<TechIcon technologyName="FastAPI">
<span class="devicon-fastapi-plain colored icon"></span>
Expand Down

0 comments on commit c003566

Please sign in to comment.