{"id":2186,"date":"2026-02-09T12:36:44","date_gmt":"2026-02-09T12:36:44","guid":{"rendered":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186"},"modified":"2026-05-22T16:59:29","modified_gmt":"2026-05-22T16:59:29","slug":"8%ef%b8%8f%e2%83%a3-%f0%9f%92%a1-hackato-ecotech","status":"publish","type":"page","link":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186","title":{"rendered":"8\ufe0f\u20e3 &#8211; \ud83d\udca1- Hackat\u00f3 EcoTech"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>TFP \u00b7 08 \u2013 Hackat\u00f3 EcoTech<\/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; line-height: 1;\n    }\n    .title-bar { width: 56px; height: 2px; background: var(--gold); margin: 16px 0 40px; }\n\n    .grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));\n      gap: 14px; max-width: 1100px;\n    }\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\n    \/* Disabled card (no URL yet) *\/\n    .btn-card.disabled {\n      opacity: 0.45; cursor: not-allowed; pointer-events: none;\n    }\n\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\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;\n      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\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\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\n  <a class=\"back-btn\" href=\"javascript:history.back()\">\u2039 Tornar<\/a>\n\n  <p class=\"section-label\">TFP \u00b7 08 \u2014 Hackat\u00f3 EcoTech<\/p>\n  <h2 class=\"section-title\">8\ufe0f\u20e3 \ud83d\udca1 Hackat\u00f3 EcoTech<\/h2>\n  <div class=\"title-bar\"><\/div>\n\n  <div class=\"grid\">\n\n    <div class=\"grid-section-header\"><span>Activitats<\/span><hr><\/div>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2190\" target=\"_blank\">\n      <span class=\"num\">01<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Dissenyar el gui\u00f3 complet de la Hackat\u00f3 EcoTech<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 08 \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=2188\" target=\"_blank\">\n      <span class=\"num\">02<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Analitzar el repte de sostenibilitat plantejat per les empreses<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 08 \u00b7 02<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a class=\"btn-card disabled\" href=\"#\">\n      <span class=\"num\">03<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Dinamitzar la Hackat\u00f3 aplicant criteris de sostenibilitat<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 08 \u00b7 03 \u00b7 Pr\u00f2ximament<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a class=\"btn-card\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2194\" target=\"_blank\">\n      <span class=\"num\">04<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Crear materials visuals sobre sostenibilitat i economia circular<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 08 \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=2196\" target=\"_blank\">\n      <span class=\"num\">05<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Crear un sistema de avaluaci\u00f3 infantil per al jurat<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 08 \u00b7 05<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n    <a rel=\"nofollow\" class=\"btn-card\" href=\"https:\/\/mgarcia.inscastellbisbal.net\/crear-linforme-final-de-resultats-i-impacte-de-la-hackato\/\" target=\"_blank\">\n      <span class=\"num\">06<\/span>\n      <div class=\"btn-text\">\n        <div class=\"btn-title\">Crear l&#8217;informe final de resultats i impacte de la Hackat\u00f3<\/div>\n        <div class=\"btn-sub\">TFP \u00b7 08 \u00b7 06<\/div>\n      <\/div>\n      <span class=\"arrow\">\u203a<\/span>\n    <\/a>\n\n  <\/div>\n","protected":false},"excerpt":{"rendered":"<p>TFP \u00b7 08 \u2013 Hackat\u00f3 EcoTech \u2039 Tornar TFP \u00b7 08 \u2014 Hackat\u00f3 EcoTech 8\ufe0f\u20e3 \ud83d\udca1 Hackat\u00f3 EcoTech Activitats 01 Dissenyar el gui\u00f3 complet de la Hackat\u00f3 EcoTech TFP \u00b7 08 \u00b7 01 \u203a 02 Analitzar el repte de sostenibilitat plantejat per les empreses TFP \u00b7 08 \u00b7 02 \u203a 03 Dinamitzar la Hackat\u00f3 aplicant [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1496,"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\":0,\"id\":\"wordCount\",\"status\":\"poor\",\"detailStatus\":\"missing\",\"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\":0,\"status\":\"poor\",\"detailStatus\":\"missing\",\"tooltip\":\"web page should have h2 tags for better SEO\"},{\"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\":0,\"status\":\"success\",\"detailStatus\":\"success\",\"tooltip\":\"web page should have paragraph tags for better SEO\"},{\"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\":0,\"id\":\"averageStopwordPercentage\"},{\"name\":\"Avg. Words per sentence\",\"count\":0,\"id\":\"averageWordsPerSentence\"},{\"name\":\"Stopword count\",\"count\":0,\"id\":\"sentenceCount\"},{\"name\":\"Sentence count\",\"count\":0,\"id\":\"sentenceCount\"},{\"name\":\"Letter count\",\"count\":0,\"id\":\"letterCount\"},{\"name\":\"Difficult word\",\"count\":0,\"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\":null,\"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\":\"Very Difficult (College Graduate)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Gunning fog score\",\"score\":null,\"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\":\"College Graduate (Grade 17+)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Coleman liau index\",\"score\":null,\"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 Graduate (Grade 17+)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Flesch - Kincaid grade level\",\"score\":null,\"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\":\"College Graduate (Grade 17+)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Smog index\",\"score\":null,\"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\":\"College Graduate (Grade 17+)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Automated readability index\",\"score\":null,\"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\":\"College Graduate (Grade 17+)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Dale chall readability score\",\"score\":null,\"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\":\"College Graduate\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Spache readability score\",\"score\":null,\"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\":\"Above 4th grade\"}]},\"advanceSetting\":{\"advanceRobotsMeta\":[],\"breadcrumbTitle\":\"\",\"canonicalURL\":\"\",\"criticalOptions\":[]},\"scoring\":{\"subScoring\":{\"metaDescriptionScore\":7,\"schemaMarkupScore\":8,\"outwardInterlinkingScore\":0,\"inwardInterlinkingScore\":0,\"socialMediaScore\":3,\"misspelledWordsScore\":0,\"advanceSettingScore\":3,\"noFollowLinksScore\":0,\"keywordAppearanceScore\":1,\"imageAnalyticsScore\":0},\"singlePostScore\":0},\"misspelledWords\":[],\"pointsToImprove\":{\"count\":{\"criticalPointsCount\":0,\"recommendedPointsCount\":0},\"pointsToImproveDetails\":{\"searchEngineAppearance\":[{\"id\":\"recommended_keyword_missing_meta_title\",\"name\":{\"label\":\"Keyword is missing in meta title.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_meta_description_missing\",\"name\":{\"label\":\"Meta Description is missing\"},\"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\":\"critical_missing_social_media_description\",\"name\":{\"label\":\"Description is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"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\":\"critical_missing_social_media_twitter_description\",\"name\":{\"label\":\"X(Twitter) description is missing 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_is_missing\",\"name\":{\"label\":\"There is no content in your post.please add content\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"critical_heading2_is_missing\",\"name\":{\"label\":\"Missing H2 tags, which are important for content structure.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"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-2186","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.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>8\ufe0f\u20e3 - \ud83d\udca1- Hackat\u00f3 EcoTech - 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=2186\" \/>\n<meta property=\"og:locale\" content=\"ca_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"8\ufe0f\u20e3 - \ud83d\udca1- Hackat\u00f3 EcoTech - Adrian Jaimes\" \/>\n<meta property=\"og:description\" content=\"TFP \u00b7 08 \u2013 Hackat\u00f3 EcoTech \u2039 Tornar TFP \u00b7 08 \u2014 Hackat\u00f3 EcoTech 8\ufe0f\u20e3 \ud83d\udca1 Hackat\u00f3 EcoTech Activitats 01 Dissenyar el gui\u00f3 complet de la Hackat\u00f3 EcoTech TFP \u00b7 08 \u00b7 01 \u203a 02 Analitzar el repte de sostenibilitat plantejat per les empreses TFP \u00b7 08 \u00b7 02 \u203a 03 Dinamitzar la Hackat\u00f3 aplicant [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186\" \/>\n<meta property=\"og:site_name\" content=\"Adrian Jaimes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T16:59:29+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=2186\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2186\",\"name\":\"8\ufe0f\u20e3 - \ud83d\udca1- Hackat\u00f3 EcoTech - Adrian Jaimes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#website\"},\"datePublished\":\"2026-02-09T12:36:44+00:00\",\"dateModified\":\"2026-05-22T16:59:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2186#breadcrumb\"},\"inLanguage\":\"ca\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2186\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2186#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\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1496\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"8\ufe0f\u20e3 &#8211; \ud83d\udca1- Hackat\u00f3 EcoTech\"}]},{\"@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":"8\ufe0f\u20e3 - \ud83d\udca1- Hackat\u00f3 EcoTech - 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=2186","og_locale":"ca_ES","og_type":"article","og_title":"8\ufe0f\u20e3 - \ud83d\udca1- Hackat\u00f3 EcoTech - Adrian Jaimes","og_description":"TFP \u00b7 08 \u2013 Hackat\u00f3 EcoTech \u2039 Tornar TFP \u00b7 08 \u2014 Hackat\u00f3 EcoTech 8\ufe0f\u20e3 \ud83d\udca1 Hackat\u00f3 EcoTech Activitats 01 Dissenyar el gui\u00f3 complet de la Hackat\u00f3 EcoTech TFP \u00b7 08 \u00b7 01 \u203a 02 Analitzar el repte de sostenibilitat plantejat per les empreses TFP \u00b7 08 \u00b7 02 \u203a 03 Dinamitzar la Hackat\u00f3 aplicant [&hellip;]","og_url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186","og_site_name":"Adrian Jaimes","article_modified_time":"2026-05-22T16:59:29+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=2186","url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186","name":"8\ufe0f\u20e3 - \ud83d\udca1- Hackat\u00f3 EcoTech - Adrian Jaimes","isPartOf":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#website"},"datePublished":"2026-02-09T12:36:44+00:00","dateModified":"2026-05-22T16:59:29+00:00","breadcrumb":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186#breadcrumb"},"inLanguage":"ca","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2186#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","item":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496"},{"@type":"ListItem","position":4,"name":"8\ufe0f\u20e3 &#8211; \ud83d\udca1- Hackat\u00f3 EcoTech"}]},{"@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\/2186","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=2186"}],"version-history":[{"count":2,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/2186\/revisions"}],"predecessor-version":[{"id":3314,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/2186\/revisions\/3314"}],"up":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/1496"}],"wp:attachment":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}