-
-
Notifications
You must be signed in to change notification settings - Fork 38
Simple new website cleanup #312
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
Conversation
meadowsys
left a comment
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.
from a quick scan through the diffs, everything looks in order,
layouts/home.ejs
Outdated
| <a href="https://tutanota.com/" target="_blank"> | ||
| <img src="/static/tutanota-logo.webp" alt="tutanota.com" class="sponsors__logo"> | ||
| <a href="https://tuta.com/" target="_blank"> | ||
| <img src="/static/tuta_logo.svg" alt="tuta.com" class="sponsors__logo"> |
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 might want to specify an explicit width here, since SVGs don't have intrinsic width or height. Let me check it locally to see how it looks.
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.
Yeah, it's huge. Give me a minute to fix this.
savetheclocktower
left a comment
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.
Leaving a placeholder review while I fix the SVG size.
|
Good catch on the size issue @savetheclocktower I'd say lets go with your modified version |
Cleaning up some missed items in the new site deployment