-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
76 lines (67 loc) · 3.26 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
68
69
70
71
72
73
74
75
<div class="thirdPage page" ng-swipe-left="responsive.selectPage(6)" ng-swipe-right="responsive.selectPage(0)">
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Contact
<small>Send me a Message</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">Contact</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Content Row -->
<div class="row">
<!-- Map Column -->
<div class="col-md-8">
<!-- Embedded Google Map -->
<!-- <iframe width="100%" height="400px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?hl=en&ie=UTF8&ll=37.0625,-95.677068&spn=56.506174,79.013672&t=m&z=4&output=embed"></iframe>-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d155888.75622277698!2d4.758529417134728!3d52.374738756967595!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c63fb5949a7755%3A0x6600fd4cb7c0af8d!2sAmsterdam!5e0!3m2!1sen!2snl!4v1477835227390" width="100%" height="400px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
<!-- Contact Details Column -->
<div class="col-md-4">
<h3>Contact Details</h3>
<p>
VoorbeeldSt. 21<br>1010 KS, AMSTERDAM<br>
</p>
<p><i class="fa fa-phone"></i>
<abbr title="Phone">P</abbr>: (+31) 625-521-251</p>
<p><i class="fa fa-envelope-o"></i>
<abbr title="Email">E</abbr>: <a href="mailto:[email protected]">[email protected]</a>
</p>
<p><i class="fa fa-clock-o"></i>
<abbr title="Hours">H</abbr>: Monday - Friday: 9:00 AM to 5:00 PM</p>
<ul class="list-unstyled list-inline list-social-icons">
<li>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a>
</li>
<li>
<a href="https://nl.linkedin.com/in/rachid-nasr-1500368b" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>
</li>
<li>
<a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>
</li>
<li>
<a href="https://plus.google.com/collections/featured" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i></a>
</li>
</ul>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Rachid 2016</p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
</div>