-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
67 lines (63 loc) · 1.84 KB
/
contact.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
<!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 href="showreel.html">Showreel</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a id="active" 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>Contact</h1>
<section>
<h2>feel free to contact me</h2>
<p> If you like what you see here,and want to have your fx,compositing,motion graphics or editing work done feel free to contact me , I will be very happy to work with you.
<br>
<br> Thank you for stopping by,
<br> Rachid Nasr
<div id="socialMedia">
<a id="face" href="https://www.facebook.com/" target="_blank"></a>
<a id="twitter" href="https://twitter.com/" target="_blank"></a>
<a id="linkedin" href="https://www.linkedin.com/" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/" target="_blank"></a>
<a id="plus" href="https://plus.google.com/collections/featured" target="_blank"></a>
<a id="vimeo" href="https://vimeo.com/" target="_blank"></a>
</div>
</p>
</section>
</article>
<footer>
<address>
© 2016 Rachid Nasr
</address>
</footer>
</div>
</body>
</html>