forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
43 lines (43 loc) · 929 Bytes
/
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
---
layout: page
title: Contact
---
<div id="dsg_contact" class="container">
<div class="row">
<div class="col-md-6">
<iframe
width="100%"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place
?key=AIzaSyDdMpqCokUvqJ-JwfIGbK_Z8obbpj9YI4I
&q=TEI+Stereas+Elladas,+Lamia+Greece" allowfullscreen>
</iframe>
</div>
<div class="col-md-6">
<h2>
<strong>
University of Applied Sciences of Central Greece
<br />
School of Tecnhological Applications
</strong>
</h2>
<h3>
3rd klm Old National Road to Athens
<br />
GR-35100 Lamia
<br />
Greece
</h3>
<p>
<strong>Tel</strong> : +30-22310-60165
<br />
<strong>Fax</strong> : +30-22310-33945
<br />
<strong>email</strong> : [email protected]
<br />
<strong>Attn</strong> : Prof. Stavros A. Karkanis
</p>
</div>
</div>
</div>