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

Implementing new design system heading typography in the code base #1814

Merged
merged 13 commits into from
Jun 30, 2021

Conversation

Zak234
Copy link
Contributor

@Zak234 Zak234 commented Jun 22, 2021

Fixes #1743

Added six new classes of heading: Title1, Title2, Title3, Title4, Title5 and Title6. Each one was only given size attributes as specified by the issue. These have not been applied yet to any text as this will be done in a different issue. The goal of these changes was so that our heading sizes are no longer attached to h1/h2/h3 tags etc and can no longer negatively affect the accessibility/hierarchy of the web pages for people using screen readers

Sakari Salminiitty added 2 commits June 22, 2021 01:43
@Zak234 Zak234 requested review from akibrhast and leonelRos June 23, 2021 02:47
@abuna1985 abuna1985 self-requested a review June 23, 2021 22:27
@Aveline-art Aveline-art self-requested a review June 23, 2021 23:44
@akibrhast
Copy link
Member

Update: This will be reviewed and potentially discussed in tonight's backend meeting

@akibrhast akibrhast requested review from arghmatey and jbubar and removed request for leonelRos June 25, 2021 04:16
@akibrhast
Copy link
Member

akibrhast commented Jun 25, 2021

@Zak234 Great work on this! it might take a while to get reviewed and merged. In the mean time, maybe pick up another large issue or something from the engre CoP . Or, if you want something interesting and juicy hit me up and we will try to find something for you to sink your teeth into!

Update

