Skip to content
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

x-twitter icon change #931

Merged
merged 3 commits into from
Feb 6, 2024
Merged

x-twitter icon change #931

merged 3 commits into from
Feb 6, 2024

Conversation

TomNUSDS
Copy link
Contributor

@TomNUSDS TomNUSDS commented Jan 30, 2024

  • Update Twitter's icon to be "X-Twitter" (name of the glyph used by font-awesome)
  • Update sprite's twitter icon
  • Remove reference only for facebook. We can easily add it back in the future.

Results:
image


image

@TomNUSDS TomNUSDS self-assigned this Jan 30, 2024
Copy link
Contributor

@amwhitty amwhitty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great! Thank you @TomNUSDS

@TomNUSDS TomNUSDS merged commit ffb6a67 into master Feb 6, 2024
amwhitty added a commit that referenced this pull request Feb 9, 2024
* fix project carousel (#924)

* Update carousel-projects.html
* Make project carousels more like blog
- Added `carousel_show` and `carousel_image_alt_text` to the markdown "liquid" header.
- Add some comments to this header.
- Fix some line wrapping issues in these headers that may have been causing issues
TODO
 - the `carousel_image_alt_text` is just set to  `"Project photo"` for now. We should customize it. (issue created)
 - Update documentation (issue created)

* Use Ruby v3.1.3 (#926)

- Was trying to use Ruby version 3.2.2 but pushing to production failed because the github docker image doesn't support it yet. The newest support version listed is 3.1.3 so trying that.
- Noticed the `Gemlock.lock`'s `PLATFORMS` got trimmed down. Doing experiment to see if it matters.

* Update Gemfile.lock (#927)

* Update Gemfile.lock PLATFORMS experiment failed. Reset to old value

* Update deploy.yml Try bumping cache-version to force 3.1.3

* Fixes to prod (#928)

* Fix one broken link in blog
* Read application.css
Apply form needs this file. Not able to test on staging site.

* x-twitter icon change (#931)

- Update twitter logo to X
- Remove Facebook link
- Bring up-to-date with main

* Fix minor Apply iframe height issue. (#929)

* Fix minor Apply iframe height issue.

In some situations, the Apply iframe is too short and it gets a nested scrollbar. It's most obvious when changing the "zoom" size or if viewing on mobile.

Fix changes:
- size to use `rem/em` vs `px` for browser zoom levels
- uses "mobile first" breakpoint that's taller for mobile and shorter for desktop.

No good way to test in localhost and staging because the iframe won't load. Attempted to test by applying new sizes to the production site via the debugger.

Rebuilding the css is problematic. Still must delete the style.css file and run the *release build* to get the correct output (not the `serve` or `start).

* Add breakpoints for tablet and desktop

- `var frameResizedHeight = parseInt(height) + 25;` => `const frameResizedHeight = parseInt(height) + 307;` for the salesforce callback.
- Adjusted reactive css for Apply form to handle case where user resizes the browser. It's set to max height when both the "how did you hear about usds" and "portfolio = design cop" are selected in the form.

* add scheduled maintenance banner to apply.yml content

* press logo updates

* Press hits edit (#935)

* add 6 articles

* Update news_articles.yml

* add press logos

* add press logo

* Add AI blog (#934)

* initial draft

* add URLs

* typo

* add AI blog image

* add folder

* image file path

* edit card summary

* Update _news-and-blog/2024-01-29-a-call-to-service-for-talent-in-the-federal-government.md

Co-authored-by: Drew Gardner <57154955+drew-usds@users.noreply.github.com>

* Update _news-and-blog/2024-01-29-a-call-to-service-for-talent-in-the-federal-government.md

Co-authored-by: Drew Gardner <57154955+drew-usds@users.noreply.github.com>

---------

Co-authored-by: Drew Gardner <57154955+drew-usds@users.noreply.github.com>

---------

Co-authored-by: TomNUSDS <Thomas.A.Nielsen@omb.eop.gov>
Co-authored-by: drew-usds <57154955+drew-usds@users.noreply.github.com>
@TomNUSDS TomNUSDS deleted the tomn-usds/x-twitter-icon-change branch March 28, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants