{"id":9909,"date":"2024-04-04T11:24:08","date_gmt":"2024-04-04T04:24:08","guid":{"rendered":"https:\/\/geo.ugm.ac.id\/?page_id=9909"},"modified":"2024-04-04T14:04:26","modified_gmt":"2024-04-04T07:04:26","slug":"deans-welcome","status":"publish","type":"page","link":"https:\/\/geo.ugm.ac.id\/en\/deans-welcome\/","title":{"rendered":"Dean&#8217;s Welcome"},"content":{"rendered":"<style type=\"text\/css\" id=\"tpb-custom-css\">h1 {\r\n    font-family:\"Heebo\", sans-serif;\r\n    font-weight:700;\r\n    color:#073C64;\r\n}\r\nh2 {\r\n    font-family: 'Heebo', sans-serif;\r\n    font-weight: 700;\r\n}\r\nh3 {\r\n    font-family: 'Heebo', sans-serif;\r\n    font-weight: 700;\r\n}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }<\/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<head>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Josefin+Sans:ital,wght@1,500&display=swap\" rel=\"stylesheet\">\n    <style>\n    .section-page.no-paddingbottom {\n    padding-bottom: 0;\n    }\n    .sc-about--greeting {\n    background-color: #FFFFFF; \/*#F8F9FB*\/\n    }\n    .section-page {\n    padding: 80px 0;\n    margin-bottom: 0;\n    }\n    .container {\n    margin-right: auto;\n    margin-left: auto;\n    padding-left: 15px;\n    padding-right: 15px;\n    }\n    .section-page .section-category {\n    font-family: \"Heebo\", sans-serif;\n    font-weight: 600;\n    color:#070203;\n    font-size: 15px;\n    margin-bottom: 15px;\n    text-transform:uppercase;\n    letter-spacing: 4px;\n    }\n    .sc-about--greeting .section-box .section-category {\n    color: #070203;\n    letter-spacing: 4px;\n    }\n    .section-page .section-title h3, .section-page .section-title h2 {\n    position: relative;\n    font-size: 40px;\n    font-family:\"Heebo\",sans-serif;\n    font-weight: 800;\n    margin: 0;\n    color: #073C64;\n    text-transform:none;\n    }\n    .section-page .section-title h3:after, .section-page .section-title h2:after {\n    content: \"\";\n    display: block;\n    margin: 20px auto 15px -40px;\n    width: 106px;\n    border-bottom: 4px solid #FDCB2C;\n    }\n    @media (max-width:414px) {\n    .section-page .section-title h3, .section-page .section-title h2 {\n    font-size: 30px;\n    }\n    }\n    .sc-about--greeting .section-box .section-subtitle {\n    font-family: \"Josefin Sans\", sans-serif;\n    font-weight:500;\n    font-size: 20px;\n    font-style:italic;\n    }\n    @media (max-width:414px) {\n    .sc-about--greeting .section-box .section-subtitle {\n    font-size: 14px;\n\n    }\n    }\n    .btn1, .single-page .contact-form input[type*=\"submit\"] {\n    display: inline-block;\n    margin-bottom: 0;\n    font-family:'Heebo',sans-serif;\n    font-weight: bold;\n    text-align: center;\n    \/* text-transform: uppercase; *\/\n    text-decoration: none;\n    vertical-align: middle;\n    -ms-touch-action: manipulation;\n    touch-action: manipulation;\n    cursor: pointer;\n    background-image: none;\n    border: 1px solid transparent;\n    white-space: nowrap;\n    padding: 11px 20px;\n    font-size: 15px;\n    line-height: 1.7142857143;\n    border-radius: 0;\n    -webkit-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    letter-spacing: 1px;\n    }\n    @media (max-width:414px) {\n        .btn1, .single-page .contact-form input[type*=\"submit\"] {\n            font-size:10px;\n        }\n    }\n   .btn1-box {\n    margin-top: 15px;\n    padding-top: 15px;\n    border-top: 1px solid #E6E6E6; }\n  .btn1-box.no-border {\n    border: 0;\n    padding-top: 0;\n    margin-bottom: 0; }\n  .btn1-box.text-center .btn-more {\n    float: none; }\n  .btn1-box {\n    margin-top:15px;\n  }\n    .sc-about .post{\n        border:0;\n        padding:0;\n    }\n    .btn1-box.no-border{\n        margin-bottom:0;\n    }\n    .btn1-more {\n    text-transform: capitalize;\n    padding: 0;\n    min-width: 10px;\n    background-color: transparent;\n    color: #149fc0;\n    font-size: 15px;\n    border: 0;\n    float: none;\n    letter-spacing: 0;\n    position:relative;\n    }\n    @media (max-width:414px) {\n        .btn1-more {\n            font-size:9px;\n        }\n    }\n    .btn1-more:before {\n    content: '';\n    height: 3px;\n    width: 100%;\n    color: inherit;\n    background-color: currentColor;\n    position: absolute;\n    bottom: -4px;\n    left: 0;\n    }\n    .sc-about--greeting .section-box .btn1-more {\n    color: #073C64;\n    transition:0.3s;\n    }\n    .sc-about--greeting .section-box .btn1-more:hover {\n        text-decoration:none;\n        color: #073C64;\n        opacity:0.9;\n    }\n        .breadcrumb {\n        padding: 0 0 7px;\n        list-style: none;\n        border-bottom: 1px solid #e6e6e6;\n        border-radius: 0;\n        margin-bottom: 10px;\n        }\n        .single-post .post-content dl, .single-post .post-content ul, .single-post .post-content ol {\n        padding-left: 0px;\n        }\n        .single-post .post-content>p, .single-post .post-content img, .single-post .post-content ol, .single-post .post-content ul, .single-post .post-content dl, .single-post .post-content pre, .single-post .post-content blockquote, .single-post .post-content .wp-caption, .single-post .post-content table {\n            margin: 0 auto;\n        }\n    <\/style>\n<\/head>\n<section class=\"section-page no-paddingbottom sc-about--greeting\">\n    <div class=\"container\">\n        <div class=\"row\">\n            <div class=\"col-md-7 col-md-push-5 greeting__text\">\n                <div class=\"section-box\">\n                    <div class=\"section-category\">\n                        Dean's Welcome\n                    <\/div>\n                    <div class=\"section-title\">\n                        <h3>\n                            Dr. Danang Sri Hadmoko, S.Si., M.Sc.\n                        <\/h3>\n                    <\/div>\n                    <div class=\"section-subtitle\">\n                        \"Welcome to the Faculty of Geography Universitas Gadjah Mada, home to more than 1308 talented young generations from various islands in Indonesia. It is an ideal place for learning, socializing, and developing talents and creativity...\"\n                    <\/div>\n                    <div class=\"post btn1-box no-border\">\n                        <a href=\"https:\/\/geo.ugm.ac.id\/en\/deans-welcome\/9913-2\/\" class=\"btn1 btn1-more\">\n                            More\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"col-md-5 col-md-pull-7 greeting__img\">\n                <img decoding=\"async\" style=\"padding-left:60px\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2021\/12\/danang-sri-hadmoko-1-300x300.png\" alt>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\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>Dean&#8217;s Welcome Dr. Danang Sri Hadmoko, S.Si., M.Sc. &#8220;Welcome to the Faculty of Geography Universitas Gadjah Mada, home to more than 1308 talented young generations from various islands in Indonesia. It is an ideal place for learning, socializing, and developing talents and creativity&#8230;&#8221; More<\/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-9909","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9909","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=9909"}],"version-history":[{"count":1,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9909\/revisions"}],"predecessor-version":[{"id":9911,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9909\/revisions\/9911"}],"wp:attachment":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/media?parent=9909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}