Skip to content

Commit 5ff69bd

Browse files
authored
Merge pull request #5 from jonfinger/codex/remove-project-badges-linkedin-icon
Refine project cards and LinkedIn nav styling
2 parents 42afdb6 + 35496b9 commit 5ff69bd

6 files changed

Lines changed: 7 additions & 20 deletions

_quarto.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ website:
2020
- text: Blog
2121
href: blog.qmd
2222
right:
23-
- text: LinkedIn
23+
- icon: linkedin
2424
href: https://www.linkedin.com/in/jae-finger/
2525
target: _blank
26+
aria-label: LinkedIn
2627

2728
format:
2829
html:

about.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ body-classes: page-about
66

77
## Jon Finger
88

9-
I am a Python data scientist with a biology foundation, focused on climate and satellite-informed modeling for species movement and ecological risk.
10-
11-
My work spans applied machine learning, remote-sensing feature engineering, and MLOps. I build pipelines, APIs, and model workflows that are measurable, testable, and maintainable in production.
12-
13-
If you want to see execution quality, start with the Projects page for shipped systems and reproducible research artifacts.
9+
Your typical coder focused things far larger than himself. Recovering academic.

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body-classes: page-projects
66

77
::: {.hero-block}
88
::: {.hero-lead}
9-
A portfolio of climate-linked AI systems, geospatial workflows, and species movement prediction research grounded in remote sensing and production delivery.
9+
A collection of nonsense and spaghetti from a regular human data scientist. Buyer beware.
1010
:::
1111
:::
1212

posts/2026-02-08-building-python-portfolio.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ body-classes: page-post
77

88
## Biology, AI, and education in one lens
99

10+
*Note 02.23.2026: This was an experiment in AI writing. I beg the reader forgive me this silly and lazy experiment.*
11+
1012
I do not separate my background into isolated chapters. Biology trained me to think in systems and uncertainty. Education trained me to communicate clearly and design for understanding. AI gave me modern tools to turn complex signals into usable decisions.
1113

1214
Together, they define how I work: observe carefully, model rigorously, explain simply, and ship responsibly.

posts/2026-02-23-ai-is-accelerating-productivity-and-angst.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body-classes: page-post
77

88
```text
99
+----------------------------------------------------+
10-
| BROADCAST LOG :: AI PRODUCTIVITY / EXISTENTIALITY |
10+
| BROADCAST LOG :: AI / EXISTENTIALISM |
1111
| NODE: JONFINGER.COM :: ENTRY DATE 2026-02-23 |
1212
+----------------------------------------------------+
1313
```

styles.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -549,18 +549,6 @@ main.content > * {
549549
text-decoration: none;
550550
}
551551

552-
.project-card::before {
553-
counter-increment: project-id;
554-
content: "P-0" counter(project-id) " //";
555-
position: absolute;
556-
left: 0.65rem;
557-
top: 0.55rem;
558-
font-family: "Space Mono", monospace;
559-
font-size: 0.68rem;
560-
letter-spacing: 0.08em;
561-
color: rgba(237, 231, 255, 0.72);
562-
}
563-
564552
#listing-listing .quarto-grid-item.card::before {
565553
content: ">>";
566554
position: absolute;

0 commit comments

Comments
 (0)