-
Notifications
You must be signed in to change notification settings - Fork 1
/
norman_mclaren.php
36 lines (32 loc) · 2.07 KB
/
norman_mclaren.php
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
<?php
$pageTitle = "Norman Mclaren";
$pageCurrent = "norman_mclaren";
$section = "home";
?>
<?php include('inc/header.php'); ?>
<div class="content-left grid_9">
<h4>Norman Mclaren</h4>
<div class="fit-vids">
<iframe src="http://player.vimeo.com/video/17376892?title=0&portrait=0" width="894" height="500" frameborder="0"></iframe>
</div>
<p>
The Norman Mclaren project started as an assignment of my animation history class. The professor gave each student an important figure in animation history, asking us to utilize the new media technology to reintroduce these historic figures. I was given the guy named Norman Mclaren. After a lot of research about this guy and watching plenty works of his, I found out he was a famous Canadian Animation after world war II. But the problem came after. Those works which were so successful back in the 1930s were already out of date nowadays. If I just use his works as the footage to make a simple introductory video like what other students did, it would be a very boring piece, at least it would not be visually appealing to my audience. So I decided to redesign his art and attach my unique style into it, using the format of title sequence, which is my specialty and interest point, to tell a short story about Norman's life. With this idea in mind, I started story boards sketching and style picking, and after several days studio work, the final piece you see here came out. I was worried that this piece wouldn't fit in the professor's criteria. But it turned out my radical innovation was welcomed by the professor and the students, they gave me a lot of very positive feedback on this piece. Now, I am pretty happy with the final result, just wish I could get some extra credit from this piece.
</p>
</div>
<script>
// Basic FitVids Test
$(".fit-vids").fitVids();
</script>
<div class="sidebar grid_3">
<h3>Norman Mclaren</h3>
<p>
Show Opening</br>
March 1, 2014</br>
Random
</p>
<?php include('inc/share.php'); ?>
<!-- Previous/Next -->
<?php include('inc/previous_next.php'); ?>
<!-- Previous/Next ends -->
</div>
<?php include('inc/footer.php'); ?>