-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiography.html
More file actions
66 lines (61 loc) · 2.3 KB
/
biography.html
File metadata and controls
66 lines (61 loc) · 2.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Biography</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;
}
p {text-align: center;}
</style>
</head>
<body>
<h1>Biography</h1>
<p align="left"> Robert Mitchum, born Robert Charles Durman Mitchum in Bridgeport Conneticut in 1917. His nicknames included Mitch, Old Rumple Eyes, and my favorite... Bob. Born to an immigrant and a rail worker, his father died when he was two. As a young teen, he rebelled against authority, which led to him being charged and put into a chain gang (he later escaped).
<br>
<br>
From there, he worked many different oddjobs, starting to appear in films, notably the Story of G.I. Joe and several film noirs, including Out of the Past (1947). He had MAJOR bad boy appeal, including when he was arrested for smoking reefer. (His bad boy attitude is what I tried to imitate picking up chicks... but they always saw right through me!)
<br>
<center>
<img src="https://eng420final.neocities.org/pg.jpg" width="600" height="700">
</center>
<p> Here he is sweeping his cell for his detention following his arrest. (1948)
<center>
<img src="https://eng420final.neocities.org/Picture2.png" width="600" height="700">
</center>
</p>
<p>
With mainstream stardom in the 50s, he became Hollywood's most nonchalant leading man. See him here with Janet Leigh and Rita Hayworth. (1949) (1957)
<center>
<img src="https://eng420final.neocities.org/Picture3.png" width="600" height="700">
</center>
<center>
<img src="https://eng420final.neocities.org/Picture4.png" width="600" height="700">
</center>
</p>
<p>
Robert Mitchum passed away in 1997, survived by his wife, children, and grandchildren.
<div class="transbox">
<p class="abar">
<a href="/clips.html">Clips</a>
―
<a href="/thatmansings.html">Music</a>
―
<a href="/about.html">About</a>
―
<a href="/index.html">Landing Page</a>
</p>
</div>
</body>
</html>