Skip to content

Commit dde8bab

Browse files
Merge pull request #17 from mcphersongroup/copilot/fix-34e67816-6dc2-4efe-8a5e-ddc663bc3905
Replace homepage text content with large welcome banner image
2 parents 15914f9 + 9ec1b3b commit dde8bab

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

index.qmd

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,4 @@
22
title: "Welcome"
33
---
44

5-
<!--- # Welcome to the McPherson Group -->
6-
7-
The McPherson Group is a research group focused on advancing knowledge through innovative research and collaboration.
8-
9-
## Research Focus
10-
11-
Our group conducts cutting-edge pharmacological research in:
12-
13-
- Data science and computational methods
14-
- Statistical modeling and analysis
15-
- Interdisciplinary research collaborations
16-
- Open science and reproducible research
17-
18-
## News & Updates
19-
20-
Stay tuned for updates on our latest research findings, publications, and group activities.
21-
22-
## Contact
23-
24-
For inquiries about our research or potential collaborations, please visit our [About](about.qmd) page for contact information.
5+
![Welcome to the McPherson Group](welcome-banner.png)

styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ img {
7474
height: auto;
7575
}
7676

77+
/* Welcome banner styling for homepage */
78+
.quarto-title + p img {
79+
width: 100%;
80+
height: auto;
81+
border-radius: 8px;
82+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
83+
margin: 2rem 0;
84+
}
85+
7786
/* Footer styling */
7887
.footer {
7988
margin-top: 3rem;

welcome-banner.png

22.2 KB
Loading

0 commit comments

Comments
 (0)