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

Update tech dropdown 2397 #2672

Conversation

anthonysim
Copy link
Member

@anthonysim anthonysim commented Jan 8, 2022

Fixes #2397

What changes did you make and why did you make them ?

  • Added media query for min-width 768px. I added css grid at a width of 748px so the new dropdown would fit properly on an IPAD and IPAD Pro. The original issue did not account for other sizes except a desktop so I had to make sure everything "looked" good on an IPAD and IPAD Pro.

  • Added media query for min-width 1024px. I added a width of 768px as the original issue stated.

  • Ensure the dropdown matches Version A of the Projects page Figma design. The issue this PR is associated with did not state to rearrange the dropdowns as well as shrink them. TBD.

  • Version C Design was implemented along with scrollbars for mobile and full screen.

  • See additional notes/comments by merger @JessicaLucindaCheng: Update tech dropdown 2397 #2672 (comment)

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied
Visuals after changes are applied
Visuals after Version C was implemented

@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Want to review this pull request? Take a look at this documentation for a step by step guide!

From your project repository, check out a new branch and test the changes.

git checkout -b anthonysim-update-tech-dropdown-2397 gh-pages
git pull https://github.com/anthonysim/website.git update-tech-dropdown-2397

@github-actions github-actions bot added Feature: Refactor CSS Page is working fine - CSS needs changes to become consistent with other pages P-Feature: Projects page https://www.hackforla.org/projects/ role: front end Tasks for front end developers Complexity: Large Status: Updated No blockers and update is ready for review labels Jan 8, 2022
@JessicaLucindaCheng JessicaLucindaCheng self-requested a review January 8, 2022 11:27
@JessicaLucindaCheng

This comment has been minimized.

@lopezpedres
Copy link
Member

Availability: 10 hours
Review ETA: Wed, Jan 11, 2022

@lopezpedres
Copy link
Member

Hi @anthonysim ! REALLY GOOD JOB. The dropdown looks really well. It ran really nice on the desktop, iPad, and iPad Pro view.
There are two main points that I just want to highlight (I am not entirely sure If they are part of this issue, we might need to create new ones)

  1. According to the version A of the Figma design, the dropdown arrow should be pointing up when the dropdown is selected

    Figma Version A

    Dropwdown Arrow

    Antony's version

    PR version

  2. The mobile view should have a scrolling bar once the dropdown menu is active

    Figma Mobile Version

    image

    Antony's version

    mobile dropdown

@JessicaLucindaCheng please let me know what you think about these points. Otherwise, ILGTM and ready to be merged :)

@lopezpedres
Copy link
Member

Hi @anthonysim ! REALLY GOOD JOB. The dropdown looks really well. It ran really nice on the desktop, iPad, and iPad Pro view. There are two main points that I just want to highlight (I am not entirely sure If they are part of this issue, we might need to create new ones)

  1. According to the version A of the Figma design, the dropdown arrow should be pointing up when the dropdown is selected

    Figma Version A
    Dropwdown Arrow

    Antony's version
    PR version

  2. The mobile view should have a scrolling bar once the dropdown menu is active

    Figma Mobile Version
    image

    Antony's version
    mobile dropdown

@JessicaLucindaCheng please let me know what you think about these points. Otherwise, ILGTM and ready to be merged :)

Sorry guys! I just saw Anthony's comment about the mobile version. Please ignore the second point :) @anthonysim @JessicaLucindaCheng

@JessicaLucindaCheng
Copy link
Member

@lopezpedres In the current website, all the dropdowns (Status, Technologies/Languages, Program Areas) have the arrows pointing down. I think the arrow of the dropdown is fine as is in terms of this issue. However, we can bring it up with the design team and ask them. We may want to ask design for an updated projects page, so all of us are on the same page in terms of what is wanted currently, including with the addition of languages from pr #2646.

@lopezpedres
Copy link
Member

@JessicaLucindaCheng Awesome! Thanks for replying :)

lopezpedres
lopezpedres previously approved these changes Jan 11, 2022
Copy link
Member

@lopezpedres lopezpedres left a comment

Choose a reason for hiding this comment

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

Nicely done @anthonysim !

Copy link
Member

