2018 was a great year for the University of Alabama at Birmingham’s Department of Information Technology and we wanted to create a website to showcase the team’s efforts and achievements throughout the year.


Section colors controlled by CSS variables allowed faster prototyping, more reusable code, and less repetitive CSS

#section-1 { --theme: #1f6b52; }
.header { color: var(--theme); }

Designed and developed to adjust to device screen size