Skip to content

Commit 1bd731d

Browse files
committed
docs: adjust text and images
1 parent 5ea855c commit 1bd731d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/images/cat.jpeg

-24.7 KB
Binary file not shown.

src/images/projects/volcano.png

753 KB
Loading

src/pages/Projects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ export function Projects() {
1414

1515
<div className="content-grid">
1616
<ContentElement
17-
title="SETTLE - Satellite Element Tracking via TLE"
17+
title="SETTLE: Satellite Element Tracking via TLE"
1818
description="A satellite tracker using Celestrak TLE data with SGP4 orbit propagation and interactive map visualisations"
1919
image={images.settle}
2020
link="https://github.com/mgrinstein/SETTLE"
2121
hashtags={["Python", "CelesTrak", "sgp4"]}
2222
buttonText="Source Code"
2323
/>
2424
<ContentElement
25-
title="GROUNDSTER - GROUND Station TElemetry Receiver"
25+
title="GROUNDSTER: GROUND Station TElemetry Receiver"
2626
description="A simulated ground station that receives telemetry data from a satellite via TCP socket connection"
2727
image={images.groundster}
2828
link="https://github.com/mgrinstein/GROUNDSTER"
2929
hashtags={["C++", "Python", "FASTAPI"]}
3030
buttonText="Source Code"
3131
/>
3232
<ContentElement
33-
title="KILAUEA-EO - Kīlauea Earth Observation"
33+
title="KILAUEA-EO: Kīlauea Earth Observation"
3434
description="An analysis of a recent volcanic eruption using Sentinel-2 imagery in the NIR band from Google Earth Engine"
3535
image={images.volcano}
3636
link="https://github.com/mgrinstein/KILAUEA-EO"

0 commit comments

Comments
 (0)