Commit 7d8ed5f3 authored by minseok.park's avatar minseok.park

update product card

parent 43287be7
......@@ -23,6 +23,20 @@ function App () {
'확장성',
'클라우드 지원',
]}/>
<Card
title='BXCM'
subTitle='Business eXcellence Cloud Framework'
mainDesc='구조화된 Cloud Native Framework'
subDesc={[
'시스템 구축 전 과정 지원',
'보안',
'표준화 및 개발 생산성',
'MSA 환경의 보상거래 패턴 지원',
'안정적 시스템 운영',
'거래 패턴 지원',
'Regulation을 위한 Layer',
'표준전문 거래제어',
]}/>
<Card
title='BXI'
subTitle='Business eXcellence Integrator'
......@@ -33,15 +47,18 @@ function App () {
'BXI-MCI: 단말 연계',
]}/>
<Card
title='BXCloud'
subTitle='Business eXcellence Cloud'
mainDesc='구조화된 Cloud Native Platform과 Framework'
title='BXCP'
subTitle='Business eXcellence Cloud Platform'
mainDesc='지속적 혁신이 가능한 Cloud Native DevOps Platform'
subDesc={[
'Kubernetes 기반 Container Orchestration',
'통합 관리 도구',
'구조화된 시스템 컴포넌트',
'분산 트랜젝션 처리',
'클라우드 네이티브 Java 프레임워크',
'Kubernetes Multi-Cluster',
'Multi-Tenancy',
'애플리케이션 빌드 & 배포 표준 템플릿',
'애플리케이션 운영 & 관리 표준 템플릿',
'안정적 운영',
'시스템 통합 관리',
'사용자 통계',
'다양한 모니터링',
]}/>
</Section>
<Footer />
......
......@@ -15,7 +15,6 @@ const Galaxy = (props) => {
return (
<group rotation={[0, 0, Math.PI / 4]}>
<Points ref={ref} positions={sphere} stride={3} frustumCulled={false} {...props}>
{/* <PointMaterial transparent color="#ffa0e0" size={0.005} sizeAttenuation={true} depthWrite={false} /> */}
<PointMaterial transparent color='#0072CE' size={0.005} sizeAttenuation={true} depthWrite={false} />
</Points>
</group>
......
......@@ -51,6 +51,6 @@ const Wrapper = styled.div`
color: #0072CE;
padding: .5rem 5rem;
max-height: 5.5rem;
transition: background-color 1s, box-shadow .2s, max-height .8s;
transition: background-color 1s, box-shadow .2s, max-height .2s;
}
`
......@@ -32,6 +32,7 @@ body {
font-weight: 400;
font-size: 13px !important;
font-family: Noto Sans KR, sans-serif, Arial;
scrollbar-gutter: stable both-edges;
}
a {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment