-
Notifications
You must be signed in to change notification settings - Fork 0
/
education.html
91 lines (86 loc) · 5.37 KB
/
education.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
91
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Faye Butler Portfolio Site</title>
<meta name="description" content="A portfolio site for Faye Butler">
<link href="https://fonts.googleapis.com/css?family=Gentium+Basic|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="favicon.ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon.ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon.ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon.ico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon.ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon.ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon.ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon.ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon.ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon.ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon.ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon.ico/favicon-16x16.png">
<link rel="manifest" href="favicon.ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicon.ico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="header">
<a href="index.html"><div id="header-img">
<img src="images/profile.jpg" />
</div></a>
<a href="index.html"><div id="header-text">
<h1>Faye Butler</h1>
<a href="mailto:[email protected]"><p>[email protected]</p></a>
<p id="contact"><a href="https://github.com/fayebutler" target="_blank"><i class="fab fa-github"></i></a> <a href="https://www.linkedin.com/in/faye-butler-579112a0/" target="_blank"><i class="fab fa-linkedin"></i></a> <a href="https://www.instagram.com/fayealexandrabutler/" target="_blank"><i class="fab fa-instagram"></i></a></p>
</div></a>
</div>
<div id="main">
<div class="section">
<div class="section-header">
<h2>Bournemouth University</h2>
</div>
<div class="section-text">
<div class="experience-section">
<h4>Major Project</h4>
<div class="vimeo-wrapper">
<iframe src="https://player.vimeo.com/video/135363462" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<p>A.R.T. of Sight</p>
<p>I worked with a partner throughout my final year to create a live action film about augmented reality with photo real visual effects. I worked in Houdini mainly to create the visual effects seen in the film, and my partner was responsible for camera work and compositing.</p>
</div>
<div class="experience-section">
<h4>Computing for Animation Group Project</h4>
<div class="vimeo-wrapper">
<iframe src="https://player.vimeo.com/video/135365226" width="640" height="376" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<p>Colossal Riot - A crowd simulation game</p>
<p>Worked in a group of five to produce a real time crowd simulation game using C++, openGL and lua.</p>
<p>You can see the project <a href="https://github.com/fayebutler/Colossal-Riot" target="_blank">here</a>.</p>
</div>
<div class="experience-section">
<h4>Computing for Animation Individual Project</h4>
<div class="vimeo-wrapper">
<iframe src="https://player.vimeo.com/video/135363460" width="640" height="240" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<p>I created a computer game based on the Labyrinth board game using C++, openGl and Bullet physics.</p>
<p>You can see the code <a href="https://github.com/fayebutler/Labyrinth-Game" target="_blank">here</a>.</p>
</div>
<!-- <div class="experience-section">
<h4>Innovations Project</h4>
</div>
2014-15 Innovations - working individually to produce an abstract real time audio reactive piece. https://vimeo.com/136652972
2014-15 Masterclass - working individually in Houdini on a project set by visual effects company Double Negative to procedurally disintegrate a zombie. https://vimeo.com/176936880
Other units completed in this degree: Maths for Computer Graphics, Animation, Life Drawing, Cinematography, Design.-->
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script src="js/main.js" async></script>
</body>
</html>