-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshowreel.html
72 lines (68 loc) · 2.2 KB
/
showreel.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Rachid Nasr Portfolio</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<header>
<a href="#"><img id="Insert_logo" src="inspiration/logo2.jpg" alt="Logo" /></a>
</header>
<div class="sidebar1">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a id="active" href="showreel.html">Showreel</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<aside>
<div class="card">
<br /><img class="logo" src="img/rn_logo.png" />
<b class="B1">Rachid Nasr</b>
<br />
<br />
<br />
<br /> Cleyndertweg 21
<br /> 1010 KS, AMSTERDAM
<br /> info@ rachidnasr.com
<br /> tel : +31.625.521.251
<br />
<br />
</div>
</aside>
</div>
<article class="content">
<h1>Showreel</h1>
<section>
<h2>Compositing Reel 2015</h2>
<p>
<iframe width="660" height="415" src="https://www.youtube.com/embed/w5sCgbgukjo" frameborder="0" allowfullscreen></iframe>
</p>
</section>
<section>
<p>This is my compositing reel from the course <a href="http://www.online-vfx.ru/component/content/article/80-nuke-comp-artist" target="_blank">Nuke:Compositing Artist</a> where i had the chance to work on 9 real world shots from the movie <a href="http://www.imdb.com/title/tt2094767/" target="_blank">August. Eighth (2012)</a> </p>
</section>
<section>
<h2>Houdini FX Reel 2015</h2>
<p>
<iframe width="660" height="415" src="https://www.youtube.com/embed/sGMp67HdxTU" frameborder="0" allowfullscreen></iframe>
</iframe>
</p>
</section>
<section>
<p>This is my FX reel from the course <a href="http://www.online-vfx.ru/course-and-masters/82-houdini-3d-artist" target="_blank">Houdini:3D Artist</a> where i had the chance to work on some real world shots from the movie <a href="http://www.imdb.com/title/tt2094767/" target="_blank">August. Eighth (2012)</a> </p>
</section>
</article>
<footer>
<address>
© 2016 Rachid Nasr
</address>
</footer>
</div>
</body>
</html>