commit 62b75b7f32d31d1af6aceeffc8d12f9b9ef5332e Author: Joshua Sigona Date: Sat Jun 13 00:54:26 2020 +0900 Final project complete diff --git a/README.md b/README.md new file mode 100644 index 0000000..79a76b6 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# USAF-html-checkpoint \ No newline at end of file diff --git a/images/blackwidow.jpg b/images/blackwidow.jpg new file mode 100644 index 0000000..d1ffe99 Binary files /dev/null and b/images/blackwidow.jpg differ diff --git a/images/tenet.jpg b/images/tenet.jpg new file mode 100644 index 0000000..9115561 Binary files /dev/null and b/images/tenet.jpg differ diff --git a/images/ww84.jpg b/images/ww84.jpg new file mode 100644 index 0000000..bd2424d Binary files /dev/null and b/images/ww84.jpg differ diff --git a/joshua_style.css b/joshua_style.css new file mode 100644 index 0000000..cd1daf4 --- /dev/null +++ b/joshua_style.css @@ -0,0 +1,53 @@ +.alert{ + background-color: #444444; + display: inline-block; + width: 95%; + padding: 5px 55px 5px 10px; + margin-bottom: 5px; + margin-top: 5px; + color: orange; +} +.movie-container{ + margin-left: 5%; +} +.movie{ + border: 1px black solid; + width: 30%; + min-width: 30%; + display: inline-block; +} +.movielisting{ + float:left; + margin: 0px 8px 0px 8px; +} +.container{ + display:block; + margin-top: 5px; +} +.loginform{ + margin: 0 auto; + display:block; + /*background-color:black; + color:white;*/ + width:320px; +} +.giantbutton{ + font-family: Verdana; + color: white; + background-color: dodgerblue; + border: none; + font-size: 12px; + border-radius: 5px; + padding: 10px 30px; +} +.textform{ + margin-bottom:24px; + width:100%; + height:24px; + font-size: 32px; +} +.loginform label{ + font-weight:bold; + display:block; + padding-bottom:4px; +} \ No newline at end of file diff --git a/login.html b/login.html new file mode 100644 index 0000000..c5d63f0 --- /dev/null +++ b/login.html @@ -0,0 +1,43 @@ + + + + + Movies + + + + + + + + + + +
+
+
+ + + + + +
+
+
+ + + + + diff --git a/movies.html b/movies.html new file mode 100644 index 0000000..ebbf450 --- /dev/null +++ b/movies.html @@ -0,0 +1,52 @@ + + + + + Movies + + + + + + + + + + +
+ Back to results +
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + + + diff --git a/movies/blackwidow.html b/movies/blackwidow.html new file mode 100644 index 0000000..321165b --- /dev/null +++ b/movies/blackwidow.html @@ -0,0 +1,59 @@ + + + + + Movies + + + + + + + + + + +
+ Back to results +
+
+ + + + +
+
+ +
+

Black Widow

+

Released April 24, 2020

+

Kevin Feige, Stan Lee, Eric Pearson, Jac Schaeffer, Ned Benson

+

At birth the Black Widow (aka Natasha Romanova) is given to the KGB, which grooms her to become its ultimate operative. When the U.S.S.R. breaks up, the government tries to kill her as the action moves to present-day New York, where she is a freelance operative.

+
+
+
+
+ +

+ +
+
+ + + + + diff --git a/movies/tenet.html b/movies/tenet.html new file mode 100644 index 0000000..d272b19 --- /dev/null +++ b/movies/tenet.html @@ -0,0 +1,59 @@ + + + + + Movies + + + + + + + + + + +
+ Back to results +
+
+ + + + +
+
+ +
+

Tenet

+

Released July 15, 2020

+

Christopher Nolan, Hoyte van Hoytema

+

Tenet is an upcoming spy film written and directed by Christopher Nolan. It stars John David Washington, Robert Pattinson, Elizabeth Debicki, Dimple Kapadia, Michael Caine, and Kenneth Branagh.

+
+
+
+
+ +

+ +
+
+ + + + + diff --git a/movies/ww84.html b/movies/ww84.html new file mode 100644 index 0000000..28dac6a --- /dev/null +++ b/movies/ww84.html @@ -0,0 +1,59 @@ + + + + + Movies + + + + + + + + + + +
+ Back to results +
+
+ + + + +
+
+ +
+

Wonder Woman 1984

+

Released August 12, 2020

+

Patty Jenkins, Gal Gadot, Patty Jenkins, Zack Snyder, Deborah Snyder, Charles Roven, Stephen Jones

+

Wonder Woman squares off against the Cheetah, a villainess who possesses superhuman strength and agility.

+
+
+
+
+ +

+ +
+
+ + + + + diff --git a/scott_style.css b/scott_style.css new file mode 100644 index 0000000..e2bb1aa --- /dev/null +++ b/scott_style.css @@ -0,0 +1,59 @@ +/* Add a black background color to the top navigation */ +.topnav { + background-color: #333; + overflow: hidden; +} + + + +/* Style the links inside the navigation bar */ +.topnav .links { +font-family: Verdana; +float: left; +color: #f2f2f2; +text-align: center; +padding: 16px 16px; +text-decoration: none; +font-size: 17px; +} + +.title { + font-family: Verdana; + float: left; + color: #f2f2f2; + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 20px; +} + +/* Right-aligned section inside the top navigation */ +.topnav-right { +float: right; +} + +.topnav form { + float: left; + color: #f2f2f2; + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 17px; + } + +.submit-bar { + padding: 10px 30px; + border-radius: 5px; + border: none; +} + +button { + font-family: Verdana; + color: #ff9800; + background-color: #464646;; + border: none; + font-size: 12px; + border: 1px solid #ff9800; + border-radius: 5px; + padding: 10px 30px; +} \ No newline at end of file