Skip to content

Commit

Permalink
Ajoute de TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz09OK committed Jan 24, 2025
1 parent 941c1df commit 6f11122
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/Education/Education.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { GraduationCap } from 'lucide-react';

export const Education = () => {
Expand Down
1 change: 1 addition & 0 deletions src/components/Experience/Experience.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { Briefcase } from 'lucide-react';

export const Experience = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Footer = () => {
<Linkedin className="w-6 h-6 icon-spin" />
</a>
</div>
<p className="text-center text-gray-400">© 2025 Deniz OK</p>
<p className="text-center text-gray-400">© 2024 Deniz OK</p>
</div>
</footer>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Hero = () => {
</p>
<div className="flex items-center text-gray-700">
<MapPin className="w-5 h-5 mr-2 text-red-600" />
Jarville-la-Malgrange, France
Nancy, France
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/data/skillsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const skillsData = {
{ name: 'PHP', wikiLink: 'https://fr.wikipedia.org/wiki/PHP', icon: FileCode },
{ name: 'Python', wikiLink: 'https://fr.wikipedia.org/wiki/Python_(langage)', icon: FileCode },
{ name: 'Java', wikiLink: 'https://fr.wikipedia.org/wiki/Java_(langage)', icon: FileCode },
{ name: 'JavaScript', wikiLink: 'https://fr.wikipedia.org/wiki/JavaScript', icon: FileCode }
{ name: 'JavaScript', wikiLink: 'https://fr.wikipedia.org/wiki/JavaScript', icon: FileCode },
{ name: 'TypeScript', wikiLink: 'https://fr.wikipedia.org/wiki/TypeScript', icon: FileCode }
]
},
'Frameworks & Outils': {
Expand Down

0 comments on commit 6f11122

Please sign in to comment.