Task Management System
Application Lifecycle Management
Designed enterprise project management for OpenShift teams at Red Hat. Created seamless IDE integration and workflow tools for developers managing complex Kubernetes deployments.
+diff --git a/docs/about/adam/index.html b/docs/about/adam/index.html index 484434b6..18967651 100644 --- a/docs/about/adam/index.html +++ b/docs/about/adam/index.html @@ -111,14 +111,16 @@
Lead Product Designer with 15+ years at AWS, Red Hat, and high-growth B2B companies
Built comprehensive design system for Component Assembly Systems' construction management platform, spanning web and iOS applications. @@ -228,14 +228,16 @@
One enterprise task management system to rule them all.
Lead designer for Task-it, Amazon's internal task management platform. Consolidated 3-4 disparate tracking tools into one unified system, reaching 500 daily active users across AWS within 18 months of launch.
- View Case Study +Designed enterprise project management for OpenShift teams at Red Hat. Created seamless IDE integration and workflow tools for developers managing complex Kubernetes deployments.
+Designed real-time data visualization and analytics platform for Saylent Technologies. Created intuitive interfaces to help users quickly identify trends and make data-driven decisions.
+Built comprehensive design system for construction management software spanning web and iOS applications. Created design tokens, component documentation, and prototypes that accelerated development cycles by 25%.
+Led complete UX redesign for financial services SaaS platform. Created reusable UI pattern library that reduced design-to-development time and established design standards for future products.
+Led complete UX redesign for financial services SaaS platform. Created reusable UI pattern library that reduced design-to-development time by 40% and established design standards for future products.
+Built comprehensive design system for construction management software, spanning web and iOS applications. Created design tokens, component documentation, and prototypes that accelerated development cycles.
+Designed real-time data visualization platform for Saylent Technologies. Created intuitive interfaces that helped users identify trends and make data-driven decisions 40% faster.
+Lead designer for Task-it, Amazon's internal task management platform. Consolidated 3-4 disparate tracking tools into one unified system, reaching 500 daily active users across AWS within 18 months of launch.
- View Case Study +Designed enterprise project management for OpenShift teams at Red Hat. Created seamless IDE integration and workflow tools for developers managing complex Kubernetes deployments.
+Designed real-time data visualization and analytics platform for Saylent Technologies. Created intuitive interfaces to help users quickly identify trends and make data-driven decisions.
+Built comprehensive design system for construction management software spanning web and iOS applications. Created design tokens, component documentation, and prototypes that accelerated development cycles by 25%.
+Led complete UX redesign for financial services SaaS platform. Created reusable UI pattern library that reduced design-to-development time and established design standards for future products.
+Led complete UX redesign for financial services SaaS platform. Created reusable UI pattern library that reduced design-to-development time by 40% and established design standards for future products.
+Built comprehensive design system for construction management software, spanning web and iOS applications. Created design tokens, component documentation, and prototypes that accelerated development cycles.
+Designed real-time data visualization platform for Saylent Technologies. Created intuitive interfaces that helped users identify trends and make data-driven decisions 40% faster.
+Built comprehensive design system for Component Assembly Systems' construction management platform, spanning web and iOS applications. diff --git a/src/pages/designs/task-it.md b/src/pages/designs/task-it.md index 7a25d834..ac902bbf 100644 --- a/src/pages/designs/task-it.md +++ b/src/pages/designs/task-it.md @@ -1,5 +1,5 @@ --- -title: "Task-It!" +title: "Task Management System" date: git Last Modified abbreviation: "task" description: "One enterprise task management system to rule them all." diff --git a/src/sass/_footer.scss b/src/sass/_footer.scss index 603fa0cd..b7034315 100644 --- a/src/sass/_footer.scss +++ b/src/sass/_footer.scss @@ -22,6 +22,12 @@ footer { margin-bottom: var(--space-md, 1rem); font-size: clamp(1.2rem, 2vw, 1.5rem); } +.footer-section h4 { + font-family: 'Playfair Display', serif; + color: rgba(255, 255, 255, 0.5) !important; + margin-bottom: var(--space-md, 1rem); + font-size: clamp(1.1rem, 1.25vw, 1.125rem); +} .footer-section p, .footer-section li { color: var(--earth-cream); diff --git a/src/sass/_typography.scss b/src/sass/_typography.scss index 39eb55c5..672e4828 100644 --- a/src/sass/_typography.scss +++ b/src/sass/_typography.scss @@ -138,10 +138,6 @@ p:last-child, .text-body:last-child { code, .code { font-family: var(--font-family-mono); - - // background: var(--earth-sand); - // padding: 0.1rem 0.3rem; - // border-radius: var(--radius-sm); font-size: clamp(0.85rem, 1vw, 0.9rem); } code.code-inline, @@ -192,6 +188,7 @@ code.code-inline, color: var(--text-secondary); } +/* Links */ a, .link { color: var(--earth-sage); border-bottom: 1px solid var(--earth-sage); @@ -203,6 +200,29 @@ a:hover, a:focus, .link:hover, .link:focus { color: var(--earth-brown); border-bottom-color: var(--earth-brown); } +.link-brackets { + margin-left: var(--space-md) !important; + &::after { + content: ']'; + position: absolute; + margin-left: 0.2rem; + color: var(--earth-sage); + transition: all 0.2s; + } + &::before { + content: '['; + position: absolute; + margin-left: -0.8rem; + color: var(--earth-sage); + transition: all 0.2s; + } + &:hover::after, &:hover::before, + &:focus::after, &:focus::before { + color: var(--accent-coral); + } +} + +/* Blockquote */ blockquote, .blockquote { border-left: var(--border-thin) solid var(--earth-brown); padding-left: var(--space-md, 1rem);