Skip to content

Add so go survey credit page 3022#3043

Merged
JessicaLucindaCheng merged 8 commits intohackforla:gh-pagesfrom
Jaretzbalba:add-SoGoSurvey-credit-page-3022
May 1, 2022
Merged

Add so go survey credit page 3022#3043
JessicaLucindaCheng merged 8 commits intohackforla:gh-pagesfrom
Jaretzbalba:add-SoGoSurvey-credit-page-3022

Conversation

@Jaretzbalba
Copy link
Member

Fixes #3022

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

  • Update header text with new paragraph for Credit page
  • Create Tools section and style based off Figma design for desktop and mobile versions
  • Add headers to "iconography & Imagery" and "Tools" section

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

Visuals before changes are applied

credit page desktop BEFORE
credit page mobile BEFORE

Visuals after changes are applied

credit page desktop
credit page desktop bottom
![credit page mobile](https://user-images.githubusercontent.com/93153059/162836089-7204c644-ced6-4937-8a64-efd
credit page mobile bottom
87f95d3a7.png)

@github-actions
Copy link

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 Jaretzbalba-add-SoGoSurvey-credit-page-3022 gh-pages
git pull https://github.com/Jaretzbalba/website.git add-SoGoSurvey-credit-page-3022

@github-actions github-actions bot added P-Feature: Credit https://www.hackforla.org/credits/ role: front end Tasks for front end developers size: 1pt Can be done in 4-6 hours Complexity: Medium status: Updated No blockers and update is ready for review time sensitive Needs to be worked on by a particular timeframe labels Apr 11, 2022
@kathrynsilvaconway kathrynsilvaconway self-requested a review April 11, 2022 22:05
@kathrynsilvaconway
Copy link
Member

Availability: 1 hour.
ETA: By the end of the day on 4/12.

Copy link
Member

@kathrynsilvaconway kathrynsilvaconway left a comment

Choose a reason for hiding this comment

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

Nice woark updating the credits page, @Jaretzbalba. I see that you have made every update listed to the paragraph and also added the tools section. Two things I see:

  1. The alt text in line 82 should be changed to an empty alt tag(i.e. alt = "").
    image
  2. The icons in the Iconography & Imagery section appear in a different order than they do on the live page. They seem to be alphabetized? Did you mean to make this change? I don't see any reference to a change like this in the original issue.

Otherwise, everything looks really good.

@Jaretzbalba
Copy link
Member Author

@kathrynsilvaconway I left the alt tag as is because that code is just pulling information from the .yml file which states that the alt tag is empty. I figured it would be best to leave the code just in case future icons may need an alt tag. I can bring up this topic at tonights meeting to see what people think. As for the icon order, I looked through my code and even tried reverting it back but the order was still changed. This would also be a good question to bring up during the meeting. Thank you for all the input!

@blulady blulady self-requested a review April 12, 2022 17:18
@Jaretzbalba
Copy link
Member Author

On Tuesday Dev Meeting 4/12/22 @JessicaLucindaCheng informed us about the ongoing issue of the credit icons being ordered in a different pattern compared to when it becomes live. This will be addressed in a later issue. Also talked about the HTML file and changing the code for the icons to empty alt tags since it would be redundant. All previous icon alt tags will be changed in a later issue as well.

Copy link
Member

@kathrynsilvaconway kathrynsilvaconway left a comment

Choose a reason for hiding this comment

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

Thanks for clearing up those two issues, @Jaretzbalba. Nice work overall.

@answebdev answebdev self-requested a review April 13, 2022 19:11
@answebdev
Copy link
Member

answebdev commented Apr 13, 2022

Review ETA: 4/17/2022 (end of day)
Availability: 2 hours

blulady
blulady previously approved these changes Apr 13, 2022
Copy link
Member

@blulady blulady left a comment

Choose a reason for hiding this comment

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

Branches look good. It is linked to the correct issue. The image has been renamed to so-go-survey and placed in the /assets/images/credits directory. A new folder was created in _data/internal/credits named tools and it contains the so-go-survey.yml file. The .yml file looks a little grumpy about there not being a newline at the end and thealt: ''on line 9 isn't in the original text from the linked issue but it looks like it was requested later on.
The HTML has the requested changes in the paragraph. There is the correct if statement, appropriately indented following {%- for item in site.data.internal.credits -%} . At the bottom of the page there is a new section for tools with an h2 header. The alt text for the SoGoSurvey logo image is alt="". The SCSS has been altered. I am uncertain if the .credits-tool and .credits-heading are existing classes/styling in our codebase but the page looks great in mobile, tablet, and desktop views.

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.

