-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactor.html
More file actions
87 lines (84 loc) · 4.95 KB
/
actor.html
File metadata and controls
87 lines (84 loc) · 4.95 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CaCMD | Actor</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/291bef186b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./assets/css/styles.css">
<link rel="stylesheet" href="./assets/css/actor-page.css">
</head>
<body>
<div class="navbar"></div>
<main class="container">
<div class="actor-page">
<h1 class="ml-20">Michael J. Fox</h1>
<section class="actor-biography">
<div class="actor-biography-poster">
<img class="img-responsive" src="https://m.media-amazon.com/images/M/MV5BMTcwNzM0MjE4NF5BMl5BanBnXkFtZTcwMDkxMzEwMw@@._V1_UY317_CR1,0,214,317_AL_.jpg" alt="imagen actor">
</div>
<div class="actor-biography-info">
<p>Michael J. Fox was born Michael Andrew Fox on June 9, 1961 in Edmonton, Alberta, Canada, to Phyllis Fox (née Piper), a
payroll clerk, and William Fox. His parents moved their 10-year-old son, his three sisters, Kelli Fox, Karen, and Jacki,
and his brother Steven, to Vancouver, British Columbia, after his father, a sergeant in the Canadian Army Signal Corps,
retired. During these years Michael developed his desire to act. At 15 he successfully auditioned for the role of a
10-year-old in a series called Leo and Me (1978). Gaining attention as a bright new star in Canadian television and
movies, Michael realized his love for acting when he appeared on stage in "The Shadow Box." At 18 he moved to Los
Angeles and was offered a few television-series roles, but soon they stopped coming and he was surviving on boxes of
macaroni and cheese. Then his agent called to tell him that he got the part of Alex P. Keaton on the situation comedy
Lazos de familia (1982). He starred in the feature films Muchacho lobo (1985), High School U.S.A. (1983), Poison Ivy
(1985) and Volver al futuro (1985).</p>
</div>
</section>
<section class="actor-movies mt-20" id="movieCast">
<table class="table-codo-a-codo">
<thead>
<tr>
<th colspan="3">
<h3>Películas</h3>
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="td-image"><img src="https://m.media-amazon.com/images/M/MV5BYzU3ODc1NzAtZWIwYy00YTdjLWEwZDItY2Y1ZGIyMmY0Yzc4XkEyXkFqcGdeQXVyMjIxNjgxNTA@._V1_UX182_CR0,0,182,268_AL_.jpg" alt="actor"></td>
<td><span class="ml-20"><a href="./movie.html">See You Yesterday</a><br> <span
class="movie-character">Mr. Lockhart</span></span></td>
<td><span class="ml-20">2019</span></td>
</tr>
<tr>
<td class="td-image"><img src="https://m.media-amazon.com/images/M/MV5BODVkYjZhYjQtMTY4Mi00YzJmLThhMjQtZDRkZTczYTQyNjYzXkEyXkFqcGdeQXVyOTg4MDYyNw@@._V1_UY268_CR7,0,182,268_AL_.jpg" alt="actor"></td>
<td><span class="ml-20"><a href="./movie.html">A.R.C.H.I.E. 2</a><br> <span
class="movie-character">A.R.C.H.I.E. (voice)</span></span></td>
<td><span class="ml-20">2018</span></td>
</tr>
<tr>
<td class="td-image"><img src="https://m.media-amazon.com/images/M/MV5BMTAyNDYxOTI4MzNeQTJeQWpwZ15BbWU4MDQ3MDU3NjIx._V1_UX182_CR0,0,182,268_AL_.jpg" alt="actor"></td>
<td><span class="ml-20"><a href="./movie.html">Annie</a><br> <span
class="movie-character">Michael J. Fox</span></span></td>
<td><span class="ml-20">2014</span></td>
</tr>
<tr>
<td class="td-image"><img src="https://m.media-amazon.com/images/M/MV5BMTYyNDg0Njc2Nl5BMl5BanBnXkFtZTYwMDc3NzQ3._V1_UX182_CR0,0,182,268_AL_.jpg" alt="actor"></td>
<td><span class="ml-20"><a href="./movie.html">Stuart Little 2</a><br> <span
class="movie-character">Stuart Little (voice)</span></span></td>
<td><span class="ml-20">2002</span></td>
</tr>
<tr>
<td class="td-image"><img src="https://m.media-amazon.com/images/M/MV5BZDYwYzlhOTAtNDAwMC00ZTBhLWI4M2QtMTA1NmJhYTdiNTkxXkEyXkFqcGdeQXVyNTM0NTU5Mg@@._V1_UX182_CR0,0,182,268_AL_.jpg" alt="actor"></td>
<td><span class="ml-20"><a href="./movie.html">Interstate 60: Episodes of the Road</a><br> <span
class="movie-character">Mr. Baker</span></span></td>
<td><span class="ml-20">2002</span></td>
</tr>
</tbody>
</table>
</section>
</div>
</main>
<footer id="footer"></footer>
<script src="./assets/scripts/index.js"></script>
</body>
</html>