-
Notifications
You must be signed in to change notification settings - Fork 0
/
bumper.html
25 lines (23 loc) · 988 Bytes
/
bumper.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
<meta name="viewport" content="width=device-width">
<title>Rud Bumper Project</title>
<link href="skeleton.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<h2>Advanced Motion Graphics</h2>
<h3>Valencia | DIG 2341</h3>
</header>
<main>
<h5>Assignment: Bumper Project</h5>
<video width="50%" controls>
<source src="videos/Bumper.mp4" type="video/mp4">
</video>
<div class="description">
<p>15 second Bumper for the ASP, now known as the WSL since they rebranded a few years ago. This is the organization who run all professional surfing contests around the world. I redrew the logo in Adobe Illustrator and animated in After Effects along with a few layers I had to recreate in After Effects. I hope you enjoy.</p>
</div>
<button><a href="index.html">Return to Project List</a></button>
</main>
<script src="script.js"></script>
</body>
</html>