-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (48 loc) · 1.88 KB
/
about.html
File metadata and controls
52 lines (48 loc) · 1.88 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<style>
div.transbox {
margin: 30px;
background-color: #ffffff;
border: 1px solid black;
opacity: 1;
}
div.transbox p {
margin: 5%;
font-weight: bold;
color: #000000;
}
</style>
</head>
<body>
<h1>About:</h1>
<p>
Looking for a man who can do it all... SAY NO MORE! My Robert Mitchum fansite takes a look into the actor, the man behind many of Hollywood's most famous roles. In real life, Mitchum was self-effacing and direct, as demonstrated by his famous quote on acting. "This is not a tough job. You read a script. If you like the part and the money is O.K., you do it." <br>
<br>
Here, you can find clips and facts for his entire career, including his scandalous arrest for smoking "reefer". Robert Mitchum has been my favorite actor for as long as I remember..... ever since his days with RKO studio pictures. My favorite of his is the movie "Out of the Past" (1947) with a former investigator running into some trouble involving some shady business and some dangerous women...
<br>
<br>
I wanted to create this site as a tribute and a fanpage. Just from a fan's perspective remembering the life of an American great. Please check out the links on this page! Don't wait around... get going!
</p>
<p>
<center>
<img src="https://eng420final.neocities.org/ef98a86738a90787291e32b5993d4e21.gif">
</center>
<div class="transbox">
<p class="abar">
<a href="/biography.html">Biography</a>
―
<a href="/clips.html">Clips</a>
―
<a href="/thatmansings.html">Music</a>
―
<a href="/index.html">Landing Page</a>
</p>
</div>
</body>
</html>