Browse Source

feat : 국방벤처 협약 기업 확인서 추가

main
이시연 6 days ago
parent
commit
6c0dd1ee60
  1. 0
      public/images/cert/cert01.png
  2. 0
      public/images/cert/cert02.png
  3. 0
      public/images/cert/cert03.png
  4. 0
      public/images/cert/cert04.png
  5. BIN
      public/images/cert/cert05.png
  6. 0
      public/images/cert/cert06.png
  7. 0
      public/images/cert/cert07.png
  8. 0
      public/images/cert/cert08.png
  9. 0
      public/images/cert/cert09.png
  10. 0
      public/images/cert/cert10.png
  11. 0
      public/images/cert/cert11.png
  12. 0
      public/images/cert/patents/patents01.png
  13. 0
      public/images/cert/patents/patents02.png
  14. 0
      public/images/cert/patents/patents03.png
  15. 28
      src/pages/company/CertPage.jsx

0
public/images/cert/관광벤처인증.png → public/images/cert/cert01.png

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

0
public/images/cert/관광사업자등록증.png → public/images/cert/cert02.png

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

0
public/images/cert/국방벤처기업1.png → public/images/cert/cert03.png

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

0
public/images/cert/국방벤처기업2.png → public/images/cert/cert04.png

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

BIN
public/images/cert/cert05.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

0
public/images/cert/기업부설연구소.png → public/images/cert/cert06.png

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

0
public/images/cert/방송통신기자재_KC_인증.png → public/images/cert/cert07.png

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

0
public/images/cert/벤처기업확인서.png → public/images/cert/cert08.png

Before

Width:  |  Height:  |  Size: 940 KiB

After

Width:  |  Height:  |  Size: 940 KiB

0
public/images/cert/이노비즈확인서_팔네트웍스.png → public/images/cert/cert09.png

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

0
public/images/cert/정보통신공사업등록증.png → public/images/cert/cert10.png

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

0
public/images/cert/항공선도기업.png → public/images/cert/cert11.png

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

0
public/images/cert/patents/대기질측정장치시스템.png → public/images/cert/patents/patents01.png

Before

Width:  |  Height:  |  Size: 7.2 MiB

After

Width:  |  Height:  |  Size: 7.2 MiB

0
public/images/cert/patents/도심환경교통.png → public/images/cert/patents/patents02.png

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

0
public/images/cert/patents/특허증.png → public/images/cert/patents/patents03.png

Before

Width:  |  Height:  |  Size: 6.7 MiB

After

Width:  |  Height:  |  Size: 6.7 MiB

28
src/pages/company/CertPage.jsx

@ -13,26 +13,26 @@ const COMPANY_NAV = [
]; ];
const CERTS = [ const CERTS = [
{ imgs: ["관광벤처인증.png"], label: "관광벤처인증" }, { imgs: ["cert01.png"], label: "관광벤처인증" },
{ imgs: ["관광사업자등록증.png"], label: "관광사업자등록증" }, { imgs: ["cert02.png"], label: "관광사업자등록증" },
{ imgs: ["국방벤처기업1.png"], label: "국방벤처기업 (1)" }, { imgs: ["cert03.png"], label: "국방벤처기업 (1)" },
{ imgs: ["국방벤처기업2.png"], label: "국방벤처기업 (2)" }, { imgs: ["cert04.png"], label: "국방벤처기업 (2)" },
{ imgs: ["기업부설연구소.png"], label: "기업부설연구소" }, { imgs: ["cert05.png"], label: "국방벤처 협약기업 확인서" },
{ imgs: ["방송통신기자재_KC_인증.png"], label: "방송통신기자재 KC 인증" }, { imgs: ["cert06.png"], label: "기업부설연구소" },
{ imgs: ["벤처기업확인서.png"], label: "벤처기업확인서" }, { imgs: ["cert07.png"], label: "방송통신기자재 KC 인증" },
{ imgs: ["이노비즈확인서_팔네트웍스.png"], label: "이노비즈확인서" }, { imgs: ["cert08.png"], label: "벤처기업확인서" },
{ imgs: ["정보통신공사업등록증.png"], label: "정보통신공사업등록증" }, { imgs: ["cert09.png"], label: "이노비즈확인서" },
{ imgs: ["항공선도기업.png"], label: "항공선도기업" }, { imgs: ["cert10.png"], label: "정보통신공사업등록증" },
{ imgs: ["cert11.png"], label: "항공선도기업" },
]; ];
const PATENTS = [ const PATENTS = [
{ imgs: ["대기질측정장치시스템.png"], label: "대기질측정장치 시스템" }, { imgs: ["patents01.png"], label: "대기질측정장치 시스템" },
{ {
imgs: ["도심환경교통.png"], imgs: ["patents02.png"],
label: "도심환경교통의 비행체 성능 시뮬레이션 시스템", label: "도심환경교통의 비행체 성능 시뮬레이션 시스템",
}, },
{ {
imgs: ["특허증.png"], imgs: ["patents03.png"],
label: "이기종 프로토콜 지원 무인 비행체 데이터 중계장치", label: "이기종 프로토콜 지원 무인 비행체 데이터 중계장치",
}, },
]; ];

Loading…
Cancel
Save