-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilms.html
90 lines (84 loc) · 2.83 KB
/
films.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
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
88
89
90
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Felipe Retrepo 13651</title>
<link href="films.css" rel="stylesheet"/>
<meta name="viewport" content="width=device-width,
intitial-scale=1.0">
</head>
<body>
<header>
<nav class="navlist">
<ul>
<li id="shorth"><a href="index.html">home</a></li>
<!-- <li><a href="pop.html">pop-art-icon</a></li> -->
<!-- <li><a href="velvet.html">velvet underground</a></li> -->
<li id="short1"><a href="films.html">films</a></li>
<li><a href="iconiccovers.html">iconic covers</a></li>
<li><a href="childhood.html">childhood</a></li>
<li id="short2"><a href="extra.html">Extra</a></li>
</ul>
</nav>
</header>
<h1 id="title">Andy Warhol </br> Film Project</h1>
<video class="joy" controls autoplay muted src="warholvideo.mp4"
width=35%>
</video>
<h1 id="salvador">Salvador Dali 1966</h1>
<div class="salflex">
<img id="salpic"src="salvador.jpg"/>
<p id="saldes">The reunion of two art geniuses: the Pop Art master Andy Warhol directs the master of Surrealism Salvador Dalí in this short film where the Spanish artist pays a visit to The Factory where he gets the chance to meet rock group The Velvet Underground.</p>
</div>
<h1 id="cowboys">Lonesome Cowboys</h1>
<div class="cowflex">
<p id="cowdes">Five lonesome cowboys get all hot & bothered at home en the range after confronting Ramona Alvarez and her nurse.</p>
<img id="cowpic" src="cowboys.png"/>
</div>
<h1 id="bad">Andy warhol's Bad</h1>
<div class="badflex">
<img id="badpic"src="bad.png"/>
<p id="baddes">Hazel makes extra money by providing ruthless women to do hit jobs. K.T. is a parasite, and contacts Hazel looking for work. She decides to try him on a trial basis. Meanwhile, the local cop she pays off wants an arrest to make it look like he's actually doing his job, but she doesn't want to sacrifice any of her "associates." Several other side plots are woven in, populated with characters from the sleazy side of life.</p>
</div>
<h1 id="tabletext">Andy Warhol Film History</h1>
<table>
<tr>
<th width="35%">film</th>
<th width="35%">cast</th>
<th width="35%">year</th>
</tr>
<tr>
<td>sleep</td>
<td>John Giorno</td>
<td>1963</td>
</tr>
<tr>
<td>Phillip and Gerard</td>
<td>Phillip Fagan, Gerard Malanga</td>
<td>1964</td>
</tr>
<tr>
<td>sunset</td>
<td>Nico</td>
<td>1967</td>
</tr>
<tr>
<td>San Diego Surf</td>
<td>Eric Emerson, Taylor Mead</td>
<td>1968</td>
</tr>
<tr>
<td>Andy warhol's Bad</td>
<td>Carroll Baker, Perry King, Susan Tyrrell</td>
<td>1977</td>
</tr>
</table>
</body>
<footer>
<ul>
<li>Felipe</li>
<li>Restrepo</li>
<li>13651</li>
</ul>
</footer>
</html>