From c66f53c5cab13b9824488f35315b775673b93fd4 Mon Sep 17 00:00:00 2001 From: Jordan Edgington Date: Sat, 18 May 2024 17:08:15 -0400 Subject: [PATCH] add: info to about page, width to main page --- frontend/src/pages/about.jsx | 20 ++++++++++++++++++-- frontend/src/pages/main.jsx | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/about.jsx b/frontend/src/pages/about.jsx index 2d400b0..b40c05d 100644 --- a/frontend/src/pages/about.jsx +++ b/frontend/src/pages/about.jsx @@ -2,8 +2,24 @@ function About() { return ( <> -
-

About

+
+
+

What is Deep Impact?

+

Deep impact is a web-app designed to give users insight into potential danger of asteroid impact. Using the NASA NeoWs API we have created a simulation tool to visualize incoming asteroids and various methods of asteroid deflection.

+
+
+

Our Team

+
    +
  • Daniel Smith-dePaz
  • +
  • Jordan Yamada
  • +
  • Pierre Bell
  • +
  • Michael Roy
  • +
  • Mickey Shoenberger
  • +
  • Jordan Edgington
  • +
+
+

The Sky Is Falling!

+

To see learn more about Deep Impact, checkout our GitHub.

) diff --git a/frontend/src/pages/main.jsx b/frontend/src/pages/main.jsx index 4012892..15fe785 100644 --- a/frontend/src/pages/main.jsx +++ b/frontend/src/pages/main.jsx @@ -4,7 +4,7 @@ function Main() { return ( <> -
+

Welcome to Deep Impact!

Close Approaches

How close?