@Jaretzbalba Thanks for adding the alt="" for the img tag for the Tools section. I made some in-line comments, so please make those changes.

@Jaretzbalba Jaretzbalba dismissed stale reviews from blulady and kathrynsilvaconway via fe969dc April 14, 2022 02:01
@Jaretzbalba
Copy link
Member Author

@JessicaLucindaCheng I accidentally pushed the wrong code. What would be the best method to undo this commit and push the correct code? Sorry about this mistake!

@blulady
Copy link
Member

blulady commented Apr 14, 2022

@JessicaLucindaCheng I accidentally pushed the wrong code. What would be the best method to undo this commit and push the correct code? Sorry about this mistake!

can you push the correct code?

@JessicaLucindaCheng JessicaLucindaCheng self-requested a review April 14, 2022 23:08
@Jaretzbalba
Copy link
Member Author

@JessicaLucindaCheng Yes, the git revert fixed my problem and I was able to submit the correct code afterward.

@JessicaLucindaCheng
Copy link
Member

  • Availability: 3 hours
  • Review ETA: Tue, Apr 19, 2022

answebdev
answebdev previously approved these changes Apr 18, 2022
Copy link
Member

@answebdev answebdev left a comment

Choose a reason for hiding this comment

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

@Jaretzbalba Thank you for submitting this PR and working on this issue. I can see that you have updated the header text with new paragraph for the Credit page, created a Tools section and style based off the Figma design for desktop and mobile versions, and added the headers to the "Iconography & Imagery" and "Tools" section. I can see these in the browser, and the changes also look good in mobile, tablet, and desktop views. I looked at the files and the code and saw that you have addressed the items in the Action Items. I can also see that you have addressed Jessica's in-line comments, such as removing an extra space in the h2 class name in pages/credits.html, and by updating to the double quotation marks for consistency in the div class name in pages/credits.html. Great job with this!

blulady
blulady previously approved these changes Apr 19, 2022
Copy link
Member

@blulady blulady left a comment

Choose a reason for hiding this comment

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

In addition to the previous requests that you already met, it looks like you made Jessica's requested changes as well. That means you eliminated the alt="" on line 9 in the .yml file, removed the extra space after credits-heading on line 23 in the credits.html and changed the quotation marks to double quotation on line 72 in credits.html. It still looks great in mobile, tablet and desktop

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.

@Jaretzbalba Good work on the issue and for making my requested changes! In addition to my new in-line change requests,

  • I see the credits for the "Iconography & Imagery" section is cutoff on the right side in tablet view when I view your changes using Docker. How the credits look in the "Iconography & Imagery" section should be the same as on the current website.

    Click here to see tablet view with Credits cutoff on the right

    credits-table-cutoff

    Click here to see current Credits page in tablet view

    credit-current-tablet

  • For mobile, please add a little more spacing on the left side of the SoGoSurvey credit.

    Click here to see screenshot of SoGoSurvey credit in mobile with spacing indicators more-margin-for-so-go-survey-credit

Also, in the future, you may want to use GoFullPage if you want to take a screenshot of the full webpage.

@JessicaLucindaCheng

This comment was marked as resolved.

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.

@Jaretzbalba Good job fixing the credits being cut off in tablet view and adding more spacing on the right for the Tools credits. In addition to my in-line comment for change, please do the following:

  • For the field "By:", the link for the Design System's Team is no longer showing because of adding "-" to the yml. You will need to change some of the Liquid template language code in pages/credits.html for it to show.
    Click here to see screenshot of Design System's Team link missing no-link-to-Design-System-team
    Currently, we have only one team using the SoGoSurvey tool. However, keep in mind if more teams are added in the future for a Tools credit, it may look something like this: `By: Team 1, Team 2, Team 3`. For example, "By: Design System's Team, Website Team".

Copy link
Member

@blulady blulady left a comment

Choose a reason for hiding this comment

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

