-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirector-spotlight.html
60 lines (53 loc) · 2.48 KB
/
director-spotlight.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class = "director-spotlight">
<table cellspacing = "20">
<thead><h1>Director Spotlight</h1></thead>
<thead><img src="images/agnes-varda-4.jpeg" class="responsive">
</thead>
<tr>
<td>
“I just didn’t see films when I was young. I was stupid and naïve.
Maybe I wouldn’t have made films if I had seen lots of others;
maybe it would have stopped me. I started totally free and crazy and innocent.
Now I’ve seen many films, and many beautiful films. And I try to keep a certain level of quality of my films.
I don’t do commercials, I don’t do films pre-prepared by other people, I don’t do star system.
So I do my own little thing.”
</td>
</tr>
</table>
</div>
<table cellspacing = "20">
<tr>
<td><a href="buzz.html" title="buzz hover text"><img src="images/agnes-varda-2.png" alt="mia profile picture" class="responsive"></a></td>
<td><img src="images/agnes-varda 3.png" class="responsive"></td>
</tr>
</table>
<a href="buzz.html" title="buzz hover text"><img src="images/agnes-varda-5.jpeg" alt="mia profile picture" class="responsive">
</a>
<div class = "director-spotlight-bio">
<table cellspacing = "20">
<thead><h1>Agnes Varda</h1></thead>
<tr>
<td>
</td>
</tr>
</table>
</div>
<script src="" async defer></script>
</body>
</html>