-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
#26 Eval footer #113
#26 Eval footer #113
Conversation
3e09731
to
c877a07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added commit c877a07 which fixes the social icon SVG issues you were having
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to leave some minor UI feedback but it took me a while to play around with the styles and would take longer to explain everything so I added 5b3c862 instead. I think this is close enough to match the mockups. @bilalhankins can you test the responsiveness of this out in your local browser and see if you notice anything else that needs to be fixed?
I tested and the responsiveness is way better than the changes i have locally. The only thing i saw was the space between the GSA logo and the right side of the screen on the mobile view. I tried to see if i could play with the css and eliminate the whitespace. I dont think it is too big of an issue tbh |
cool, I think it's fixed now |
describe "GET /" do | ||
before { get "/" } | ||
|
||
it_behaves_like "a page with footer content" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the internal app links won't work yet but the external ones will. we can go ahead and add all the links now while we build those internal pages.
copied these from the production site at https://www.challenge.gov
Co-authored-by: Stephen Chudleigh <[email protected]>
Co-authored-by: Stephen Chudleigh <[email protected]>
Co-authored-by: Stephen Chudleigh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think we're g2g 🎉
Created footer layout
Added icons/logos to assets
Mobile responsiveness
Desktop View:
![Screenshot 2024-08-13 at 4 14 52 PM](https://private-user-images.githubusercontent.com/39917501/357574715-1a545985-78f7-4010-8f51-256631dff0f9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTg5NzUsIm5iZiI6MTczOTI5ODY3NSwicGF0aCI6Ii8zOTkxNzUwMS8zNTc1NzQ3MTUtMWE1NDU5ODUtNzhmNy00MDEwLThmNTEtMjU2NjMxZGZmMGY5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE4MzExNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUwNTVhMDE4NTcyYWE5OTM3NmUwNjdiOTlkYjJhYjY0ZTBhZWI0NTMxZjNjZmUyMDNmNzE3Y2IyMjNlNGNlN2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8xUYBFUZff_l8IPMT7HKx-_R9vF1SkdM0lGZKIGCU38)
Mobile View:
![Screenshot 2024-08-13 at 4 14 38 PM](https://private-user-images.githubusercontent.com/39917501/357574719-8106f2e4-f3ac-4529-abff-05c2f36f156f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTg5NzUsIm5iZiI6MTczOTI5ODY3NSwicGF0aCI6Ii8zOTkxNzUwMS8zNTc1NzQ3MTktODEwNmYyZTQtZjNhYy00NTI5LWFiZmYtMDVjMmYzNmYxNTZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE4MzExNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVkZDk1NDRlNjRkNjQ0NDNlOTY2OGUyZWQxZGZlYTFiMmY0NDQwMTZjYzMxODJhZjQ5MDM0NTgyN2VlMGY1ZmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Fb3czaNQRg0BGxOboPhvQuoL6BwTjG6ETR4xtvZXW9g)
#26