Skip to content

Commit f227784

Browse files
committed
Polish homepage layout and footer privacy link
1 parent ff8f145 commit f227784

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

_includes/footer.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@
4444
Notices
4545
</a>
4646
&nbsp; | &nbsp;
47-
Analytics:
48-
<a href="{{ "privacy#analytics" | relative_url }}">anonymized, aggregate</a>
49-
&nbsp; | &nbsp;
50-
<a href="{{ "privacy" | relative_url }}">Privacy</a>
47+
<a href="{{ "privacy#analytics" | relative_url }}">Privacy</a>
5148
</div>
5249

5350
<input

_styles/home-intro.scss

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,34 @@
33

44
.home-intro-portrait {
55
margin: 0;
6+
height: 100%;
7+
display: flex;
68
}
79

810
.home-intro-portrait img {
911
display: block;
1012
width: 100%;
11-
max-width: 520px;
12-
margin: 0 auto;
13+
height: 100%;
1314
border-radius: 18px;
1415
box-shadow: var(--shadow);
15-
aspect-ratio: 3 / 2;
1616
object-fit: cover;
1717
}
1818

19+
.home-intro .cols {
20+
align-items: stretch;
21+
}
22+
23+
@media (max-width: 500px) {
24+
.home-intro-portrait {
25+
height: auto;
26+
}
27+
28+
.home-intro-portrait img {
29+
height: auto;
30+
aspect-ratio: 3 / 2;
31+
}
32+
}
33+
1934
.home-welcome {
2035
margin: 18px auto 0;
2136
max-width: 1000px;

index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Biomedical engineer advancing bioinformatics, machine learning, and
44
page_jumps: "off"
55
---
66

7-
# Michael A. David, PhD
7+
# Michael Aaron David, PhD
88

99
{% capture intro_left %}
10-
I’m a biomedical engineer with a PhD and an Instructor in the Department of Orthopedics at the University of Colorado Anschutz Medical Campus.
10+
I’m a biomedical engineer with a PhD and an Instructor in the Department of Orthopedics at the University of Colorado Anschutz.
1111

1212
My work focuses on:
1313
- End-to-end machine learning workflows across spatial histopathology, transcriptomics and multi-omics, and medical imaging
@@ -27,7 +27,9 @@ Outside the lab, I enjoy connecting with nature, music, and good people.
2727
</figure>
2828
{% endcapture %}
2929

30-
{% include cols.html col1=intro_left col2=intro_right %}
30+
<div class="home-intro">
31+
{% include cols.html col1=intro_left col2=intro_right %}
32+
</div>
3133

3234
{% include section.html %}
3335

0 commit comments

Comments
 (0)