{"id":10055,"date":"2024-04-21T12:21:37","date_gmt":"2024-04-21T05:21:37","guid":{"rendered":"https:\/\/geo.ugm.ac.id\/?page_id=10055"},"modified":"2024-04-21T13:00:39","modified_gmt":"2024-04-21T06:00:39","slug":"fitness-room","status":"publish","type":"page","link":"https:\/\/geo.ugm.ac.id\/en\/fitness-room\/","title":{"rendered":"Fitness Room"},"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-image 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-image\">\r\n\t\t<div class=\"tpb-content-image tpb-col-12\" style=\"width: auto;height: auto;max-width: 100%;text-align: center;\">\r\n\t\t\t\t\t\t\t<div class=\"tpb-header\"> \r\n\t\t\t\t\t<div class=\"tpb-title\">\r\n\t\t\t\t\t\t<h2>Ruang Kebugaran<\/h2>\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<a style=\"text-align: center;\" >\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2024\/04\/Peraturan-ruang-kebugaran-FGE-724x1024.jpg\" style=\"width:auto;height:auto\"\/>\r\n\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\r\n<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Ruang Kebugaran<\/p>","protected":false},"author":168,"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-10055","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/10055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/users\/168"}],"replies":[{"embeddable":true,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/comments?post=10055"}],"version-history":[{"count":1,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/10055\/revisions"}],"predecessor-version":[{"id":10056,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/10055\/revisions\/10056"}],"wp:attachment":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/media?parent=10055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}