voteamerica / voteamerica.github.io

Front end for the Carpool Vote website. Support every American's right to vote!
http://www.carpoolaction.org/
MIT License
38 stars 50 forks source link

Visitor Update #365

Closed cesantos647 closed 6 years ago

cesantos647 commented 6 years ago

Add update for visitors to site

jkbits1 commented 6 years ago

@christiansantos647 thanks for this 👍 it looks great. I'll review it fully later

jkbits1 commented 6 years ago

@christiansantos647 I've just reviewed this and it's really good, thank you 😄

What would make it even more effective is to add a few styles to the enclosing header element, to move the text away from the browser edge and make the font larger. In my own test environment, I tried adding the following styles to the header element with the browser devTools inspector (there's no need for you to be familiar with the inspector, though) and that seemed to look reasonable.

text-align: center;
font-weight: bold;
font-size: 18px;
padding: 20px;

How do you feel about adding some styles, whether these suggestions or something else? It's fine to add them inline as <header ... style="...your styles here..."> as that may be easier than changing the css file.

Does that sound ok? If not, no problem, I'll merge your PR and apply some styles myself. Just let me know what you prefer.

jkbits1 commented 6 years ago

@christiansantos647 I've merged this PR as it is, and will add some styles similar to those above. Thanks again! 👍

cesantos647 commented 6 years ago

Hi, sorry for the late reply. I will try to add some more to the repository in the future if I have time. Thank you for merging! It's my first time committing to a repository and I had a bit of trouble going through everything.

On Thu, Jun 28, 2018 at 3:40 PM, Jon Kelly notifications@github.com wrote:

@christiansantos647 https://github.com/christiansantos647 I've merged this PR as it is, and will add some styles similar to those above. Thanks again! 👍

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/voteamerica/voteamerica.github.io/pull/365#issuecomment-401194551, or mute the thread https://github.com/notifications/unsubscribe-auth/AlXJz9eUXu9d9FILDDIODOVUFvN1kBiRks5uBVtrgaJpZM4U5M6k .

jkbits1 commented 6 years ago

@christiansantos647 no worries about the late reply and I was very happy to merge your contribution (it's live on the site now), it's very helpful. I'm really pleased to hear it was your first PR, we all remember how difficult that was for us, too 😄 Kent C Dodds, a well-known programmer, has blogged about his first contribution.

Everything you did was fine, and it's normal to have a discussion like ours for most PRs. Welcome to open-source!

jkbits1 commented 6 years ago

Fixes #363