{"id":627,"date":"2026-03-13T16:06:05","date_gmt":"2026-03-13T16:06:05","guid":{"rendered":"https:\/\/www.gptguides.co\/?page_id=627"},"modified":"2026-03-13T16:06:05","modified_gmt":"2026-03-13T16:06:05","slug":"resources","status":"publish","type":"page","link":"https:\/\/www.gptguides.co\/hr\/resources\/","title":{"rendered":"Resources"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<section class=\"gg-resources-page\">\n  <div class=\"gg-resources-wrap\">\n    \n    <div class=\"gg-resources-hero\">\n      <span class=\"gg-resources-kicker\">GPTGuides Resources<\/span>\n      <h1>Practical AI content you can actually use<\/h1>\n      <p>\n        Explore helpful content designed to make AI tools feel more useful, more natural and a lot less overwhelming. \n        Whether you\u2019d rather read or listen, you\u2019ll find practical ideas, tips, and examples here.\n      <\/p>\n    <\/div>\n\n    <div class=\"gg-resources-grid\">\n      \n      <article class=\"gg-resource-card\">\n        <div class=\"gg-resource-icon\">\u270d\ufe0f<\/div>\n        <h2>The Blog<\/h2>\n        <p>\n          Read practical articles about using AI in everyday life, work, planning, decision-making and productivity.\n        <\/p>\n        <a href=\"https:\/\/www.gptguides.co\/hr\/blog\/\" class=\"gg-resource-btn\">Read the blog<\/a>\n      <\/article>\n\n      <article class=\"gg-resource-card\">\n        <div class=\"gg-resource-icon\">\ud83c\udf99\ufe0f<\/div>\n        <h2>The Podcast<\/h2>\n        <p>\n          Listen to short, practical episodes about using AI tools as a thinking partner, assistant and everyday support tool.\n        <\/p>\n        <a href=\"https:\/\/www.gptguides.co\/hr\/gptguides-the-podcast\/\" class=\"gg-resource-btn\">Listen to the podcast<\/a>\n      <\/article>\n\n    <\/div>\n\n    <div class=\"gg-tools-note\">\n      <div class=\"gg-tools-note-text\">\n        <h3>Looking for AI tools?<\/h3>\n        <p>\n          My Tools Library has its own dedicated space, so you can browse useful AI tools separately from the blog and podcast.\n        <\/p>\n      <\/div>\n      <a href=\"\/hr\/tools-library\/\" class=\"gg-tools-note-btn\">Visit Tools Library<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n  :root{\n    --gg-bg: #F7F4F2;\n    --gg-card: #ffffff;\n    --gg-text: #12302E;\n    --gg-muted: #4B6361;\n    --gg-line: #CCF5F3;\n    --gg-accent: #007F78;\n    --gg-accent-2: #00BFB3;\n    --gg-highlight: #FF6F61;\n    --gg-shadow: 0 14px 40px rgba(18, 48, 46, 0.08);\n    --gg-radius: 22px;\n    --gg-max: 1120px;\n  }\n\n  *{\n    box-sizing: border-box;\n  }\n\n  .gg-resources-page{\n    background: var(--gg-bg);\n    padding: 70px 20px 90px;\n    font-family: Arial, sans-serif;\n    color: var(--gg-text);\n  }\n\n  .gg-resources-wrap{\n    max-width: var(--gg-max);\n    margin: 0 auto;\n  }\n\n  .gg-resources-hero{\n    max-width: 760px;\n    margin: 0 auto 48px;\n    text-align: center;\n  }\n\n  .gg-resources-kicker{\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(0, 191, 179, 0.12);\n    color: var(--gg-accent);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .gg-resources-hero h1{\n    margin: 0 0 18px;\n    font-size: clamp(34px, 5vw, 56px);\n    line-height: 1.08;\n    color: var(--gg-text);\n  }\n\n  .gg-resources-hero p{\n    margin: 0;\n    font-size: 18px;\n    line-height: 1.7;\n    color: var(--gg-muted);\n  }\n\n  .gg-resources-grid{\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 26px;\n    margin-bottom: 34px;\n  }\n\n  .gg-resource-card{\n    background: var(--gg-card);\n    border: 1px solid rgba(0, 127, 120, 0.08);\n    border-radius: var(--gg-radius);\n    padding: 34px 30px 30px;\n    box-shadow: var(--gg-shadow);\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .gg-resource-card::before{\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 6px;\n    background: linear-gradient(90deg, var(--gg-accent-2), var(--gg-accent));\n  }\n\n  .gg-resource-card:hover{\n    transform: translateY(-4px);\n    box-shadow: 0 18px 45px rgba(18, 48, 46, 0.12);\n  }\n\n  .gg-resource-icon{\n    width: 58px;\n    height: 58px;\n    border-radius: 16px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(204, 245, 243, 0.85);\n    font-size: 28px;\n    margin-bottom: 18px;\n  }\n\n  .gg-resource-card h2{\n    margin: 0 0 12px;\n    font-size: 28px;\n    line-height: 1.2;\n    color: var(--gg-text);\n  }\n\n  .gg-resource-card p{\n    margin: 0 0 24px;\n    font-size: 17px;\n    line-height: 1.7;\n    color: var(--gg-muted);\n  }\n\n  .gg-resource-btn,\n  .gg-tools-note-btn{\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none;\n    border-radius: 999px;\n    padding: 14px 22px;\n    font-size: 15px;\n    font-weight: 700;\n    transition: all 0.2s ease;\n  }\n\n  .gg-resource-btn{\n    background: var(--gg-accent);\n    color: #ffffff;\n  }\n\n  .gg-resource-btn:hover{\n    background: var(--gg-accent-2);\n    color: #ffffff;\n  }\n\n  .gg-tools-note{\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n    padding: 28px 30px;\n    background: #ffffff;\n    border: 1px solid rgba(255, 111, 97, 0.14);\n    border-radius: var(--gg-radius);\n    box-shadow: var(--gg-shadow);\n  }\n\n  .gg-tools-note-text h3{\n    margin: 0 0 8px;\n    font-size: 24px;\n    color: var(--gg-text);\n  }\n\n  .gg-tools-note-text p{\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.7;\n    color: var(--gg-muted);\n  }\n\n  .gg-tools-note-btn{\n    white-space: nowrap;\n    background: rgba(255, 111, 97, 0.12);\n    color: var(--gg-highlight);\n    border: 1px solid rgba(255, 111, 97, 0.2);\n  }\n\n  .gg-tools-note-btn:hover{\n    background: var(--gg-highlight);\n    color: #ffffff;\n  }\n\n  @media (max-width: 860px){\n    .gg-resources-grid{\n      grid-template-columns: 1fr;\n    }\n\n    .gg-tools-note{\n      flex-direction: column;\n      align-items: flex-start;\n    }\n  }\n\n  @media (max-width: 640px){\n    .gg-resources-page{\n      padding: 54px 16px 70px;\n    }\n\n    .gg-resources-hero{\n      margin-bottom: 34px;\n    }\n\n    .gg-resources-hero p{\n      font-size: 16px;\n    }\n\n    .gg-resource-card{\n      padding: 28px 22px 24px;\n    }\n\n    .gg-resource-card h2{\n      font-size: 24px;\n    }\n\n    .gg-resource-card p,\n    .gg-tools-note-text p{\n      font-size: 15px;\n    }\n\n    .gg-tools-note{\n      padding: 24px 22px;\n    }\n\n    .gg-tools-note-text h3{\n      font-size: 21px;\n    }\n  }\n<\/style>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"GPTGuides Resources Practical AI content you can actually use Explore helpful content designed to make AI tools feel more useful, [...]","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-627","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Resources - GPTGuides<\/title>\n<meta name=\"description\" content=\"Explore practical resources including guides, articles and podcast episodes that help you use AI tools smarter.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gptguides.co\/hr\/resources\/\" \/>\n<meta property=\"og:locale\" content=\"hr_HR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Resources - GPTGuides\" \/>\n<meta property=\"og:description\" content=\"Explore practical resources including guides, articles and podcast episodes that help you use AI tools smarter.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gptguides.co\/hr\/resources\/\" \/>\n<meta property=\"og:site_name\" content=\"GPTGuides\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Procijenjeno vrijeme \u010ditanja\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuta\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/resources\\\/\",\"url\":\"https:\\\/\\\/www.gptguides.co\\\/resources\\\/\",\"name\":\"Resources - GPTGuides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#website\"},\"datePublished\":\"2026-03-13T16:06:05+00:00\",\"description\":\"Explore practical resources including guides, articles and podcast episodes that help you use AI tools smarter.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/resources\\\/#breadcrumb\"},\"inLanguage\":\"hr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.gptguides.co\\\/resources\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/resources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.gptguides.co\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#website\",\"url\":\"https:\\\/\\\/www.gptguides.co\\\/\",\"name\":\"GPTGuides\",\"description\":\"AI made easy\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#\\\/schema\\\/person\\\/7a73d64f9b255b4a42a7e4c3e54639b4\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.gptguides.co\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"hr\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#\\\/schema\\\/person\\\/7a73d64f9b255b4a42a7e4c3e54639b4\",\"name\":\"Nika\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hr\",\"@id\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\",\"url\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\",\"contentUrl\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\",\"width\":320,\"height\":320,\"caption\":\"Nika\"},\"logo\":{\"@id\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/gptguides\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Resources - GPTGuides","description":"Explore practical resources including guides, articles and podcast episodes that help you use AI tools smarter.","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:\/\/www.gptguides.co\/hr\/resources\/","og_locale":"hr_HR","og_type":"article","og_title":"Resources - GPTGuides","og_description":"Explore practical resources including guides, articles and podcast episodes that help you use AI tools smarter.","og_url":"https:\/\/www.gptguides.co\/hr\/resources\/","og_site_name":"GPTGuides","twitter_card":"summary_large_image","twitter_misc":{"Procijenjeno vrijeme \u010ditanja":"1 minuta"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gptguides.co\/resources\/","url":"https:\/\/www.gptguides.co\/resources\/","name":"Resources - GPTGuides","isPartOf":{"@id":"https:\/\/www.gptguides.co\/#website"},"datePublished":"2026-03-13T16:06:05+00:00","description":"Explore practical resources including guides, articles and podcast episodes that help you use AI tools smarter.","breadcrumb":{"@id":"https:\/\/www.gptguides.co\/resources\/#breadcrumb"},"inLanguage":"hr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gptguides.co\/resources\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.gptguides.co\/resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gptguides.co\/"},{"@type":"ListItem","position":2,"name":"Resources"}]},{"@type":"WebSite","@id":"https:\/\/www.gptguides.co\/#website","url":"https:\/\/www.gptguides.co\/","name":"GPT vodi\u010di","description":"AI made easy","publisher":{"@id":"https:\/\/www.gptguides.co\/#\/schema\/person\/7a73d64f9b255b4a42a7e4c3e54639b4"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gptguides.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hr"},{"@type":["Person","Organization"],"@id":"https:\/\/www.gptguides.co\/#\/schema\/person\/7a73d64f9b255b4a42a7e4c3e54639b4","name":"Nika","image":{"@type":"ImageObject","inLanguage":"hr","@id":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png","url":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png","contentUrl":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png","width":320,"height":320,"caption":"Nika"},"logo":{"@id":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png"},"sameAs":["https:\/\/www.instagram.com\/gptguides\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages\/627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/comments?post=627"}],"version-history":[{"count":1,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages\/627\/revisions"}],"predecessor-version":[{"id":629,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages\/627\/revisions\/629"}],"wp:attachment":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/media?parent=627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}