design: DBX Corporation 명칭 수정, 폰트 확대, 브랜드 패널 애니메이션 도형 추가

- 모든 페이지 'DBX Corp' → 'DBX Corporation' 통일
- 브랜드 패널 좌측에 천천히 움직이는 도형 5개 추가 (CSS 애니메이션)
- 전체 기본 폰트 15px → 16px, 제목/카드 크기 확대
- 'Google Workspace 계정...' 문장 한 줄 표시 처리
This commit is contained in:
2026-05-22 01:05:47 +09:00
parent 6993ab9397
commit e1af7285a1
4 changed files with 148 additions and 27 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>업무 포털 — DBX Corp</title>
<title>업무 포털 — DBX Corporation</title>
<link rel="stylesheet" href="/static/styles.css" />
</head>
<body>
@@ -21,7 +21,7 @@
</svg>
</div>
<div class="header-brand-text">
<span class="header-company">DBX Corp</span>
<span class="header-company">DBX Corporation</span>
<span class="header-portal">업무 포털</span>
</div>
</div>