Browse Source

build production

master
Yusmardianto 4 years ago
parent
commit
c566fca1cc
31 changed files with 39 additions and 5 deletions
  1. BIN
      assets/img/bg4.jpg
  2. BIN
      assets/img/examples/clem-onojegaw.jpg
  3. BIN
      assets/img/examples/clem-onojeghuo.jpg
  4. BIN
      assets/img/examples/cynthia-del-rio.jpg
  5. BIN
      assets/img/examples/mariya-georgieva.jpg
  6. BIN
      assets/img/examples/olu-eletu.jpg
  7. BIN
      assets/img/examples/studio-1.jpg
  8. BIN
      assets/img/examples/studio-2.jpg
  9. BIN
      assets/img/examples/studio-3.jpg
  10. BIN
      assets/img/examples/studio-4.jpg
  11. BIN
      assets/img/examples/studio-5.jpg
  12. BIN
      assets/img/faces/avatar.jpg
  13. BIN
      assets/img/faces/camp.jpg
  14. BIN
      assets/img/faces/card-profile1-square.jpg
  15. BIN
      assets/img/faces/card-profile2-square.jpg
  16. BIN
      assets/img/faces/card-profile4-square.jpg
  17. BIN
      assets/img/faces/card-profile5-square.jpg
  18. BIN
      assets/img/faces/card-profile6-square.jpg
  19. BIN
      assets/img/faces/christian.jpg
  20. BIN
      assets/img/faces/kendall.jpg
  21. BIN
      assets/img/faces/marc.jpg
  22. BIN
      assets/img/favicon.png
  23. BIN
      assets/img/landing-bg.jpg
  24. BIN
      assets/img/landing.jpg
  25. BIN
      assets/img/nextjs_header.jpg
  26. BIN
      assets/img/profile-bg.jpg
  27. BIN
      assets/img/profile.jpg
  28. BIN
      assets/img/sign.jpg
  29. +1
    -0
      package.json
  30. +4
    -2
      pages-sections/carrer/carrer_details.js
  31. +34
    -3
      yarn.lock

BIN
assets/img/bg4.jpg View File

Before After
Width: 2000  |  Height: 1100  |  Size: 431 KiB

BIN
assets/img/examples/clem-onojegaw.jpg View File

Before After
Width: 550  |  Height: 862  |  Size: 239 KiB

BIN
assets/img/examples/clem-onojeghuo.jpg View File

Before After
Width: 544  |  Height: 444  |  Size: 208 KiB

BIN
assets/img/examples/cynthia-del-rio.jpg View File

Before After
Width: 507  |  Height: 424  |  Size: 146 KiB

BIN
assets/img/examples/mariya-georgieva.jpg View File

Before After
Width: 515  |  Height: 468  |  Size: 168 KiB

BIN
assets/img/examples/olu-eletu.jpg View File

Before After
Width: 540  |  Height: 373  |  Size: 61 KiB

BIN
assets/img/examples/studio-1.jpg View File

Before After
Width: 510  |  Height: 340  |  Size: 85 KiB

BIN
assets/img/examples/studio-2.jpg View File

Before After
Width: 550  |  Height: 761  |  Size: 230 KiB

BIN
assets/img/examples/studio-3.jpg View File

Before After
Width: 550  |  Height: 761  |  Size: 177 KiB

BIN
assets/img/examples/studio-4.jpg View File

Before After
Width: 510  |  Height: 340  |  Size: 75 KiB

BIN
assets/img/examples/studio-5.jpg View File

Before After
Width: 550  |  Height: 761  |  Size: 147 KiB

BIN
assets/img/faces/avatar.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 54 KiB

BIN
assets/img/faces/camp.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 43 KiB

BIN
assets/img/faces/card-profile1-square.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 48 KiB

BIN
assets/img/faces/card-profile2-square.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 28 KiB

BIN
assets/img/faces/card-profile4-square.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 60 KiB

BIN
assets/img/faces/card-profile5-square.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 42 KiB

BIN
assets/img/faces/card-profile6-square.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 34 KiB

BIN
assets/img/faces/christian.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 77 KiB

BIN
assets/img/faces/kendall.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 90 KiB

BIN
assets/img/faces/marc.jpg View File

Before After
Width: 400  |  Height: 400  |  Size: 76 KiB

BIN
assets/img/favicon.png View File

Before After
Width: 76  |  Height: 76  |  Size: 1.1 KiB

BIN
assets/img/landing-bg.jpg View File

Before After
Width: 2000  |  Height: 1335  |  Size: 446 KiB

