25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1232 lines
51 KiB

  1. module.exports =
  2. /******/ (function(modules) { // webpackBootstrap
  3. /******/ // The module cache
  4. /******/ var installedModules = require('../../../../../ssr-module-cache.js');
  5. /******/
  6. /******/ // The require function
  7. /******/ function __webpack_require__(moduleId) {
  8. /******/
  9. /******/ // Check if module is in cache
  10. /******/ if(installedModules[moduleId]) {
  11. /******/ return installedModules[moduleId].exports;
  12. /******/ }
  13. /******/ // Create a new module (and put it into the cache)
  14. /******/ var module = installedModules[moduleId] = {
  15. /******/ i: moduleId,
  16. /******/ l: false,
  17. /******/ exports: {}
  18. /******/ };
  19. /******/
  20. /******/ // Execute the module function
  21. /******/ var threw = true;
  22. /******/ try {
  23. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  24. /******/ threw = false;
  25. /******/ } finally {
  26. /******/ if(threw) delete installedModules[moduleId];
  27. /******/ }
  28. /******/
  29. /******/ // Flag the module as loaded
  30. /******/ module.l = true;
  31. /******/
  32. /******/ // Return the exports of the module
  33. /******/ return module.exports;
  34. /******/ }
  35. /******/
  36. /******/
  37. /******/ // expose the modules object (__webpack_modules__)
  38. /******/ __webpack_require__.m = modules;
  39. /******/
  40. /******/ // expose the module cache
  41. /******/ __webpack_require__.c = installedModules;
  42. /******/
  43. /******/ // define getter function for harmony exports
  44. /******/ __webpack_require__.d = function(exports, name, getter) {
  45. /******/ if(!__webpack_require__.o(exports, name)) {
  46. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  47. /******/ }
  48. /******/ };
  49. /******/
  50. /******/ // define __esModule on exports
  51. /******/ __webpack_require__.r = function(exports) {
  52. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  53. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  54. /******/ }
  55. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  56. /******/ };
  57. /******/
  58. /******/ // create a fake namespace object
  59. /******/ // mode & 1: value is a module id, require it
  60. /******/ // mode & 2: merge all properties of value into the ns
  61. /******/ // mode & 4: return value when already ns object
  62. /******/ // mode & 8|1: behave like require
  63. /******/ __webpack_require__.t = function(value, mode) {
  64. /******/ if(mode & 1) value = __webpack_require__(value);
  65. /******/ if(mode & 8) return value;
  66. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  67. /******/ var ns = Object.create(null);
  68. /******/ __webpack_require__.r(ns);
  69. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  70. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  71. /******/ return ns;
  72. /******/ };
  73. /******/
  74. /******/ // getDefaultExport function for compatibility with non-harmony modules
  75. /******/ __webpack_require__.n = function(module) {
  76. /******/ var getter = module && module.__esModule ?
  77. /******/ function getDefault() { return module['default']; } :
  78. /******/ function getModuleExports() { return module; };
  79. /******/ __webpack_require__.d(getter, 'a', getter);
  80. /******/ return getter;
  81. /******/ };
  82. /******/
  83. /******/ // Object.prototype.hasOwnProperty.call
  84. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  85. /******/
  86. /******/ // __webpack_public_path__
  87. /******/ __webpack_require__.p = "";
  88. /******/
  89. /******/
  90. /******/ // Load entry module and return exports
  91. /******/ return __webpack_require__(__webpack_require__.s = 31);
  92. /******/ })
  93. /************************************************************************/
  94. /******/ ({
  95. /***/ "2zww":
  96. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  97. "use strict";
  98. // EXPORTS
  99. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CardHeader; });
  100. // EXTERNAL MODULE: external "react"
  101. var external_react_ = __webpack_require__("cDcd");
  102. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  103. // EXTERNAL MODULE: external "classnames"
  104. var external_classnames_ = __webpack_require__("K2gz");
  105. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  106. // EXTERNAL MODULE: external "@material-ui/core/styles"
  107. var styles_ = __webpack_require__("9Pu4");
  108. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  109. var nextjs_material_kit = __webpack_require__("eDSW");
  110. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardHeaderStyle.js
  111. const cardHeaderStyle = {
  112. cardHeader: {
  113. borderRadius: "3px",
  114. padding: "1rem 15px",
  115. marginLeft: "15px",
  116. marginRight: "15px",
  117. marginTop: "-30px",
  118. border: "0",
  119. marginBottom: "0"
  120. },
  121. cardHeaderPlain: {
  122. marginLeft: "0px",
  123. marginRight: "0px"
  124. },
  125. warningCardHeader: nextjs_material_kit["y" /* warningCardHeader */],
  126. successCardHeader: nextjs_material_kit["t" /* successCardHeader */],
  127. dangerCardHeader: nextjs_material_kit["e" /* dangerCardHeader */],
  128. infoCardHeader: nextjs_material_kit["l" /* infoCardHeader */],
  129. primaryCardHeader: nextjs_material_kit["o" /* primaryCardHeader */]
  130. };
  131. /* harmony default export */ var components_cardHeaderStyle = (cardHeaderStyle);
  132. // CONCATENATED MODULE: ./components/Card/CardHeader.js
  133. var __jsx = external_react_default.a.createElement;
  134. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  135. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  136. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  137. // nodejs library that concatenates classes
  138. // nodejs library to set properties for components
  139. // @material-ui/core components
  140. // @material-ui/icons
  141. // core components
  142. const useStyles = Object(styles_["makeStyles"])(components_cardHeaderStyle);
  143. function CardHeader(props) {
  144. const classes = useStyles();
  145. const {
  146. className,
  147. children,
  148. color,
  149. plain
  150. } = props,
  151. rest = _objectWithoutProperties(props, ["className", "children", "color", "plain"]);
  152. const cardHeaderClasses = external_classnames_default()({
  153. [classes.cardHeader]: true,
  154. [classes[color + "CardHeader"]]: color,
  155. [classes.cardHeaderPlain]: plain,
  156. [className]: className !== undefined
  157. });
  158. return __jsx("div", _extends({
  159. className: cardHeaderClasses
  160. }, rest), children);
  161. }
  162. /***/ }),
  163. /***/ 31:
  164. /***/ (function(module, exports, __webpack_require__) {
  165. module.exports = __webpack_require__("crEC");
  166. /***/ }),
  167. /***/ "7WNa":
  168. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  169. "use strict";
  170. /* harmony import */ var assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  171. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  172. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  173. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  174. const notificationsStyles = {
  175. section: {
  176. backgroundColor: "#FFFFFF",
  177. display: "block",
  178. width: "100%",
  179. position: "relative",
  180. padding: "0"
  181. },
  182. title: _objectSpread({}, assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* title */ "v"], {
  183. marginTop: "30px",
  184. minHeight: "32px",
  185. textDecoration: "none"
  186. }),
  187. container: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"]
  188. };
  189. /* harmony default export */ __webpack_exports__["a"] = (notificationsStyles);
  190. /***/ }),
  191. /***/ "8//M":
  192. /***/ (function(module, exports) {
  193. module.exports = require("@material-ui/core/styles/makeStyles");
  194. /***/ }),
  195. /***/ "9Pu4":
  196. /***/ (function(module, exports) {
  197. module.exports = require("@material-ui/core/styles");
  198. /***/ }),
  199. /***/ "A2So":
  200. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  201. "use strict";
  202. // EXPORTS
  203. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ Card; });
  204. // EXTERNAL MODULE: external "react"
  205. var external_react_ = __webpack_require__("cDcd");
  206. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  207. // EXTERNAL MODULE: external "classnames"
  208. var external_classnames_ = __webpack_require__("K2gz");
  209. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  210. // EXTERNAL MODULE: external "@material-ui/core/styles"
  211. var styles_ = __webpack_require__("9Pu4");
  212. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardStyle.js
  213. const cardStyle = {
  214. card: {
  215. border: "0",
  216. marginBottom: "30px",
  217. marginTop: "30px",
  218. borderRadius: "6px",
  219. color: "rgba(0, 0, 0, 0.87)",
  220. background: "#fff",
  221. width: "100%",
  222. boxShadow: "0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",
  223. position: "relative",
  224. display: "flex",
  225. flexDirection: "column",
  226. minWidth: "0",
  227. wordWrap: "break-word",
  228. fontSize: ".875rem",
  229. transition: "all 300ms linear"
  230. },
  231. cardPlain: {
  232. background: "transparent",
  233. boxShadow: "none"
  234. },
  235. cardCarousel: {
  236. overflow: "hidden"
  237. }
  238. };
  239. /* harmony default export */ var components_cardStyle = (cardStyle);
  240. // CONCATENATED MODULE: ./components/Card/Card.js
  241. var __jsx = external_react_default.a.createElement;
  242. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  243. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  244. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  245. // nodejs library that concatenates classes
  246. // nodejs library to set properties for components
  247. // @material-ui/core components
  248. // @material-ui/icons
  249. // core components
  250. const useStyles = Object(styles_["makeStyles"])(components_cardStyle);
  251. function Card(props) {
  252. const classes = useStyles();
  253. const {
  254. className,
  255. children,
  256. plain,
  257. carousel
  258. } = props,
  259. rest = _objectWithoutProperties(props, ["className", "children", "plain", "carousel"]);
  260. const cardClasses = external_classnames_default()({
  261. [classes.card]: true,
  262. [classes.cardPlain]: plain,
  263. [classes.cardCarousel]: carousel,
  264. [className]: className !== undefined
  265. });
  266. return __jsx("div", _extends({
  267. className: cardClasses
  268. }, rest), children);
  269. }
  270. /***/ }),
  271. /***/ "K2gz":
  272. /***/ (function(module, exports) {
  273. module.exports = require("classnames");
  274. /***/ }),
  275. /***/ "K2z0":
  276. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  277. "use strict";
  278. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Footer; });
  279. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  280. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  281. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("K2gz");
  282. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
  283. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("KKbo");
  284. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__);
  285. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("9Pu4");
  286. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__);
  287. /* harmony import */ var components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("Kg+a");
  288. /* harmony import */ var assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("oLCs");
  289. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  290. /*eslint-disable*/
  291. // nodejs library to set properties for components
  292. // nodejs library that concatenates classes
  293. // material-ui core components
  294. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__["makeStyles"])(assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"]);
  295. function Footer(props) {
  296. const classes = useStyles();
  297. const {
  298. whiteFont
  299. } = props;
  300. const footerClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  301. [classes.footer]: true,
  302. [classes.footerWhiteFont]: whiteFont
  303. });
  304. const aClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  305. [classes.a]: true,
  306. [classes.footerWhiteFont]: whiteFont
  307. });
  308. return __jsx("footer", {
  309. className: footerClasses
  310. }, __jsx("div", {
  311. className: classes.container
  312. }, __jsx("div", null, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["List"], {
  313. justify: "center",
  314. className: classes.list
  315. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  316. className: classes.inlineBlock
  317. }, __jsx("a", {
  318. href: "tugas_fungsi",
  319. className: classes.block
  320. }, "Tugas & Fungsi")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  321. className: classes.inlineBlock
  322. }, __jsx("a", {
  323. href: "sejarah",
  324. className: classes.block
  325. }, "Sejarah Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  326. className: classes.inlineBlock
  327. }, __jsx("a", {
  328. href: "profile",
  329. className: classes.block
  330. }, "Profil Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  331. className: classes.inlineBlock
  332. }, __jsx("a", {
  333. href: "tata_kelola",
  334. className: classes.block
  335. }, "Tata Kelola Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  336. className: classes.inlineBlock
  337. }, __jsx("a", {
  338. href: "struktur_organisasi",
  339. className: classes.block
  340. }, "Struktur Organisasi")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  341. className: classes.inlineBlock
  342. }, __jsx("a", {
  343. href: "saham",
  344. className: classes.block
  345. }, "Kepemilikan Saham")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  346. className: classes.inlineBlock
  347. }, __jsx("a", {
  348. href: "penghargaan",
  349. className: classes.block
  350. }, "Penghargaan"))))));
  351. }
  352. /***/ }),
  353. /***/ "KKbo":
  354. /***/ (function(module, exports) {
  355. module.exports = require("@material-ui/core");
  356. /***/ }),
  357. /***/ "Kg+a":
  358. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  359. "use strict";
  360. // EXTERNAL MODULE: external "react"
  361. var external_react_ = __webpack_require__("cDcd");
  362. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  363. // EXTERNAL MODULE: external "classnames"
  364. var external_classnames_ = __webpack_require__("K2gz");
  365. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  366. // EXTERNAL MODULE: external "@material-ui/core/styles/makeStyles"
  367. var makeStyles_ = __webpack_require__("8//M");
  368. var makeStyles_default = /*#__PURE__*/__webpack_require__.n(makeStyles_);
  369. // EXTERNAL MODULE: external "@material-ui/core/Button"
  370. var Button_ = __webpack_require__("Wh1t");
  371. var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
  372. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  373. var nextjs_material_kit = __webpack_require__("eDSW");
  374. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/buttonStyle.js
  375. const buttonStyle = {
  376. button: {
  377. minHeight: "auto",
  378. minWidth: "auto",
  379. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  380. color: "#FFFFFF",
  381. boxShadow: "0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)",
  382. border: "none",
  383. borderRadius: "3px",
  384. position: "relative",
  385. padding: "12px 30px",
  386. margin: ".3125rem 1px",
  387. fontSize: "12px",
  388. fontWeight: "400",
  389. textTransform: "uppercase",
  390. letterSpacing: "0",
  391. willChange: "box-shadow, transform",
  392. transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
  393. lineHeight: "1.42857143",
  394. textAlign: "center",
  395. whiteSpace: "nowrap",
  396. verticalAlign: "middle",
  397. touchAction: "manipulation",
  398. cursor: "pointer",
  399. "&:hover,&:focus": {
  400. color: "#FFFFFF",
  401. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  402. boxShadow: "0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2)"
  403. },
  404. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  405. position: "relative",
  406. display: "inline-block",
  407. top: "0",
  408. fontSize: "1.1rem",
  409. marginRight: "4px",
  410. verticalAlign: "middle"
  411. },
  412. "& svg": {
  413. position: "relative",
  414. display: "inline-block",
  415. top: "0",
  416. width: "18px",
  417. height: "18px",
  418. marginRight: "4px",
  419. verticalAlign: "middle"
  420. },
  421. "&$justIcon": {
  422. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  423. marginRight: "0px",
  424. position: "absolute",
  425. width: "100%",
  426. transform: "none",
  427. left: "0px",
  428. top: "0px",
  429. height: "100%",
  430. lineHeight: "41px",
  431. fontSize: "20px"
  432. }
  433. }
  434. },
  435. fullWidth: {
  436. width: "100%"
  437. },
  438. primary: {
  439. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  440. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.12)}`,
  441. "&:hover,&:focus": {
  442. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  443. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}`
  444. }
  445. },
  446. info: {
  447. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  448. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.12)}`,
  449. "&:hover,&:focus": {
  450. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  451. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.2)}`
  452. }
  453. },
  454. success: {
  455. backgroundColor: nextjs_material_kit["u" /* successColor */],
  456. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.12)}`,
  457. "&:hover,&:focus": {
  458. backgroundColor: nextjs_material_kit["u" /* successColor */],
  459. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.2)}`
  460. }
  461. },
  462. warning: {
  463. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  464. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.12)}`,
  465. "&:hover,&:focus": {
  466. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  467. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.2)}`
  468. }
  469. },
  470. danger: {
  471. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  472. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.12)}`,
  473. "&:hover,&:focus": {
  474. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  475. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.2)}`
  476. }
  477. },
  478. rose: {
  479. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  480. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.12)}`,
  481. "&:hover,&:focus": {
  482. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  483. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}`
  484. }
  485. },
  486. white: {
  487. "&,&:focus,&:hover,&:visited": {
  488. backgroundColor: "#FFFFFF",
  489. color: nextjs_material_kit["i" /* grayColor */]
  490. }
  491. },
  492. twitter: {
  493. backgroundColor: "#55acee",
  494. color: "#fff",
  495. boxShadow: "0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12)",
  496. "&:hover,&:focus,&:visited": {
  497. backgroundColor: "#55acee",
  498. color: "#fff",
  499. boxShadow: "0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2)"
  500. }
  501. },
  502. facebook: {
  503. backgroundColor: "#3b5998",
  504. color: "#fff",
  505. boxShadow: "0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12)",
  506. "&:hover,&:focus": {
  507. backgroundColor: "#3b5998",
  508. color: "#fff",
  509. boxShadow: "0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2)"
  510. }
  511. },
  512. google: {
  513. backgroundColor: "#dd4b39",
  514. color: "#fff",
  515. boxShadow: "0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12)",
  516. "&:hover,&:focus": {
  517. backgroundColor: "#dd4b39",
  518. color: "#fff",
  519. boxShadow: "0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2)"
  520. }
  521. },
  522. github: {
  523. backgroundColor: "#333333",
  524. color: "#fff",
  525. boxShadow: "0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12)",
  526. "&:hover,&:focus": {
  527. backgroundColor: "#333333",
  528. color: "#fff",
  529. boxShadow: "0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2)"
  530. }
  531. },
  532. simple: {
  533. "&,&:focus,&:hover,&:visited": {
  534. color: "#FFFFFF",
  535. background: "transparent",
  536. boxShadow: "none"
  537. },
  538. "&$primary": {
  539. "&,&:focus,&:hover,&:visited": {
  540. color: nextjs_material_kit["p" /* primaryColor */]
  541. }
  542. },
  543. "&$info": {
  544. "&,&:focus,&:hover,&:visited": {
  545. color: nextjs_material_kit["m" /* infoColor */]
  546. }
  547. },
  548. "&$success": {
  549. "&,&:focus,&:hover,&:visited": {
  550. color: nextjs_material_kit["u" /* successColor */]
  551. }
  552. },
  553. "&$warning": {
  554. "&,&:focus,&:hover,&:visited": {
  555. color: nextjs_material_kit["z" /* warningColor */]
  556. }
  557. },
  558. "&$rose": {
  559. "&,&:focus,&:hover,&:visited": {
  560. color: nextjs_material_kit["r" /* roseColor */]
  561. }
  562. },
  563. "&$danger": {
  564. "&,&:focus,&:hover,&:visited": {
  565. color: nextjs_material_kit["f" /* dangerColor */]
  566. }
  567. },
  568. "&$twitter": {
  569. "&,&:focus,&:hover,&:visited": {
  570. color: "#55acee"
  571. }
  572. },
  573. "&$facebook": {
  574. "&,&:focus,&:hover,&:visited": {
  575. color: "#3b5998"
  576. }
  577. },
  578. "&$google": {
  579. "&,&:focus,&:hover,&:visited": {
  580. color: "#dd4b39"
  581. }
  582. },
  583. "&$github": {
  584. "&,&:focus,&:hover,&:visited": {
  585. color: "#333333"
  586. }
  587. }
  588. },
  589. transparent: {
  590. "&,&:focus,&:hover,&:visited": {
  591. color: "inherit",
  592. background: "transparent",
  593. boxShadow: "none"
  594. }
  595. },
  596. disabled: {
  597. opacity: "0.65",
  598. pointerEvents: "none"
  599. },
  600. lg: {
  601. padding: "1.125rem 2.25rem",
  602. fontSize: "0.875rem",
  603. lineHeight: "1.333333",
  604. borderRadius: "0.2rem"
  605. },
  606. sm: {
  607. padding: "0.40625rem 1.25rem",
  608. fontSize: "0.6875rem",
  609. lineHeight: "1.5",
  610. borderRadius: "0.2rem"
  611. },
  612. round: {
  613. borderRadius: "30px"
  614. },
  615. block: {
  616. width: "100% !important"
  617. },
  618. link: {
  619. "&,&:hover,&:focus": {
  620. backgroundColor: "transparent",
  621. color: "#999999",
  622. boxShadow: "none"
  623. }
  624. },
  625. justIcon: {
  626. paddingLeft: "12px",
  627. paddingRight: "12px",
  628. fontSize: "20px",
  629. height: "41px",
  630. minWidth: "41px",
  631. width: "41px",
  632. "& .fab,& .fas,& .far,& .fal,& svg,& .material-icons": {
  633. marginRight: "0px"
  634. },
  635. "&$lg": {
  636. height: "57px",
  637. minWidth: "57px",
  638. width: "57px",
  639. lineHeight: "56px",
  640. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  641. fontSize: "32px",
  642. lineHeight: "56px"
  643. },
  644. "& svg": {
  645. width: "32px",
  646. height: "32px"
  647. }
  648. },
  649. "&$sm": {
  650. height: "30px",
  651. minWidth: "30px",
  652. width: "30px",
  653. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  654. fontSize: "17px",
  655. lineHeight: "29px"
  656. },
  657. "& svg": {
  658. width: "17px",
  659. height: "17px"
  660. }
  661. }
  662. }
  663. };
  664. /* harmony default export */ var components_buttonStyle = (buttonStyle);
  665. // CONCATENATED MODULE: ./components/CustomButtons/Button.js
  666. var __jsx = external_react_default.a.createElement;
  667. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  668. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  669. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  670. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  671. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  672. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  673. // nodejs library to set properties for components
  674. // nodejs library that concatenates classes
  675. // @material-ui/core components
  676. // core components
  677. const makeComponentStyles = makeStyles_default()(() => _objectSpread({}, components_buttonStyle));
  678. const RegularButton = external_react_default.a.forwardRef((props, ref) => {
  679. const {
  680. color,
  681. round,
  682. children,
  683. fullWidth,
  684. disabled,
  685. simple,
  686. size,
  687. block,
  688. link,
  689. justIcon,
  690. className
  691. } = props,
  692. rest = _objectWithoutProperties(props, ["color", "round", "children", "fullWidth", "disabled", "simple", "size", "block", "link", "justIcon", "className"]);
  693. const classes = makeComponentStyles();
  694. const btnClasses = external_classnames_default()({
  695. [classes.button]: true,
  696. [classes[size]]: size,
  697. [classes[color]]: color,
  698. [classes.round]: round,
  699. [classes.fullWidth]: fullWidth,
  700. [classes.disabled]: disabled,
  701. [classes.simple]: simple,
  702. [classes.block]: block,
  703. [classes.link]: link,
  704. [classes.justIcon]: justIcon,
  705. [className]: className
  706. });
  707. return __jsx(Button_default.a, _extends({}, rest, {
  708. ref: ref,
  709. classes: {
  710. root: btnClasses
  711. }
  712. }), children);
  713. });
  714. /* harmony default export */ var Button = __webpack_exports__["a"] = (RegularButton);
  715. /***/ }),
  716. /***/ "UsYt":
  717. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  718. "use strict";
  719. // EXPORTS
  720. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CardBody; });
  721. // EXTERNAL MODULE: external "react"
  722. var external_react_ = __webpack_require__("cDcd");
  723. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  724. // EXTERNAL MODULE: external "classnames"
  725. var external_classnames_ = __webpack_require__("K2gz");
  726. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  727. // EXTERNAL MODULE: external "@material-ui/core/styles"
  728. var styles_ = __webpack_require__("9Pu4");
  729. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardBodyStyle.js
  730. const cardBodyStyle = {
  731. cardBody: {
  732. padding: "0.9375rem 1.875rem",
  733. flex: "1 1 auto"
  734. }
  735. };
  736. /* harmony default export */ var components_cardBodyStyle = (cardBodyStyle);
  737. // CONCATENATED MODULE: ./components/Card/CardBody.js
  738. var __jsx = external_react_default.a.createElement;
  739. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  740. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  741. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  742. // nodejs library that concatenates classes
  743. // nodejs library to set properties for components
  744. // @material-ui/core components
  745. // @material-ui/icons
  746. // core components
  747. const useStyles = Object(styles_["makeStyles"])(components_cardBodyStyle);
  748. function CardBody(props) {
  749. const classes = useStyles();
  750. const {
  751. className,
  752. children
  753. } = props,
  754. rest = _objectWithoutProperties(props, ["className", "children"]);
  755. const cardBodyClasses = external_classnames_default()({
  756. [classes.cardBody]: true,
  757. [className]: className !== undefined
  758. });
  759. return __jsx("div", _extends({
  760. className: cardBodyClasses
  761. }, rest), children);
  762. }
  763. /***/ }),
  764. /***/ "Wh1t":
  765. /***/ (function(module, exports) {
  766. module.exports = require("@material-ui/core/Button");
  767. /***/ }),
  768. /***/ "cDcd":
  769. /***/ (function(module, exports) {
  770. module.exports = require("react");
  771. /***/ }),
  772. /***/ "crEC":
  773. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  774. "use strict";
  775. __webpack_require__.r(__webpack_exports__);
  776. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  777. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  778. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9Pu4");
  779. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__);
  780. /* harmony import */ var assets_jss_nextjs_material_kit_pages_componentsSections_notificationsStyles_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("7WNa");
  781. /* harmony import */ var components_Card_Card_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("A2So");
  782. /* harmony import */ var components_Card_CardBody_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("UsYt");
  783. /* harmony import */ var components_Card_CardHeader_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("2zww");
  784. /* harmony import */ var components_Header_LinkCompany_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("K2z0");
  785. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  786. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  787. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  788. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__["makeStyles"])(assets_jss_nextjs_material_kit_pages_componentsSections_notificationsStyles_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"]);
  789. const DataPenghargaan = function (_ref) {
  790. let {
  791. backend,
  792. businessPartners,
  793. service,
  794. carousel
  795. } = _ref,
  796. props = _objectWithoutProperties(_ref, ["backend", "businessPartners", "service", "carousel"]);
  797. const classes = useStyles();
  798. return __jsx("div", null, __jsx(components_Card_Card_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], {
  799. className: classes.textCenter,
  800. align: "center",
  801. style: {
  802. padding: "5px"
  803. }
  804. }, __jsx("div", {
  805. align: "center"
  806. }, __jsx(components_Card_CardHeader_js__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"], {
  807. color: "info",
  808. justify: "center"
  809. }, __jsx(components_Header_LinkCompany_js__WEBPACK_IMPORTED_MODULE_6__[/* default */ "a"], null))), __jsx(components_Card_CardBody_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"], null, __jsx("div", {
  810. align: "center"
  811. }, __jsx("img", {
  812. src: "http://3.bp.blogspot.com/-_dTNAAE-TMY/VL3Zyiti2OI/AAAAAAAAAT0/YSd7Ok_3I0k/s1600/Thamrin-brother-loker.png"
  813. })), __jsx("h1", {
  814. className: classes.cardTitle
  815. }, __jsx("b", null, "Penghargaan Thamrin Group")), __jsx("p", null, "Thamrin Group adalah perusahaan terkemuka di Sumatera Selatan & Bengkulu dengan fokus bisnis pada sektor otomotif dan properti"), __jsx("h3", null, "Visi"), __jsx("p", null, "Berdampak bagi masyarakat melalui SDM yang dimiliki, pelayanan prima & pengembangan usaha secara berkelanjutan dengan membangun perusahaan yang terpercaya & memiliki reputasi yang baik"), __jsx("h3", null, "Misi"), __jsx("p", null, "1. Melayani 21,7 juta pelanggan di tahun 2022"), __jsx("p", null, "2. Mengembangkan pemimpin yang sukses"), __jsx("p", null, "3. Mengelola proses administrasi yang simple & excellent"), __jsx("p", null, "4. Mendukung continuous improvement"))));
  816. };
  817. /* harmony default export */ __webpack_exports__["default"] = (DataPenghargaan);
  818. /***/ }),
  819. /***/ "eDSW":
  820. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  821. "use strict";
  822. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return hexToRGBAlpha; });
  823. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return drawerWidth; });
  824. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return transition; });
  825. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return container; });
  826. /* unused harmony export conatinerFluid */
  827. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return boxShadow; });
  828. /* unused harmony export card */
  829. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return defaultFont; });
  830. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return primaryColor; });
  831. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return warningColor; });
  832. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return dangerColor; });
  833. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return successColor; });
  834. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return infoColor; });
  835. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return roseColor; });
  836. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return grayColor; });
  837. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return primaryBoxShadow; });
  838. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return infoBoxShadow; });
  839. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return successBoxShadow; });
  840. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return warningBoxShadow; });
  841. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return dangerBoxShadow; });
  842. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return roseBoxShadow; });
  843. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return warningCardHeader; });
  844. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return successCardHeader; });
  845. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return dangerCardHeader; });
  846. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return infoCardHeader; });
  847. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return primaryCardHeader; });
  848. /* unused harmony export roseCardHeader */
  849. /* unused harmony export cardActions */
  850. /* unused harmony export cardHeader */
  851. /* unused harmony export defaultBoxShadow */
  852. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return title; });
  853. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return cardTitle; });
  854. /* unused harmony export cardLink */
  855. /* unused harmony export cardSubtitle */
  856. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  857. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  858. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  859. const hexColorToRGB = function (hexColor) {
  860. let detectShorthand = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; // #000 vs #000000
  861. hexColor = hexColor.replace(detectShorthand, function (m, r, g, b) {
  862. return r + r + g + g + b + b;
  863. });
  864. const hex_array = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hexColor); // #000000 to #ffffff
  865. return hex_array ? {
  866. r: parseInt(hex_array[1], 16),
  867. // 0-255
  868. g: parseInt(hex_array[2], 16),
  869. // 0-255
  870. b: parseInt(hex_array[3], 16) // 0-255
  871. } : null;
  872. };
  873. const hexToRGBAlpha = function (hexColor, alpha) {
  874. let rgb = hexColorToRGB(hexColor);
  875. return `rgba(${rgb.r},${rgb.g},${rgb.b},${alpha})`;
  876. };
  877. const drawerWidth = 260;
  878. const transition = {
  879. transition: "all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1)"
  880. };
  881. const conatinerFluid = {
  882. paddingRight: "15px",
  883. paddingLeft: "15px",
  884. marginRight: "auto",
  885. marginLeft: "auto",
  886. width: "100%"
  887. };
  888. const container = _objectSpread({}, conatinerFluid, {
  889. "@media (min-width: 576px)": {
  890. maxWidth: "540px"
  891. },
  892. "@media (min-width: 768px)": {
  893. maxWidth: "720px"
  894. },
  895. "@media (min-width: 992px)": {
  896. maxWidth: "960px"
  897. },
  898. "@media (min-width: 1200px)": {
  899. maxWidth: "1140px"
  900. }
  901. });
  902. const boxShadow = {
  903. boxShadow: "0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)"
  904. };
  905. const card = {
  906. display: "inline-block",
  907. position: "relative",
  908. width: "100%",
  909. margin: "25px 0",
  910. boxShadow: "0 1px 4px 0 rgba(0, 0, 0, 0.14)",
  911. borderRadius: "3px",
  912. color: "rgba(0, 0, 0, 0.87)",
  913. background: "#fff"
  914. };
  915. const defaultFont = {
  916. fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
  917. fontWeight: "300",
  918. lineHeight: "1.5em"
  919. };
  920. const primaryColor = "#212121";
  921. const warningColor = "#ff9800";
  922. const dangerColor = "#f44336";
  923. const successColor = "#4caf50";
  924. const infoColor = "#212121";
  925. const roseColor = "#e91e63";
  926. const grayColor = "#ffffff";
  927. const primaryBoxShadow = {
  928. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(primaryColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(primaryColor, 0.2)}`
  929. };
  930. const infoBoxShadow = {
  931. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(infoColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(infoColor, 0.2)}`
  932. };
  933. const successBoxShadow = {
  934. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(successColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(successColor, 0.2)}`
  935. };
  936. const warningBoxShadow = {
  937. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(warningColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(warningColor, 0.2)}`
  938. };
  939. const dangerBoxShadow = {
  940. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(dangerColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(dangerColor, 0.2)}`
  941. };
  942. const roseBoxShadow = {
  943. boxShadow: `0 4px 20px 0px ${hexToRGBAlpha("#000", 0.14)}, 0 7px 10px -5px ${hexToRGBAlpha(roseColor, 0.4)}`
  944. };
  945. const warningCardHeader = _objectSpread({
  946. color: "#fff",
  947. background: "linear-gradient(60deg, #ffa726, #fb8c00)"
  948. }, warningBoxShadow);
  949. const successCardHeader = _objectSpread({
  950. color: "#fff",
  951. background: "linear-gradient(60deg, #66bb6a, #43a047)"
  952. }, successBoxShadow);
  953. const dangerCardHeader = _objectSpread({
  954. color: "#fff",
  955. background: "linear-gradient(60deg, #ef5350, #e53935)"
  956. }, dangerBoxShadow);
  957. const infoCardHeader = _objectSpread({
  958. color: "#fff",
  959. background: "#212121"
  960. }, infoBoxShadow);
  961. const primaryCardHeader = _objectSpread({
  962. color: "#fff",
  963. background: "linear-gradient(60deg, #ab47bc, #8e24aa)"
  964. }, primaryBoxShadow);
  965. const roseCardHeader = _objectSpread({
  966. color: "#fff",
  967. background: "linear-gradient(60deg, #ec407a, #d81b60)"
  968. }, roseBoxShadow);
  969. const cardActions = _objectSpread({
  970. margin: "0 20px 10px",
  971. paddingTop: "10px",
  972. borderTop: "1px solid #eeeeee",
  973. height: "auto"
  974. }, defaultFont);
  975. const cardHeader = {
  976. margin: "-30px 15px 0",
  977. borderRadius: "3px",
  978. padding: "15px"
  979. };
  980. const defaultBoxShadow = {
  981. border: "0",
  982. borderRadius: "3px",
  983. boxShadow: "0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)",
  984. padding: "10px 0",
  985. transition: "all 150ms ease 0s"
  986. };
  987. const title = {
  988. color: "#ffffff",
  989. margin: "1.75rem 0 0.875rem",
  990. textDecoration: "none",
  991. fontWeight: "700",
  992. fontFamily: `"Roboto Slab", "Times New Roman", serif`
  993. };
  994. const cardTitle = _objectSpread({}, title, {
  995. marginTop: ".625rem"
  996. });
  997. const cardLink = {
  998. "& + $cardLink": {
  999. marginLeft: "1.25rem"
  1000. }
  1001. };
  1002. const cardSubtitle = {
  1003. marginBottom: "0",
  1004. marginTop: "-.375rem"
  1005. };
  1006. /***/ }),
  1007. /***/ "oLCs":
  1008. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1009. "use strict";
  1010. /* harmony import */ var assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  1011. const footerStyle = {
  1012. block: {
  1013. color: "inherit",
  1014. padding: "0.9375rem",
  1015. fontWeight: "500",
  1016. fontSize: "12px",
  1017. textTransform: "uppercase",
  1018. borderRadius: "3px",
  1019. textDecoration: "none",
  1020. position: "relative",
  1021. display: "block"
  1022. },
  1023. left: {
  1024. float: "left!important",
  1025. display: "block"
  1026. },
  1027. right: {
  1028. padding: "15px 0",
  1029. margin: "0",
  1030. float: "right!important"
  1031. },
  1032. footer: {
  1033. padding: "0.9375rem 0",
  1034. textAlign: "center",
  1035. display: "flex",
  1036. zIndex: "2",
  1037. position: "relative"
  1038. },
  1039. a: {
  1040. color: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* primaryColor */ "p"],
  1041. textDecoration: "none",
  1042. backgroundColor: "transparent"
  1043. },
  1044. footerWhiteFont: {
  1045. "&,&:hover,&:focus": {
  1046. color: "#FFFFFF"
  1047. }
  1048. },
  1049. container: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"],
  1050. list: {
  1051. marginBottom: "0",
  1052. padding: "0",
  1053. marginTop: "0"
  1054. },
  1055. inlineBlock: {
  1056. display: "inline-block",
  1057. padding: "0px",
  1058. width: "auto"
  1059. },
  1060. icon: {
  1061. width: "18px",
  1062. height: "18px",
  1063. position: "relative",
  1064. top: "3px"
  1065. }
  1066. };
  1067. /* harmony default export */ __webpack_exports__["a"] = (footerStyle);
  1068. /***/ })
  1069. /******/ });