-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (51 loc) · 2.74 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Barnaby</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500&family=Lato:wght@400;700;900&family=Open+Sans:wght@400;600&family=PT+Sans:wght@700&display=swap" rel="stylesheet">
<link href="dist/lity.css" rel="stylesheet">
<script src="vendor/jquery.js"></script>
<script src="dist/lity.js"></script>
</head>
<body>
<div class="center">
<div class="title">BARNABY FREDRIC</div>
<div class="navbar">
<ul class="nav">
<li>
<a href="index.html">SHOWREEL</a>
</li>
<li>
<a href="work.html">WORK</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
<li>
<a href="contact.html">CONTACT</a>
</li>
</ul>
</div>
<div class="content">
<div class="self-pic">
<img id="barn-photo" src="img/barn_circle.png" alt="Me.">
</div>
<div class="blurb">
<p>
I'm a Freelance Video Editor/Motion Graphics Designer and Videographer.<br><br>
I first got into video when I was training as an Actor at Toi Whakaari: NZ Drama School in Wellington. I love acting and always wanted to do more than was being offered to me, so the logical step was to start making my own films. Soon I found the video work was far outweighing my acting work and it became my main occupation.
<br><br>
After 3 Years experience working as an Editor and Cameraman for DDB in Auckland, I decided to branch out into Freelancing in late 2016. Since then I have worked on several varied and fun projects including Directing as well as Editing.
<br><br>
I enjoy all aspects of film making and have made several successful films including taking out Grand National Champion of the 48 Hour film competition in 2015 with our film "Breadwinner".
<br><br>
I like working on a variety of different projects in different roles and when Directing, I bring the twin perspectives of an Actor and Editor, allowing me to hold a strong vision for the project and communicate it clearly with creative and technical people alike. Please get in touch if you would like to work with me.
</p>
</div>
</div>
</div>
</body>
</html>