-
Notifications
You must be signed in to change notification settings - Fork 0
/
demoReel.html
29 lines (26 loc) · 1.25 KB
/
demoReel.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
<!DOCTYPE html>
<html>
<head>
<title>Demo Reel</title>
<link rel="stylesheet" type="text/css" href="site.css">
</head>
<body>
<Menu class="topnav">
<div class="home"><a href='index.html'><strong>Home</strong></a></div>
<ul class="links">
<li><a href='demoReel.html'><strong>Demo Reel</strong></a></li>
<li class="dropdown"><span><strong>My Work ▾</strong></span>
<ul class="dropdown-menu">
<li><a href='myWork.html'>FX</a></li>
<li><a href='myWork.html'>Environments</a></li>
<li><a href='myWork.html'>Shading</a></li>
<li><a href='myWork.html'>Procedural</a></li>
</ul>
</li>
</ul>
</Menu>
<div class="spacer"></div>
<iframe src="https://player.vimeo.com/video/389160990" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<p><em>Link to my demo reel:</em><a href="https://vimeo.com/manage/389160990/general" target="blank" rel="noreferrer noopener">Here</a></p>
</body>
</html>