This was discussed and and reviewed in group during the thursday meeting. Majority approval in that everything looks good and this should not break anything. However individual developers assigned to review this issue has yet to test this out locally on their systems.

  • The people tagged on this issue could you all please review the changes with respect to the design system as linked in the issue, and ensure that none of the existing pages has any weird behaviour(It shouldn't).

  • Also please double check the compiled css of these title classes that is generated within the _site directory and ensure that everything is compiling down to as expected.

Copy link
Member

@Aveline-art Aveline-art left a comment

Choose a reason for hiding this comment

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

Hey @Zak234! Overall, great work on adding the new typography and maintaining the structure of the website. The team had reviewed your work in the backend meeting and we are very impressed with your speed and accuracy. Please check my comments (which are my own, not the team's). Once they have been addressed, I can begin to test out the new typography!

Note to reviewers: I have spoken to designers about the print sizes and there are currently no plans to do anything with them, in terms of standardizing. You might say, the way that they are here are mostly fine/inconsequential. I am not sure if we would want print sizes to be a part of the changes, but I am also not sure a discussion is useful. Perhaps we can quickly decide whether we want them at all?

_sass/elements/_typography.scss Outdated Show resolved Hide resolved
Comment on lines 72 to 77
$font-size-Title1: (
print: 36pt,
/* 32px*/ mobile: 2rem,
/* 40px*/ tablet: 2.5rem,
/* 48px*/ desktop: 3rem
);
Copy link
Member

@Aveline-art Aveline-art Jun 25, 2021

Choose a reason for hiding this comment

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

Out of curiosity, where were the print values pulled from? I could not find the 36pt et al. from the Figma design.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I calculated it from the desktop px size.

Copy link
Member

@akibrhast akibrhast left a comment

Choose a reason for hiding this comment

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

  • Add . infront of the the title class
  • make the title class names lower cases , example: .title1

@averdin2 averdin2 self-requested a review June 27, 2021 19:26
Copy link
Member

@Aveline-art Aveline-art left a comment

Choose a reason for hiding this comment

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

I have checked out the new design on some of the pages and it looks awesome! Thank you for doing this @Zak234 . There is only one fix left before I approve of this. Cannot wait to start implementing this everywhere.

_sass/elements/_typography.scss Outdated Show resolved Hide resolved
Copy link
Member

@Aveline-art Aveline-art left a comment

Choose a reason for hiding this comment

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

Everything looks good! Great work!

@Zak234 Zak234 requested a review from akibrhast June 30, 2021 01:54
Copy link
Member

@jbubar jbubar left a comment

Choose a reason for hiding this comment

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

I pulled this to my machine, everything looks great. Sakari, Nice job. Stelllar.

@jbubar jbubar merged commit b5aa3a3 into hackforla:gh-pages Jun 30, 2021
averdin2 added a commit that referenced this pull request Jul 12, 2021
* Changed margin for toolkit page header (#1726)

* Updating wins data

* Update meeting data

* Update contributor and language data

* Wins page modal a11y (#1679)

* makes ESC key close wins page modal

* progress toward mwins page modal fix

* in progress

* fixes issue w hideoverly and inert

* removes package-lock.json and commented code

* fixes bug where inert remained true after window resize < 960

* fixes inert bug

* Revert "Wins page modal a11y (#1679)" (#1738)

This reverts commit c122699.

* Updating wins data

* Update meeting data

* Update contributor and language data

* revert wins-data.json (#1745)

* Updating wins data

* need to delete this, this check is in the app sheet, plus it is breaking the page (#1746)

* Update program areas page to reflect correct mini project cards (#1684)

* Updates program areas to reflect correct project cards

* Add placeholder image to repo and update on corresponding cards

* Revert "Revert "Wins page modal a11y (#1679)" (#1738)" (#1747)

This reverts commit c492445.

* Wins form css (#1314)

* begin css changes

* initial page styling

* add submit success message

* styled the inputs to be more simple

* small update

* change colors to variables

* fix github error checking, and make textarea required

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Updating wins data

* Update meeting data

* Update contributor and language data

* Create add-issue-labels-to-pr.yml (#1740)

* Create add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Added auth. To be reverted.

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update CONTRIBUTING.md (#1751)

* Update update-comment-on-update-label.yml

Fix typo

* Create pull_request_template.md

* Delete pull_request_template.md

* Create pull_request_template.md

* Update pull_request_template.md

* Update pull_request_template.md

* Fixes #1574 (#1764)

* Update people2.yml (#1763)

* Update meeting data

* Update contributor and language data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Change Alt Text for Delegate Icon on Credit page (#1771)

* Fixes #1574

* Change Alt Text for Delegate Icon on Credit page

* change resume alt to resume icon (#1765)

* Update comment on gh action add-issue-labels-to-pr (#1758)

The comments added to the action clarifies and notes the decision behind the usage of the event
`pull_request_target` instead of `pull_request`

* Contributing.md changes (#1471)

* Got Akibs Changes

* Update CONTRIBUTING.md file

* Accepted incoming merge conflict

* Made github username wording more consistent

* Added documentation for using Docker back to the file

* Added git status code back to file

* Changed edits to pull request

* Changed wording of issue and pull request headers

* Fixed broken link in edits to a pull request

* Changed wording of first pull request in bottom greeting

* Removed unnecessary text

* Added info about VS Code and moved Changes from Upsream section

* Added hfla-site slack link

* Made changes suggested by alyssa

* Update CONTRIBUTING.md

Minor changes. Made two changes to the file.

Co-authored-by: Josh Bubar <[email protected]>
Co-authored-by: Alyssa <[email protected]>

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Changed the alt attribute value to 'Design Community Concept Illustration' for the Design Image on the Credit Page (#1780)

Co-authored-by: Mateo Godoy <[email protected]>

* 1586 - update alt itext for "Technology" image within the "Credits" page (#1784)

* Updating wins data

* Update meeting data

* Update contributor and language data

* Adjusts Program Areas page image cards in mobile (#1774)

* Adjusts Program Areas page image cards in mobile

* Updates height of card image to correct size

* Updating wins data

* Update meeting data

* Update contributor and language data

* Change alt text (#1782)

* changed alt text for Partnership Icon on Credit page (#1783)

* Updating wins data

* Update meeting data

* Update contributor and language data

* changed alt office worker (#1804)

* changed alt text for designer life image on credits page (#1801)

* add missing periods in the Getting Started Page (#1799)

* remove margin: auto to split header paragraphs (#1790)

* Adding button xl-long class and applying it to CTA "Join Us" home page button (#1773)

* Testing

* New home button

* Removed test

* New Classes

* removed}

* }

* removed accidental changes

Co-authored-by: Sakari Salminiitty <[email protected]>

* 1792 - add HTML/CSS to ensure "Online Project Team Meetings" button wraps text within the mobile view of the "Events" page (#1813)

* Standardize join us page mobile (#1731)

* added title attibutes to sponsor and partner logos in about pages

* Changed "vertical" to "program area"

* standardized join us page on mobile

* media queries changed and header name change

* text-align left added to mobile & header container added

Co-authored-by: Linda-OC <[email protected]>
Co-authored-by: avali4907 <[email protected]>

* Updating wins data

* Update meeting data

* Update contributor and language data

* Rename security.yml (#1821)

* issue 1570, change email alt text (#1827)

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Create Responsiveness on mobile

* Rename Responsiveness on mobile to Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update issue templates

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Update Toolkit page's filter banner font weight  (#1831)

* Fixes #1574

* Change Alt Text for Delegate Icon on Credit page

* changed toolkit banner font to 400

* Revert "changed toolkit banner font to 400"

This reverts commit 7c24302.

* Revert "Revert "changed toolkit banner font to 400""

This reverts commit b4b1c83.

* Added documentation for unseen changes (#1854)

* Added documentation for fixing jekyll livereloading bug

* Fixed some typos

* Moved location of changes

* removed max height property so all getting started cards were visible (#1853)

* Add x modal wins page (#1775)

* Added x to modal in wins page to exit

* Styled x closing icon to fit in upper right corner of modal

* Used svg icon to show close icon on modal in wins page

* Implementing new design system heading typography in the code base (#1814)

* New typography

* removed {

* removes }

* Added ,

* Update _typography.scss

* Update _typography.scss

* Update _typography.scss

* Update _print.scss

* Update _typography.scss

* Update _typography.scss

* Fixed title1 print

Co-authored-by: Sakari Salminiitty <[email protected]>

* Updating wins data

* Update meeting data

* Update contributor and language data

* Add media query to .leader-description (#1855)

* Update credits.html

* Clarified adding images

* Update pull_request_template.md

* 1748, closed pr 1832, attempt 2 (#1858)

* 1748, closed pr 1832, attempt 2

* 1858 pr update

* change alt for video conference icon (#1860)

* changed alt attribute for meetings icon on credit page (#1862)

* Updating wins data

* Update meeting data

* Update contributor and language data

* fix overlay

Co-authored-by: Marco Barrera <[email protected]>
Co-authored-by: HackforLABot <[email protected]>
Co-authored-by: GitHub Actions Bot <[email protected]>
Co-authored-by: Garrett Hickman <[email protected]>
Co-authored-by: Akib Rhast <[email protected]>
Co-authored-by: Sarah W <[email protected]>
Co-authored-by: Zak234 <[email protected]>
Co-authored-by: Ava Li <[email protected]>
Co-authored-by: Abel-Zambrano <[email protected]>
Co-authored-by: Ali Ibsin <[email protected]>
Co-authored-by: Alex Verdin <[email protected]>
Co-authored-by: Alyssa <[email protected]>
Co-authored-by: mgodoy2023 <[email protected]>
Co-authored-by: Mateo Godoy <[email protected]>
Co-authored-by: Adam Abundis <[email protected]>
Co-authored-by: Vicki Chung <[email protected]>
Co-authored-by: benrempel <[email protected]>
Co-authored-by: Marianna Askova <[email protected]>
Co-authored-by: Andrew Lieu <[email protected]>
Co-authored-by: Alexey Sergeev <[email protected]>
Co-authored-by: Sakari Salminiitty <[email protected]>
Co-authored-by: Josephine Han <[email protected]>
Co-authored-by: Linda-OC <[email protected]>
Co-authored-by: avali4907 <[email protected]>
Co-authored-by: Sophia Ling <[email protected]>
Co-authored-by: Sihemgourou <[email protected]>
Co-authored-by: macho-catt <[email protected]>
abuna1985 added a commit that referenced this pull request Aug 29, 2021
* New wins text badge (#1466)

* edited js

* edited html

* edited scss

* added all svgs

* all changes added minus one

Co-authored-by: erikaBell <[email protected]>

* New wins change (#1516)

* overlay and styling

* mobile styling

* see more toggle

* adjusted styling, issues with onClick function

* badges are clickable on mobile

* badge icon click hooked up to seeMore

* design edits + see more functionality edit

Co-authored-by: erikaBell <[email protected]>

* filtered unintended commas out of cardList (#1601)

* Adjust styling of Wins page with badges in mobile

Fixes #1550

Changed from 1.7em to 1.4em and 1.5em to 1em

* Revert "Adjust styling of Wins page with badges in mobile" (#1641)

This reverts commit 9fc22fb.

* Adjust styling wins (#1620)

* adjust styling of Wins page with badges

* charge roles wrap

* revert wins-data.json

* Changed badge description from setup to set up in wins page (#1785)

* adjusted.wins-badge-icon size for mobile 1.4em when card is collapsed, 1em when expanded (#1670)

* 1817 - remove "I setup 2FA" from wins-data.json and refactored icon parser in wins.html (#1883)

* Fixed wins modal position to prevent it from penetrating menu in mobile (#1897)

* Add github actions files to wins branch (#1905)

* Revert "Add github actions files to wins branch (#1905)" (#1925)

This reverts commit b6d4c09.

* see more <-> see less on wins page mobile view (#1924)

* [qiqicodes-1549-see-less-button-wins-pages] toggle see more/see less functionality

* [qiqicodes-1549-see-less-button-wins-pages] adds caret svg

* [qiqicodes-1549-see-less-button-wins-pages] toggle see more/see less for wins card

* [qiqicodes-1549-see-less-button-wins-pages] delete commented lines of old code

* [qiqicodes-1549-see-less-button-wins-pages] see more/see less styling

* change position of see more in mobile, and clean up code

* make placement on expansion work

* move see more to bottom of text, and see less to bottom of card in mobile

* delete console.log

* remove commented code

Co-authored-by: qiqicodes <[email protected]>

* updating wins-feature-1 with changes made on gh-pages (#1869)

* Changed margin for toolkit page header (#1726)

* Updating wins data

* Update meeting data

* Update contributor and language data

* Wins page modal a11y (#1679)

* makes ESC key close wins page modal

* progress toward mwins page modal fix

* in progress

* fixes issue w hideoverly and inert

* removes package-lock.json and commented code

* fixes bug where inert remained true after window resize < 960

* fixes inert bug

* Revert "Wins page modal a11y (#1679)" (#1738)

This reverts commit c122699.

* Updating wins data

* Update meeting data

* Update contributor and language data

* revert wins-data.json (#1745)

* Updating wins data

* need to delete this, this check is in the app sheet, plus it is breaking the page (#1746)

* Update program areas page to reflect correct mini project cards (#1684)

* Updates program areas to reflect correct project cards

* Add placeholder image to repo and update on corresponding cards

* Revert "Revert "Wins page modal a11y (#1679)" (#1738)" (#1747)

This reverts commit c492445.

* Wins form css (#1314)

* begin css changes

* initial page styling

* add submit success message

* styled the inputs to be more simple

* small update

* change colors to variables

* fix github error checking, and make textarea required

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Updating wins data

* Update meeting data

* Update contributor and language data

* Create add-issue-labels-to-pr.yml (#1740)

* Create add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Added auth. To be reverted.

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update add-issue-labels-to-pr.yml

* Update CONTRIBUTING.md (#1751)

* Update update-comment-on-update-label.yml

Fix typo

* Create pull_request_template.md

* Delete pull_request_template.md

* Create pull_request_template.md

* Update pull_request_template.md

* Update pull_request_template.md

* Fixes #1574 (#1764)

* Update people2.yml (#1763)

* Update meeting data

* Update contributor and language data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Change Alt Text for Delegate Icon on Credit page (#1771)

* Fixes #1574

* Change Alt Text for Delegate Icon on Credit page

* change resume alt to resume icon (#1765)

* Update comment on gh action add-issue-labels-to-pr (#1758)

The comments added to the action clarifies and notes the decision behind the usage of the event
`pull_request_target` instead of `pull_request`

* Contributing.md changes (#1471)

* Got Akibs Changes

* Update CONTRIBUTING.md file

* Accepted incoming merge conflict

* Made github username wording more consistent

* Added documentation for using Docker back to the file

* Added git status code back to file

* Changed edits to pull request

* Changed wording of issue and pull request headers

* Fixed broken link in edits to a pull request

* Changed wording of first pull request in bottom greeting

* Removed unnecessary text

* Added info about VS Code and moved Changes from Upsream section

* Added hfla-site slack link

* Made changes suggested by alyssa

* Update CONTRIBUTING.md

Minor changes. Made two changes to the file.

Co-authored-by: Josh Bubar <[email protected]>
Co-authored-by: Alyssa <[email protected]>

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Changed the alt attribute value to 'Design Community Concept Illustration' for the Design Image on the Credit Page (#1780)

Co-authored-by: Mateo Godoy <[email protected]>

* 1586 - update alt itext for "Technology" image within the "Credits" page (#1784)

* Updating wins data

* Update meeting data

* Update contributor and language data

* Adjusts Program Areas page image cards in mobile (#1774)

* Adjusts Program Areas page image cards in mobile

* Updates height of card image to correct size

* Updating wins data

* Update meeting data

* Update contributor and language data

* Change alt text (#1782)

* changed alt text for Partnership Icon on Credit page (#1783)

* Updating wins data

* Update meeting data

* Update contributor and language data

* changed alt office worker (#1804)

* changed alt text for designer life image on credits page (#1801)

* add missing periods in the Getting Started Page (#1799)

* remove margin: auto to split header paragraphs (#1790)

* Adding button xl-long class and applying it to CTA "Join Us" home page button (#1773)

* Testing

* New home button

* Removed test

* New Classes

* removed}

* }

* removed accidental changes

Co-authored-by: Sakari Salminiitty <[email protected]>

* 1792 - add HTML/CSS to ensure "Online Project Team Meetings" button wraps text within the mobile view of the "Events" page (#1813)

* Standardize join us page mobile (#1731)

* added title attibutes to sponsor and partner logos in about pages

* Changed "vertical" to "program area"

* standardized join us page on mobile

* media queries changed and header name change

* text-align left added to mobile & header container added

Co-authored-by: Linda-OC <[email protected]>
Co-authored-by: avali4907 <[email protected]>

* Updating wins data

* Update meeting data

* Update contributor and language data

* Rename security.yml (#1821)

* issue 1570, change email alt text (#1827)

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Create Responsiveness on mobile

* Rename Responsiveness on mobile to Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update Mobile_responsiveness.md

* Update issue templates

* Updating wins data

* Update meeting data

* Update contributor and language data

* Updating wins data

* Update meeting data

* Update contributor and language data

* Update Toolkit page's filter banner font weight  (#1831)

* Fixes #1574

* Change Alt Text for Delegate Icon on Credit page

* changed toolkit banner font to 400

* Revert "changed toolkit banner font to 400"

This reverts commit 7c24302.

* Revert "Revert "changed toolkit banner font to 400""

This reverts commit b4b1c83.

* Added documentation for unseen changes (#1854)

* Added documentation for fixing jekyll livereloading bug

* Fixed some typos

* Moved location of changes

* removed max height property so all getting started cards were visible (#1853)

* Add x modal wins page (#1775)

* Added x to modal in wins page to exit

* Styled x closing icon to fit in upper right corner of modal

* Used svg icon to show close icon on modal in wins page

* Implementing new design system heading typography in the code base (#1814)

* New typography

* removed {

* removes }

* Added ,

* Update _typography.scss

* Update _typography.scss

* Update _typography.scss

* Update _print.scss

* Update _typography.scss

* Update _typography.scss

* Fixed title1 print

Co-authored-by: Sakari Salminiitty <[email protected]>

* Updating wins data

* Update meeting data

* Update contributor and language data

* Add media query to .leader-description (#1855)

* Update credits.html

* Clarified adding images

* Update pull_request_template.md

* 1748, closed pr 1832, attempt 2 (#1858)

* 1748, closed pr 1832, attempt 2

* 1858 pr update

* change alt for video conference icon (#1860)

* changed alt attribute for meetings icon on credit page (#1862)

* Updating wins data

* Update meeting data

* Update contributor and language data

* fix overlay

Co-authored-by: Marco Barrera <[email protected]>
Co-authored-by: HackforLABot <[email protected]>
Co-authored-by: GitHub Actions Bot <[email protected]>
Co-authored-by: Garrett Hickman <[email protected]>
Co-authored-by: Akib Rhast <[email protected]>
Co-authored-by: Sarah W <[email protected]>
Co-authored-by: Zak234 <[email protected]>
Co-authored-by: Ava Li <[email protected]>
Co-authored-by: Abel-Zambrano <[email protected]>
Co-authored-by: Ali Ibsin <[email protected]>
Co-authored-by: Alex Verdin <[email protected]>
Co-authored-by: Alyssa <[email protected]>
Co-authored-by: mgodoy2023 <[email protected]>
Co-authored-by: Mateo Godoy <[email protected]>
Co-authored-by: Adam Abundis <[email protected]>
Co-authored-by: Vicki Chung <[email protected]>
Co-authored-by: benrempel <[email protected]>
Co-authored-by: Marianna Askova <[email protected]>
Co-authored-by: Andrew Lieu <[email protected]>
Co-authored-by: Alexey Sergeev <[email protected]>
Co-authored-by: Sakari Salminiitty <[email protected]>
Co-authored-by: Josephine Han <[email protected]>
Co-authored-by: Linda-OC <[email protected]>
Co-authored-by: avali4907 <[email protected]>
Co-authored-by: Sophia Ling <[email protected]>
Co-authored-by: Sihemgourou <[email protected]>
Co-authored-by: macho-catt <[email protected]>

* Add github actions files to wins branch (#1926)

* Fix to mobile margin on Wins page (#1936)

* Changed margin to 32px

* reversed back the main margin and changed only the margin for mobile

* remove tablet view and fix responsiveness issues (#1954)

* remove tablet view and fix responsiveness issues

* make icons clickable in mobile

* remove clickable icons in desktop

* quick fix to remove see less on desktop

* better fix for removing see less on desktop

* fix the unclickability issue on the see more after resize

* fix overlay other icon parser problem

* clean up

* make icons unclickable when expanded

* delete console log

* Wins Spacing, between text and badge icons #1551 (#1964)

* fixes spacing between wins-text and wins-badges

* clean up

* more spacing added

* spacing

* resolved

Co-authored-by: erikaBell <[email protected]>
Co-authored-by: Josh Bubar <[email protected]>

* Wins refactor js (#2019)

* Clarified comments, Change functions to arrow functions and removed extra spaces

* Revert "Clarified comments, Change functions to arrow functions and removed extra spaces"

This reverts commit 7bf6086.

* Clarified comments, changed function into arrow function and removed extra spaces

* removed spacing in functions

Co-authored-by: avali4907 <[email protected]>

* Fix see more toggle when clicking an icon (#2133)

* more merge conflicts

* remove json data files from pr

* Add accompanying map file for polyfill (#2144)

* merge conflicts

* Add title1 class to h1 tag in wins hero file (#2189)

Co-authored-by: erikaBell <[email protected]>
Co-authored-by: erikaBell <[email protected]>
Co-authored-by: James Berke <[email protected]>
Co-authored-by: Linda-OC <[email protected]>
Co-authored-by: Alex Verdin <[email protected]>
Co-authored-by: wendywilhelm10 <[email protected]>
Co-authored-by: Akib Mohaimenur Rahman <[email protected]>
Co-authored-by: Marco Barrera <[email protected]>
Co-authored-by: Adam Abundis <[email protected]>
Co-authored-by: Ava Li <[email protected]>
Co-authored-by: qiqicodes <[email protected]>
Co-authored-by: HackforLABot <[email protected]>
Co-authored-by: GitHub Actions Bot <[email protected]>
Co-authored-by: Garrett Hickman <[email protected]>
Co-authored-by: Sarah W <[email protected]>
Co-authored-by: Zak234 <[email protected]>
Co-authored-by: Abel-Zambrano <[email protected]>
Co-authored-by: Ali Ibsin <[email protected]>
Co-authored-by: Alyssa <[email protected]>
Co-authored-by: mgodoy2023 <[email protected]>
Co-authored-by: Mateo Godoy <[email protected]>
Co-authored-by: Vicki Chung <[email protected]>
Co-authored-by: benrempel <[email protected]>
Co-authored-by: Marianna Askova <[email protected]>
Co-authored-by: Andrew Lieu <[email protected]>
Co-authored-by: Alexey Sergeev <[email protected]>
Co-authored-by: Sakari Salminiitty <[email protected]>
Co-authored-by: Josephine Han <[email protected]>
Co-authored-by: avali4907 <[email protected]>
Co-authored-by: Sophia Ling <[email protected]>
Co-authored-by: Sihemgourou <[email protected]>
Co-authored-by: macho-catt <[email protected]>
Co-authored-by: Adrian Zaragoza <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Design system heading typography in the code base
5 participants