@JessicaLucindaCheng JessicaLucindaCheng left a comment

Choose a reason for hiding this comment

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

Thank you for working on this issue! Your changes along with the recent inclusion of languages into the technologies dropdown look like this:

wider-dropdown-anthony-sim-update-tech-dropdown-2397

Please update your forked repo and then merge those updates into your branch. Then, please make changes so that the menu includes the languages and is still 4 columns. Thank you.

_sass/components/_project-filter.scss Show resolved Hide resolved
_sass/components/_project-filter.scss Outdated Show resolved Hide resolved
_sass/components/_project-filter.scss Outdated Show resolved Hide resolved
@JessicaLucindaCheng

This comment has been minimized.

@anthonysim
Copy link
Member Author

anthonysim commented Jan 11, 2022

@JessicaLucindaCheng @lopezpedres, I just changed the media queries to use variables.

@anthonysim
Copy link
Member Author

anthonysim commented Jan 11, 2022

Thank you for working on this issue! Your changes along with the recent inclusion of languages into the technologies dropdown look like this:

wider-dropdown-anthony-sim-update-tech-dropdown-2397

Please update your forked repo and then merge those updates into your branch. Then, please make changes so that the menu includes the languages and is still 4 columns. Thank you.

So with the inclusion of the new technologies, I don't think I can follow Version A
Figma- Projects page dropdown (Version A) as the original issue (#2397) stated. I'm assuming I should do Version C now and just do the scrollbar for mobile and desktop?

@JessicaLucindaCheng

This comment has been minimized.

@JessicaLucindaCheng

This comment has been minimized.

@lopezpedres
Copy link
Member

@lopezpedres I see in your screenshots that you see 4 columns for the technologies dropdown. When you were viewing it, did it include languages?

@JessicaLucindaCheng It did not. I'll attach the full screenshot:

image

@JessicaLucindaCheng

This comment has been minimized.

@JessicaLucindaCheng
Copy link
Member

@anthonysim Sorry, I don't have time to review it today. So, I will be delaying my review by one day.

  • Availability: 6 hours
  • ETA: Friday, January 28, 2022

Copy link
Member

@JessicaLucindaCheng JessicaLucindaCheng left a comment

Choose a reason for hiding this comment

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

@anthonysim The work you did to make the menus work for desktop, tablet, and mobile look fantastic. Thank you for all your hardwork!

However, I have a few more requested changes:

  1. We use PR descriptions/posts to look back at the codebase commit history and see when and why changes were made. With that in mind, could you clarify the actions you took in Update tech dropdown 2397 #2672 (comment)? Also, can you just have one final picture instead of two after pictures? Also, I noticed you used em for the SCSS property left instead of px you may want to include info for your reasoning for that. Also, you may want to include your reasoning for choosing a shorter height than 493px that was recommended for the desktop dropdown in the Figma design. (I think they were good choices but I'm just wondering your reasons for doing so.)

  2. For the _sass/variables/_layout.scss, I like how you are thinking for making this easier to understand but it may be confusing to include those changes with this issue because the issue has nothing to with the layouts.scss page. If you are interested, you could write up a small issue to include comments to make that page easier to read for developers and we can discuss this further if you are interested in doing so. For now, could you remove the comments you added to the layout.scss file so it was the way it was before?

If you have questions about or want to discuss any of the above, please let me know and we can find a time to meet. Again, thank you for all your hard work.

@anthonysim
Copy link
Member Author

anthonysim commented Jan 29, 2022

@SAUMILDHANKAR @lopezpedres @JessicaLucindaCheng, hi everyone, there is a lot of back and forth on this PR, my solution seems to not be solving the issue so I'm going to close out the PR, place the issue associated with this PR back to the backlog under projects, and unassign myself from the issue. Maybe someone else can take this and give it a try instead.

@anthonysim anthonysim closed this Jan 29, 2022
@JessicaLucindaCheng
Copy link
Member

JessicaLucindaCheng commented Jan 29, 2022

@anthonysim I apologize if my request for changes suggested your solution did not work because your solution does work but needed some small changes. I understand that you are frustrated since you have been working on this issue for so long. However, I think we can use all the hard work you put into your pull request so far and I would like to merge what you have so far by reopening your pr to do so. You won't have to continue work on this issue as I will assign myself to take over the issue you were working on and just continue where you left off.

@JessicaLucindaCheng JessicaLucindaCheng changed the base branch from gh-pages to continuation-of-tech-dropdown-pr-2672 January 29, 2022 17:51
Copy link
Member

@JessicaLucindaCheng JessicaLucindaCheng left a comment

Choose a reason for hiding this comment

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

Merging pr as is and will be fixing it in a different branch.

@JessicaLucindaCheng JessicaLucindaCheng merged commit fc4cc11 into hackforla:continuation-of-tech-dropdown-pr-2672 Jan 29, 2022
@anthonysim anthonysim deleted the update-tech-dropdown-2397 branch January 29, 2022 22:55
@JessicaLucindaCheng
Copy link
Member

JessicaLucindaCheng commented Feb 2, 2022

Overview

These notes are from me (@JessicaLucindaCheng), the person who merged the pr. In addition, I am taking up Anthony's issue because he has left Hack for LA and was almost done with the issue. Below are my notes about the implementation and changes made by Anthony.

Final images of Desktop version C and the mobile version implemented by Anthony Sim

Implemented Version C

desktop-project-tech-lang-filter

Implemented mobile version with scrollbar (Note: Scrollbar not visible in the screenshot but is there)

mobile-project-tech-lang-filter

Notes

  • Differences I noticed from the Figma design

    • For the desktop version, I noticed em for the SCSS property left instead of using px for centering the tech dropdown.
    • Also, for the desktop version, the height of the dropdown is 380px for tablet and desktop views, which is a shorter height than 493px that was recommended for the desktop dropdown in the Figma design. I think this was done so that the dropdown fits in a desktop or tablet view while taking into consideration the space the fixed header navigation takes up on a screen.
    • In addition, the width of the dropdown was set to 718px instead of 768px for a tablet size screen. I think this was done because the width of a common tablet is set to 768px in _sass/variables/_layout and using the variable $bp-tablet-up in a media query for it would require the width of the dropdown to be smaller than 768px.
  • Moreover, the _sass/variables/_layout.scss has added comments that are unrelated to the associated issue.

JessicaLucindaCheng pushed a commit to JessicaLucindaCheng/website that referenced this pull request Feb 5, 2022
* added css grid to technologies dropdown

* added media queries for min-width 768 & min-width 1024

* removed redundant css from min-width 1024

* updated comments

* removed comment out css

* added variables $bp-tablet-up} & $bp-desktop-up

