-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
73 lines (69 loc) · 2.29 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!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 id="active" href="about.html">About</a></li>
<li><a href="showreel.html">Showreel</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<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>
</div>
<article class="content">
<h1>About</h1>
<section>
<img id="me" src="img/rachidBW.jpg" alt="">
<h2>About me</h2>
<p>My name is Rachid Nasr, I am an VFX Artist working mainly with Houdini and nuke software,I am comfortable doing both compositing and fx work,I graduated from the <a href="http://www.online-vfx.ru/" target="_blank">OVFX school</a> .</p>
</section>
<section>
<h2>Skills</h2>
<p>I am trained to do almost the whole shot in Houdini whether it's classical modeling or procedural,shading in VEX builder ,rigging and animation ,dynamics and fluid simulation and off course rendering in mantra.I can also write my own tools in Houdini with help of VEX,python or C/C++,although sinds houdini 12 appeared the possibility to run VEX code on points and vertex there is no need more to write C++ code you can do whatever you want with VEX. After the final rendering,I can assemble the shot in nuke software,with different passes ,The foundry nuke software is famous for the fact that you have total control on every pixel on your shot. </p>
</section>
<section>
<h2>Softwares:</h2>
<p>
<ul>
<li>HOUDINI</li>
<li>NUKE</li>
<li>PySIde/Python</li>
<li>HDK/C++/Git</li>
<li>VEX</li>
<li>PTGui</li>
</ul>
</p>
</section>
</article>
<footer>
<address>
© 2016 Rachid Nasr
</address>
</footer>
</div>
</body>
</html>