-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
Join us page #1002
Join us page #1002
Conversation
update to match upstream
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mobile view looks good! I see a couple of typos:
- h1 text in the first card ('Advice' vs 'Advise')
- some typos in that card's body text
- top/bottom margins between the buttons in the third card (Partner with us) narrower compared to Figma mock
- top/bottom margins between cards are narrower compared to Figma mock
- 'hero' element in desktop view could probably be moved up towards the main nav a bit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page is looking great, it's really close! I added my notes about changes in the Figma file, to the right of the notes from before: https://www.figma.com/file/0RRPy1Ph7HafI3qOITg0Mr/Hack-for-LA-Website?node-id=2991%3A0
@trtincher Couple of things I have noticed:
|
Reviewed this in Dev meeting on 02/23/2021 and there where duplicate files. Will remove these files and re-commit. |
@trtincher The page looks perfect! 🙌 Just one tiny edit: And then it should be good to go! Thanks for all of the work on this! |
@@ -7,10 +7,10 @@ | |||
|
|||
- name: Press | |||
link: /#press | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There does not seem to have been any change to this file in regards to this pull request. Any chance this could be removed from the pull request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know the git command to do that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not off the top of my head, no. You will have to look into that. But i believe this might be it from the contrrib.md file(Please do double check tough).
-Use the git reset HEAD command to remove a staged file.
This command will remove a file that has been staged. This file will not be committed (saved) when you run the next command, git commit. This only works if the wrong files were added, but they were not yet committed. The file will be removed from the staging area, but not actually deleted:
git reset HEAD “filename.ext”
alt="join us card image" | ||
/> | ||
<div class="join-us-card-body"> | ||
<p class='join-us-remove-p-padding'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible for the content of this paragraph to be inside a liquid for loop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Certainly possible. I see what you mean. Could be a good refactor
@trtincher , @martham0 #1154 has now been merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If everything looks good after Martha fixed her page card class that was affecting this page, then this is approved 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few minor request! this looks great!
I would be curious to hear what @daniellex0 has to say about my requests.
join-us.html
Outdated
<a href="https://www.linkedin.com/in/bonnieawolfe/">Bonnie Wolfe</a> | ||
</li> | ||
<li> | ||
<a href="[email protected]">Send and email</a> to our |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to be href="mailto:[email protected]"
otherwise it wont work..
Like line 149
join-us.html
Outdated
<li>Join our slack (if you are comfortable using slack)</li> | ||
<li> | ||
Connect with out Executive Director, | ||
<a href="https://www.linkedin.com/in/bonnieawolfe/">Bonnie Wolfe</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add target="_blank"
attribute to all of the a tags so that they all open in a new tab?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbubar Yes, good call 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think I should add it to these @jbubar @daniellex0 ? Seems a bit excessive to me in this instance.
join-us.html
Outdated
</p> | ||
<p class='join-us-remove-p-padding'>How to get involved:</p> | ||
<ol> | ||
<li>Join our slack (if you are comfortable using slack)</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im not a designer.. but is it possible to provide a link to our slack here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbubar You are totally right, thank you for catching this- here is the slack self-invite link @trtincher :
https://hackforla-slack.herokuapp.com/
(Make the word "slack" the link in "Join our slack")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This is the new join us page. Access with "localhost:4000/join-us".
This corresponds to issue: #752 (this does not close the issue)
All layouts and styling are in compliance with the Figma
Desktop
Mobile