BIN
assets/img/landing.jpg View File

Before After
Width: 1400  |  Height: 800  |  Size: 129 KiB

BIN
assets/img/nextjs_header.jpg View File

Before After
Width: 2000  |  Height: 1100  |  Size: 534 KiB

BIN
assets/img/profile-bg.jpg View File

Before After
Width: 2048  |  Height: 1365  |  Size: 708 KiB

BIN
assets/img/profile.jpg View File

Before After
Width: 1400  |  Height: 800  |  Size: 118 KiB

BIN
assets/img/sign.jpg View File

Before After
Width: 1816  |  Height: 1339  |  Size: 521 KiB

+ 1
- 0
package.json View File

@@ -55,6 +55,7 @@
"react": "16.13.1",
"react-datetime": "2.16.3",
"react-dom": "16.13.1",
"react-html-parser": "^2.0.2",
"react-paginate": "^7.1.0",
"react-slick": "0.25.2",
"react-swipeable-views": "0.13.9",


+ 4
- 2
pages-sections/carrer/carrer_details.js View File

@@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react';

// @material-ui/core components
import { makeStyles } from "@material-ui/core/styles";
import parse from 'react-html-parser';

// component
import styles from "assets/jss/nextjs-material-kit/pages/componentsSections/notificationsStyles.js";
@@ -22,9 +23,10 @@ const DataCarrer = function ({ backend, detailcarrer, ...props }) {
<img src={`${backend}${data.img[0]["url"]}`} alt="First slide" className="slick-image" />
</div>
<h5 align="center">Masa Pendaftaran : {data.start_regis} s/d {data.until_regis}</h5>
<h5 align="center">Syarat & Tata Cara Pendaftaran :</h5>
<h5 align="center" align="justify">
{data.description}
<div>
{ parse () }
</div>
</h5>
</CardBody>
</Card>


+ 34
- 3
yarn.lock View File

@@ -3609,7 +3609,7 @@ domain-browser@^1.1.1:
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==

domelementtype@1:
domelementtype@1, domelementtype@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
@@ -3626,6 +3626,13 @@ domhandler@3.0.0:
dependencies:
domelementtype "^2.0.1"

domhandler@^2.3.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==
dependencies:
domelementtype "1"

domhandler@^3.0.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.3.0.tgz#6db7ea46e4617eb15cf875df68b2b8524ce0037a"
@@ -3649,7 +3656,7 @@ domutils@2.0.0:
domelementtype "^2.0.1"
domhandler "^3.0.0"

domutils@^1.7.0:
domutils@^1.5.1, domutils@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
@@ -3780,6 +3787,11 @@ enquire.js@^2.1.6:
resolved "https://registry.yarnpkg.com/enquire.js/-/enquire.js-2.1.6.tgz#3e8780c9b8b835084c3f60e166dbc3c2a3c89814"
integrity sha1-PoeAybi4NQhMP2DhZtvDwqPImBQ=

entities@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==

entities@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
@@ -4766,6 +4778,18 @@ htmlparser2@4.1.0:
domutils "^2.0.0"
entities "^2.0.0"

htmlparser2@^3.9.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==
dependencies:
domelementtype "^1.3.1"
domhandler "^2.3.0"
domutils "^1.5.1"
entities "^1.1.1"
inherits "^2.0.1"
readable-stream "^3.1.1"

http-call@^5.2.2:
version "5.3.0"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.3.0.tgz#4ded815b13f423de176eb0942d69c43b25b148db"
@@ -7596,6 +7620,13 @@ react-event-listener@^0.6.0, react-event-listener@^0.6.2, react-event-listener@^
prop-types "^15.6.0"
warning "^4.0.1"

react-html-parser@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/react-html-parser/-/react-html-parser-2.0.2.tgz#6dbe1ddd2cebc1b34ca15215158021db5fc5685e"
integrity sha512-XeerLwCVjTs3njZcgCOeDUqLgNIt/t+6Jgi5/qPsO/krUWl76kWKXMeVs2LhY2gwM6X378DkhLjur0zUQdpz0g==
dependencies:
htmlparser2 "^3.9.0"

react-image-lightbox@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/react-image-lightbox/-/react-image-lightbox-5.1.1.tgz#872d1a4336b5a6410ea7909b767cf59014081004"
@@ -7854,7 +7885,7 @@ read-pkg@^1.0.0:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"

readable-stream@^3.6.0:
readable-stream@^3.1.1, readable-stream@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==


Loading…
Cancel
Save