You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/Projects.js
+47-39Lines changed: 47 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -6,48 +6,56 @@ export function Projects() {
6
6
<divclassName="PageContainer">
7
7
<WebsiteNavbar/>
8
8
<divclassName="PageContent">
9
-
<divclassName="intro-text">
10
-
<p>
11
-
Here I showcase projects I have worked on recently.<br/> Other projects, contributions, and stats can be found on <ahref="https://github.com/mgrinstein"target="_blank">my GitHub page</a>. <br/>
12
-
</p>
13
-
</div>
9
+
<divclassName="intro-text">
10
+
<p>
11
+
Here I showcase projects I have worked on recently.<br/> Other projects, contributions, and stats can be found on <ahref="https://github.com/mgrinstein"target="_blank">my GitHub page</a>. <br/>
12
+
</p>
13
+
</div>
14
14
15
-
<divclassName="content-grid">
16
-
<ContentElement
17
-
title="SETTLE - Satellite Element Tracking via TLE"
18
-
description="A satellite tracker using Celestrak TLE data with SGP4 orbit propagation and interactive map visualisations"
19
-
image={images.settle}
20
-
link="https://github.com/mgrinstein/SETTLE"
21
-
hashtags={["Python","CelesTrak","sgp4"]}
22
-
buttonText="Source Code"
23
-
/>
24
-
<ContentElement
25
-
title="GROUNDSTER - GROUND Station TElemetry Receiver"
26
-
description="A simulated ground station that receives telemetry data from a satellite via TCP socket connection"
27
-
image={images.groundster}
28
-
link="https://github.com/mgrinstein/GROUNDSTER"
29
-
hashtags={["C++","Python","FASTAPI"]}
30
-
buttonText="Source Code"
31
-
/>
32
-
<ContentElement
33
-
title=" KILAUEA-EO - Kīlauea Earth Observation"
34
-
description="An analysis of a recent volcanic eruption using Sentinel-2 imagery in the NIR band from Google Earth Engine"
0 commit comments