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

Changed the About #3057

Closed
wants to merge 1 commit into from

Conversation

KazushiR
Copy link
Member

Fixes #3023

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

  • Changed the about section so when you go to "Get in touch", it will go to the "get in touch" section in the home page

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

Visuals before changes are applied

image

Visuals after changes are applied

image

@KazushiR KazushiR self-assigned this Apr 15, 2022
@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 KazushiR-redesign-homepage-3023 gh-pages
git pull https://github.com/KazushiR/website.git redesign-homepage-3023

@github-actions github-actions bot added P-Feature: Home page https://www.hackforla.org/ role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.5pt Can be done in 3 hours or less Complexity: Small Take this type of issues after the successful merge of your second good first issue labels Apr 15, 2022
@answebdev answebdev self-requested a review April 15, 2022 22:33
@answebdev
Copy link
Member

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

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.

@KazushiR Thank you for submitting your PR. For this issue, line 1 in _includes/forms/contact-us.html needed to be updated so that it becomes

<a class="anchor" id="get-in-touch"></a>
<section class="home--contact home--section">

so that one is able to go directly to the Get In Touch section without scrolling by adding this anchor. I can see that you did this, and when I checked in the browser, going to localhost:4000/#get-in-touch does indeed jump to the Get In Touch section on the homepage, as in your screenshot. Great job with that!

I was wondering though, @SAUMILDHANKAR or @JessicaLucindaCheng : Everything was done correctly here according to the original issue, but isn't it the case with anchors that when you jump to the section, the section that you go to should be up at the top of the page? In other words, when you go to localhost:4000/#get-in-touch, although it jumps to the Get In Touch section, the "Volunteer with us" card is at the top. Shouldn't it look something like this, where the Get In Touch section is up top (in my screenshot here, I had to manually scroll up so that the "Get in touch..." card sits up top):

"Get in touch with us" section (Note: I scrolled up manually here)

git

Anyway, everything was done according to the issue, but I just wanted to check and ask about this. Maybe that's just how anchors work, or maybe it's because of manually typing it in the URL for now.

@KazushiR
Copy link
Member Author

@KazushiR Thank you for submitting your PR. For this issue, line 1 in _includes/forms/contact-us.html needed to be updated so that it becomes


<a class="anchor" id="get-in-touch"></a>

<section class="home--contact home--section">

so that one is able to go directly to the Get In Touch section without scrolling by adding this anchor. I can see that you did this, and when I checked in the browser, going to localhost:4000/#get-in-touch does indeed jump to the Get In Touch section on the homepage, as in your screenshot. Great job with that!

I was wondering though, @SAUMILDHANKAR or @JessicaLucindaCheng : Everything was done correctly here according to the original issue, but isn't it the case with anchors that when you jump to the section, the section that you go to should be up at the top of the page? In other words, when you go to localhost:4000/#get-in-touch, although it jumps to the Get In Touch section, the "Volunteer with us" card is at the top. Shouldn't it look something like this, where the Get In Touch section is up top (in my screenshot here, I had to manually scroll up so that the "Get in touch..." card sits up top):

"Get in touch with us" section (Note: I scrolled up manually here)

git

Anyway, everything was done according to the issue, but I just wanted to check and ask about this. Maybe that's just how anchors work, or maybe it's because of manually typing it in the URL for now.

Thank you for taking a look at my pr. If any changes needs to happen, is this something I could look into or will the leads look into this further?

@answebdev
Copy link
Member

@KazushiR I've tagged @SAUMILDHANKAR or @JessicaLucindaCheng to ask about this, and to see if this is something that needs to be addressed here, or if it's okay. So for right now, I think it's best to wait to hear back. It was just something that I noticed, so I wanted to ask them about it and see what they say.

@Carlos-A-P Carlos-A-P self-requested a review April 16, 2022 23:25
@Carlos-A-P
Copy link
Member

Carlos-A-P commented Apr 16, 2022

Availability: 1 hr
ETA: 4/17/2022 EOD

Copy link
Member

@Carlos-A-P Carlos-A-P left a comment

Choose a reason for hiding this comment

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

@KazushiR great job on this issue! I can see the code changes and can jump to the "Get in touch" section on the homepage by going to http://localhost:4000/#get-in-touch.

@JessicaLucindaCheng
Copy link
Member

JessicaLucindaCheng commented Apr 17, 2022

Availability: 1 hour
Review ETA: Tuesday, April 19, 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.

@KazushiR Thanks for working on the issue. However, the issue specified making changes to code in the "feature-homepage-launch" branch.

  • Close this pr.
  • Follow the instructions below and in the wiki article on how to work off the "feature-homepage-launch" branch.

Feature Branch

The pull request created from this issue should be pushed into a feature branch called "feature-homepage-launch." Please note this wiki article on how to work off of a feature branch

Also, here is what the Get in Touch section looks like in the redesigned homepage.

Click Here to See Screenshot of Get in Touch Section on the Redesigned Homepage

get-in-touch

@SAUMILDHANKAR
Copy link
Member

SAUMILDHANKAR commented May 8, 2022

@KazushiR As per Jessica's review and our last discussion, closing this PR. Also, would be unassigning you from the corresponding issue so you could pick up a medium issue next which would be more in line with your issue progression. But if you feel like you have already done substantial amount of work for this issue and would like to finish it before moving on to the next issue, you can pick up this issue again instead and work on it. I will leave it up to you, but please work on only one issue at a time. Thank you.

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: Home page https://www.hackforla.org/ role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.5pt Can be done in 3 hours or less
Projects
Development

Successfully merging this pull request may close these issues.

Homepage redesign: Add anchor to Get In Touch section
5 participants