-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
add link to Apex Ping to mochajs.org #3779
Conversation
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
Related issue #3783 |
Should this link be considered an endorsement? It's freaking huge... |
<main id="content"> | ||
<section>{{ content }}</section> | ||
|
||
<section id="more-sponsors"> |
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.
semantically, shouldn't this be using <aside>
?
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.
I have no idea.
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.
rhetorical question
In the preview it doesn't look very nice, lost at the very bottom with tiny letters. It's not really a cordial thank-you. |
|
||
#more-sponsors { | ||
margin: 200px auto; | ||
padding-top: 100px; |
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.
Seems too much padding + margin (300px top total whitespace).
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.
Agreed.
margin: 100px auto;
padding-top: 50px;
I wrote and asked if there was a logo... I think this goes beyond ... |
|
||
#more-sponsors { | ||
margin: 200px auto; | ||
padding-top: 100px; |
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.
Agreed.
margin: 100px auto;
padding-top: 50px;
display: flex; | ||
align-items: center; | ||
border-top: 1px solid #ddd; | ||
font-size: 0.8em; |
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.
Isn't it too small?
this is what he gave me for an image... I'll see if I can make it not so huge. |
This PR has been inactive for years. |
Mocha's creator (tj) now works for himself as/at Apex Software. As a thank-you, we should provide a link to his product.
Once this is merged, I'd like to deploy it live.
Sorry about my no-design skills!