Skip to content
Snippets Groups Projects
Commit 2ac7ebcf authored by Joey Ballentine's avatar Joey Ballentine
Browse files

cjenbvjverv

parent ee606650
Branches
No related tags found
No related merge requests found
...@@ -310,7 +310,7 @@ let Avengers = new Media( ...@@ -310,7 +310,7 @@ let Avengers = new Media(
"Earth's mightiest heroes must come together and learn to fight as a team if\ "Earth's mightiest heroes must come together and learn to fight as a team if\
they are going to stop the mischievous Loki and his alien army from enslaving humanity.", they are going to stop the mischievous Loki and his alien army from enslaving humanity.",
[new Season(1)], // 1 season, 1 episode = movie [new Season(1)], // 1 season, 1 episode = movie
["Netflix"], ["Prime Video"],
'Content/Avengers.jpg', 'Content/Avengers.jpg',
"avengers"); "avengers");
...@@ -324,7 +324,7 @@ let BlackPanther = new Media( ...@@ -324,7 +324,7 @@ let BlackPanther = new Media(
conflict that puts the fate of Wakanda and the entire world at risk. Faced with treachery and danger, the young king must rally his allies\ conflict that puts the fate of Wakanda and the entire world at risk. Faced with treachery and danger, the young king must rally his allies\
and release the full power of Black Panther to defeat his foes and secure the safety of his people.", and release the full power of Black Panther to defeat his foes and secure the safety of his people.",
[new Season(1)], // 1 season, 1 episode = movie [new Season(1)], // 1 season, 1 episode = movie
["Netflix"], ["Netflix", "Prime Video"],
'Content/black-panther.jpg', 'Content/black-panther.jpg',
"blackpanther"); "blackpanther");
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
margin-right: 40px; margin-right: 40px;
height: 10px; height: 10px;
width: 25%; width: 25%;
border-radius: 20px;
} }
#search-box { #search-box {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment