-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
74 lines (66 loc) · 3.13 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
---
layout: default
title: Get in touch
subtitle: Any questions or remarks? Ideas? Please let us know!
permalink: /contact/
image: /img/backgrounds/ordina.png
---
<section id="one" class="wrapper spotlight style2">
<div class="inner">
<a href="#" class="image spotlight-image" style="border-radius: inherit;">
<img src="/img/jworks/jworks-400x400.png" alt="" style="border-radius: inherit;">
</a>
<div class="content">
<h2 class="major">About Ordina JWorks</h2>
<p>
Want to develop a new Java solution? Or modify your existing Java applications? Our consultants and
teams build innovative solutions with Java and in the cloud. To support them in that mission, we have
several <b>Competence Centers</b>. From within those Competence Centers, we provide coaching to the employee
and expert advice towards our customer. In order to keep in sync with the latest technologies and the
latest trends, we frequently visit <b>conferences</b> around the globe.
</p>
</div>
</div>
</section>
<section id="two" class="wrapper alt spotlight style1">
<div class="inner">
<div class="content">
<div class="features">
<article>
<a href="#" class="image article-image">
<img src="/img/contact/pieter-vandenwyngaert.jpg" alt="">
</a>
<h3 class="major">Pieter Van den Wyngaert</h3>
<h5>Business Unit Manager</h5>
<ul class="contact">
<li class="fa-phone"><a href="tel:+32486448521">+32 486 44 85 21</a></li>
<li class="fa-envelope"><a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</article>
<article>
<a href="#" class="image article-image">
<img src="/img/contact/barbara-cleeren.webp" alt="Image of Barbara Cleeren">
</a>
<h3 class="major">Barbara Cleeren</h3>
<h5>Operations Lead</h5>
<ul class="contact">
<li class="fa-phone"><a href="tel:+32477703987">+32 477 70 39 87</a></li>
<li class="fa-envelope"><a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</article>
</div>
</div>
</section>
<section id="three" class="wrapper spotlight style3">
<div class="inner">
<div class="content">
<h2 class="major">Our Offices</h2>
<div style="width: 100%; height: 684px; overflow: hidden;">
<iframe src="https://www.google.com/maps/d/u/2/embed?mid=1_nX02_fokB_wuUj7AABu_JtNJQqwycc&ehbc=2E312F&noprof=1"
width="100%" height="100%" frameborder="0" style="position:relative; bottom:70px;" allowfullscreen></iframe>
</div>
</div>
</div>
</section>