-
Notifications
You must be signed in to change notification settings - Fork 0
/
starwars.html
43 lines (43 loc) · 1.84 KB
/
starwars.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimumscale=1.0, maximum-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./styles.css" />
<link rel="shortcut icon" type="image/x-icon" href="media/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rokkitt|Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700" rel='stylesheet'>
<title>Ryan Bell</title>
</head>
<body>
<header>
<a class="inner" href="./index.html" >RYAN BELL</a>
</header>
<div class = "project-page">
<p class="tagline">Star Wars Edit</p>
<div class = "image-list">
<p>I edited the three Star Wars prequels into one movie using Blender for a total runtime of 2h 3m with credits.
Almost every visual cut required audio fade ins and outs since background music isn't consistent.
It was a ~3 month process that included 2 early cut showings to friends for feedback</p>
<!--Need to make this a click to expand probs-->
<img src = "./media/resize.png">
<p>90 cuts</p>
<img src = "./media/scrollImage.png">
<p>Words in opening crawl: 86</p>
<img src = "./media/deletedScene.png">
<p>1 deleted scene reincluded</p>
<img src = "./media/starwars_prequel_posters.jpg">
<p>Total time of raw footage: 7h 45m</p>
<!--<p>episode I - 2h 16m</p>-->
<!--- 17m-->
<!--<p>episode II - 2h 22m</p>-->
<!--- 15m-->
<!--<p>episode III - 2h 20m</p>-->
<!--- 15m-->
<!--Characters axed or plotlines skipped-->
</div>
</div>
</body>
</html>