-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
66 lines (51 loc) · 2.1 KB
/
resume.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
<div class="resumePage page" ng-swipe-left="responsive.selectPage(5)" ng-swipe-right="responsive.selectPage(7)">
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Resume
<small>Life In Numbers</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">Resume</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Intro Content -->
<div class="row">
<div class="col-md-6">
<h4>2015 – 2016 |<a href="https://nycda.com/" target="_blank"> The New York Code + Design Academy</a></h4>
Web Development / Front-End
<h4>2015 – 2016 |<a href="http://www.online-vfx.ru/" target="_blank"> OVFX Postproduction School</a></h4>
Nuke : Compositing Artist<br>
Houdini : 3D Artist<br>
Houdini : Tool Development<br>
Houdini : Advanced Mantra Rendering<br>
Houdini : The Art of Destruction<br>
<h4>2001 – 2003 | SAE Institute Amsterdam</h4>
Multimedia Development Diploma<br>
<h4>1997 – 2000 | Delft University of Technology</h4>
Master’s Degree, Aerospace Engineering.<br>
<h4>1992 – 1996 | National Aerospace University -'Kharkiv Aviation Institute'</h4>
Bachelor’s Degree, Aeronautical Engineering.<br>
Бакалавр, Самолетостроение <br>
<h4>1989 – 1992 | Lycee Ibn Al Mouakkit -Casablanca</h4>
Baccalauréat Technique -Mechanical Engineering.
</div>
</div>
<!-- /.row -->
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Rachid 2016</p>
</div>
</div>
</footer>
</div>
</div>