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

Remove mention of CfA from the Join Us page - donation gif text #5447

Closed
6 tasks done
Tracked by #5403
roslynwythe opened this issue Sep 5, 2023 · 5 comments · Fixed by #5645
Closed
6 tasks done
Tracked by #5403

Remove mention of CfA from the Join Us page - donation gif text #5447

roslynwythe opened this issue Sep 5, 2023 · 5 comments · Fixed by #5645
Assignees
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Donate https://www.hackforla.org/donate/ P-Feature: Join Page https://www.hackforla.org/join ready for dev lead Issues that tech leads or merge team members need to follow up on role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours time sensitive Needs to be worked on by a particular timeframe

Comments

@roslynwythe
Copy link
Member

roslynwythe commented Sep 5, 2023

Overview

We need to remove mention of CfA from the Join Us page

Action Items

  • In your local IDE, navigate to '_includes/donation/donate-gif-text.html'
  • Replace
 <p>Hack for LA takes donations through Code for America.</p>  
    <ol>
      <li>
        Please follow this link to the Code for America
        <a href="https://www.codeforamerica.org/donate" target="_blank" rel="noopener noreferrer">donation form.</a>
      </li>
      <li>
        To make a donation please select <strong>Hack for LA</strong> under the brigades
        listed.
      </li>
    </ol>            
  </div>
  <img class="donation-gif" src="/assets/images/about/hfla-donate.gif" alt="">
  <p class="donation-footer" id='donation-footer'>*100% of donated proceeds go directly to Hack for LA when option is selected.</p>

with

 <p>Hack for LA takes donations through Civic Tech Structure.</p>  
    <ol>
      <li>
        Please follow this link to the Civic Tech Structure Stripe
        <a href="https://donate.stripe.com/bIY9Cpcg8dihfIc5kl" target="_blank" rel="noopener noreferrer">donation form.</a>
      </li>
    </ol>            
  </div>
  <img class="donation-gif" src="/assets/images/about/hfla-donate.gif" alt="">
  <p class="donation-footer" id='donation-footer'>*100% of donated proceeds are tax deductible.</p>
  • Replace the graphic of the donation form:
 <img class="donation-gif" src="/assets/images/about/hfla-donate.gif" alt="">

with a graphic of the new donor form found below in Resources.

  • Add a drop shadow to the new donor form graphic
  • Make the donor form graphic clickable, linking to:
<a href="https://donate.stripe.com/bIY9Cpcg8dihfIc5kl" target="_blank" rel="noopener noreferrer">
  • Using Docker, confirm that the change has been made on the Join us page, and the rest of the page is unchanged.

Resources/Instructions

donor form graphic
  1. For QA to validate change: https://github.com/hackforla/website/blob/gh-pages/_includes/donation/donate-gif-text.html
  2. Join Us webpage: https://www.hackforla.org/join
@roslynwythe roslynwythe added Feature Missing This label means that the issue needs to be linked to a precise feature label. role missing size: missing Draft Issue is still in the process of being created labels Sep 5, 2023
@roslynwythe roslynwythe changed the title remove mention of CfA from the Join Us page Remove mention of CfA from the Join Us page Sep 5, 2023
@github-actions

This comment was marked as outdated.

@roslynwythe roslynwythe changed the title Remove mention of CfA from the Join Us page Remove mention of CfA from the Join Us page - donation gif text Sep 5, 2023
@roslynwythe roslynwythe added good first issue Good for newcomers P-Feature: Join Page https://www.hackforla.org/join P-Feature: Donate https://www.hackforla.org/donate/ size: 0.25pt Can be done in 0.5 to 1.5 hours Ready for Prioritization role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers and removed Feature Missing This label means that the issue needs to be linked to a precise feature label. Complexity: Missing size: missing labels Sep 5, 2023
@ExperimentsInHonesty ExperimentsInHonesty added this to the 04. Donation flow milestone Sep 5, 2023
@ExperimentsInHonesty ExperimentsInHonesty removed the Draft Issue is still in the process of being created label Sep 5, 2023
@ExperimentsInHonesty
Copy link
Member

ExperimentsInHonesty commented Sep 5, 2023

@roslynwythe I updated the text a bit. Turns out we don't have DonorBox yet. We can use this though
https://donate.stripe.com/bIY9Cpcg8dihfIc5kl

where we make an image of what it looks like on mobile and add a drop shadow around it. And make it clickable, incase they do think they are donating there.

Mobile image of donor page

@ExperimentsInHonesty ExperimentsInHonesty added Draft Issue is still in the process of being created ready for dev lead Issues that tech leads or merge team members need to follow up on labels Sep 5, 2023
@ExperimentsInHonesty
Copy link
Member

@roslynwythe please go ahead and re-write the issue to make the image change. I added the link into the text already.

@roslynwythe roslynwythe added Complexity: Small Take this type of issues after the successful merge of your second good first issue and removed good first issue Good for newcomers ready for dev lead Issues that tech leads or merge team members need to follow up on labels Sep 6, 2023
@roslynwythe roslynwythe added Ready for Prioritization and removed Draft Issue is still in the process of being created labels Sep 6, 2023
@ExperimentsInHonesty ExperimentsInHonesty added ready for dev lead Issues that tech leads or merge team members need to follow up on and removed Ready for Prioritization labels Sep 12, 2023
@bonniewolfe bonniewolfe added the time sensitive Needs to be worked on by a particular timeframe label Sep 18, 2023
@YolandaHaynes YolandaHaynes self-assigned this Sep 24, 2023
@github-actions
Copy link

Hi @YolandaHaynes, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:-
i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?)
ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

@YolandaHaynes
Copy link
Member

Availability: Mon (6-8pm pst), Wed (6-8pm), Thur (5-8pm pst). Sat (5pm-10pm),
ETA: 10/02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Donate https://www.hackforla.org/donate/ P-Feature: Join Page https://www.hackforla.org/join ready for dev lead Issues that tech leads or merge team members need to follow up on role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours time sensitive Needs to be worked on by a particular timeframe
Projects
Development

Successfully merging a pull request may close this issue.

4 participants