{"id":302,"date":"2026-05-25T12:26:06","date_gmt":"2026-05-25T09:26:06","guid":{"rendered":"https:\/\/allthingsaluminium.co.ke\/news\/?p=302"},"modified":"2026-05-25T12:27:28","modified_gmt":"2026-05-25T09:27:28","slug":"quality-aluminium-glass-fabrication-anywhere-in-the-country","status":"publish","type":"post","link":"https:\/\/allthingsaluminium.co.ke\/news\/2026\/05\/25\/quality-aluminium-glass-fabrication-anywhere-in-the-country\/","title":{"rendered":"Quality Aluminium &amp; Glass\u00a0Fabrication\u00a0\u2014 Anywhere in the Country"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>All Things Aluminium And Glass \u2014 Quality Fabrication Nationwide<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700;900&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --gold: #9a7d4a;\n      --gold-dark: #7a6138;\n      --gold-light: #f5f0e8;\n      --gold-mid: #c4a46a;\n      --black: #111111;\n      --charcoal: #2c2c2c;\n      --text: #1a1a1a;\n      --text-muted: #6b6b6b;\n      --bg: #faf9f7;\n      --white: #ffffff;\n      --border: rgba(154,125,74,0.15);\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: var(--bg);\n      color: var(--text);\n      line-height: 1.7;\n      font-size: 16px;\n    }\n\n    \/* NAV *\/\n    nav {\n      position: sticky;\n      top: 0;\n      z-index: 100;\n      background: rgba(250,249,247,0.95);\n      backdrop-filter: blur(12px);\n      border-bottom: 1px solid var(--border);\n      padding: 0 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      height: 68px;\n    }\n\n    .nav-logo {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      text-decoration: none;\n    }\n\n    .nav-logo-text {\n      font-family: 'Playfair Display', serif;\n      font-size: 15px;\n      font-weight: 700;\n      color: var(--black);\n      line-height: 1.2;\n    }\n\n    .nav-logo-text span {\n      display: block;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 11px;\n      font-weight: 400;\n      color: var(--gold);\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n\n    .nav-cta {\n      background: var(--gold);\n      color: #fff;\n      border: none;\n      border-radius: 6px;\n      padding: 9px 20px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 13px;\n      font-weight: 500;\n      cursor: pointer;\n      text-decoration: none;\n      display: inline-block;\n      transition: background 0.2s;\n    }\n    .nav-cta:hover { background: var(--gold-dark); }\n\n    \/* HERO *\/\n    .hero {\n      background: var(--black);\n      color: #fff;\n      padding: 100px 2rem 80px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -100px; right: -100px;\n      width: 500px; height: 500px;\n      border: 80px solid rgba(154,125,74,0.08);\n      border-radius: 50%;\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -80px; left: 5%;\n      width: 300px; height: 300px;\n      border: 60px solid rgba(154,125,74,0.05);\n      border-radius: 50%;\n    }\n\n    \/* Diagonal gold accent line *\/\n    .hero-accent {\n      position: absolute;\n      top: 0; right: 0;\n      width: 3px;\n      height: 100%;\n      background: linear-gradient(to bottom, transparent, var(--gold), transparent);\n      opacity: 0.4;\n    }\n\n    .hero-inner {\n      max-width: 760px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--gold-mid);\n      background: rgba(154,125,74,0.12);\n      border: 1px solid rgba(154,125,74,0.3);\n      border-radius: 4px;\n      padding: 5px 14px;\n      margin-bottom: 1.5rem;\n    }\n\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(30px, 5vw, 50px);\n      font-weight: 900;\n      line-height: 1.15;\n      margin-bottom: 1.25rem;\n      letter-spacing: -0.02em;\n    }\n\n    .hero h1 em {\n      font-style: normal;\n      color: var(--gold-mid);\n    }\n\n    .hero-sub {\n      font-size: 17px;\n      color: rgba(255,255,255,0.6);\n      max-width: 540px;\n      line-height: 1.75;\n      margin-bottom: 2rem;\n    }\n\n    .hero-actions {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n    }\n\n    .btn-primary {\n      background: var(--gold);\n      color: #fff;\n      border: none;\n      border-radius: 8px;\n      padding: 13px 28px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 15px;\n      font-weight: 500;\n      cursor: pointer;\n      text-decoration: none;\n      transition: background 0.2s, transform 0.15s;\n      display: inline-block;\n    }\n    .btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); }\n\n    .btn-ghost {\n      background: transparent;\n      color: rgba(255,255,255,0.8);\n      border: 1px solid rgba(255,255,255,0.2);\n      border-radius: 8px;\n      padding: 13px 28px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 15px;\n      font-weight: 400;\n      cursor: pointer;\n      text-decoration: none;\n      transition: border-color 0.2s, color 0.2s;\n      display: inline-block;\n    }\n    .btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; }\n\n    \/* STATS BAR *\/\n    .stats-bar {\n      background: var(--white);\n      border-bottom: 1px solid var(--border);\n      padding: 1.5rem 2rem;\n    }\n\n    .stats-inner {\n      max-width: 760px;\n      margin: 0 auto;\n      display: flex;\n      gap: 2rem;\n      flex-wrap: wrap;\n      align-items: center;\n    }\n\n    .stat {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .stat-icon {\n      width: 38px; height: 38px;\n      border-radius: 8px;\n      background: var(--gold-light);\n      border: 1px solid var(--border);\n      display: flex; align-items: center; justify-content: center;\n      font-size: 18px;\n    }\n\n    .stat-text strong {\n      display: block;\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--black);\n      line-height: 1;\n    }\n\n    .stat-text span {\n      font-size: 12px;\n      color: var(--text-muted);\n    }\n\n    \/* CONTENT *\/\n    .content {\n      max-width: 760px;\n      margin: 0 auto;\n      padding: 4rem 2rem;\n    }\n\n    .section { margin-bottom: 3.5rem; }\n\n    .section-label {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 0.5rem;\n    }\n\n    .section h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 26px;\n      font-weight: 700;\n      color: var(--black);\n      margin-bottom: 1rem;\n      letter-spacing: -0.01em;\n    }\n\n    .section p {\n      color: var(--text-muted);\n      font-size: 16px;\n      line-height: 1.8;\n      margin-bottom: 1rem;\n    }\n\n    \/* SERVICES PILLS *\/\n    .services-grid {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 1.5rem 0;\n    }\n\n    .service-pill {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 50px;\n      padding: 8px 18px;\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--charcoal);\n      transition: border-color 0.2s, background 0.2s, color 0.2s;\n    }\n    .service-pill:hover {\n      border-color: var(--gold);\n      background: var(--gold-light);\n      color: var(--gold-dark);\n    }\n\n    \/* USP CARDS *\/\n    .usp-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin: 1.5rem 0;\n    }\n\n    .usp-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      padding: 1.25rem 1.5rem;\n      transition: transform 0.2s, box-shadow 0.2s;\n    }\n    .usp-card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 8px 24px rgba(154,125,74,0.1);\n    }\n\n    .usp-icon {\n      width: 42px; height: 42px;\n      border-radius: 10px;\n      background: var(--gold-light);\n      border: 1px solid var(--border);\n      display: flex; align-items: center; justify-content: center;\n      font-size: 20px;\n      margin-bottom: 1rem;\n    }\n\n    .usp-card h3 {\n      font-size: 15px;\n      font-weight: 600;\n      color: var(--black);\n      margin-bottom: 0.4rem;\n    }\n\n    .usp-card p {\n      font-size: 13px;\n      color: var(--text-muted);\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    \/* DIVIDER *\/\n    hr {\n      border: none;\n      border-top: 1px solid var(--border);\n      margin: 2.5rem 0;\n    }\n\n    \/* QUOTE BLOCK *\/\n    .quote-block {\n      border-left: 3px solid var(--gold);\n      padding: 1rem 1.5rem;\n      background: var(--gold-light);\n      border-radius: 0 10px 10px 0;\n      margin: 2rem 0;\n    }\n\n    .quote-block p {\n      font-family: 'Playfair Display', serif;\n      font-size: 17px;\n      font-style: italic;\n      color: var(--gold-dark);\n      margin: 0;\n      line-height: 1.6;\n    }\n\n    \/* CTA SECTION *\/\n    .cta-section {\n      background: var(--black);\n      border-radius: 16px;\n      padding: 2.5rem;\n      text-align: center;\n      color: #fff;\n      margin-top: 3rem;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .cta-section::before {\n      content: '';\n      position: absolute;\n      top: -60px; right: -60px;\n      width: 200px; height: 200px;\n      border: 40px solid rgba(154,125,74,0.15);\n      border-radius: 50%;\n    }\n\n    .cta-section::after {\n      content: '';\n      position: absolute;\n      bottom: -40px; left: -40px;\n      width: 150px; height: 150px;\n      border: 30px solid rgba(154,125,74,0.08);\n      border-radius: 50%;\n    }\n\n    .cta-section h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 26px;\n      font-weight: 700;\n      margin-bottom: 0.75rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .cta-section > p {\n      font-size: 15px;\n      color: rgba(255,255,255,0.6);\n      margin-bottom: 1.75rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .cta-phone {\n      background: rgba(154,125,74,0.15);\n      border: 1px solid rgba(154,125,74,0.35);\n      border-radius: 10px;\n      padding: 12px 28px;\n      color: var(--gold-mid);\n      text-decoration: none;\n      font-size: 20px;\n      font-weight: 600;\n      letter-spacing: 0.03em;\n      position: relative;\n      z-index: 1;\n      transition: background 0.2s;\n      display: block;\n      width: fit-content;\n      margin: 0 auto 1.5rem;\n    }\n    .cta-phone:hover { background: rgba(154,125,74,0.25); }\n\n    .cta-buttons {\n      display: flex;\n      gap: 12px;\n      justify-content: center;\n      flex-wrap: wrap;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* FOOTER *\/\n    footer {\n      background: var(--black);\n      border-top: 2px solid var(--gold);\n      padding: 2rem;\n      text-align: center;\n    }\n\n    .footer-logo {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      margin-bottom: 0.75rem;\n    }\n\n    .footer-name {\n      font-family: 'Playfair Display', serif;\n      font-size: 16px;\n      font-weight: 700;\n      color: #fff;\n    }\n\n    .footer-sub {\n      font-size: 13px;\n      color: rgba(255,255,255,0.45);\n      margin-top: 0.5rem;\n    }\n\n    .footer-sub a {\n      color: var(--gold-mid);\n      text-decoration: none;\n    }\n\n    \/* ANIMATIONS *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .hero-inner > * {\n      animation: fadeUp 0.6s ease both;\n    }\n    .hero-badge { animation-delay: 0.15s; }\n    .hero h1 { animation-delay: 0.25s; }\n    .hero-sub { animation-delay: 0.35s; }\n    .hero-actions { animation-delay: 0.45s; }\n\n    @media (max-width: 600px) {\n      .hero { padding: 70px 1.5rem 60px; }\n      .content { padding: 3rem 1.5rem; }\n      .stats-inner { gap: 1.25rem; }\n      .usp-grid { grid-template-columns: 1fr; }\n      nav { padding: 0 1.25rem; }\n      .nav-logo-text { display: none; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- NAV -->\n  <nav>\n    <a href=\"#\" class=\"nav-logo\">\n      \n      <div class=\"nav-logo-text\">\n        All Things\n        <span>Aluminium And Glass<\/span>\n      <\/div>\n    <\/a>\n    <a href=\"tel:0714262252\" class=\"nav-cta\">\ud83d\udcde Call Us<\/a>\n  <\/nav>\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"hero-accent\"><\/div>\n    <div class=\"hero-inner\">\n      <div class=\"hero-badge\">Industry Specialists<\/div>\n      <h1>Quality Aluminium &#038; Glass <em>Fabrication<\/em> \u2014 Anywhere in the Country<\/h1>\n      <p class=\"hero-sub\">\n        From in-house fabrication to full nationwide installation \u2014 All Things Aluminium And Glass handles every stage of your project with precision, speed, and craftsmanship.\n      <\/p>\n      <div class=\"hero-actions\">\n        <a href=\"tel:0714262252\" class=\"btn-primary\">Get a Free Quote<\/a>\n        <a href=\"#services\" class=\"btn-ghost\">View Our Services<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- STATS -->\n  <div class=\"stats-bar\">\n    <div class=\"stats-inner\">\n      <div class=\"stat\">\n        <div class=\"stat-icon\">\ud83c\udfd7\ufe0f<\/div>\n        <div class=\"stat-text\">\n          <strong>In-House<\/strong>\n          <span>Full fabrication<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"stat\">\n        <div class=\"stat-icon\">\ud83c\udf0d<\/div>\n        <div class=\"stat-text\">\n          <strong>Nationwide<\/strong>\n          <span>Project delivery<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"stat\">\n        <div class=\"stat-icon\">\ud83c\udfe2<\/div>\n        <div class=\"stat-text\">\n          <strong>All Sectors<\/strong>\n          <span>Residential, commercial &#038; industrial<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"stat\">\n        <div class=\"stat-icon\">\u26a1<\/div>\n        <div class=\"stat-text\">\n          <strong>Fast Turnaround<\/strong>\n          <span>No delays<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- MAIN CONTENT -->\n  <main class=\"content\">\n\n    <!-- Intro -->\n    <div class=\"section\">\n      <div class=\"section-label\">Who We Are<\/div>\n      <h2>One Team. One Standard. Every Project.<\/h2>\n      <p>\n        Whether you&#8217;re developing a high-rise commercial tower, a retail shopfront, or a private residence, one thing defines the outcome \u2014 the quality of your aluminium and glass work.\n      <\/p>\n      <p>\n        At <strong>All Things Aluminium And Glass<\/strong>, we manage the entire journey: from precision in-house fabrication to nationwide delivery and professional installation. No outsourcing. No middlemen. Just consistent quality, wherever your project is.\n      <\/p>\n\n      <div class=\"quote-block\">\n        <p>&#8220;The same quality and precision \u2014 from our workshop to your site, anywhere in the country.&#8221;<\/p>\n      <\/div>\n    <\/div>\n\n    <hr>\n\n    <!-- Services -->\n    <div class=\"section\" id=\"services\">\n      <div class=\"section-label\">What We Do<\/div>\n      <h2>Full-Range Aluminium &#038; Glass Solutions<\/h2>\n      <p>We fabricate and install a comprehensive range of products for every type of project:<\/p>\n\n      <div class=\"services-grid\">\n        <span class=\"service-pill\">\ud83e\ude9f Windows<\/span>\n        <span class=\"service-pill\">\ud83d\udeaa Doors<\/span>\n        <span class=\"service-pill\">\ud83c\udfd9\ufe0f Curtain Walls<\/span>\n        <span class=\"service-pill\">\ud83e\uddf1 Partitions<\/span>\n        <span class=\"service-pill\">\ud83c\udfea Shopfronts<\/span>\n        <span class=\"service-pill\">\ud83d\udd32 Glass Facades<\/span>\n        <span class=\"service-pill\">\ud83c\udfed Industrial Glazing<\/span>\n        <span class=\"service-pill\">\ud83c\udfe0 Residential Frames<\/span>\n      <\/div>\n\n      <p>\n        From sleek curtain wall systems for commercial towers to custom glass partitions for modern offices \u2014 every project gets the same level of care, precision, and expertise.\n      <\/p>\n    <\/div>\n\n    <hr>\n\n    <!-- USPs -->\n    <div class=\"section\">\n      <div class=\"section-label\">Why Choose Us<\/div>\n      <h2>What Sets Us Apart<\/h2>\n\n      <div class=\"usp-grid\">\n        <div class=\"usp-card\">\n          <div class=\"usp-icon\">\ud83c\udfed<\/div>\n          <h3>In-House Fabrication<\/h3>\n          <p>We control every stage of production in our own facility \u2014 faster turnaround, tighter quality control.<\/p>\n        <\/div>\n        <div class=\"usp-card\">\n          <div class=\"usp-icon\">\ud83d\uddfa\ufe0f<\/div>\n          <h3>Nationwide Delivery<\/h3>\n          <p>Our teams travel to any site across the country. Distance is never a barrier to quality.<\/p>\n        <\/div>\n        <div class=\"usp-card\">\n          <div class=\"usp-icon\">\u2699\ufe0f<\/div>\n          <h3>Custom Solutions<\/h3>\n          <p>Every project is unique. We design and fabricate to your exact specifications \u2014 no standard templates.<\/p>\n        <\/div>\n        <div class=\"usp-card\">\n          <div class=\"usp-icon\">\ud83d\udc77<\/div>\n          <h3>Experienced Teams<\/h3>\n          <p>Skilled professionals on every job. Our crews are trained, equipped, and experienced across all sectors.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <hr>\n\n    <!-- Closing -->\n    <div class=\"section\">\n      <div class=\"section-label\">Built for Every Scale<\/div>\n      <h2>From Single Shopfronts to Multi-Storey Curtain Walls<\/h2>\n      <p>\n        Whether you&#8217;re a homeowner upgrading your windows, a developer building a commercial complex, or a contractor on an industrial facility \u2014 we scale our operations to match your project.\n      <\/p>\n      <p>\n        Our experience spans residential builds, large commercial developments, and industrial facilities. When you partner with All Things Aluminium And Glass, you work with a team that treats your project like their own.\n      <\/p>\n    <\/div>\n\n    <!-- CTA -->\n    <div class=\"cta-section\">\n      <h2>Planning a Project? Let&#8217;s Talk.<\/h2>\n      <p>Get in touch today and let&#8217;s discuss what we can build together.<\/p>\n      <a href=\"tel:0714262252\" class=\"cta-phone\">\ud83d\udcde 0714 262 252<\/a>\n      <div class=\"cta-buttons\">\n        <a href=\"tel:0714262252\" class=\"btn-primary\">Call Now<\/a>\n        <a href=\"https:\/\/wa.me\/254714262252\" class=\"btn-ghost\">WhatsApp Us<\/a>\n      <\/div>\n    <\/div>\n\n  <\/main>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"footer-logo\"><div class=\"footer-name\">All Things Aluminium And Glass<\/div>\n    <\/div>\n    <div class=\"footer-sub\">\n      Nationwide fabrication and installation &nbsp;|&nbsp;\n      <a href=\"tel:0714262252\">\ud83d\udcde 0714 262 252<\/a>\n    <\/div>\n  <\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>All Things Aluminium And Glass \u2014 Quality Fabrication Nationwide All Things Aluminium And Glass \ud83d\udcde Call &hellip; <a title=\"Quality Aluminium &amp; Glass\u00a0Fabrication\u00a0\u2014 Anywhere in the Country\" class=\"hm-read-more\" href=\"https:\/\/allthingsaluminium.co.ke\/news\/2026\/05\/25\/quality-aluminium-glass-fabrication-anywhere-in-the-country\/\"><span class=\"screen-reader-text\">Quality Aluminium &amp; Glass\u00a0Fabrication\u00a0\u2014 Anywhere in the Country<\/span>Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[10,4,6,5],"class_list":["post-302","post","type-post","status-publish","format-standard","hentry","category-an-in-depth-look-at-laminated-and-tempered-glass","tag-aluminium-and-glass-experts","tag-laminated-glass-in-kenya","tag-safety-glass-solutions","tag-tempered-glass-in-kenya"],"_links":{"self":[{"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/posts\/302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/comments?post=302"}],"version-history":[{"count":1,"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/posts\/302\/revisions"}],"predecessor-version":[{"id":303,"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/posts\/302\/revisions\/303"}],"wp:attachment":[{"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/media?parent=302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/categories?post=302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/allthingsaluminium.co.ke\/news\/wp-json\/wp\/v2\/tags?post=302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}