forked from Leia286/Leia286.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RedOctober.html
40 lines (38 loc) · 2.17 KB
/
RedOctober.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<style>
*{background-color:black; color:Linen; font-family: 'Roboto', sans-serif;}
.heading,.title{color:red;}
.opening{font-family: 'Inconsolata', monospace; text-align:center;}
.green{color:rgba(90,221,72,255);}
a:link{text-decoration:underline;}
a:hover{color:red; text-decoration:none;}
a:visited{color:RoyalBlue; text decoration:none;}
a:active{color:LightSkyBlue;}
</style>
</head>
<body>
<h1>This is a WIP review of <i><span class="title">The Hunt for Red October</span></i>...</h1>
<h1 class="heading"><u>The Hunt For Red October</u></h1>
<p class="opening">In November of 1984, shortly before Gorbachev came to power, a Typhoon-class Soviet sub surfaced just south of the Grand Banks.<br><br>
It then sank in deep water, apparently suffering a radiation problem. Unconfirmed reports indicated some of the crew were rescued. <br><br>
But, according to repeated statements by both Soviet and American goverments. <br><br>Nothing of what you are about to see... <br><br>
<i>Ever happened.</i></p><br>
<hr>
<p>Thus opens <i><span class="title">The Hunt for Red October </span></i>...</p>
<br><div>
<p>Review By: <a href="https://github.com/Leia286">Leia286</a><br>
<p>Rating: <i class="bi bi-star-fill"></i> <i class="bi bi-star-fill"></i> <i class="bi bi-star-fill"></i> <i class="bi bi-star-fill"></i> <i class="bi bi-star-half"></i> (4.5/5 Stars)</p></div>
<br>
<p>This was an amazing movie.
<h3>What I liked</h3>
Almost all of it.
<h3>What I didn't like</h3>
<p>The part about rabbits and two wives wasn't so good. I, as a woman, was waiting for that to be over. I understand the traveling without papers, due to the USSR's government being the way it was, but the two wives and rasing rabbits was unneeded.
</body>
</html>