File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" xmlns : news =" http://www.google.com/schemas/sitemap-news/0.9" xmlns : xhtml =" http://www.w3.org/1999/xhtml" xmlns : mobile =" http://www.google.com/schemas/sitemap-mobile/1.0" xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" xmlns : video =" http://www.google.com/schemas/sitemap-video/1.1" >
3- <url ><loc >https://codejovz.vercel.app/</loc ><lastmod >2025-12-28T13:17:51.730Z </lastmod ><changefreq >daily </changefreq ><priority >1.0</priority ></url >
3+ <url ><loc >https://codejovz.vercel.app/</loc ><lastmod >2026-02-08T00:39:40.000Z </lastmod ><changefreq >weekly </changefreq ><priority >1.0</priority ></url >
44</urlset >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ import ShowcaseTechnologies from "./components/ShowcaseTechnologies/ShowcaseTechnologies"
2+ import ShowcaseEditors from "./components/ShowcaseEditors/ShowcaseEditors"
3+ import ShowcaseLibFram from "./components/ShowcaseLibFram/ShowcaseLibFram"
4+ import ShowcaseInterested from "./components/ShowcaseInterested/ShowcaseInterested"
5+ import ShowcaseSocial from "./components/ShowcaseSocial/ShowcaseSocial"
6+
7+ export default function ShowcaseContainer ( ) {
8+ return (
9+ < article id = "verde" className = "box" >
10+ < ShowcaseTechnologies />
11+ < ShowcaseEditors />
12+ < ShowcaseLibFram />
13+ < ShowcaseInterested />
14+ < ShowcaseSocial />
15+ </ article >
16+ )
17+ }
Original file line number Diff line number Diff line change 1+ export default function showcaseEditors ( ) {
2+ return (
3+ < section >
4+ < h2 > 💻 IDEs/Editors:</ h2 >
5+ < img className = "badge" src = "https://badges-codejovz.vercel.app/antigravity-logo.svg" alt = "Google Antigravity" />
6+ < img className = "badge" src = "https://badges-codejovz.vercel.app/OpenAI-Codex.svg" alt = "OpenAI Codex" />
7+ < img className = "badge" src = "https://img.shields.io/badge/Eclipse-FE7A16.svg?style=for-the-badge& logo = Eclipse & logoColor = white " alt = "Eclipse" />
8+ < img className = "badge" src = "https://img.shields.io/badge/android%20studio-1a82de?style=for-the-badge& logo = android % 20 studio & logoColor = white " alt = "Android Studio" />
9+ < img className = "badge" src = "https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc& logoColor = white & style = for - the - badge " alt = "Visual Studio Code" />
10+ < img className = "badge" src = "https://custom-icon-badges.demolab.com/badge/Visual%20Studio-5C2D91.svg?& logo = visualstudio & logoColor = white & style = for - the - badge " alt = "Visual Studio" />
11+ </ section >
12+ )
13+ }
Original file line number Diff line number Diff line change 1+ export default function showcaseInterested ( ) {
2+ return (
3+ < section >
4+ < details >
5+ < summary > 🧠Learning and interested on:</ summary >
6+ < img className = "badge" src = "https://img.shields.io/badge/%F0%9F%A4%96-Artificial%20Intelligence-4c2271?style=for-the-badge& labelColor = lightgrey " alt = "Artificial intelligence" />
7+ < img className = "badge" src = "https://img.shields.io/badge/GoogleCloud-%234285F4.svg?style=for-the-badge& logo = google - cloud & logoColor = white " alt = "Google Cloud" > </ img >
8+ < img className = "badge" src = "https://img.shields.io/badge/%F0%9F%93%B1-Mobile%20development-4c2271?style=for-the-badge& labelColor = lightgrey " alt = "Mobile Development" />
9+ < img className = "badge" src = "https://img.shields.io/badge/Three.js-000000?style=for-the-badge& logo = three . js & logoColor = white " alt = "Three.js" />
10+ </ details >
11+ </ section >
12+ )
13+ }
Original file line number Diff line number Diff line change 1+ export default function ShowcaseLibFram ( ) {
2+ return (
3+ < section >
4+ < h2 > 📚 Libraries & Frameworks :</ h2 >
5+ < img className = "badge" src = "https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge& logo = react & logoColor = % 2361 DAFB " alt = "React" />
6+ < img className = "badge" src = "https://img.shields.io/badge/Next-black?style=for-the-badge& logo = next . js & logoColor = white " alt = "Next JS" />
7+ < img className = "badge" src = "https://img.shields.io/badge/FastAPI-005571?style=for-the-badge& logo = fastapi " alt = "Fast API" />
8+ < img className = "badge" src = "https://img.shields.io/badge/Swing-%23ED8B00.svg?style=for-the-badge& logo = openjdk & logoColor = white " alt = "SWING" />
9+ < img className = "badge" src = "https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge& logo = . net & logoColor = white " alt = ".NET" />
10+ </ section >
11+ )
12+ }
Original file line number Diff line number Diff line change 1+ export default function showcaseSocial ( ) {
2+ return (
3+ < section >
4+ < h2 > Find me on:</ h2 >
5+ < img className = "badge" src = "https://custom-icon-badges.demolab.com/badge/CodePen-@codejovz-000000?& logo = codepen - black & logoColor = white & style = for - the - badge & labelColor = 000000 " alt = "CodePen" />
6+ < img className = "badge" src = "https://img.shields.io/badge/GMAIL-jorgevarelazamora%40gmail.com-%23FFFFFF?style=for-the-badge& logo = Gmail & logoColor = % 23 FFFFFF & labelColor = % 23 EA4335 & color = % 23 EA4335 & link = mailto % 3 Ajorgevarelazamorad % 40 gmail . com " />
7+ </ section >
8+ )
9+ }
Original file line number Diff line number Diff line change 1+ export default function showcaseTechnologies ( ) {
2+ return (
3+ < section >
4+ < h2 > 🛠️ Technologies:</ h2 >
5+ < img className = "badge" src = "https://img.shields.io/badge/python-3670A0?style=for-the-badge& logo = python & logoColor = ffdd54 " alt = "Python" />
6+ < img className = "badge" src = "https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge& logo = kotlin & logoColor = white " alt = "Kotlin" />
7+ < img className = "badge" src = "https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge& logo = typescript & logoColor = white " alt = "TypeScript" />
8+ < img className = "badge" src = "https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge& logo = mysql & logoColor = white " alt = "MySQL" />
9+
10+ < img className = "badge" src = "https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge& logo = openjdk & logoColor = white " alt = "" />
11+ < img className = "badge" src = "https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge& logo = html5 & logoColor = white " alt = "" />
12+ < img className = "badge" src = "https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge& logo = css3 & logoColor = white " alt = "" />
13+ < img className = "badge" src = "https://img.shields.io/badge/VB-Visual_Basic-325a99?style=for-the-badge& logoColor = white & labelColor = 1 c3969 " alt = "" />
14+ </ section >
15+ )
16+ }
You can’t perform that action at this time.
0 commit comments