We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I should experience a fully branded Pan Am site.
WHEN the page loads THEN they will see the circle Pan Am logo in the upper left corner AND only Pan Am colors plus black for text
<i class="far fa-edit" style="color:#2767AD;"></i>
<i class="fas fa-trash" style="color:#2767AD;"></i>
<i class="fas fa-plus-square" style="color:#2767AD;"></i>
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
bnemchak
No branches or pull requests
User Story
As a user, I should experience a fully branded Pan Am site.
AC
WHEN the page loads
THEN they will see the circle Pan Am logo in the upper left corner
AND only Pan Am colors plus black for text
Dev Notes
Hex: #2767AD
RGB: (39, 103, 173)
Hex: #FFFFFF
RGB: (255, 255, 255)
<i class="far fa-edit" style="color:#2767AD;"></i>
<i class="fas fa-trash" style="color:#2767AD;"></i>
<i class="fas fa-plus-square" style="color:#2767AD;"></i>
The text was updated successfully, but these errors were encountered: