{"id":1842,"date":"2024-08-23T17:51:55","date_gmt":"2024-08-23T17:51:55","guid":{"rendered":"https:\/\/asaldzigns.com\/?page_id=1842"},"modified":"2025-08-07T21:02:42","modified_gmt":"2025-08-07T21:02:42","slug":"elementor-1842","status":"publish","type":"page","link":"https:\/\/asaldzigns.com\/?page_id=1842","title":{"rendered":"Convertors"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n  <head><br \/>\n      <title>Document<\/title><br \/>\n  <\/head><\/p>\n<style>\n  \/* sets the margin of all the element to 10px on all sides and the background-color to black *\/<br \/>\nbody{<br \/>\n    margin: 10px;<br \/>\n    background-color: black;<br \/>\n}<br \/>\n\/* Home section  which has the app name and nav bar. The styling is applied by id *\/<br \/>\n#home {<br \/>\n    background-color:  #483355;<br \/>\n    padding-bottom: 1cm;<br \/>\n    margin-left:-1cm;<br \/>\n    margin-right:-1cm;<br \/>\n    margin-top:-1cm;<br \/>\n    padding-top: 2cm;<br \/>\n    padding-bottom: 2cm;<br \/>\n   }<br \/>\n\/* Application name inside the home section. The styling is applied by tag name *\/<br \/>\n  header {<br \/>\n    font-size: 30px;<br \/>\n    color: rgb(240, 234, 245);<br \/>\n    float: left;<br \/>\n    padding-left: 2cm;<br \/>\n  }<br \/>\n\/* Navigation Bar Container*\/<br \/>\n  .topdiv {<br \/>\n    float: right;<br \/>\n    padding-right: 1cm;<br \/>\n  }<br \/>\n\/* Navigation Bar Buttons *\/<br \/>\n  .topmenu {<br \/>\n    color: lightgray;<br \/>\n    background-color:   #483355;<br \/>\n    margin: 10px;<br \/>\n    padding: 10px;<br \/>\n    font-size: 20px;<br \/>\n    text-decoration:none;<br \/>\n    border-radius: 1mm;<br \/>\n  }<br \/>\n  .topmenu:hover {<br \/>\n    color: white;<br \/>\n    font-weight: bolder;<br \/>\n    background-color: #382742;<br \/>\n    text-decoration: underline;<br \/>\n  }<br \/>\n\/* Container for all the three conversion calculator sections   *\/<br \/>\n#all-conversion-sections{<br \/>\n    display: grid;<br \/>\n    justify-content: center;<br \/>\n}<br \/>\nfigure {<br \/>\n    float:left;<br \/>\n    justify-self: auto;<br \/>\n    width:200px<br \/>\n}<br \/>\nimg {<br \/>\n    width: 200px;<br \/>\n}<br \/>\nfigcaption {<br \/>\n    color:black;<br \/>\n    font-size: 17px;<br \/>\n    text-align: center;<br \/>\n}<br \/>\nbutton{<br \/>\n    font-size: 20px;<br \/>\n    border: transparent;<br \/>\n    width: fit-content;<br \/>\n    background-color: rgb(173, 218, 173);<br \/>\n    border-radius: 40px;<br \/>\n    padding-right: 15px;<br \/>\n    padding-left: 15px;<br \/>\n}<br \/>\nbutton:hover {<br \/>\n    cursor: pointer;<br \/>\n}<br \/>\n\/* The calculator panel *\/<br \/>\n.b{<br \/>\n    border-top-style: solid;<br \/>\n    background-color: white;<br \/>\n    border-top-width: 20px;<br \/>\n    width: 600px;<br \/>\n    height: 400px;<br \/>\n    border-radius: 10px;<br \/>\n    margin-bottom: 25px;<br \/>\n    margin-top: 25px;<br \/>\n    display: flex;<br \/>\n}<br \/>\n.temperature{<br \/>\n    border-top-color: green;<br \/>\n}<br \/>\n.weight{<br \/>\n    border-top-color: coral;<br \/>\n}<br \/>\n.distance{<br \/>\n    border-top-color: cyan;<br \/>\n}<br \/>\nlegend {<br \/>\n    font-size: 30px;<br \/>\n    font-weight: bolder;<br \/>\n}<br \/>\n\/* Floating icon for the home button *\/<br \/>\n.iconbutton{<br \/>\n    width:40px;<br \/>\n    height:40px;<br \/>\n    border-radius: 100%;<br \/>\n    background-color: rgb(225, 235, 235);<br \/>\n    display: flex;<br \/>\n    align-items: center;<br \/>\n    justify-content: center;<br \/>\n    position: fixed;<br \/>\n    bottom:40px;<br \/>\n    left:0;<br \/>\n    }<br \/>\n.iconbutton img {<br \/>\n    width:30px<br \/>\n}<br \/>\nfooter {<br \/>\n    background-color:rgb(240, 234, 245);<br \/>\n    margin-top: 20px;<br \/>\n}<br \/>\n<\/style>\n<p>  <body><\/p>\n<section id=\"home\">\n<header>\n          Unit Conversions<br \/>\n        <\/header>\n<nav>\n            <a href=\"#temperature\"><button >Temperature<\/button><\/a><br \/>\n            <a href=\"#weight\"><button >Weight<\/button><\/a><br \/>\n            <a href=\"#distance\"><button >Distance<\/button><\/a><br \/>\n        <\/nav>\n<\/section>\n<section id=\"temperature\" >\n<figure>\n              <img decoding=\"async\" src=\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png\" width=\"150px\"\/><figcaption>Celcius to Farenheit Conversion<\/figcaption><\/figure>\n<article>\n<fieldset>\n<legend>Temperature<\/legend>\n<p>                <label for=\"Temperature\">Celsius<\/label> <br \/>\n <input type=\"number\" id=\"celsius\"> <br \/>\n                <button id=\"temperature\" onclick=\"temperature()\"> Convert <\/button> <br \/>\n                <input type=\"number\" id=\"fahrenheit\"> <br \/>\n <label for=\"Temperature\">Fahrenheit<\/label><br \/>\n              <\/fieldset>\n<aside>\n                To convert celsuis to fahrenheit yourself, use this formula replacing the `C` with your temperature in celsuis: (C \u00d7 9\/5) + 32<br \/>\n              <\/aside>\n<\/article>\n<\/section>\n<section id=\"weight\" >\n<figure>\n              <img decoding=\"async\" src=\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/weight.png\"  width=\"150px\"\/><\/p>\n<figcaption>Kilograms to Pound Conversion<\/figcaption>\n<\/figure>\n<article>\n<fieldset>\n<legend>Weight<\/legend>\n<p>                <label for=\"Weight\">KG<\/label> <br \/>\n <input type=\"number\" id=\"kilo\"> <br \/>\n                <button id=\"weight\" onclick=\"weight()\"> Convert <\/button>  <br \/>\n                <input type=\"number\" id=\"pounds\">  <br \/>\n  <label for=\"Weight\">Pounds<\/label><br \/>\n              <\/fieldset>\n<aside>\n                To convert kilograms to pounds yourself, use this formula replacing the `kg` with your weight in kilograms: kg x 2.205<br \/>\n              <\/aside>\n<\/article>\n<\/section>\n<section id=\"distance\" >\n<figure>\n              <img decoding=\"async\" src=\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/speedo.png\"  width=\"150px\"\/><\/p>\n<figcaption>Kilometers to Miles Conversion<\/figcaption>\n<\/figure>\n<article>\n<fieldset>\n<legend>Distance<\/legend>\n<p>                  <label for=\"Distance\">KM<\/label> <br \/>\n <input type=\"number\" id=\"km\">  <br \/>\n                  <button id=\"distance\" onclick=\"distance()\"> Convert <\/button> <br \/>\n                  <input type=\"number\" id=\"miles\">  <br \/>\n  <label for=\"Distance\">Miles<\/label><br \/>\n              <\/fieldset>\n<aside>\n                To convert kilometers to miles yourself, use this formula replacing the `km` with your distance in kilmeters: km &divide; 1.609<br \/>\n              <\/aside>\n<\/article>\n<\/section>\n<p>      <a href=\"#home\"><br \/>\n        <img decoding=\"async\" src=\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/home.svg\"\/><br \/>\n      <\/a><\/p>\n<footer>This project was  part of IBM Fullstack Cloud Developer Course<\/footer>\n<p>  <\/body><br \/>\n<\/html><\/p>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Document Unit Conversions Temperature Weight Distance Celcius to Farenheit Conversion Temperature Celsius Convert Fahrenheit To convert celsuis to fahrenheit yourself, use this formula replacing the `C` with your temperature in celsuis: (C \u00d7 9\/5) + 32 Kilograms to Pound Conversion Weight KG Convert Pounds To convert kilograms to pounds yourself, use this formula replacing the `kg` with your weight in kilograms: kg x 2.205 Kilometers to Miles Conversion Distance KM Convert Miles To convert kilometers to miles yourself, use this formula replacing the `km` with your distance in kilmeters: km &divide; 1.609 This project was part of IBM Fullstack Cloud Developer Course<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-1842","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Convertors - Sepi | Dzigns<\/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:\/\/asaldzigns.com\/?page_id=1842\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Convertors - Sepi | Dzigns\" \/>\n<meta property=\"og:description\" content=\"Document Unit Conversions Temperature Weight Distance Celcius to Farenheit Conversion Temperature Celsius Convert Fahrenheit To convert celsuis to fahrenheit yourself, use this formula replacing the `C` with your temperature in celsuis: (C \u00d7 9\/5) + 32 Kilograms to Pound Conversion Weight KG Convert Pounds To convert kilograms to pounds yourself, use this formula replacing the `kg` with your weight in kilograms: kg x 2.205 Kilometers to Miles Conversion Distance KM Convert Miles To convert kilometers to miles yourself, use this formula replacing the `km` with your distance in kilmeters: km &divide; 1.609 This project was part of IBM Fullstack Cloud Developer Course\" \/>\n<meta property=\"og:url\" content=\"https:\/\/asaldzigns.com\/?page_id=1842\" \/>\n<meta property=\"og:site_name\" content=\"Sepi | Dzigns\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-07T21:02:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/asaldzigns.com\/?page_id=1842\",\"url\":\"https:\/\/asaldzigns.com\/?page_id=1842\",\"name\":\"Convertors - Sepi | Dzigns\",\"isPartOf\":{\"@id\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/asaldzigns.com\/?page_id=1842#primaryimage\"},\"image\":{\"@id\":\"https:\/\/asaldzigns.com\/?page_id=1842#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png\",\"datePublished\":\"2024-08-23T17:51:55+00:00\",\"dateModified\":\"2025-08-07T21:02:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/asaldzigns.com\/?page_id=1842#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/asaldzigns.com\/?page_id=1842\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/asaldzigns.com\/?page_id=1842#primaryimage\",\"url\":\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png\",\"contentUrl\":\"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/asaldzigns.com\/?page_id=1842#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/asaldzigns.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Convertors\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#website\",\"url\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/\",\"name\":\"Sepi | Dzigns\",\"description\":\"Asal Portfolio\",\"publisher\":{\"@id\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#organization\",\"name\":\"Sepi | Dzigns\",\"url\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/asaldzigns.com\/wp-content\/uploads\/2024\/05\/cropped-pic-02.png\",\"contentUrl\":\"https:\/\/asaldzigns.com\/wp-content\/uploads\/2024\/05\/cropped-pic-02.png\",\"width\":653,\"height\":218,\"caption\":\"Sepi | Dzigns\"},\"image\":{\"@id\":\"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Convertors - Sepi | Dzigns","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:\/\/asaldzigns.com\/?page_id=1842","og_locale":"en_US","og_type":"article","og_title":"Convertors - Sepi | Dzigns","og_description":"Document Unit Conversions Temperature Weight Distance Celcius to Farenheit Conversion Temperature Celsius Convert Fahrenheit To convert celsuis to fahrenheit yourself, use this formula replacing the `C` with your temperature in celsuis: (C \u00d7 9\/5) + 32 Kilograms to Pound Conversion Weight KG Convert Pounds To convert kilograms to pounds yourself, use this formula replacing the `kg` with your weight in kilograms: kg x 2.205 Kilometers to Miles Conversion Distance KM Convert Miles To convert kilometers to miles yourself, use this formula replacing the `km` with your distance in kilmeters: km &divide; 1.609 This project was part of IBM Fullstack Cloud Developer Course","og_url":"https:\/\/asaldzigns.com\/?page_id=1842","og_site_name":"Sepi | Dzigns","article_modified_time":"2025-08-07T21:02:42+00:00","og_image":[{"url":"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/asaldzigns.com\/?page_id=1842","url":"https:\/\/asaldzigns.com\/?page_id=1842","name":"Convertors - Sepi | Dzigns","isPartOf":{"@id":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#website"},"primaryImageOfPage":{"@id":"https:\/\/asaldzigns.com\/?page_id=1842#primaryimage"},"image":{"@id":"https:\/\/asaldzigns.com\/?page_id=1842#primaryimage"},"thumbnailUrl":"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png","datePublished":"2024-08-23T17:51:55+00:00","dateModified":"2025-08-07T21:02:42+00:00","breadcrumb":{"@id":"https:\/\/asaldzigns.com\/?page_id=1842#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/asaldzigns.com\/?page_id=1842"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/asaldzigns.com\/?page_id=1842#primaryimage","url":"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png","contentUrl":"https:\/\/cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud\/IBMDeveloperSkillsNetwork-CD0101EN-SkillsNetwork\/labs\/Theia%20Labs\/02%20-%20HTML5%20Elements\/images\/thermo.png"},{"@type":"BreadcrumbList","@id":"https:\/\/asaldzigns.com\/?page_id=1842#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/asaldzigns.com\/"},{"@type":"ListItem","position":2,"name":"Convertors"}]},{"@type":"WebSite","@id":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#website","url":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/","name":"Sepi | Dzigns","description":"Asal Portfolio","publisher":{"@id":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#organization","name":"Sepi | Dzigns","url":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#\/schema\/logo\/image\/","url":"https:\/\/asaldzigns.com\/wp-content\/uploads\/2024\/05\/cropped-pic-02.png","contentUrl":"https:\/\/asaldzigns.com\/wp-content\/uploads\/2024\/05\/cropped-pic-02.png","width":653,"height":218,"caption":"Sepi | Dzigns"},"image":{"@id":"https:\/\/asal-designs-e42c6c.ingress-haven.ewp.live\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/asaldzigns.com\/index.php?rest_route=\/wp\/v2\/pages\/1842","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asaldzigns.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asaldzigns.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asaldzigns.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/asaldzigns.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1842"}],"version-history":[{"count":5,"href":"https:\/\/asaldzigns.com\/index.php?rest_route=\/wp\/v2\/pages\/1842\/revisions"}],"predecessor-version":[{"id":2553,"href":"https:\/\/asaldzigns.com\/index.php?rest_route=\/wp\/v2\/pages\/1842\/revisions\/2553"}],"wp:attachment":[{"href":"https:\/\/asaldzigns.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1842"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}