diff --git a/src/App.tsx b/src/App.tsx index e0763c8..1ef50cd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import "./App.css"; import Home from "./views/Home"; import Register from "./views/Register"; import Login from "./views/Login"; +import Person from "./views/Person"; import FilmDetail from "./views/FilmDetail"; import Planets from "./views/Planets"; @@ -13,6 +14,9 @@ function App() { } /> } /> } /> + }> + }/> + } /> } /> diff --git a/src/views/Person.tsx b/src/views/Person.tsx new file mode 100644 index 0000000..7427e2f --- /dev/null +++ b/src/views/Person.tsx @@ -0,0 +1,110 @@ +import {FaQuoteLeft, FaQuoteRight} from "react-icons/fa" + + +function Person(){ + return ( +
+
+
+
+
+ Darth Vader +
+
Darth Vader
+

Once the heroic Jedi Knight named Anakin Skywalker, Darth Vader was seduced by the dark side of the Force. Forever scarred by his defeat on Mustafar, Vader was transformed into a cybernetically-enhanced Sith Lord. At the dawn of the Empire, Vader led the Empire’s eradication of the Jedi Order and the search for survivors. He remained in service of the Emperor -- the evil Darth Sidious -- for decades, enforcing his Master’s will and seeking to crush the Rebel Alliance and other detractors. But there was still good in him…

+

Luke, I am your father

+
+
+
+
+
+ +
+

STATS


+
+ + + +
+

Origin

+

Species: Human

+

Homeworld: Tatooine

+

Birth Year: 41.9 BBY

+

Gender: Male

+
+ + + +
+

Appearance

+

Height: 202

+

Mass: 136

+

Eye color: Yellow

+

Hair color: None

+

Skin color: White

+
+ +
+

Films

+

Star Wars: A New Hope

+

Star Wars: The Empire Strikes Back

+

Star Wars: Return of the Jedi

+

Star Wars: Revenge of the Sith

+ +
+ +
+

Databank

+

Vehicles: TIE Advanced x1

+
+ +
+
+ +
+ +
+
+
+

MORE CHARACTERS


+
+ +
+
+ c-3po +

C-3PO

+
+ +
+
+ +
+ chewbacca +

Chewbacca

+
+ +
+
+
+ yoda +

Yoda

+
+ +
+
+
+ princess leia +

Princess Leia

+
+ +
+
+ +
+ +
+
+ ) +} + +export default Person \ No newline at end of file