Looks like the changes requested have been made. Great Job!!
The indent on line 78 now matches the indent on line 113. The div on line 87 is now inside the

div. The div is now indented past the if statement. The {{ item[1] }} is tucked with in the else statement. Lines 92 -101 are now indented inside the if statement. The link is now tucked inside the if statement. The {{ item[1] }} is now indented inside the else statement.

@JessicaLucindaCheng
Copy link
Member

JessicaLucindaCheng commented Apr 28, 2022

  • Availability: 2 hours
  • Review ETA: Sat, Apr 30

Sorry for the delay in reviewing your pr.

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.

@Jaretzbalba Thank you for all your hard work on this issue and making all the requested changes. The changes you made to the Credits page looks good to me now.

@JessicaLucindaCheng JessicaLucindaCheng merged commit 8a08d5c into hackforla:gh-pages May 1, 2022
@JessicaLucindaCheng
Copy link
Member

@Jaretzbalba Since this is now merged, please complete the last action item in your issue #3022

@Jaretzbalba Jaretzbalba deleted the add-SoGoSurvey-credit-page-3022 branch May 11, 2022 01:59
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request May 13, 2022
* Update meeting data

* Update meeting data

* Update contributor and language data

* Added few points to issue progression action item

Added few points to issue progression action item

* 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 add labels trigger hackforla#2939 (hackforla#3042)

* Update add-labels-template.md

* Update add-labels-template.md

Rearranged original note

* Update open-community-survey.md

* Updated pre-work developer template

