{"id":32,"date":"2019-06-08T04:57:41","date_gmt":"2019-06-08T04:57:41","guid":{"rendered":"https:\/\/opusfutura.is\/2024\/?page_id=32"},"modified":"2025-07-15T21:31:25","modified_gmt":"2025-07-15T21:31:25","slug":"home","status":"publish","type":"page","link":"https:\/\/opusfutura.is\/en\/home\/","title":{"rendered":"Home"},"content":{"rendered":"<!--themify_builder_content-->\n<div id=\"themify_builder_content-32\" data-postid=\"32\" class=\"themify_builder_content themify_builder_content-32 themify_builder tf_clear\">\n                    <div  data-css_id=\"bxzl903\" data-lazy=\"1\" class=\"module_row themify_builder_row fullwidth_row_container tb_bxzl903 tb_first tf_w\">\n                        <div class=\"row_inner col_align_top tb_col_count_1 tf_box tf_rel\">\n                        <div  data-lazy=\"1\" class=\"module_column tb-column col-full tb_fr39903 first\">\n                            <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_top tb_col_count_1 tb_s1g7400\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column col-full tb_f1o6400 first\">\n                    <!-- module text -->\n<div  class=\"module module-text tb_zrll659   \" data-lazy=\"1\">\n        <div  class=\"tb_text_wrap\">\n        <h3 style=\"text-align: center;\">The progressive workplaces are on Opus Futura<\/h3>    <\/div>\n<\/div>\n<!-- \/module text --><!-- module plain text -->\n<div  class=\"module module-plain-text tb_vqz4629 \" data-lazy=\"1\">\n        <div class=\"tb_text_wrap\">\n    <div id=\"WorkplaceLogo\" class=\"marquee-container\">\n<\/div>\n\n<script>\n\n\nasync function featchWorkplaceLogos() {\n\ttry {\n\t\tconst response = await fetch('https:\/\/workplace.opusfutura.com\/Advert\/WorkplacesLogosList');\n\t\tif (!response.ok) {\n\t\t\tthrow new Error(`HTTP error! status: ${response.status}`);\n\t\t}\n\t\tconst html = await response.text();\n\t\tdocument.getElementById('WorkplaceLogo').innerHTML = html;\n\t\tconst marquee = document.querySelector(\".marquee\");\n\t\tconst images = marquee.querySelectorAll(\"img\");\n\t\timages.forEach(img => {\n\t\t  const clone = img.cloneNode(true);\n\t\t  marquee.appendChild(clone);\n    \t});\n\t} catch (error) {\n\t\tconsole.error('Failed to load HTML:', error);\n\t}\n}\n\t\nwindow.addEventListener('load', featchWorkplaceLogos);\n<\/script>    <\/div>\n<\/div>\n<!-- \/module plain text -->        <\/div>\n                    <\/div>\n                <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_top tb_col_count_1 tb_5gjt732\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column col-full tb_gngm732 first\">\n                    <!-- module text -->\n<div  class=\"module module-text tb_cyi5438   \" data-lazy=\"1\">\n        <div  class=\"tb_text_wrap\">\n        <h3 style=\"text-align: center;\">Examples of active jobs<\/h3>    <\/div>\n<\/div>\n<!-- \/module text --><!-- module plain text -->\n<div  class=\"module module-plain-text tb_z1o2732 \" data-lazy=\"1\">\n        <div class=\"tb_text_wrap\">\n    <div class=\"job-container\">\n\t<div id=\"job-list-active\" class=\"job-listings\">\n\t<\/div>\n<\/div>\n\n<script>\nasync function featchActiveJobs() {\n\ttry {\n\t\tconst response = await fetch('https:\/\/workplace.opusfutura.com\/Advert\/JobList\/?status=active&lang=en');\n\t\tif (!response.ok) {\n\t\t\tthrow new Error(`HTTP error! status: ${response.status}`);\n\t\t}\n\t\tconst html = await response.text();\n\t\tdocument.getElementById('job-list-active').innerHTML = html;\n\t} catch (error) {\n\t\tconsole.error('Failed to load HTML:', error);\n\t}\n}\n\t\nwindow.addEventListener('load', featchActiveJobs);\n<\/script>\n    <\/div>\n<\/div>\n<!-- \/module plain text -->        <\/div>\n                    <\/div>\n                <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_top tb_col_count_1 tb_hp71880 hide-desktop hide-tablet hide-tablet_landscape hide-mobile\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column col-full tb_gjdq881 first\">\n                    <!-- module plain text -->\n<div  class=\"module module-plain-text tb_yh1m881 \" data-lazy=\"1\">\n        <div class=\"tb_text_wrap\">\n    <div class=\"job-container\">\n  <button id=\"toggle-complete-jobs\" class=\"toggle-jobs\">See examples of completed jobs<\/button>\n  <div id=\"job-complete-listings\" class=\"job-listings\">\n\t    \n\t  <div class=\"job\">\n      <h3>Byko<\/h3>\n\t  <p>Developer<\/p>\n    <\/div>\n\t  \n\t  <div class=\"job\">\n      <h3>Origo<\/h3>\n\t  <p>Sales director<\/p>\n    <\/div>\n\t \n\t   <div class=\"job\">\n      <h3>Opus Futura<\/h3>\n\t  <p>Recruitment and Customer Care Specialist<\/p>\n    <\/div>\n\t  \n    <div class=\"job\">\n      <h3>Icelandair<\/h3>\n\t  <p>Training Specialist<\/p>\n    <\/div>\n    <div class=\"job\">\n      <h3>Opus Futura<\/h3>\n\t\t<p>Full Stack Developer<\/p>\n    <\/div>\n    <div class=\"job\">\n      <h3>Opus Futura<\/h3>\n\t\t<p>Data Engineer\/Scientist<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<!-- Your HTML code for the job listings -->\n\n<script>\n  document.addEventListener('DOMContentLoaded', function() {\n    const jobCompleteListings = document.getElementById('job-complete-listings');\n    const toggleCompleteButton = document.getElementById('toggle-complete-jobs');\n    \n    \/\/ Ensure job listings are hidden by default\n    jobCompleteListings.style.display = 'none';\n\n    \/\/ Toggle job listings on button click\n    toggleCompleteButton.addEventListener('click', function() {\n      if (jobCompleteListings.style.display === 'none') {\n        jobCompleteListings.style.display = 'grid';\n      } else {\n        jobCompleteListings.style.display = 'none';\n      }\n    });\n  });\n<\/script>    <\/div>\n<\/div>\n<!-- \/module plain text -->        <\/div>\n                    <\/div>\n                <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_top tb_col_count_2 tb_4wuz310\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column tb_41ro311 first\">\n                    <!-- module text -->\n<div  class=\"module module-text tb_c784904   \" data-lazy=\"1\">\n        <div  class=\"tb_text_wrap\">\n        <p><span style=\"font-size: 2.7em; letter-spacing: -0.03em;\">We welcome your registration!<\/span><\/p>\n<div id=\"tw-target-text-container\" class=\"tw-ta-container F0azHf tw-nfl\" tabindex=\"0\">\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Translation\" aria-label=\"Translated text\" data-ved=\"2ahUKEwillu6x5JyHAxVTR0EAHS97AnAQ3ewLegQIBRAT\"><span class=\"Y2IQFc\" lang=\"en\">By signing up on Opus Futura, you will automatically be considered for all jobs defined in the solution. <br>No application process, cover letter or uncertainty about who is looking at your data. On Opus Futura, we never show your personal information such as name, gender, age, places of work etc. until you agree to be considered for a job you are paired with. Why should you not accept to be considered for the next job opportunity that meets your requirements and expectations? Our goal is to ensure that no opportunity passes you by as we protect your privacy.<br><\/span><\/p>\n<\/div>\n<div id=\"tw-target-rmn-container\" class=\"tw-target-rmn tw-ta-container F0azHf tw-nfl\">\n<pre id=\"tw-target-rmn\" class=\"tw-data-placeholder tw-text-small tw-ta\" dir=\"ltr\" data-placeholder=\"\">\u00a0<\/pre>\n<\/div>    <\/div>\n<\/div>\n<!-- \/module text --><!-- module buttons -->\n<div  class=\"module module-buttons tb_j5cm400 buttons-horizontal outline   rounded\" data-lazy=\"1\">\n        <div class=\"module-buttons-item tf_in_flx\">\n                        <a href=\"https:\/\/talent.opusfutura.com\/Account\/Register\" class=\"ui builder_button tf_in_flx green\" target=\"_blank\" rel=\"noopener\">\n                                                Registration                                        <\/a>\n                <\/div>\n            <\/div>\n<!-- \/module buttons -->\n        <\/div>\n                    <div  data-lazy=\"1\" class=\"module_column sub_column tb_cijf311 last\">\n                    <!-- module image -->\n<div  class=\"module module-image tb_92h9905 image-top   tf_mw\" data-lazy=\"1\">\n        <div class=\"image-wrap tf_rel tf_mw\">\n            <img decoding=\"async\" src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-Myndskreytingar-connection.svg\" width=\"565\" class=\"wp-post-image wp-image-1102\" title=\"OpusFutura-Myndskreytingar-connection\" alt=\"OpusFutura-Myndskreytingar-connection\">    \n        <\/div>\n    <!-- \/image-wrap -->\n    \n        <\/div>\n<!-- \/module image -->        <\/div>\n                    <\/div>\n                <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_top tb_col_count_1 tb_r9v9190\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column col-full tb_0pes190 first\">\n                    <!-- module text -->\n<div  class=\"module module-text tb_muxz641   \" data-lazy=\"1\">\n        <div  class=\"tb_text_wrap\">\n        <h2 style=\"text-align: center;\">Why Opus Futura?<\/h2>    <\/div>\n<\/div>\n<!-- \/module text -->        <\/div>\n                    <\/div>\n                <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_top tb_col_count_3 tb_f9ez619\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column col3-1 tb_gd9j619 first\">\n                    <!-- module image -->\n<div  class=\"module module-image tb_v5m9619 image-center   tf_mw\" data-lazy=\"1\">\n        <div class=\"image-wrap tf_rel tf_mw\">\n            <img decoding=\"async\" src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-O-icon.svg\" width=\"35\" class=\"wp-post-image wp-image-1141\" title=\"Automated Platform\" alt=\"Opus Futura is an advanced and automated platform for individuals and workplaces to match on what matters.\">    \n        <\/div>\n    <!-- \/image-wrap -->\n    \n        <div class=\"image-content\">\n                    <h3 class=\"image-title\">\n                                    Automated Platform                            <\/h3>\n                        <div class=\"image-caption tb_text_wrap\">\n            Opus Futura is an advanced and automated platform for individuals and workplaces to match on what matters.        <\/div>\n        <!-- \/image-caption -->\n            <\/div>\n    <!-- \/image-content -->\n        <\/div>\n<!-- \/module image -->        <\/div>\n                    <div  data-lazy=\"1\" class=\"module_column sub_column col3-1 tb_uvyz619\">\n                    <!-- module image -->\n<div  class=\"module module-image tb_uaaf619 image-center   tf_mw\" data-lazy=\"1\">\n        <div class=\"image-wrap tf_rel tf_mw\">\n            <img decoding=\"async\" src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-O-icon.svg\" width=\"35\" class=\"wp-post-image wp-image-1141\" title=\"Match on what matters\" alt=\"We know that for a good match you need to go deeper than people&#039;s degrees and years of experience.\">    \n        <\/div>\n    <!-- \/image-wrap -->\n    \n        <div class=\"image-content\">\n                    <h3 class=\"image-title\">\n                                    Match on what matters                            <\/h3>\n                        <div class=\"image-caption tb_text_wrap\">\n            We know that for a good match you need to go deeper than people&#8217;s degrees and years of experience.        <\/div>\n        <!-- \/image-caption -->\n            <\/div>\n    <!-- \/image-content -->\n        <\/div>\n<!-- \/module image -->        <\/div>\n                    <div  data-lazy=\"1\" class=\"module_column sub_column col3-1 tb_8iso619 last\">\n                    <!-- module image -->\n<div  class=\"module module-image tb_z92z619 image-center   tf_mw\" data-lazy=\"1\">\n        <div class=\"image-wrap tf_rel tf_mw\">\n            <img decoding=\"async\" src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-O-icon.svg\" width=\"35\" class=\"wp-post-image wp-image-1141\" title=\"Time and quality\" alt=\"With our solution it takes a shorter time to hire and the quality of the hire will be way better.\">    \n        <\/div>\n    <!-- \/image-wrap -->\n    \n        <div class=\"image-content\">\n                    <h3 class=\"image-title\">\n                                    Time and quality                            <\/h3>\n                        <div class=\"image-caption tb_text_wrap\">\n            With our solution it takes a shorter time to hire and the quality of the hire will be way better.        <\/div>\n        <!-- \/image-caption -->\n            <\/div>\n    <!-- \/image-content -->\n        <\/div>\n<!-- \/module image -->        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                        <div  data-lazy=\"1\" class=\"module_row themify_builder_row tb_24l3517 tf_w\">\n                        <div class=\"row_inner col_align_top tb_col_count_1 tf_box tf_rel\">\n                        <div  data-lazy=\"1\" class=\"module_column tb-column col-full tb_szxh518 first\">\n                            <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_middle tb_col_count_2 tb_7r3d903\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column tb_tz7m907 first\">\n                    <!-- module image -->\n<div  class=\"module module-image tb_fa59884 image-top   tf_mw\" data-lazy=\"1\">\n        <div class=\"image-wrap tf_rel tf_mw\">\n            <img decoding=\"async\" src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-Myndskreytingar-talentpool-1.svg\" width=\"500\" class=\"wp-post-image wp-image-1117\" title=\"OpusFutura-Myndskreytingar-talentpool\" alt=\"OpusFutura-Myndskreytingar-talentpool\">    \n        <\/div>\n    <!-- \/image-wrap -->\n    \n        <\/div>\n<!-- \/module image -->        <\/div>\n                    <div  data-lazy=\"1\" class=\"module_column sub_column tb_h6o9908 last\">\n                    <!-- module text -->\n<div  class=\"module module-text tb_jny9885   \" data-lazy=\"1\">\n        <div  class=\"tb_text_wrap\">\n        <h2><span style=\"font-family: Poppins; font-size: 40.656px; letter-spacing: -0.5082px; white-space-collapse: preserve;\">Access to a large and diverse talent pool<\/span><\/h2>\n<p>Get access to a larger and more diverse group of talents for your workplace.<\/p>\n<p>Minimize waste, shorten your time to hire, increase quality of hires and match with talents on what matters.<\/p>    <\/div>\n<\/div>\n<!-- \/module text --><!-- module buttons -->\n<div  class=\"module module-buttons tb_h0n5112 buttons-horizontal outline   rounded\" data-lazy=\"1\">\n        <div class=\"module-buttons-item tf_in_flx\">\n                        <a href=\"http:\/\/opusfutura.is\/newsletter-for-workplaces\/\" class=\"ui builder_button tf_in_flx green\" >\n                                                Newsletter for workplaces                                         <\/a>\n                <\/div>\n            <\/div>\n<!-- \/module buttons -->\n        <\/div>\n                    <\/div>\n                <div  data-lazy=\"1\" class=\"module_subrow themify_builder_sub_row tf_w col_align_middle tb_col_count_2 tb_gxdw547\">\n                <div  data-lazy=\"1\" class=\"module_column sub_column col4-2 tb_yvp6547 first\">\n                    <!-- module text -->\n<div  class=\"module module-text tb_biob547   \" data-lazy=\"1\">\n        <div  class=\"tb_text_wrap\">\n        <h2 class=\"font-weight-600\">Stay tuned!<\/h2>\n<p>Sign up for our mailing list and get updates from us at Opus Futura. <br \/>We regularly draw winners who receive a free personality test and a private coaching session<\/p>    <\/div>\n<\/div>\n<!-- \/module text --><!-- module buttons -->\n<div  class=\"module module-buttons tb_zyfa123 buttons-horizontal outline   rounded\" data-lazy=\"1\">\n        <div class=\"module-buttons-item tf_in_flx\">\n                        <a href=\"http:\/\/opusfutura.is\/newsletter\/\" class=\"ui builder_button tf_in_flx green\" >\n                                                Newsletter for Talents                                        <\/a>\n                <\/div>\n            <\/div>\n<!-- \/module buttons -->\n        <\/div>\n                    <div  data-lazy=\"1\" class=\"module_column sub_column col4-2 tb_xn1n547 last\">\n                    <!-- module image -->\n<div  class=\"module module-image tb_h10u547 image-top   tf_mw\" data-lazy=\"1\">\n        <div class=\"image-wrap tf_rel tf_mw\">\n            <img decoding=\"async\" src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-Myndskreytingar-jobfind.svg\" width=\"500\" class=\"wp-post-image wp-image-1095\" title=\"OpusFutura-Myndskreytingar-jobfind\" alt=\"OpusFutura-Myndskreytingar-jobfind\">    \n        <\/div>\n    <!-- \/image-wrap -->\n    \n        <\/div>\n<!-- \/module image -->        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n        <\/div>\n<!--\/themify_builder_content-->","protected":false},"excerpt":{"rendered":"<p>The progressive workplaces are on Opus Futura<\/p>\n","protected":false},"author":2,"featured_media":1782,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-32","page","type-page","status-publish","has-post-thumbnail","hentry","has-post-title","has-post-date","has-post-category","has-post-tag","has-post-comment","has-post-author",""],"builder_content":"<h3 style=\"text-align: center;\">The progressive workplaces are on Opus Futura<\/h3>\n\n<h3 style=\"text-align: center;\">Examples of active jobs<\/h3>\n\n<button id=\"toggle-complete-jobs\">See examples of completed jobs<\/button> <h3>Byko<\/h3> <p>Developer<\/p> <h3>Origo<\/h3> <p>Sales director<\/p> <h3>Opus Futura<\/h3> <p>Recruitment and Customer Care Specialist<\/p> <h3>Icelandair<\/h3> <p>Training Specialist<\/p> <h3>Opus Futura<\/h3> <p>Full Stack Developer<\/p> <h3>Opus Futura<\/h3> <p>Data Engineer\/Scientist<\/p>\n<p>We welcome your registration!<\/p>\n<p id=\"tw-target-text\" dir=\"ltr\" data-placeholder=\"Translation\" aria-label=\"Translated text\" data-ved=\"2ahUKEwillu6x5JyHAxVTR0EAHS97AnAQ3ewLegQIBRAT\">By signing up on Opus Futura, you will automatically be considered for all jobs defined in the solution. <br>No application process, cover letter or uncertainty about who is looking at your data. On Opus Futura, we never show your personal information such as name, gender, age, places of work etc. until you agree to be considered for a job you are paired with. Why should you not accept to be considered for the next job opportunity that meets your requirements and expectations? Our goal is to ensure that no opportunity passes you by as we protect your privacy.<br><\/p>\n<pre id=\"tw-target-rmn\" dir=\"ltr\" data-placeholder=\"\">\u00a0<\/pre>\n<a href=\"https:\/\/talent.opusfutura.com\/Account\/Register\" target=\"_blank\" rel=\"noopener\"> Registration <\/a>\n<img src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-Myndskreytingar-connection.svg\" width=\"565\" title=\"OpusFutura-Myndskreytingar-connection\" alt=\"OpusFutura-Myndskreytingar-connection\">\n<h2 style=\"text-align: center;\">Why Opus Futura?<\/h2>\n<img src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-O-icon.svg\" width=\"35\" title=\"Automated Platform\" alt=\"Opus Futura is an advanced and automated platform for individuals and workplaces to match on what matters.\"> <h3> Automated Platform <\/h3> Opus Futura is an advanced and automated platform for individuals and workplaces to match on what matters.\n<img src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-O-icon.svg\" width=\"35\" title=\"Match on what matters\" alt=\"We know that for a good match you need to go deeper than people&#039;s degrees and years of experience.\"> <h3> Match on what matters <\/h3> We know that for a good match you need to go deeper than people's degrees and years of experience.\n<img src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-O-icon.svg\" width=\"35\" title=\"Time and quality\" alt=\"With our solution it takes a shorter time to hire and the quality of the hire will be way better.\"> <h3> Time and quality <\/h3> With our solution it takes a shorter time to hire and the quality of the hire will be way better.\n<img src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-Myndskreytingar-talentpool-1.svg\" width=\"500\" title=\"OpusFutura-Myndskreytingar-talentpool\" alt=\"OpusFutura-Myndskreytingar-talentpool\">\n<h2>Access to a large and diverse talent pool<\/h2> <p>Get access to a larger and more diverse group of talents for your workplace.<\/p> <p>Minimize waste, shorten your time to hire, increase quality of hires and match with talents on what matters.<\/p>\n<a href=\"http:\/\/opusfutura.is\/newsletter-for-workplaces\/\" > Newsletter for workplaces <\/a>\n<h2>Stay tuned!<\/h2> <p>Sign up for our mailing list and get updates from us at Opus Futura. <br \/>We regularly draw winners who receive a free personality test and a private coaching session<\/p>\n<a href=\"http:\/\/opusfutura.is\/newsletter\/\" > Newsletter for Talents <\/a>\n<img src=\"https:\/\/opusfutura.is\/wp-content\/uploads\/2024\/05\/OpusFutura-Myndskreytingar-jobfind.svg\" width=\"500\" title=\"OpusFutura-Myndskreytingar-jobfind\" alt=\"OpusFutura-Myndskreytingar-jobfind\">","_links":{"self":[{"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/pages\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":736,"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/pages\/32\/revisions"}],"predecessor-version":[{"id":4877,"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/pages\/32\/revisions\/4877"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/media\/1782"}],"wp:attachment":[{"href":"https:\/\/opusfutura.is\/en\/wp-json\/wp\/v2\/media?parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}