-
Notifications
You must be signed in to change notification settings - Fork 0
Replace homepage text content with large welcome banner image #17
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -74,6 +74,15 @@ img { | |||||
height: auto; | ||||||
} | ||||||
|
||||||
/* Welcome banner styling for homepage */ | ||||||
.quarto-title + p img { | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The CSS selector
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
width: 100%; | ||||||
height: auto; | ||||||
border-radius: 8px; | ||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | ||||||
margin: 2rem 0; | ||||||
} | ||||||
|
||||||
/* Footer styling */ | ||||||
.footer { | ||||||
margin-top: 3rem; | ||||||
|
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.
The alt text 'Welcome to the McPherson Group' is too generic for a welcome banner image. Consider more descriptive alt text that conveys the image content and context, such as 'McPherson Group welcome banner with gradient background and research mission statement'.
Copilot uses AI. Check for mistakes.