mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 12:52:08 +01:00
Refactor code for improved performance and readability
This commit is contained in:
@@ -12,10 +12,12 @@ export default function App() {
|
|||||||
<Header />
|
<Header />
|
||||||
<About />
|
<About />
|
||||||
<div id="skills">
|
<div id="skills">
|
||||||
<h2>
|
<h4>
|
||||||
<a href="#skills">Skills</a>
|
<a href="#skills">Skills</a>
|
||||||
</h2>
|
</h4>
|
||||||
{/* Add your skills content here */}
|
<h4>
|
||||||
|
<a href="#projects">Projects</a>
|
||||||
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<ScrollToTop />
|
<ScrollToTop />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
0
src/components/Skills.tsx
Normal file
0
src/components/Skills.tsx
Normal file
Reference in New Issue
Block a user