Skip to content

Commit

Permalink
update information
Browse files Browse the repository at this point in the history
  • Loading branch information
while-basic committed Dec 3, 2024
1 parent 0d64135 commit bcff73e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ export const personSchema = {
"@type": "Person",
"name": "Christopher Celaya",
"url": "https://chriscelaya.com",
"image": "https://chriscelaya.com/images/profile.jpg",
"image": "https://chriscelaya.com/images/me.jpg",
"sameAs": [
"https://github.com/chriscelaya",
"https://github.com/while-basic",
"https://linkedin.com/in/christophercelaya"
],
"jobTitle": "Software Developer",
Expand Down
14 changes: 8 additions & 6 deletions app/skills/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,25 @@ const skillCategories: SkillCategory[] = [
"JavaScript",
"TypeScript",
"Java",
"C/C++", ]
"C/C++",
"SQL",
]
},
{
title: "Web Technologies",
icon: <FaServer className="text-purple-500 text-xl" />,
description: "Modern web development technologies and frameworks",
skills: [
"HTML",
"CSS",
"JavaScript",
"TypeScript",
"React",
"Next.js",
"Node.js",
"Express",
"HTML5",
"CSS3/Sass",
"Tailwind CSS",
"REST APIs",
"GraphQL"
]
},
{
Expand All @@ -62,7 +65,7 @@ const skillCategories: SkillCategory[] = [
"Docker",
"AWS",
"Google Cloud",
"CI/CD",
"Azure",
"Linux",
"Bash Scripting"
]
Expand Down Expand Up @@ -128,7 +131,6 @@ export default function SkillsPage() {
<Badge variant="secondary">Git</Badge>
<Badge variant="secondary">Docker</Badge>
<Badge variant="secondary">VS Code</Badge>
<Badge variant="secondary">Jira</Badge>
<Badge variant="secondary">Figma</Badge>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function Footer() {
</div>
</div>
<div className="mt-12 pt-8 border-t border-gray-800 text-center text-gray-400">
<p>&copy; {new Date().getFullYear()} Christopher Celaya. All rights reserved.</p>
<p>&copy; {new Date().getFullYear()} 2025Christopher Celaya. All rights reserved.</p>
</div>
</div>
</footer>
Expand Down

0 comments on commit bcff73e

Please sign in to comment.