* added scrollbar

* updated height for desktop

* changes to account for Surface Duo Screen 540px

* added layout for ipad air with comments

* changed $bp-ipadair-up to $bp-ipadair-up
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request Feb 5, 2022
* Update tech dropdown 2397 (hackforla#2672)

* added css grid to technologies dropdown

* added media queries for min-width 768 & min-width 1024

* removed redundant css from min-width 1024

* updated comments

* removed comment out css

* added variables $bp-tablet-up} & $bp-desktop-up

* added scrollbar

* updated height for desktop

* changes to account for Surface Duo Screen 540px

* added layout for ipad air with comments

* changed $bp-ipadair-up to $bp-ipadair-up

* Removed comments unrelated to pr 2672 from variables/_layout.scss

Co-authored-by: Anthony Sim <[email protected]>
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request Feb 5, 2022
* Update tech dropdown 2397 (hackforla#2672)

* added css grid to technologies dropdown

* added media queries for min-width 768 & min-width 1024

* removed redundant css from min-width 1024

* updated comments

* removed comment out css

* added variables $bp-tablet-up} & $bp-desktop-up

* added scrollbar

* updated height for desktop

* changes to account for Surface Duo Screen 540px

* added layout for ipad air with comments

* changed $bp-ipadair-up to $bp-ipadair-up

* Removed comments unrelated to pr 2672 from variables/_layout.scss (hackforla#2724)

Co-authored-by: Anthony Sim <[email protected]>
JessicaLucindaCheng pushed a commit to JessicaLucindaCheng/website that referenced this pull request Feb 5, 2022
* added css grid to technologies dropdown

* added media queries for min-width 768 & min-width 1024

* removed redundant css from min-width 1024

* updated comments

* removed comment out css

* added variables $bp-tablet-up} & $bp-desktop-up

