{"id":362,"date":"2008-12-20T16:35:32","date_gmt":"2008-12-20T15:35:32","guid":{"rendered":"http:\/\/reflection-design.dk\/?p=362"},"modified":"2008-12-20T16:35:32","modified_gmt":"2008-12-20T15:35:32","slug":"rounded-corners-solution-1","status":"publish","type":"post","link":"https:\/\/reflection-design.dk\/?p=362","title":{"rendered":"Rounded Corners &#8211; Solution 1"},"content":{"rendered":"<p>Rounded corners on websites and in webdesign are fairly popular. I think that the move from traditional square and technical design to a more organic design is part of the popular trend now a days. A device (or website) that breaks the expected pattern forces us to make new associations with the device. iPods are a great example i think were curved surfaces and smooth design is important but somehow appeals more to most people.<\/p>\n<p>Regardless of the reason of rounded corners and curves, they are popular but can be a pain to make. Though it has gotten increasingly easier to create and the next <a href=\"http:\/\/www.w3.org\/TR\/2005\/WD-css3-background-20050216\/#the-border-radius\" target=\"_blank\" rel=\"noopener\">CSS3<\/a> even provides support for easily creating rounded corners \ud83d\ude42<\/p>\n<p>Here is method number 1 for making rounded corners, and in the following posts i will be providing several other ways of making this effect.<\/p>\n<p><strong>Making corners in Photoshop<\/strong><\/p>\n<p>First off we need to make the four corners in a graphics editor such as Photoshop. Which editor you use is of no consequence, but the end result should be 4 images, one for each corner.<\/p>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\" width=\"464\">\n<tbody>\n<tr>\n<td width=\"219\" valign=\"top\">First create a new image about 50 x 50 pixels. Size depends on the curve you want.<\/td>\n<td width=\"243\" valign=\"top\"><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/1.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/1-thumb.jpg\" border=\"0\" alt=\"1\" width=\"54\" height=\"54\" \/><\/a><\/td>\n<\/tr>\n<tr>\n<td width=\"221\" valign=\"top\">Then make a circle selection on the whole image and fill with your foreground color.<\/td>\n<td width=\"242\" valign=\"top\"><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/2.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/2-thumb.jpg\" border=\"0\" alt=\"2\" width=\"54\" height=\"54\" \/><\/a><\/td>\n<\/tr>\n<tr>\n<td width=\"222\" valign=\"top\">Using the &#8216;guides&#8217; in photoshop slice the image into 4 seperate corners.<\/td>\n<td width=\"241\" valign=\"top\"><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/3.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/3-thumb.jpg\" border=\"0\" alt=\"3\" width=\"54\" height=\"54\" \/><\/a><\/td>\n<\/tr>\n<tr>\n<td width=\"223\" valign=\"top\">Finally save each corner to its own file.<\/td>\n<td width=\"241\" valign=\"top\"><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/ltop.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/ltop-thumb.jpg\" border=\"0\" alt=\"ltop\" width=\"29\" height=\"29\" \/><\/a><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/rtop.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/rtop-thumb.jpg\" border=\"0\" alt=\"rtop\" width=\"29\" height=\"29\" \/><\/a><br \/>\n<a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/rbottom.jpg\"><\/a><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/lbottom.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/lbottom-thumb.jpg\" border=\"0\" alt=\"lbottom\" width=\"29\" height=\"29\" \/><\/a><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/rbottom.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/rbottom-thumb.jpg\" border=\"0\" alt=\"rbottom\" width=\"29\" height=\"29\" \/><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Note that you can create the corners in several ways and this is just a simple way to do it. How you get your corner graphics does not affect the rest of the tutorial.<\/p>\n<p>Now that we have our corner graphics we can create a simple html table that includes the graphics and places them were we need it \ud83d\ude42<\/p>\n<p><strong>HTML Template with rounded corner graphics<\/strong><\/p>\n<p>What we need here is a simple 3 x 3 table, with corner graphics in each corner cell, and leaving the middle cell for content. We can also insert a title for the rounded corner box in the first row, second cell (between the corners).<\/p>\n<p>Here is sample html that does exactly this:<\/p>\n<div style=\"border: 1px solid gray; margin: 20px 0px 10px; padding: 4px; overflow: auto; font-size: 8pt; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">\n<div style=\"border-style: none; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\"><span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">html<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">head<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">        <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">title<\/span><span style=\"color: #0000ff\">&gt;<\/span>Rounded Corners Solution 1<span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">title<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">    <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">head<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">body<\/span> <span style=\"color: #ff0000\">bgcolor<\/span><span style=\"color: #0000ff\">=\"#47444f\"<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">        <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">table<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"200\"<\/span> <span style=\"color: #ff0000\">border<\/span><span style=\"color: #0000ff\">=\"0\"<\/span> <span style=\"color: #ff0000\">cellspacing<\/span><span style=\"color: #0000ff\">=\"0\"<\/span> <span style=\"color: #ff0000\">cellpadding<\/span><span style=\"color: #0000ff\">=\"0\"<\/span> <span style=\"color: #ff0000\">bgcolor<\/span><span style=\"color: #0000ff\">=\"#6a6af2\"<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">            <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">tr<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;<\/span><span style=\"color: #800000\">img<\/span> <span style=\"color: #ff0000\">src<\/span><span style=\"color: #0000ff\">=\"ltop.jpg\"<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span> <span style=\"color: #ff0000\">height<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;&lt;!<\/span><span style=\"color: #800000\">--<\/span> <span style=\"color: #ff0000\">Insert<\/span> <span style=\"color: #ff0000\">optional<\/span> <span style=\"color: #ff0000\">headline<\/span> <span style=\"color: #ff0000\">here<\/span> <span style=\"color: #ff0000\">--<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;<\/span><span style=\"color: #800000\">img<\/span> <span style=\"color: #ff0000\">src<\/span><span style=\"color: #0000ff\">=\"rtop.jpg\"<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span> <span style=\"color: #ff0000\">height<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">            <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">tr<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">            <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">tr<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio.<\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">                Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.<\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.<\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">                <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">            <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">tr<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">            <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">tr<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;<\/span><span style=\"color: #800000\">img<\/span> <span style=\"color: #ff0000\">src<\/span><span style=\"color: #0000ff\">=\"lbottom.jpg\"<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span> <span style=\"color: #ff0000\">height<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">                <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">td<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;<\/span><span style=\"color: #800000\">img<\/span> <span style=\"color: #ff0000\">src<\/span><span style=\"color: #0000ff\">=\"rbottom.jpg\"<\/span> <span style=\"color: #ff0000\">width<\/span><span style=\"color: #0000ff\">=\"25\"<\/span> <span style=\"color: #ff0000\">height<\/span><span style=\"color: #0000ff\">=\"25\"<\/span><span style=\"color: #0000ff\">&gt;&lt;\/<\/span><span style=\"color: #800000\">td<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">            <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">tr<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\">        <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">table<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;\">    <span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">body<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<pre style=\"border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;\"><span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">html<\/span><span style=\"color: #0000ff\">&gt;<\/span><\/pre>\n<\/div>\n<\/div>\n<p><strong>Rendered result looks like this:<\/strong><\/p>\n<p><a href=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/final.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px\" src=\"https:\/\/reflection-design.dk\/wp-content\/uploads\/2008\/12\/final-thumb.jpg\" border=\"0\" alt=\"final\" width=\"205\" height=\"244\" \/><\/a><\/p>\n<p><strong>Example files to download:<\/strong><\/p>\n<p><code>[download#11#image]<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rounded corners on websites and in webdesign are fairly popular. I think that the move from traditional square and technical design to a more organic design is part of the popular trend now a days. A device (or website) that breaks the expected pattern forces us to make new associations with the device. iPods are [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[20,46,70,79,90,91,99],"class_list":["post-362","post","type-post","status-publish","format-standard","hentry","category-articles","tag-css","tag-html","tag-photoshop","tag-rounded-corners","tag-tutorial","tag-tutorials","tag-webdesign"],"_links":{"self":[{"href":"https:\/\/reflection-design.dk\/index.php?rest_route=\/wp\/v2\/posts\/362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reflection-design.dk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/reflection-design.dk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/reflection-design.dk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/reflection-design.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=362"}],"version-history":[{"count":0,"href":"https:\/\/reflection-design.dk\/index.php?rest_route=\/wp\/v2\/posts\/362\/revisions"}],"wp:attachment":[{"href":"https:\/\/reflection-design.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reflection-design.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=362"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reflection-design.dk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}