* Changed typo in _projects/home-unite-us.md from 'non-profits' to 'nonprofits'. (hackforla#3062)

* Update meeting data

* Update contributor and language data

* fixed the spelling of sustainability (hackforla#3067)

* Update pre-work dev issue template

* Update meeting data

* Update contributor and language data

* Update issue templates

Added Wiki: Research Plan Review:  [REPLACE WITH NAME OF PAGE]

* Updated Project Profile Card review and update issue template

* Update issue templates

updated designer time

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

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

* Update meeting data

* Update contributor and language data

* Fix misspelling of "community" on line 93 of pages/join-us.html (hackforla#3072)

* Update meeting data

* Update contributor and language data

* Added feature-tech-dropdown branch

* Update meeting data

* Added feature-tech-dropdown branch

* Added feature-tech-dropdown branch

* Update contributor and language data

* changed the spelling from webapp to web app on line 56 (hackforla#3073)

* Update meeting data

* Update contributor and language data

* Revert " changed the spelling from webapp to web app on line 56 (hackforla#3073)" (hackforla#3078)

This reverts commit f6deeff.

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Edit content field and remove type field from avatar.yml credits file 2793 (hackforla#3079)

* Delete unused project-filter.js file (hackforla#3081)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* fixed spelling of non-profit to nonprofit, line 77, join-us.html (hackforla#3076)

* fixed spelling of non-profit to nonprofit, line 77, join-us.html

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Add so go survey credit page 3022 (hackforla#3043)

* add new headers and tools section to credit page

* updated to empty alt tags for tools section

* fix snytax errors

* fix spacing in code and website page

* Fix indentation and add functionality for additional teams in "By:" field

* 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

* Update contributor and language data

* Edited items on how to pick up your first issue.

Edited items on how to pick up your first issue.

* Create new Privacy Policy page and its credit, and edit label (hackforla#3083)

* Added privacy-policy.jpg

* Add privacy-policy.yml to credits

* Added initial privacy-policy scss and html files

* Added header and overview section

* Redoing the html page from scratch

* Added a line in main.scss to import privacy-policy.scss

* Added header section

* Added the content for section Visiting HackforLA.org

* Added content for section Email Addresses

* Added content for Google Analytics section

* Added content up through and including Third party service providers section

* Finished adding all the content in the HTML file

* Moved the import of privacy-policy.scss to the bottom of the components section

Reason is it didn't make sense that I just put it in the middle on the components section without any reason.

* Added styling for desktop version of page

* Added mobile styling and finished desktop styling

* Updated privacy-policy.yml credit

* Fixed styling

* Fixed styling

* Added spacing before the address on the bottom of the page

* Clarified "Project Profile Card review and update" template

* Update meeting data

* Update contributor and language data

Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>
Co-authored-by: Saumil Dhankar <saumil.dhankar@yahoo.com>
Co-authored-by: Poorvi Rao <41170744+poorvi4@users.noreply.github.com>
Co-authored-by: Bonnie Wolfe <37763229+ExperimentsInHonesty@users.noreply.github.com>
Co-authored-by: Wilny Duong <32424251+Wny-Duong@users.noreply.github.com>
Co-authored-by: gardenqu <86074391+gardenqu@users.noreply.github.com>
Co-authored-by: Simone Campbell <70714034+sacamp@users.noreply.github.com>
Co-authored-by: Trisha Johnson <66317088+trishajjohnson@users.noreply.github.com>
Co-authored-by: Erick Odero <84427589+eodero@users.noreply.github.com>
Co-authored-by: Devin Krizwold <95888938+Sparky-code@users.noreply.github.com>
Co-authored-by: Matthew Arofin <98365396+matt-arofin@users.noreply.github.com>
Co-authored-by: Jay Barbanel <89555843+JayBarbanel@users.noreply.github.com>
Co-authored-by: Jaret Balba <93153059+Jaretzbalba@users.noreply.github.com>
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request May 13, 2022
* Homepage redesign (hackforla#2373)

* Adds communities of practice icons

* Adds COP icons to credits

* Links icons to CoP yml

* Update nav link

* Add communities icons for home page

* create new contact use section

* create new hero section of home page

* create home page communities section

* create home page join us section

* create mvp for home page program areas

* Adds anchor for home page links

* adds new home page technology section

* create home page wins section with wins card

* restyles home age for redesign

* Update program areas images

* Add border radius to containers

* Update padding on embrace section

* Hero mobile design

* Remove join text on mobile view

* Fix join text on tablet-up

* Remove contact text on mobiel view

* Develop mobile technologies section'

* Fix header padding

* Update hero CoP icons credits links

* Update hero CoP icons credits links

* Communities section mobile version

* Create small button element

* Final communities section gradient fix

* Random homepage win logic:

* Hide horizontal sidebars to match design

* Reposition homepage win overlay

* Resolve filename typo

* Change dataKey to match JSON variable

* Reposition home join us header

* Update photo for Civic Tech Infrastructure

* Use new _wins-data

* Update image link to use absolute_url variable

* Add homepage program areas links

* Refactor home wins js for _wins-data

* Disable link leading to about page

* Fix broken link path

* Remove about page link from main nav

* Move nav button styling to appropriate selector

* Sm 1 feature homepage launch (#18)

* Update meeting data

* Update meeting data

* Update contributor and language data

* Added few points to issue progression action item

Added few points to issue progression action item

* 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 add labels trigger hackforla#2939 (hackforla#3042)

* Update add-labels-template.md

* Update add-labels-template.md

Rearranged original note

* Update open-community-survey.md

* Updated pre-work developer template

* Changed typo in _projects/home-unite-us.md from 'non-profits' to 'nonprofits'. (hackforla#3062)

* Update meeting data

* Update contributor and language data

* fixed the spelling of sustainability (hackforla#3067)

* Update pre-work dev issue template

* Update meeting data

* Update contributor and language data

* Update issue templates

Added Wiki: Research Plan Review:  [REPLACE WITH NAME OF PAGE]

* Updated Project Profile Card review and update issue template

* Update issue templates

updated designer time

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

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

* Update meeting data

* Update contributor and language data

* Fix misspelling of "community" on line 93 of pages/join-us.html (hackforla#3072)

* Update meeting data

* Update contributor and language data

* Added feature-tech-dropdown branch

* Update meeting data

* Added feature-tech-dropdown branch

* Added feature-tech-dropdown branch

* Update contributor and language data

* changed the spelling from webapp to web app on line 56 (hackforla#3073)

* Update meeting data

* Update contributor and language data

* Revert " changed the spelling from webapp to web app on line 56 (hackforla#3073)" (hackforla#3078)

This reverts commit f6deeff.

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Edit content field and remove type field from avatar.yml credits file 2793 (hackforla#3079)

* Delete unused project-filter.js file (hackforla#3081)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* fixed spelling of non-profit to nonprofit, line 77, join-us.html (hackforla#3076)

* fixed spelling of non-profit to nonprofit, line 77, join-us.html

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Add so go survey credit page 3022 (hackforla#3043)

* add new headers and tools section to credit page

* updated to empty alt tags for tools section

* fix snytax errors

* fix spacing in code and website page

* Fix indentation and add functionality for additional teams in "By:" field

* 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

* Update contributor and language data

* Edited items on how to pick up your first issue.

Edited items on how to pick up your first issue.

* Create new Privacy Policy page and its credit, and edit label (hackforla#3083)

* Added privacy-policy.jpg

* Add privacy-policy.yml to credits

* Added initial privacy-policy scss and html files

* Added header and overview section

* Redoing the html page from scratch

* Added a line in main.scss to import privacy-policy.scss

* Added header section

* Added the content for section Visiting HackforLA.org

* Added content for section Email Addresses

* Added content for Google Analytics section

* Added content up through and including Third party service providers section

* Finished adding all the content in the HTML file

* Moved the import of privacy-policy.scss to the bottom of the components section

Reason is it didn't make sense that I just put it in the middle on the components section without any reason.

* Added styling for desktop version of page

* Added mobile styling and finished desktop styling

* Updated privacy-policy.yml credit

* Fixed styling

* Fixed styling

* Added spacing before the address on the bottom of the page

* Clarified "Project Profile Card review and update" template

* Update meeting data

* Update contributor and language data

Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>
Co-authored-by: Saumil Dhankar <saumil.dhankar@yahoo.com>
Co-authored-by: Poorvi Rao <41170744+poorvi4@users.noreply.github.com>
Co-authored-by: Bonnie Wolfe <37763229+ExperimentsInHonesty@users.noreply.github.com>
Co-authored-by: Wilny Duong <32424251+Wny-Duong@users.noreply.github.com>
Co-authored-by: gardenqu <86074391+gardenqu@users.noreply.github.com>
Co-authored-by: Simone Campbell <70714034+sacamp@users.noreply.github.com>
Co-authored-by: Trisha Johnson <66317088+trishajjohnson@users.noreply.github.com>
Co-authored-by: Erick Odero <84427589+eodero@users.noreply.github.com>
Co-authored-by: Devin Krizwold <95888938+Sparky-code@users.noreply.github.com>
Co-authored-by: Matthew Arofin <98365396+matt-arofin@users.noreply.github.com>
Co-authored-by: Jay Barbanel <89555843+JayBarbanel@users.noreply.github.com>
Co-authored-by: Jaret Balba <93153059+Jaretzbalba@users.noreply.github.com>

Co-authored-by: Sarah W <40401149+arghmatey@users.noreply.github.com>
Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>
Co-authored-by: Saumil Dhankar <saumil.dhankar@yahoo.com>
Co-authored-by: Poorvi Rao <41170744+poorvi4@users.noreply.github.com>
Co-authored-by: Bonnie Wolfe <37763229+ExperimentsInHonesty@users.noreply.github.com>
Co-authored-by: Wilny Duong <32424251+Wny-Duong@users.noreply.github.com>
Co-authored-by: gardenqu <86074391+gardenqu@users.noreply.github.com>
Co-authored-by: Simone Campbell <70714034+sacamp@users.noreply.github.com>
Co-authored-by: Trisha Johnson <66317088+trishajjohnson@users.noreply.github.com>
Co-authored-by: Erick Odero <84427589+eodero@users.noreply.github.com>
Co-authored-by: Devin Krizwold <95888938+Sparky-code@users.noreply.github.com>
Co-authored-by: Matthew Arofin <98365396+matt-arofin@users.noreply.github.com>
Co-authored-by: Jay Barbanel <89555843+JayBarbanel@users.noreply.github.com>
Co-authored-by: Jaret Balba <93153059+Jaretzbalba@users.noreply.github.com>
JessicaLucindaCheng added a commit to JessicaLucindaCheng/website that referenced this pull request May 14, 2022
* Update meeting data

* Update meeting data

* Update contributor and language data

* Added few points to issue progression action item

Added few points to issue progression action item

* 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 add labels trigger hackforla#2939 (hackforla#3042)

* Update add-labels-template.md

* Update add-labels-template.md

Rearranged original note

* Update open-community-survey.md

* Updated pre-work developer template

* Changed typo in _projects/home-unite-us.md from 'non-profits' to 'nonprofits'. (hackforla#3062)

* Update meeting data

* Update contributor and language data

* fixed the spelling of sustainability (hackforla#3067)

* Update pre-work dev issue template

* Update meeting data

* Update contributor and language data

* Update issue templates

Added Wiki: Research Plan Review:  [REPLACE WITH NAME OF PAGE]

* Updated Project Profile Card review and update issue template

* Update issue templates

updated designer time

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

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

* Update meeting data

* Update contributor and language data

* Fix misspelling of "community" on line 93 of pages/join-us.html (hackforla#3072)

* Update meeting data

* Update contributor and language data

* Added feature-tech-dropdown branch

* Update meeting data

* Added feature-tech-dropdown branch

* Added feature-tech-dropdown branch

* Update contributor and language data

* changed the spelling from webapp to web app on line 56 (hackforla#3073)

* Update meeting data

* Update contributor and language data

* Revert " changed the spelling from webapp to web app on line 56 (hackforla#3073)" (hackforla#3078)

This reverts commit f6deeff.

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Edit content field and remove type field from avatar.yml credits file 2793 (hackforla#3079)

* Delete unused project-filter.js file (hackforla#3081)

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* fixed spelling of non-profit to nonprofit, line 77, join-us.html (hackforla#3076)

* fixed spelling of non-profit to nonprofit, line 77, join-us.html

* Update meeting data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Add so go survey credit page 3022 (hackforla#3043)

* add new headers and tools section to credit page

* updated to empty alt tags for tools section

* fix snytax errors

* fix spacing in code and website page

* Fix indentation and add functionality for additional teams in "By:" field

* 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

* Update contributor and language data

* Edited items on how to pick up your first issue.

Edited items on how to pick up your first issue.

* Create new Privacy Policy page and its credit, and edit label (hackforla#3083)

* Added privacy-policy.jpg

* Add privacy-policy.yml to credits

* Added initial privacy-policy scss and html files

* Added header and overview section

* Redoing the html page from scratch

* Added a line in main.scss to import privacy-policy.scss

* Added header section

* Added the content for section Visiting HackforLA.org

* Added content for section Email Addresses

* Added content for Google Analytics section

* Added content up through and including Third party service providers section

* Finished adding all the content in the HTML file

* Moved the import of privacy-policy.scss to the bottom of the components section

Reason is it didn't make sense that I just put it in the middle on the components section without any reason.

* Added styling for desktop version of page

* Added mobile styling and finished desktop styling

* Updated privacy-policy.yml credit

* Fixed styling

* Fixed styling

* Added spacing before the address on the bottom of the page

* Clarified "Project Profile Card review and update" template

* Update meeting data

* Update contributor and language data

Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>
Co-authored-by: Saumil Dhankar <saumil.dhankar@yahoo.com>
Co-authored-by: Poorvi Rao <41170744+poorvi4@users.noreply.github.com>
Co-authored-by: Bonnie Wolfe <37763229+ExperimentsInHonesty@users.noreply.github.com>
Co-authored-by: Wilny Duong <32424251+Wny-Duong@users.noreply.github.com>
Co-authored-by: gardenqu <86074391+gardenqu@users.noreply.github.com>
Co-authored-by: Simone Campbell <70714034+sacamp@users.noreply.github.com>
Co-authored-by: Trisha Johnson <66317088+trishajjohnson@users.noreply.github.com>
Co-authored-by: Erick Odero <84427589+eodero@users.noreply.github.com>
Co-authored-by: Devin Krizwold <95888938+Sparky-code@users.noreply.github.com>
Co-authored-by: Matthew Arofin <98365396+matt-arofin@users.noreply.github.com>
Co-authored-by: Jay Barbanel <89555843+JayBarbanel@users.noreply.github.com>
Co-authored-by: Jaret Balba <93153059+Jaretzbalba@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complexity: Medium P-Feature: Credit https://www.hackforla.org/credits/ role: front end Tasks for front end developers size: 1pt Can be done in 4-6 hours status: Updated No blockers and update is ready for review time sensitive Needs to be worked on by a particular timeframe

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Credits page: Add SoGoSurvey for the Design Systems team

5 participants