{"id":1,"date":"2025-09-05T14:05:55","date_gmt":"2025-09-05T14:05:55","guid":{"rendered":"https:\/\/rstam.xyz\/?p=1"},"modified":"2025-09-20T17:51:50","modified_gmt":"2025-09-20T17:51:50","slug":"hello-world","status":"publish","type":"post","link":"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/","title":{"rendered":"Hello world!"},"content":{"rendered":"\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"ne\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Nest and Craft Studio \u2014 Simple Landing<\/title>\n\n  <!-- Tailwind -->\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n  <!-- Fonts -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&#038;family=Permanent+Marker&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root{\n      --bg1:#fef3c7; \/* warm peach *\/\n      --bg2:#fde68a; \/* soft amber *\/\n      --ink:#0b1020;\n      --muted:#475569;\n      --brand:#0f766e;\n    }\n    body{\n      font-family: Inter, sans-serif;\n      background: linear-gradient(180deg, var(--bg1), var(--bg2));\n      color: var(--ink);\n    }\n    .hand { font-family: \"Permanent Marker\", cursive; }\n    .card { background: rgba(255,255,255,0.6); border: 1px solid rgba(15, 23, 42, 0.08); backdrop-filter: blur(6px); }\n    .btn { transition: all .2s ease; }\n    .btn-primary { background: var(--ink); color: #fff; }\n    .btn-primary:hover { opacity:.9; transform: translateY(-1px); }\n    .btn-ghost { border: 1px solid rgba(15, 23, 42, .15); background: rgba(255,255,255,.65); }\n    .btn-ghost:hover { background: rgba(255,255,255,.9); }\n    .container-safe { max-width: 80rem; }\n  <\/style>\n<\/head>\n<body class=\"min-h-screen flex flex-col\">\n\n  <!-- Hero (directly start, no header) -->\n  <main class=\"flex-1\">\n    <section class=\"py-12 md:py-16\">\n      <div class=\"container-safe mx-auto px-4\">\n        <div class=\"grid md:grid-cols-2 gap-10 items-center\">\n          <div class=\"space-y-5\">\n            <h1 class=\"text-3xl md:text-5xl font-extrabold\">nest and craft studio<\/h1>\n            <h2 class=\"text-xl md:text-2xl hand text-[color:var(--brand)]\">welcome to template hub<\/h2>\n            <p class=\"text-[color:var(--muted)] max-w-prose\">\n              Clean, calm, and handcrafted. A landing page that feels friendly and real\u2014no fuss, just clarity.\n            <\/p>\n            <div class=\"flex gap-3\">\n              <a href=\"#features\" class=\"btn btn-primary px-5 py-2.5 rounded-lg\">See features<\/a>\n              <a href=\"#contact\" class=\"btn btn-ghost px-5 py-2.5 rounded-lg\">Contact<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"rounded-2xl card p-6\">\n            <div class=\"aspect-[16\/10] rounded-xl bg-white\/70 grid place-items-center\">\n              <svg viewBox=\"0 0 640 400\" class=\"w-full h-full\">\n                <rect x=\"28\" y=\"28\" width=\"584\" height=\"344\" rx=\"18\" fill=\"#ffffff\" fill-opacity=\".9\"><\/rect>\n                <rect x=\"64\" y=\"80\" width=\"280\" height=\"40\" rx=\"10\" fill=\"#0b1020\" fill-opacity=\".08\"><\/rect>\n                <rect x=\"64\" y=\"140\" width=\"380\" height=\"22\" rx=\"8\" fill=\"#0b1020\" fill-opacity=\".08\"><\/rect>\n                <rect x=\"64\" y=\"176\" width=\"420\" height=\"22\" rx=\"8\" fill=\"#0b1020\" fill-opacity=\".08\"><\/rect>\n                <circle cx=\"520\" cy=\"132\" r=\"40\" fill=\"#0f766e\" fill-opacity=\".15\"><\/circle>\n              <\/svg>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- Features -->\n    <section id=\"features\" class=\"py-10\">\n      <div class=\"container-safe mx-auto px-4\">\n        <div class=\"grid md:grid-cols-3 gap-5\">\n          <div class=\"rounded-xl card p-5\">\n            <div class=\"text-sm text-[color:var(--muted)] mb-1\">01<\/div>\n            <div class=\"font-semibold mb-1\">Simple editing<\/div>\n            <p class=\"text-[color:var(--muted)] text-sm\">Swap your text and go. No complex setup.<\/p>\n          <\/div>\n          <div class=\"rounded-xl card p-5\">\n            <div class=\"text-sm text-[color:var(--muted)] mb-1\">02<\/div>\n            <div class=\"font-semibold mb-1\">Light &#038; fast<\/div>\n            <p class=\"text-[color:var(--muted)] text-sm\">Quick to load and easy to read.<\/p>\n          <\/div>\n          <div class=\"rounded-xl card p-5\">\n            <div class=\"text-sm text-[color:var(--muted)] mb-1\">03<\/div>\n            <div class=\"font-semibold mb-1\">Honest design<\/div>\n            <p class=\"text-[color:var(--muted)] text-sm\">No clutter, just what matters.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- Contact -->\n    <section id=\"contact\" class=\"py-10\">\n      <div class=\"container-safe mx-auto px-4\">\n        <div class=\"rounded-2xl card p-6 md:p-8\">\n          <h3 class=\"text-xl font-semibold mb-2\">Say hello<\/h3>\n          <p class=\"text-[color:var(--muted)] mb-4\">Have a question or idea? Send a quick note.<\/p>\n          <form id=\"contactForm\" class=\"grid md:grid-cols-3 gap-3\">\n            <input type=\"text\" name=\"name\" placeholder=\"Your name\" class=\"rounded-lg px-3 py-2 border border-black\/10 bg-white\/70 outline-none focus:ring-2 focus:ring-black\/10\">\n            <input type=\"email\" name=\"email\" placeholder=\"Your email\" class=\"rounded-lg px-3 py-2 border border-black\/10 bg-white\/70 outline-none focus:ring-2 focus:ring-black\/10\">\n            <button class=\"btn btn-primary rounded-lg px-4 py-2\">Send (Demo)<\/button>\n          <\/form>\n          <p id=\"contactMsg\" class=\"text-sm text-[color:var(--muted)] mt-3\"><\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <!-- Footer -->\n  <footer class=\"mt-auto border-t border-black\/10 bg-[rgba(255,255,255,.5)] backdrop-blur\">\n    <div class=\"container-safe mx-auto px-4 py-8 text-sm flex flex-col md:flex-row justify-between gap-3\">\n      <div class=\"font-semibold\">Nest and Craft Studio<\/div>\n      <div class=\"text-[color:var(--muted)]\">\u00a9 <span id=\"year\"><\/span> All rights reserved.<\/div>\n    <\/div>\n  <\/footer>\n\n  <script>\n    document.getElementById('year').textContent = new Date().getFullYear();\n    document.getElementById('contactForm').addEventListener('submit', (e)=>{\n      e.preventDefault();\n      document.getElementById('contactMsg').textContent = \"Thanks! This is a demo message.\";\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Nest and Craft Studio \u2014 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","site-sidebar-layout":"default","site-content-layout":"","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","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":""},"categories":[1],"tags":[],"class_list":["post-1","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hello world! - SRD template hub<\/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:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hello world! - SRD template hub\" \/>\n<meta property=\"og:description\" content=\"Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Nest and Craft Studio \u2014 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/\" \/>\n<meta property=\"og:site_name\" content=\"SRD template hub\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-05T14:05:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-20T17:51:50+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/\",\"url\":\"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/\",\"name\":\"Hello world! - SRD template hub\",\"isPartOf\":{\"@id\":\"https:\/\/rstam.xyz\/#website\"},\"datePublished\":\"2025-09-05T14:05:55+00:00\",\"dateModified\":\"2025-09-20T17:51:50+00:00\",\"author\":{\"@id\":\"https:\/\/rstam.xyz\/#\/schema\/person\/30877b36b9141f0442d581e3b128fde6\"},\"breadcrumb\":{\"@id\":\"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rstam.xyz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hello world!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rstam.xyz\/#website\",\"url\":\"https:\/\/rstam.xyz\/\",\"name\":\"SRD\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rstam.xyz\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/rstam.xyz\/#\/schema\/person\/30877b36b9141f0442d581e3b128fde6\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rstam.xyz\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e3fbccadde05921dda3bfa90ce15cf53b3e57c2bcfdd0750c7846ce73e47193d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e3fbccadde05921dda3bfa90ce15cf53b3e57c2bcfdd0750c7846ce73e47193d?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/rstam.xyz\"],\"url\":\"https:\/\/rstam.xyz\/index.php\/author\/srd\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hello world! - SRD template hub","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:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/","og_locale":"en_US","og_type":"article","og_title":"Hello world! - SRD template hub","og_description":"Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Nest and Craft Studio \u2014 [&hellip;]","og_url":"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/","og_site_name":"SRD template hub","article_published_time":"2025-09-05T14:05:55+00:00","article_modified_time":"2025-09-20T17:51:50+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/","url":"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/","name":"Hello world! - SRD template hub","isPartOf":{"@id":"https:\/\/rstam.xyz\/#website"},"datePublished":"2025-09-05T14:05:55+00:00","dateModified":"2025-09-20T17:51:50+00:00","author":{"@id":"https:\/\/rstam.xyz\/#\/schema\/person\/30877b36b9141f0442d581e3b128fde6"},"breadcrumb":{"@id":"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rstam.xyz\/index.php\/2025\/09\/05\/hello-world\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rstam.xyz\/"},{"@type":"ListItem","position":2,"name":"Hello world!"}]},{"@type":"WebSite","@id":"https:\/\/rstam.xyz\/#website","url":"https:\/\/rstam.xyz\/","name":"SRD","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rstam.xyz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/rstam.xyz\/#\/schema\/person\/30877b36b9141f0442d581e3b128fde6","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rstam.xyz\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e3fbccadde05921dda3bfa90ce15cf53b3e57c2bcfdd0750c7846ce73e47193d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e3fbccadde05921dda3bfa90ce15cf53b3e57c2bcfdd0750c7846ce73e47193d?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/rstam.xyz"],"url":"https:\/\/rstam.xyz\/index.php\/author\/srd\/"}]}},"_links":{"self":[{"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=1"}],"version-history":[{"count":1,"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":151,"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/posts\/1\/revisions\/151"}],"wp:attachment":[{"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rstam.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}