-
Notifications
You must be signed in to change notification settings - Fork 0
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 footer stacked logo from design #3
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for paltaltowebdesigns ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
this is too small to use, it comes out very pixelated. I would replace it with a bigger version of the img.
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'm at dennys right now, I'll fix it later . Are you able to send a bigger version of the img in the figma or discord?
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.
Sent the bigger image
src/components/Footer.astro
Outdated
@@ -12,7 +11,7 @@ import StraightPaloAltoLogo from '../images/PaloAltoLogo/boldWhiteStraight.png'; | |||
<div class="cs-container"> | |||
<div class="cs-top"> | |||
<a aria-label="go back to home" class="cs-logo" href="/"> | |||
<Image class="cs-logo-img" loading="lazy" decoding="async" src={StraightPaloAltoLogo} alt="logo" width="209" height="40" /> | |||
<Image class="cs-logo-img" loading="lazy" decoding="async" src={StackedLogo} alt="logo" width="209" height="40" /> |
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.
use html img instead to improve image quality
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.
trying again...
src/components/Footer.astro
Outdated
@@ -12,7 +11,7 @@ import StraightPaloAltoLogo from '../images/PaloAltoLogo/boldWhiteStraight.png'; | |||
<div class="cs-container"> | |||
<div class="cs-top"> | |||
<a aria-label="go back to home" class="cs-logo" href="/"> | |||
<Image class="cs-logo-img" loading="lazy" decoding="async" src={StraightPaloAltoLogo} alt="logo" width="209" height="40" /> | |||
<Image class="cs-logo-img" loading="lazy" decoding="async" src={StackedLogo} alt="logo" width="209" height="40" /> |
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.
trying again...
No description provided.