* added scrollbar

* updated height for desktop

* changes to account for Surface Duo Screen 540px

* added layout for ipad air with comments

* changed $bp-ipadair-up to $bp-ipadair-up
SAUMILDHANKAR pushed a commit that referenced this pull request Feb 6, 2022
* added css grid to technologies dropdown

* added media queries for min-width 768 & min-width 1024

* removed redundant css from min-width 1024

* updated comments

* removed comment out css

* added variables $bp-tablet-up} & $bp-desktop-up

* added scrollbar

* updated height for desktop

* changes to account for Surface Duo Screen 540px

* added layout for ipad air with comments

* changed $bp-ipadair-up to $bp-ipadair-up
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request Feb 9, 2022
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request Feb 9, 2022
SAUMILDHANKAR pushed a commit that referenced this pull request Feb 9, 2022
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request Feb 9, 2022
SAUMILDHANKAR pushed a commit that referenced this pull request Feb 23, 2022
* Revert "Revert "Update tech dropdown 2397 (#2672)""

This reverts commit d41be43.

* Revert "Revert "Removed comments unrelated to pr 2672 from variables/_layout.scss (#2724)""

This reverts commit 17a63fc.

* Updated comments and #technologies to ul.dropdown#technologies

* Clarified comments

* Clarified comments and changed the lang/tech dropdown to be 3 columns, so that each menu item fits in 1 row and doesn't need to wrap
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request Apr 14, 2022
* Update how the overview link opens for Engage (hackforla#2734)

Engage's overview link was updated so it opens the Engage-Product-One-Sheet.pdf in a new tab.

* Update meeting data

* Update contributor and language data

* Update issue templates

We updated the Project profile card template to include VRMS instructions for meeting time change

* Update tech dropdown 2397 (hackforla#2672)

* added css grid to technologies dropdown

* added media queries for min-width 768 & min-width 1024

* removed redundant css from min-width 1024

* updated comments

* removed comment out css

* added variables $bp-tablet-up} & $bp-desktop-up

* added scrollbar

* updated height for desktop

* changes to account for Surface Duo Screen 540px

* added layout for ipad air with comments

* changed $bp-ipadair-up to $bp-ipadair-up

* Removed comments unrelated to pr 2672 from variables/_layout.scss (hackforla#2724)

* Update meeting data

* Update contributor and language data

* Update communities-of-practice-information-updates.yml

added a feature label to the template

* Tooltip bug fix (hackforla#2713)

* added overflow visible to project-card-wins-card style in winspage sccss.

* Updated Git Wiki link in Contributing.md (hackforla#2741)

* Update link in Contributing.md (hackforla#2742)

* Update meeting data

* Update contributor and language data

* Apply Title heading class to Events page hackforla#2081 (hackforla#2645)

* added Title class to specified  event headings

* added title-meetup text-color class to match figma

* lowercased title classes

* utilizing color-black and updated h5 to h4

* added text color property to day-header-1

* Update meeting data

* Update contributor and language data

* Revert "Removed comments unrelated to pr 2672 from variables/_layout.scss (hackforla#2724)"

This reverts commit 3bc8d50.

* Revert "Update tech dropdown 2397 (hackforla#2672)"

This reverts commit 9b97a8b.

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* change b tag to strong tag (hackforla#2762)

Co-authored-by: Jason Yee <[email protected]>

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Updated pre-work developer template

Added a checkbox for reading 2.6 What to do when you need to stop mid issue. (Section 2.6 is in the Contributing.md).

* Added the template to edit content field and remove type field in a Credits file

* Clarified wording in Credits file template: Edit content field and remove type field

* removed about-us file (hackforla#2769)

* Update meeting data

* Update contributor and language data

* Update Credits file template: Edit content field and remove type field

Included this line in the template "This issue is tracked in the epic hackforla#2775."

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Update meeting data

* Made changes to spare.md issue 2437 (hackforla#2778)

* Update contributor and language data

* Update link 100automations 2233 (hackforla#2785)

* change url in md file

* update url in md file

* Add youth justice pdf and link it to overview (hackforla#2780)

* access - update to strong (hackforla#2786)

* Apply heading class to Program Areas Page (hackforla#2779)

* applied heading class to Program Areas Page

* changed h3 tag to h2 tag

* Update meeting data

* Update contributor and language data

* pages/getting-started-with-video.html was removed from the fileand the error 404 page appeared when checking in localhost:4000 (hackforla#2788)

* Updated Credits file template: Edit content field and remove type field

* Update Credits file template: Edit content field and remove type field

Clarified that the permalinks should be for the content and type fields

* Update Credits file template: Edit content field and remove type field

Clarified a sentence

* Change bold to strong in step 5 (hackforla#2787)

* Change bold to strong in step 5

* fixed indentation and spacing

* Update meeting data

* Update contributor and language data

* Updated Credits file template: Edit content field and remove type field

Clarified the title and a sentence in the template

* Updated Alt Text Audit - Dev

Fixed typo

* Updated Credits file template: Edit content field and remove type field

Added an example of a permalink as a comment on the bottom of the template.

* Updated Alt Text Audit - Dev

Add the 1pt size label to the template

* Update meeting data

* Update contributor and language data

* Update issue templates

updated the UX pre template

* Update meeting data

* Update contributor and language data

* replaced hard coded blue colors with variables, removed unused blues (hackforla#2767)

* applied title3 class to h2 tags (hackforla#2803)

* add program-area text to Resources section (hackforla#2819)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Refactor Buttons on Sitemap and Events Pages - hackforla#2159 (hackforla#2789)

* Refactor buttons on line 43 of website/pages/sitemap.html, line 65 of website/pages/sitemap.html, and line 19 of website/_includes/events-page/left-col-content.html

* Update made to change bold to strong for line 91 (hackforla#2841)

* Update meeting data

* Update contributor and language data

* remove-non-existent-classes-2721 (hackforla#2879)

* Update meeting data

* Update contributor and language data

* edited act.yml file (hackforla#2883)

* clarified contributing section in README.md (hackforla#2881)

* Update meeting data

* Update contributor and language data

* update program-area text (hackforla#2885)

* made changes to CONTRIBUTING.md for easier understanding (hackforla#2893)

* Added weekly meeting requirements

* Update meeting data

* Update contributor and language data

* Edited meeting requirement note after feedback

* Update meeting data

* Update contributor and language data

* Applied design system heading classes to Getting Started page (hackforla#2889)

* Apply design system heading classes to Getting Started page

* replaced p tag with h2 tag

* adding blank issue form and renaming blank-issue- to blank-issue-template (hackforla#2899)

* Update blank-issue-form.yml

Removed blank title, labels, and assignees to fix the template so it shows up as an issue template option when creating a new issue.

* removed the extra colons (hackforla#2903)

* Update meeting data

* Update contributor and language data

* updated leadership in ops.yml (hackforla#2894)

* move script to an external javascript file (hackforla#2882)

* Update meeting data

* Update contributor and language data

* Update COP engineering section (hackforla#2905)

* Remove Greg Pawin and add Avali to COP Engineering section

* Change picture to github picture

* Add paragraph classes 1-3 to codebase (hackforla#2880)

* Added variables for the font sizes and line height for the paragraph classes

* Added paragraph classes 1-3

%paragraph-class is a SCSS placeholder class, which has properties that are the same in all the paragraph classes.

* Fixed typo

* Updated Credits file template: Edit content field and remove type field

Clarified the Overview section, added the Details section, and moved the "This issue is tracked in the epic hackforla#2775." to the Resources/Instructions section

* Added the template: Project md file: Removing unused `alt-hero` field

* Update meeting data

* Update contributor and language data

* Clarified meeting times in developer pre-work template

* Added a colon back that was accidentally removed in developers pre-work issue

* Updated column 

Updated column where issues need to be added if there are questions

* Update meeting data

* Update contributor and language data

* Adding info on how to make a PR

* Update meeting data

* Update contributor and language data

* Clarified a couple of sentences in the pre-work developers template

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Refactor of Wins Page Button (hackforla#2918)

* refactor button per css standardization

* revert forms link per request

* Updated dev prework with issue progression with increasing complexity info

* Update meeting data

* Update contributor and language data

* Added/modified pts label to some of the templates

Added/modified pts label to the following templates:
- Credits file template: Edit content field and remove type field
- Pre-work Template - Developers
- Project md file: Removing unused `alt-hero` field
- Project Profile Card review and update

* Edited wording in Project md file: Removing unused `alt-hero` field

* Updated Credits file template: Edit content field and remove type field

* Update meeting data

* Update contributor and language data

* Updated pre-work developer checklist

* Update meeting data

* Update contributor and language data

* Update issue templates

changes spacing

* Update meeting data

* Update contributor and language data

* changed the overview link for the markdown file to show the pdf as em… (hackforla#2772)

* changed the overview link for the markdown file to show the pdf as embedded

* updating the tdm-calculater.md and pdf

* add-priogrm-area-spare-2280 (hackforla#2957)

* add-priogrm-area-spare-2280

* add-priogrm-area-spare-2280

* fixed mispelled word (hackforla#2966)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* lowercase agile.yml file (hackforla#2971)

* Sort events by project (hackforla#2963)

* Refactor events page html script to js file (hackforla#2943)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Removed alt hero from 100-automations.md 2891 (hackforla#2980)

* Fix variable name in citizen-engagement.js (hackforla#2981)

* removed card-body and card-width class (hackforla#2973)

* removed card-body and card-width class

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

* Update meeting data

* Update contributor and language data

* Fix alignment of news section on About page (hackforla#2969)

* make changes reflective to Figma design for HfLA in the news

* update the width property on news-cells

* add new width property for desktop view on news-cells

* resolved-issue-2896 (hackforla#2970)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Hide all-time contributors 2605 (hackforla#2967)

* Hide contributors div if number of all time contributors is less than number of people on the current project team

* Add explanatory comment

* Communities of practice info update 2758 (hackforla#2979)

* modify project-management.yml to update project/product management leadership

* book.yml: changed 'content' to 'content-type' and removed 'type' field (hackforla#2983)

* Add program-area field to Green Earth OS (hackforla#2986)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Removed Isaac from website project leadership section (hackforla#2992)

* Update overview link 2238 (hackforla#2995)

* add civic tech overview page to assets folder

* change link in markdown file

* update overview link in markdown

* update link

* revert

* fix link

* fix link

* update links

* update link

* fixes link

* update link

* update link

* fix link again

* fix link again

* Updated alt text to adhere to WCAG (hackforla#2982)

* Update meeting data

* Update contributor and language data

* Update lucky parking project page (hackforla#2991)

* update 311 info page 2987 (hackforla#2994)

* Update meeting data

* Update contributor and language data

* Deleted unused alt-hero field in design-systems.md(hackforla#3000)

* Update project team in guides-team.md (hackforla#2996)

* remove Thuy Le, Carol Zhu, and affiliated links

* CONTRIBUTING.md: stopping mid issue text update (hackforla#2998)

* Modify line 461 CONTRIBUTING.md

* Update meeting data

* Update contributor and language data

* fixed typo for issue hackforla#2911 (hackforla#3006)

* Update meeting data

* Update contributor and language data

* Add issue progression to section 2.1 in CONTRIBUTING.md (hackforla#3007)

* Update project info for Home Unite Us (hackforla#3001)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Fix typo on Citizen Engagement page (hackforla#3013)

* Updated Tools and Current Project Team sections for the Design Systems project profile (hackforla#3012)

* removed tools and leadership members

* added leadership members

* removed unnecessary extra spaces

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Remove alt-hero tag from civic-tech-structure.md (hackforla#3017)

* Add weekly time commitment requirements (hackforla#3015)

* Corrected speeling of 'accommodate' in sitemap html file. (hackforla#3010)

* Update meeting data

* Update contributor and language data

* Change text size for getting started page 2656 (hackforla#2988)

* add-priogrm-area-spare-2280

* add-priogrm-area-spare-2280

* changing text size for Getting Started Page

* change-text-size-for-getting-started-page-2656

* Update meeting data

* Update contributor and language data

* Applied "title3" Classes to Headings. (hackforla#3008)

* added 'title3' class to headings, changed h3 tags to h2 for better semantics

* changed src path for header-hero-image

* Mobile_responsiveness Template to Github Form (hackforla#3014)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Added program area 2384 (hackforla#2790)

* Made changes to spare.md issue 2437

* added program area issue 2384

* Delete spare.md

* Added program area 2384

* Added program area 2384

* Update jobs-for-hope.md

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Update issue templates

Updated design template to contain a link to prioritized backlog design issues in the check box section

* Changed label from good first issue to prework for pre-work checklists

* Update meeting data

* Update contributor and language data

* Update food-oasis.md (hackforla#3033)

* Update food-oasis.md

* Add files via upload

adding the pdf for food oasis

* Update food-oasis.md

* Added tools section to current project cards (hackforla#3020)

* Added tools section to current project cards

* Capitalize Tool to match surrounding fields

* Update meeting data

* Update contributor and language data

* added NoSQL.svg to technologies-icons folder (hackforla#3030)

* Added Section 3.1.b.v, How to add a pull request to the project board, to CONTRIBUTING.md (hackforla#3029)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Added The School of law logo issue 3025 (hackforla#3037)

* Update wins card format 2339 (hackforla#2977)

* Fixed "See More" display on wins cards

* Added query in js and functionally mobile "See More" buttons

* Update meeting data

* Update contributor and language data

* Update Pre-work Template - Developers

Clarified that the progress through issues by complexity is to be read and understood, and then can be checked off

* Update meeting data

* Update contributor and language data

* Update design and research pre-work templates with a size label

This is to prevent GHA writing a comment to new members about a missing size label and confusing them.

* Added the time spent so far action item

Added the time spent so far action item

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Updated Community Survey Project .md to accurately display current Pr… (hackforla#3036)

* Updated Community Survey Project .md to accurately display current Project Team leadership.

* Added one current project team member to to the Open Community Survey Project card.

* Added Open Survey Project pdf to website assets. added overview link to open-community-survey.md

* Changed contributer title from 'project manager' to 'product manager. Corrected contributer's github handle.

* Update meeting data

* Update contributor and language data

Co-authored-by: Brian Borin <[email protected]>
Co-authored-by: GitHub Actions Bot <[email protected]>
Co-authored-by: Providence-o <[email protected]>
Co-authored-by: Anthony Sim <[email protected]>
Co-authored-by: Bonnie Wolfe <[email protected]>
Co-authored-by: Tomas Gonzalez <[email protected]>
Co-authored-by: Frank Stepanski <[email protected]>
Co-authored-by: Lindsey <[email protected]>
Co-authored-by: Jason Yee <[email protected]>
Co-authored-by: Jason Yee <[email protected]>
Co-authored-by: Saumil Dhankar <[email protected]>
Co-authored-by: Carlos <[email protected]>
Co-authored-by: KazushiR <[email protected]>
Co-authored-by: luke-karis <[email protected]>
Co-authored-by: Sparky-code <[email protected]>
Co-authored-by: Gabriel Garcia <[email protected]>
Co-authored-by: Adolf Schmuck <[email protected]>
Co-authored-by: Tamara Snyder <[email protected]>
Co-authored-by: Anna Filatova <[email protected]>
Co-authored-by: Ahmad Tahir <[email protected]>
Co-authored-by: harshitasao <[email protected]>
Co-authored-by: jnmrles <[email protected]>
Co-authored-by: Utkarsh Saboo <[email protected]>
Co-authored-by: Sarah Sanger <[email protected]>
Co-authored-by: Jaretzbalba <[email protected]>
Co-authored-by: Ben Montgomery <[email protected]>
Co-authored-by: Steve Carter <[email protected]>
Co-authored-by: scarter31191 <[email protected]>
Co-authored-by: Poorvi Rao <[email protected]>
Co-authored-by: riddle015 <[email protected]>
Co-authored-by: Matthew Cacho <[email protected]>
Co-authored-by: RyanCahela <[email protected]>
Co-authored-by: kathrynsilvaconway <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Large Feature: Refactor CSS Page is working fine - CSS needs changes to become consistent with other pages P-Feature: Projects page https://www.hackforla.org/projects/ role: front end Tasks for front end developers Status: Updated No blockers and update is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the Technologies dropdown in the Projects page to match the Figma design
3 participants