{"id":3707,"date":"2017-02-27T12:49:54","date_gmt":"2017-02-27T05:49:54","guid":{"rendered":"http:\/\/kreativitas.ugm.ac.id?page_id=3707"},"modified":"2023-06-14T16:15:47","modified_gmt":"2023-06-14T09:15:47","slug":"hubungi-kami","status":"publish","type":"page","link":"https:\/\/kreativitas.ugm.ac.id\/?page_id=3707","title":{"rendered":"Hubungi Kami"},"content":{"rendered":"<style type=\"text\/css\" id=\"tpb-custom-css\"><\/style>\r\n\t<script type='text\/javascript'>\r\n\r\n\tjQuery(function($){\r\n\t\tfunction setFullWidth() {\r\n\t\t\tvar no_content = $('.tpb-stretch-row');\r\n\t\t\tvar with_content = $('.tpb-stretch-row-content');\r\n\t\t\tvar content_and_padding = $('.tpb-stretch-row-content-no-padding');\r\n\r\n\t\t\t\/\/ tpb-stretch-row\r\n\t\t\tif(no_content.length > 0) {\r\n\t\t\t\tno_content.each(function(){\r\n\t\t\t\t\t$el = $(this);\r\n\r\n\t\t\t\t\tvar calc = getCalcStretch($el);\r\n\r\n\t\t\t\t\t\/\/ apply new css\r\n\t\t\t\t\t$el.css({\r\n\t\t\t\t\t\t'position': 'relative',\r\n\t\t\t\t\t\t'left': calc.left + 'px',\r\n\t\t\t\t\t\t'width': calc.width + 'px',\r\n\t\t\t\t\t\t'padding-left': calc.offset + 'px',\r\n\t\t\t\t\t\t'padding-right': calc.offset + 'px',\r\n\t\t\t\t\t\t'box-sizing': 'border-box'\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t}\r\n\r\n\t\t\t\/\/ tpb-stretch-row-content\r\n\t\t\tif(with_content.length > 0) {\r\n\t\t\t\twith_content.each(function(){\r\n\t\t\t\t\t$el = $(this);\r\n\r\n\t\t\t\t\tvar calc = getCalcStretch($el);\r\n\r\n\t\t\t\t\t\/\/ apply new css\r\n\t\t\t\t\t$el.css({\r\n\t\t\t\t\t\t'position': 'relative',\r\n\t\t\t\t\t\t'left': calc.left + 'px',\r\n\t\t\t\t\t\t'width': calc.width + 'px',\r\n\t\t\t\t\t\t'padding-left': '15px',\r\n\t\t\t\t\t\t'padding-right': '15px',\r\n\t\t\t\t\t\t'box-sizing': 'border-box'\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t}\r\n\r\n\t\t\t\/\/ tpb-stretch-row-content-no-padding\r\n\t\t\tif(content_and_padding.length > 0) {\r\n\t\t\t\tcontent_and_padding.each(function(){\r\n\t\t\t\t\t$el = $(this);\r\n\r\n\t\t\t\t\tvar calc = getCalcStretch($el);\r\n\r\n\t\t\t\t\t\/\/ apply new css\r\n\t\t\t\t\t$el.css({\r\n\t\t\t\t\t\t'position': 'relative',\r\n\t\t\t\t\t\t'left': calc.left + 'px',\r\n\t\t\t\t\t\t'width': calc.width + 'px'\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfunction getCalcStretch($el) {\r\n\t\t\t\/\/ neutralize\r\n\t\t\t$el.css({\r\n\t\t\t\t'position': '',\r\n\t\t\t\t'left': '',\r\n\t\t\t\t'width': '',\r\n\t\t\t\t'padding': '',\r\n\t\t\t\t'padding-left': '',\r\n\t\t\t\t'padding-right': '',\r\n\t\t\t\t'box-sizing': '',\r\n\t\t\t});\r\n\t\t\t\r\n\t\t\t\/\/ get outer container\r\n\t\t\tif($('body > div#wrapper').length > 0) {\r\n\t\t\t\t$outer = $('body > div#wrapper');\t\t\t\t\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$outer = $('body');\r\n\t\t\t}\r\n\r\n\t\t\tvar outerOffset = $outer.offset();\r\n\t\t\tvar offset = $el.offset();\r\n\t\t\tvar offsetLeft = offset.left - outerOffset.left; \r\n\t\t\tvar width = $outer.outerWidth();\r\n\r\n\t\t\t\/\/ set vars\r\n\t\t\tvar vars = {\r\n\t\t\t\toffset: offsetLeft,\r\n\t\t\t\tleft: offsetLeft * -1,\r\n\t\t\t\twidth: width\r\n\t\t\t}\r\n\r\n\t\t\treturn vars;\r\n\t\t}\r\n\r\n\t\tfunction getCalcStretchOld($el) {\r\n\t\t\t\/\/ neutralize\r\n\t\t\t$el.css({\r\n\t\t\t\t'position': '',\r\n\t\t\t\t'left': '',\r\n\t\t\t\t'width': '',\r\n\t\t\t\t'padding': '',\r\n\t\t\t\t'padding-left': '',\r\n\t\t\t\t'padding-right': '',\r\n\t\t\t\t'box-sizing': '',\r\n\t\t\t});\r\n\r\n\t\t\tvar offset = $el.offset();\r\n\r\n\t\t\t\/\/ set vars\r\n\t\t\tvar vars = {\r\n\t\t\t\toffset: offset.left,\r\n\t\t\t\tleft: offset.left * -1,\r\n\t\t\t\twidth: $(window).width()\r\n\t\t\t}\r\n\r\n\t\t\treturn vars;\r\n\t\t}\r\n\r\n\t\t$(window).resize(function() {\r\n\t\t\tsetFullWidth();\r\n\t\t});\r\n\r\n\t\tsetFullWidth();\r\n\t});\r\n\r\n\t<\/script>\r\n\r\n\t\t\t<div class='row tpb-row'>\r\n\t\t\t\t\t<div class='tpb tpb-html col-md-12'>\r\n\t\t\t<div class=\"row\">\r\n\t\r\n\t<div class=\"col-md-12 widget-html\">\r\n\t\t\t\t\t<div class=\"tpb-header\"> \r\n\t\t\t\t<div class=\"tpb-title\">\r\n\t\t\t\t\t<h2>Lokasi<\/h2>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d15812.622364457604!2d110.3779026!3d-7.7733208!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4e05f7e4cb0c7ee2!2sKreativitas+UGM!5e0!3m2!1sen!2sid!4v1533630691271\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen><\/iframe>\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class='row tpb-row'>\r\n\t\t\t\t\t<div class='tpb tpb-text col-md-12'>\r\n\t\t\t\r\n<div class=\"row\">\r\n\t\r\n\t<div class=\"col-md-12 widget-text\">\r\n\t\t\t\t\t<div class=\"tpb-header\"> \r\n\t\t\t\t<div class=\"tpb-title\">\r\n\t\t\t\t\t<h2>Kontak<\/h2>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<p>+6281288866144<\/p><p>kreativitas@ugm.ac.id<\/p>\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t","protected":false},"excerpt":{"rendered":"<p>Lokasi Kontak +6281288866144kreativitas@ugm.ac.id<\/p>\n","protected":false},"author":515,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/blank-page.php","meta":{"footnotes":""},"class_list":["post-3707","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kreativitas.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/pages\/3707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kreativitas.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kreativitas.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kreativitas.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/users\/515"}],"replies":[{"embeddable":true,"href":"https:\/\/kreativitas.ugm.ac.id\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3707"}],"version-history":[{"count":0,"href":"https:\/\/kreativitas.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/pages\/3707\/revisions"}],"wp:attachment":[{"href":"https:\/\/kreativitas.ugm.ac.id\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}