Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab Docs for Park
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Test
SWLab Docs for Park
Commits
7d8ed5f3
Commit
7d8ed5f3
authored
Apr 30, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update product card
parent
43287be7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
10 deletions
+27
-10
App.jsx
swlab-main/src/App.jsx
+25
-8
Backdrop.jsx
swlab-main/src/components/Backdrop.jsx
+0
-1
Header.jsx
swlab-main/src/components/Header.jsx
+1
-1
index.scss
swlab-main/src/styles/index.scss
+1
-0
No files found.
swlab-main/src/App.jsx
View file @
7d8ed5f3
...
...
@@ -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=
'BXC
loud
'
subTitle=
'Business eXcellence Cloud'
mainDesc=
'
구조화된 Cloud Native Platform과 Framework
'
title=
'BXC
P
'
subTitle=
'Business eXcellence Cloud
Platform
'
mainDesc=
'
지속적 혁신이 가능한 Cloud Native DevOps Platform
'
subDesc=
{
[
'Kubernetes 기반 Container Orchestration'
,
'통합 관리 도구'
,
'구조화된 시스템 컴포넌트'
,
'분산 트랜젝션 처리'
,
'클라우드 네이티브 Java 프레임워크'
,
'Kubernetes Multi-Cluster'
,
'Multi-Tenancy'
,
'애플리케이션 빌드 & 배포 표준 템플릿'
,
'애플리케이션 운영 & 관리 표준 템플릿'
,
'안정적 운영'
,
'시스템 통합 관리'
,
'사용자 통계'
,
'다양한 모니터링'
,
]
}
/>
</
Section
>
<
Footer
/>
...
...
swlab-main/src/components/Backdrop.jsx
View file @
7d8ed5f3
...
...
@@ -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
>
...
...
swlab-main/src/components/Header.jsx
View file @
7d8ed5f3
...
...
@@ -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 .
8
s;
transition: background-color 1s, box-shadow .2s, max-height .
2
s;
}
`
swlab-main/src/styles/index.scss
View file @
7d8ed5f3
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment