diff --git a/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.css b/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.css index 3338ef6..e9f2f6a 100644 --- a/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.css +++ b/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.css @@ -125,65 +125,6 @@ text-shadow: 0 1px 2px rgba(0,0,0,0.1); } -/* Tech Stack Section */ -.tech-section { - margin-top: var(--card-gap); - padding-top: var(--card-gap); - border-top: 1px solid var(--color-nier-border); - position: relative; -} - -.tech-section::before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 0; - height: 1px; - background: var(--color-nier-accent); - animation: expandLine 0.6s ease-out calc(var(--animation-delay-base) * 12) forwards; -} - -.tech-grid { - display: flex; - flex-wrap: wrap; - gap: 0.25rem; - margin-top: 0.5rem; -} - -/* Tech Items */ -.tech-item { - background: linear-gradient(135deg, var(--color-nier-accent) 0%, var(--color-nier-highlight) 100%); - color: var(--color-nier-text-light); - padding: 0.25rem 0.5rem; - font-size: 0.7rem; - font-family: var(--font-terminal); - text-transform: uppercase; - letter-spacing: 0.05em; - border-radius: 3px; - white-space: nowrap; - transition: var(--transition-smooth); - box-shadow: 0 2px 4px rgba(0,0,0,0.1); - - /* Initial state for staggered animation */ - opacity: 0; - transform: scale(0.8) translateY(10px); - animation: techItemFadeIn 0.4s ease-out forwards; -} - -/* Staggered animation delays for tech items */ -.tech-item:nth-child(1) { animation-delay: calc(var(--animation-delay-base) * 13); } -.tech-item:nth-child(2) { animation-delay: calc(var(--animation-delay-base) * 14); } -.tech-item:nth-child(3) { animation-delay: calc(var(--animation-delay-base) * 15); } -.tech-item:nth-child(4) { animation-delay: calc(var(--animation-delay-base) * 16); } -.tech-item:nth-child(5) { animation-delay: calc(var(--animation-delay-base) * 17); } -.tech-item:nth-child(n+6) { animation-delay: calc(var(--animation-delay-base) * 18); } - -.tech-item:hover { - transform: translateY(-2px) scale(1.05); - box-shadow: 0 6px 12px rgba(0,0,0,0.2); -} - /* Status Badges */ .current-status { padding: 0.375rem 0.75rem; @@ -392,38 +333,14 @@ margin-bottom: 0.25rem; } - .detail-block { - margin-bottom: 1rem; - padding: 0.5rem 0.25rem; - } - .detail-label { - font-size: 0.7rem; - margin-bottom: 0.375rem; - } .detail-value { font-size: 0.8rem; line-height: 1.4; } - .tech-section { - margin-top: 1.25rem; - padding-top: 1rem; - } - .tech-item { - padding: 0.25rem 0.5rem; - font-size: 0.7rem; - margin-bottom: 0.25rem; - - /* Simplified tech item animation */ - animation-name: techItemFadeIn; - animation-duration: 0.2s; - animation-timing-function: ease-out; - animation-delay: 0.6s; - animation-fill-mode: forwards; - } .current-status { padding: 0.375rem 0.75rem; diff --git a/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.html b/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.html index bf05e53..97ba39e 100644 --- a/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.html +++ b/src/app/pages/experience/operative-history/column-education-info/column-education-info.component.html @@ -15,15 +15,7 @@