-
Notifications
You must be signed in to change notification settings - Fork 0
/
2015-2016-week2f.html
63 lines (47 loc) · 1.7 KB
/
2015-2016-week2f.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
<html>
<head>
<title>Resources - Gesture Drawing and Poses</title>
<link rel="shortcut icon" href="Images/favicon.ico">
<link rel="stylesheet" type="text/css" href="main.css">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="gallery.js"></script>
</head>
<body>
<div class="skyContainer">
<div class="skyLeft"></div>
<div class="skyRight"></div>
</div>
<div class="menu">
<a href="index.html" class="home"></a>
<a href="gallery.html" class="gallery"></a>
<a href="calendar.html" class="calendar"></a>
<a href="resources.html" class="resources"></a>
<a href="https://www.facebook.com/groups/141012042748209/" class="contact"></a>
</div>
<div class="mainBox">
<div class="padding">
<div class="leftBorder"></div>
<div class="rightBorder"></div>
<h1><span style="color: #2b9ec6;">A</span>nimation <span style="color: #2b9ec6;">A</span>nteaters</h1>
<br><br><br><br><br><br><br><br><br>
<a href="resources.html" class="b">Back</a>
<h2 class="blue">Gesture Drawing and Poses</h2>
<table class="pics">
<tr>
<td><div class="cont"><img src="Images/Resources/2015-2016/fall/week2/Poses.jpg" class="thumb" title="Dynamic Poses and Silhouettes"></div></td>
</tr>
</table>
</center>
<center>
<img src="Images/sleeping.gif">
</center>
<br><br><br>
<div class="footer">
Join our <a href="mailing.html" class="b">mailing list</a> || Email us at [email protected]
</div>
</div>
</div>
</body>
</html>