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

update product card

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