-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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> |
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.
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?
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.
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
.
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 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 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.
Yes on the taking style tags out. Let's maybe try an h3 or 4 for the header?
I added title text to the "Join Us" form as requested in Issue #18