diff --git a/index.html b/index.html index c69204f..6e2bf1b 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,80 @@ Astronauts + window.addEventListener("load", function(){ + ????

Astronauts

+
+
+

Frederick Gregory

+
    +
  • Hours in space: 455
  • +
  • Active: false
  • +
  • Skills: Information Systems, Shuttle Pilot, Figher Pilot, Helicopter Pilot, Colonel USAF
  • +
+
+ +
+
+
+

Ellen Ochoa

+
    +
  • Hours in space: 979
  • +
  • Active: false
  • +
  • Skills: Physics, Electrical Engineer
  • +
+
+ +
+
+
+

Guion Bluford

+
    +
  • Hours in space: 686
  • +
  • Active: false
  • +
  • Skills: Aerospace Engineer, Philosophy, Physics, Colonel USAF, Figher Pilot
  • +
+
+ +
+
+
+

Sally Ride

+
    +
  • Hours in space: 343
  • +
  • Active: false
  • +
  • Skills: Physicist, Astrophysics
  • +
+
+ +
+
+
+

Kjell Lindgren

+
    +
  • Hours in space: 15
  • +
  • Active: true
  • +
  • Skills: Physician, Surgeon, Emergency Medicine
  • +
+
+ +
+
+
+

Jeanette Epps

+
    +
  • Hours in space: 0
  • +
  • Active: true
  • +
  • Skills: Physicist, Philosophy, Aerospace Engineer
  • +
+
+ +
- \ No newline at end of file + diff --git a/script.js b/script.js index 9417030..f3112ce 100644 --- a/script.js +++ b/script.js @@ -1 +1,5 @@ -// TODO: add code here \ No newline at end of file +// TODO: add code here +const astronauts = https://handlers.education.launchcode.org/static/astronauts.json + +const fetchPromise = fetch(astronauts); +