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

added title text to the Join Us form #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

legitmaxwu
Copy link

I added title text to the "Join Us" form as requested in Issue #18

@legitmaxwu legitmaxwu requested a review from a team as a code owner October 27, 2018 22:20
@@ -10,6 +10,12 @@ const mailchimpHTML = {
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<h5 style="text-align: center; padding: 5px; margin: 5px;">Join the Daily Bruin Alumni Network, and stay updated with our launch!</h5>
Copy link
Contributor

@nathanmsmith nathanmsmith Oct 27, 2018

Choose a reason for hiding this comment

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

We generally try to avoid inline styling in The Bruin, and in this case I'm not sure we need it. How does it look without the style atributes?

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, why'd you decide to use an h5 here instead of a larger heading? Since the "Join Us" heading is an h1, I'd maybe go with an h2 or h3.

Copy link
Author

Choose a reason for hiding this comment

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

With style tags:
image
Without style tags:
image

Should I take them out?

Copy link
Author

Choose a reason for hiding this comment

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

image

A more zoomed out screenshot, for reference. I tried h2 and h3 and they seemed too big, which is why I used h5. What do you think?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes on the taking style tags out. Let's maybe try an h3 or 4 for the header?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants