{"id":1496,"date":"2026-01-13T12:22:50","date_gmt":"2026-01-13T12:22:50","guid":{"rendered":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496"},"modified":"2026-04-27T09:20:08","modified_gmt":"2026-04-27T09:20:08","slug":"repte-1-4","status":"publish","type":"page","link":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496","title":{"rendered":"Repte 1.4"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ca\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Repte 1.4 \u2013 TalentFP<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Rajdhani:wght@500;700&#038;family=Barlow+Condensed:wght@400;600&#038;display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    :root {\n      --gold: #c9972a; --gold-light: #e8b84b; --gold-dim: #7a5a14;\n      --dark: #0d0d0f; --dark-card: #1a1a20;\n      --text: #d6cfc0; --text-dim: #7a7570;\n      --accent-cyan: #00d4ff22;\n    }\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    body {\n      background: var(--dark); font-family: 'Barlow Condensed', sans-serif;\n      color: var(--text); padding: 48px 32px; min-height: 100vh;\n    }\n    body::after {\n      content: ''; position: fixed; inset: 0;\n      background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(0,0,0,0.06) 3px, rgba(0,0,0,0.06) 4px);\n      pointer-events: none; z-index: 999;\n    }\n    .back-btn {\n      display: inline-flex; align-items: center; gap: 8px;\n      font-family: 'Rajdhani', sans-serif; font-size: 11px;\n      letter-spacing: 0.3em; text-transform: uppercase;\n      color: var(--gold); text-decoration: none;\n      border: 1px solid var(--gold-dim); padding: 7px 16px; margin-bottom: 28px;\n      clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);\n      transition: background 0.3s, color 0.3s;\n    }\n    .back-btn:hover { background: var(--gold); color: #0d0d0f; }\n    .section-label {\n      font-family: 'Rajdhani', sans-serif; font-size: 11px;\n      letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px;\n    }\n    .section-title {\n      font-family: 'Rajdhani', sans-serif; font-size: clamp(28px, 5vw, 44px);\n      font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;\n      color: #fff; margin-bottom: 4px; line-height: 1;\n    }\n    .title-bar { width: 56px; height: 2px; background: var(--gold); margin: 16px 0 40px; }\n    .grid {\n      display: grid; grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));\n      gap: 14px; max-width: 1100px;\n    }\n    .btn-card {\n      display: flex; align-items: center; gap: 22px;\n      background: var(--dark-card); border: 1px solid #2a2a30;\n      padding: 26px 28px; text-decoration: none; color: var(--text);\n      position: relative; overflow: hidden;\n      transition: border-color 0.3s, transform 0.25s; cursor: pointer;\n      clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));\n    }\n    .btn-card::before {\n      content: ''; position: absolute; inset: 0;\n      background: linear-gradient(120deg, var(--accent-cyan) 0%, transparent 60%);\n      opacity: 0; transition: opacity 0.35s;\n    }\n    .btn-card::after {\n      content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;\n      background: var(--gold); transform: scaleY(0); transform-origin: bottom;\n      transition: transform 0.3s ease;\n    }\n    .btn-card:hover { border-color: var(--gold-dim); transform: translateX(5px); }\n    .btn-card:hover::before { opacity: 1; }\n    .btn-card:hover::after { transform: scaleY(1); }\n    .num {\n      font-family: 'Rajdhani', sans-serif; font-size: 42px; font-weight: 700;\n      color: var(--gold-dim); line-height: 1; min-width: 56px; transition: color 0.3s;\n    }\n    .btn-card:hover .num { color: var(--gold); }\n    .btn-text { flex: 1; }\n    .btn-title {\n      font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 600;\n      letter-spacing: 0.05em; text-transform: uppercase; color: #e8e0d0; line-height: 1.3; transition: color 0.3s;\n    }\n    .btn-sub {\n      font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;\n      color: var(--text-dim); margin-top: 3px; transition: color 0.3s;\n    }\n    .btn-card:hover .btn-title { color: var(--gold-light); }\n    .btn-card:hover .btn-sub { color: var(--gold-dim); }\n    .arrow { font-size: 26px; color: var(--gold-dim); transition: color 0.3s, transform 0.3s; flex-shrink: 0; }\n    .btn-card:hover .arrow { color: var(--gold); transform: translateX(5px); }\n    .grid-section-header {\n      grid-column: 1 \/ -1; display: flex; align-items: center; gap: 14px;\n      margin-top: 18px; padding-top: 18px; border-top: 1px solid #222228;\n    }\n    .grid-section-header:first-child { margin-top: 0; padding-top: 0; border-top: none; }\n    .grid-section-header span {\n      font-family: 'Rajdhani', sans-serif; font-size: 11px;\n      letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); white-space: nowrap;\n    }\n    .grid-section-header hr { flex: 1; border: none; border-top: 1px solid #2a2a30; }\n  <\/style>\n<\/head>\n<body>\n  <a class=\"back-btn\" href=\"javascript:history.back()\">\u2039 Tornar<\/a>\n  <p class=\"section-label\">Repte 1.4<\/p>\n  <h2 class=\"section-title\">TalentFP<\/h2>\n  <div class=\"title-bar\"><\/div>\n\n  <div class=\"grid\">\n    <div class=\"grid-section-header\"><span>Projectes i innovaci\u00f3<\/span><hr><\/div>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2140\" target=\"_blank\">\n      <span class=\"num\">01<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">iPOP<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 01<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2140\" target=\"_blank\">\n      <span class=\"num\">02<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">El Xatbot<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 02<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2214\" target=\"_blank\">\n      <span class=\"num\">03<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Tour Virtual<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 03<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <div class=\"grid-section-header\"><span>Sostenibilitat i fira<\/span><hr><\/div>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2228\" target=\"_blank\">\n      <span class=\"num\">04<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">L&#8217;Ecocarpa<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 04<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2238\" target=\"_blank\">\n      <span class=\"num\">05<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">La Fira<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 05<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <div class=\"grid-section-header\"><span>Internacional i portafoli<\/span><hr><\/div>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2256\" target=\"_blank\">\n      <span class=\"num\">06<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Internacionalitzaci\u00f3<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 06<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2272\" target=\"_blank\">\n      <span class=\"num\">07<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Adaptaci\u00f3 Portafolis<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 07<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186\" target=\"_blank\">\n      <span class=\"num\">08<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Hackat\u00f3 EcoTech<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 08<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Repte 1.4 \u2013 TalentFP \u2039 Tornar Repte 1.4 TalentFP Projectes i innovaci\u00f3 01 iPOP TFP \u00b7 01 \u203a 02 El Xatbot TFP \u00b7 02 \u203a 03 Tour Virtual TFP \u00b7 03 \u203a Sostenibilitat i fira 04 L&#8217;Ecocarpa TFP \u00b7 04 \u203a 05 La Fira TFP \u00b7 05 \u203a Internacional i portafoli 06 Internacionalitzaci\u00f3 TFP \u00b7 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1084,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":false,"_dseop_meta":"{\"noFollowLinks\":{\"linkList\":[],\"ignoredGlobalDomains\":[],\"textboxValue\":\"\"},\"schemaMarkup\":{\"schemas\":[{\"templateId\":\"WebpageSchema\",\"name\":\"Webpage\",\"id\":\"WebpageSchema\",\"schemaData\":{\"@type\":\"WebPage\",\"@id\":\"\",\"name\":\"\",\"url\":\"\",\"description\":\"\",\"breadcrumb\":{\"@type\":\"BreadcrumbList\",\"@id\":\"\"},\"datePublished\":\"\",\"dateModified\":\"\",\"inLanguage\":\"\"}}],\"schemaTemplates\":[]},\"metaDescription\":{\"metaData\":[]},\"keywordAppearance\":{\"contentDetails\":[{\"name\":\"Word count\",\"count\":464,\"id\":\"wordCount\",\"status\":\"average\",\"detailStatus\":\"shortAverage\",\"tooltip\":\"words count should be greater then 1500.\"},{\"id\":\"heading1\",\"name\":\"heading 1\",\"count\":1,\"status\":\"excellent\",\"detailStatus\":\"excellent\",\"tooltip\":\"good use of h1 tag.\"},{\"id\":\"heading2\",\"name\":\"heading 2\",\"count\":1,\"status\":\"excellent\",\"detailStatus\":\"excellent\",\"tooltip\":\"good use of h2 tags.\"},{\"id\":\"heading3\",\"name\":\"heading 3\",\"count\":0,\"status\":\"poor\",\"detailStatus\":\"missing\",\"tooltip\":\"web page should have h3 tags for better SEO\"},{\"id\":\"paragraphTags\",\"name\":\"paragraph tags\",\"count\":1,\"status\":\"excellent\",\"detailStatus\":\"excellent\",\"tooltip\":\"good use of paragraph tags.\"},{\"id\":\"boldAndStrongTags\",\"name\":\"bold and strong tags list\",\"count\":0,\"status\":\"success\",\"detailStatus\":\"success\",\"tooltip\":\"web page should have bold and strong tags for better SEO\"},{\"name\":\"Avg. Stopword percentage\",\"count\":1,\"id\":\"averageStopwordPercentage\"},{\"name\":\"Avg. Words per sentence\",\"count\":0,\"id\":\"averageWordsPerSentence\"},{\"name\":\"Stopword count\",\"count\":4,\"id\":\"sentenceCount\"},{\"name\":\"Sentence count\",\"count\":0,\"id\":\"sentenceCount\"},{\"name\":\"Letter count\",\"count\":2678,\"id\":\"letterCount\"},{\"name\":\"Difficult word\",\"count\":65,\"id\":\"difficultWord\"}],\"advanceOptions\":[],\"modifyStopwords\":{\"customStopwords\":[],\"disabledStopwords\":[]}},\"socialMedia\":{\"openGraphData\":[],\"twitterData\":{\"xSummaryCardData\":[],\"xAppCardData\":{\"iphoneAppName\":\"\",\"iphoneAppId\":\"\",\"iphoneAppUrl\":\"\",\"ipadAppName\":\"\",\"ipadAppId\":\"\",\"ipadAppUrl\":\"\",\"googlePlayAppName\":\"\",\"googlePlayAppId\":\"\",\"googlePlayAppUrl\":\"\",\"appCountry\":\"\"},\"xPlayerCardData\":{\"player\":\"\",\"playerWidth\":\"\",\"streamUrl\":\"\",\"streamContentType\":\"\"}}},\"readability\":{\"readabilityFactorList\":[{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Flesch - Kincaid reading ease\",\"score\":37.51,\"description\":\"The Flesch-Kincaid Reading Ease score measures the readability of your text. A higher score indicates easier-to-read content. Aim for a score between 60 and 70 for most web content.\",\"grade\":\"Difficult (College)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Gunning fog score\",\"score\":9.17,\"description\":\"The Gunning Fog Score estimates the years of formal education needed to understand your text. Lower scores indicate easier readability. Aim for a score of 7 to 8 for general audiences.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Coleman liau index\",\"score\":14.82,\"description\":\"The Coleman-Liau Index calculates readability based on characters per word and sentence length. It estimates the U.S. school grade level required to comprehend the text. A lower score suggests easier content.\",\"grade\":\"College (Grade 13-16)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Flesch - Kincaid grade level\",\"score\":10.24,\"description\":\"The Flesch-Kincaid Grade Level formula evaluates the readability of your text by calculating the U.S. school grade level. A lower grade level indicates easier readability.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Smog index\",\"score\":9.52,\"description\":\"The SMOG (Simple Measure of Gobbledygook) Index estimates the years of education a person needs to understand a text. A lower score means simpler text, while a higher score suggests more complex content.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Automated readability index\",\"score\":10.22,\"description\":\"The Automated Readability Index calculates the readability of your content using characters per word and words per sentence. It estimates the U.S. school grade level needed to understand the text.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Dale chall readability score\",\"score\":6.29,\"description\":\"The Dale-Chall Readability Score evaluates the readability of your text based on familiar words and sentence structure. A lower score indicates that the content is easier to read.\",\"grade\":\"7th-8th grade\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Spache readability score\",\"score\":1.74,\"description\":\"The Spache Readability Score measures the readability of texts for younger readers. It identifies words that are unfamiliar to children and calculates a score accordingly. A lower score indicates easier content.\",\"grade\":\"2nd grade\"}]},\"advanceSetting\":{\"advanceRobotsMeta\":[],\"breadcrumbTitle\":\"\",\"canonicalURL\":\"\",\"criticalOptions\":[]},\"scoring\":{\"subScoring\":{\"metaDescriptionScore\":4.5,\"schemaMarkupScore\":8,\"outwardInterlinkingScore\":0,\"inwardInterlinkingScore\":0,\"socialMediaScore\":1,\"misspelledWordsScore\":0,\"advanceSettingScore\":3,\"noFollowLinksScore\":0,\"keywordAppearanceScore\":2,\"imageAnalyticsScore\":0},\"singlePostScore\":28},\"misspelledWords\":[],\"pointsToImprove\":{\"count\":{\"criticalPointsCount\":0,\"recommendedPointsCount\":0},\"pointsToImproveDetails\":{\"searchEngineAppearance\":[{\"id\":\"recommended_meta_title_average\",\"name\":{\"label\":\"Meta title is average\"},\"type\":\"Recommended\",\"priority\":\"too_high\"},{\"id\":\"recommended_keyword_missing_meta_title\",\"name\":{\"label\":\"Keyword is missing in meta title.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_meta_description_short\",\"name\":{\"label\":\"Meta description is Short\"},\"type\":\"Critical\"},{\"id\":\"recommended_meta_description_with_no_selected_keyword\",\"name\":{\"label\":\"There in no keyword in your meta description.\"},\"type\":\"Critical\"},{\"id\":\"recommended_keyword_missing_permalink\",\"name\":{\"label\":\"Keyword is missing in permalink.\"},\"type\":\"Critical\"}],\"searchEngineVisibility\":[],\"redirectedLink301\":[],\"socialMedia\":[{\"id\":\"critical_missing_social_media_image\",\"name\":{\"label\":\"Image is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"recommended_keyword_missing_open_graph_title\",\"name\":{\"label\":\"Keyword is missing in social media title.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_average_social_media_title\",\"name\":{\"label\":\"Title is average in social media appearance.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_keyword_missing_open_graph_description\",\"name\":{\"label\":\"Keyword is missing in social media description.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_short_social_media_description\",\"name\":{\"label\":\"Description is short in social media appearance.\"},\"type\":\"Critical\"},{\"id\":\"critical_missing_social_media_twitter_image\",\"name\":{\"label\":\"X(Twitter) image is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"recommended_keyword_missing_twitter_title\",\"name\":{\"label\":\"Keyword is missing in X(Twitter) title.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_average_social_media_twitter_title\",\"name\":{\"label\":\"X(Twitter) title is average in social media appearance.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_keyword_missing_twitter_description\",\"name\":{\"label\":\"Keyword is missing in X(Twitter) description.\"},\"type\":\"Recommended\"},{\"id\":\"recommended_short_social_media_twitter_description\",\"name\":{\"label\":\"X(Twitter) description is short in social media appearance.\"},\"type\":\"Critical\"}],\"noFollowLink\":[],\"misspelledWords\":[],\"inwardLinks\":[],\"outwardLinks\":[],\"keywordAppearance\":[{\"id\":\"critical_no_selected_keyword\",\"name\":{\"label\":\"Selected keyword missing in keyword appearance.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_word_count_is_low\",\"name\":{\"label\":\"Word count is low in your content add more words.\"},\"type\":\"Recommended\"},{\"id\":\"critical_heading3_is_missing\",\"name\":{\"label\":\"Missing H3 tags, consider adding H3 for better SEO.\"},\"type\":\"Critical\"}],\"advanceSettings\":[],\"schemaMarkup\":[],\"imageAnalytics\":[{\"id\":\"critical_no_images_in_your_content\",\"name\":{\"label\":\"There is no images in your content.\"},\"type\":\"Critical\",\"priority\":\"high\"}],\"productGtins\":[]}},\"imageAnalytics\":{\"imageAnalysis\":[{\"id\":\"TotalImages\",\"name\":\"Total images\",\"value\":\"0\"},{\"id\":\"ImagesHasTitle\",\"name\":\"Images has title\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"ImageHasAltAttribute\",\"name\":\"Images has alt\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"ImagesHasProperFileName\",\"name\":\"Images has proper filename format\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInTitleAttribute\",\"name\":\"Keyword in image title\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInAltAttribute\",\"name\":\"Keyword in image Alt\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInFilename\",\"name\":\"Keyword in image filename\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"}]}}","_dseop_selected_keywords":"","footnotes":""},"class_list":["post-1496","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Repte 1.4 - Adrian Jaimes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496\" \/>\n<meta property=\"og:locale\" content=\"ca_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Repte 1.4 - Adrian Jaimes\" \/>\n<meta property=\"og:description\" content=\"Repte 1.4 \u2013 TalentFP \u2039 Tornar Repte 1.4 TalentFP Projectes i innovaci\u00f3 01 iPOP TFP \u00b7 01 \u203a 02 El Xatbot TFP \u00b7 02 \u203a 03 Tour Virtual TFP \u00b7 03 \u203a Sostenibilitat i fira 04 L&#8217;Ecocarpa TFP \u00b7 04 \u203a 05 La Fira TFP \u00b7 05 \u203a Internacional i portafoli 06 Internacionalitzaci\u00f3 TFP \u00b7 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496\" \/>\n<meta property=\"og:site_name\" content=\"Adrian Jaimes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-27T09:20:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Temps estimat de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1496\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1496\",\"name\":\"Repte 1.4 - Adrian Jaimes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#website\"},\"datePublished\":\"2026-01-13T12:22:50+00:00\",\"dateModified\":\"2026-04-27T09:20:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1496#breadcrumb\"},\"inLanguage\":\"ca\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1496\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1496#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inici\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"1r SMX\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1084\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Repte 1.4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#website\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\",\"name\":\"Adrian Jaimes\",\"description\":\"S\u00f3c estudiant d&#039;inform\u00e0tica i aqu\u00ed podr\u00e0s veure el meu cam\u00ed acad\u00e8mic, els projectes que he realitzat i els coneixements que he adquirit durant la meva formaci\u00f3. Aquesta p\u00e0gina \u00e9s un reflex de la meva passi\u00f3 per la tecnologia i el meu comprom\u00eds per seguir aprenent i millorant cada dia.  Explora els meus treballs i seguiment acad\u00e8mic!\",\"publisher\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ca\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#organization\",\"name\":\"Adrian Jaimes\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ca\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-cropped-width_550_009.webp\",\"contentUrl\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-cropped-width_550_009.webp\",\"width\":512,\"height\":512,\"caption\":\"Adrian Jaimes\"},\"image\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Repte 1.4 - Adrian Jaimes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496","og_locale":"ca_ES","og_type":"article","og_title":"Repte 1.4 - Adrian Jaimes","og_description":"Repte 1.4 \u2013 TalentFP \u2039 Tornar Repte 1.4 TalentFP Projectes i innovaci\u00f3 01 iPOP TFP \u00b7 01 \u203a 02 El Xatbot TFP \u00b7 02 \u203a 03 Tour Virtual TFP \u00b7 03 \u203a Sostenibilitat i fira 04 L&#8217;Ecocarpa TFP \u00b7 04 \u203a 05 La Fira TFP \u00b7 05 \u203a Internacional i portafoli 06 Internacionalitzaci\u00f3 TFP \u00b7 [&hellip;]","og_url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496","og_site_name":"Adrian Jaimes","article_modified_time":"2026-04-27T09:20:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Temps estimat de lectura":"1 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496","url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496","name":"Repte 1.4 - Adrian Jaimes","isPartOf":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#website"},"datePublished":"2026-01-13T12:22:50+00:00","dateModified":"2026-04-27T09:20:08+00:00","breadcrumb":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496#breadcrumb"},"inLanguage":"ca","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inici","item":"https:\/\/ajaimes.inscastellbisbal.net\/"},{"@type":"ListItem","position":2,"name":"1r SMX","item":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1084"},{"@type":"ListItem","position":3,"name":"Repte 1.4"}]},{"@type":"WebSite","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#website","url":"https:\/\/ajaimes.inscastellbisbal.net\/","name":"Adrian Jaimes","description":"S\u00f3c estudiant d&#039;inform\u00e0tica i aqu\u00ed podr\u00e0s veure el meu cam\u00ed acad\u00e8mic, els projectes que he realitzat i els coneixements que he adquirit durant la meva formaci\u00f3. Aquesta p\u00e0gina \u00e9s un reflex de la meva passi\u00f3 per la tecnologia i el meu comprom\u00eds per seguir aprenent i millorant cada dia.  Explora els meus treballs i seguiment acad\u00e8mic!","publisher":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ajaimes.inscastellbisbal.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ca"},{"@type":"Organization","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#organization","name":"Adrian Jaimes","url":"https:\/\/ajaimes.inscastellbisbal.net\/","logo":{"@type":"ImageObject","inLanguage":"ca","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#\/schema\/logo\/image\/","url":"https:\/\/ajaimes.inscastellbisbal.net\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-width_550_009.webp","contentUrl":"https:\/\/ajaimes.inscastellbisbal.net\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-width_550_009.webp","width":512,"height":512,"caption":"Adrian Jaimes"},"image":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1496"}],"version-history":[{"count":7,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1496\/revisions"}],"predecessor-version":[{"id":3147,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1496\/revisions\/3147"}],"up":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1084"}],"wp:attachment":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}