-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
304 lines (290 loc) · 9.79 KB
/
contact.html
File metadata and controls
304 lines (290 loc) · 9.79 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Επικοινωνία Ιδρύματος</title>
<style type="text/css">
<!--
.space {
margin-right: 15px;
}
.grey {
background-color: #474749;
border-spacing:0px;
}
.text {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474749;
}
.andreou {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ED6D25;
}
.white {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}
.margin {
margin-left: 10px;
}
.line {
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #FFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}
a:link {
text-decoration: none;
color: #C8B299;
}
a:visited {
text-decoration: none;
color: #C8B299;
}
a:hover {
text-decoration: none;
color: #C8B299;
}
a:active {
text-decoration: none;
color: #C8B299;
}
.lang {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}
.whitebio {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
margin-left: 10px;
}
.whitebio2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
margin-right: 10px;
}
.bio {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 22px;
color: #FFF;
padding-left: 31px;
padding-top: 50px;
}
.space2 {
padding-top: 0px;
padding-bottom: 30px;
}
.sub {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #C8B299;
padding-left: 54px;
}
body {
background-color: #474749;
}
.chrono {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFF;
margin-right: 8px;
}
.chrono2 {
margin-top: 20px;
margin-left: 32px;
}
.dates {
margin-left: 32px;
}
.tooltip {
display:none;
position:absolute;
border:1px solid #333;
background-color:#161616;
border-radius:5px;
padding:10px;
color:#fff;
font-size:12px Arial;
}
.sub2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #C8B299;
margin-left: 160px;
}
.right {
text-align: right;
}
.fields {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
background-color: #474749;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #FFF;
border-top-style: none;
border-right-style: none;
border-left-style: none;
height: 30px;
border-spacing:0px;
}
.fields2 {
border-left-width: thin;
border-left-style: solid;
border-left-color: #FFF;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #FFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
background-color: #474749;
border-top-style: solid;
border-right-style: solid;
margin-top: 15px;
border-top-width: thin;
border-right-width: thin;
border-top-color: #FFF;
border-right-color: #FFF;
}
.fields3 {
padding-top: 10px;
}
-->
</style>
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// Tooltip only Text
$('.masterTooltip').hover(function(){
// Hover over code
var title = $(this).attr('title');
$(this).data('tipText', title).removeAttr('title');
$('<p class="tooltip"></p>')
.text(title)
.appendTo('body')
.fadeIn('slow');
}, function() {
// Hover out code
$(this).attr('title', $(this).data('tipText'));
$('.tooltip').remove();
}).mousemove(function(e) {
var mousex = e.pageX + 20; //Get X coordinates
var mousey = e.pageY + 10; //Get Y coordinates
$('.tooltip')
.css({ top: mousey, left: mousex })
});
});
</script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.lightbox-0.5.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" />
<script type="text/javascript">
$(function() {
$('a.lightbox').lightBox();
});
</script>
</head>
<body bgcolor="#474749" onload="MM_preloadImages('images/arxiki btn on over.png')">
<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0" class="grey" >
<tr>
<td width="394" align="center"><table width="1024" border="0">
<tr>
<td width="244"><a href="index.html"><img src="images/logo andreou.png" width="244" height="139" border="0" /></a></td>
<td align="right" valign="top"> <span class="lang"><span class="andreou"><a href="viografia.html">GR.</a> </span></span><a href="contact.html">EN.</a> <a href="contact.html">FR.</a> <a href="https://www.facebook.com/pages/%CE%8A%CE%B4%CF%81%CF%85%CE%BC%CE%B1-%CE%9A%CF%8E%CF%83%CF%84%CE%B1-%CE%91%CE%BD%CE%B4%CF%81%CE%AD%CE%BF%CF%85/166971170020445" target="_blank"><img src="images/facebook icon.png" alt="" width="19" height="19" border="0" /></a></td>
</tr>
</table>
<table width="970" border="0">
<tr>
<td align="right"><a href="index.html"><img src="images/BTN-WHITE-arxiki.png" width="65" height="17" border="0" class="space" /></a><a href="viografia.html"><img src="images/BTN-WHITE-bio.png" width="96" height="17" border="0" class="space" /></a><a href="erga.html"><img src="images/BTN-WHITE-erga.png" width="45" height="17" border="0" class="space" /></a><a href="diagonismoi.html"><img src="images/BTN-WHITE-diagonismoi.png" width="116" height="17" border="0" class="space" /></a><a href="contact.html"><img src="images/BTN-WHITE-epikoinonia.png" width="113" height="17" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td align="right"> </td>
</tr>
<tr>
<td align="left"><table width="961" border="0" class="dates">
<tr>
<td><p><img src="images/epikoinonia andreou.png" width="187" height="38" /></p>
<p><img src="images/LINE WHITE.png" width="959" height="7" /></p></td>
</tr>
</table>
<table width="961" border="0" cellpadding="0" cellspacing="0" class="dates">
<tr>
<td width="160" rowspan="2" valign="top"><img src="images/logo white.png" width="148" height="105" /></td>
<td width="135" rowspan="2" align="center"><img src="images/line diagonal.png" width="65" height="251" /></td>
<td width="160"><img src="images/find us.png" width="74" height="23" /></td>
</tr>
<tr>
<td valign="top"><p class="white">Χατζή 25, Αθήνα <br />
11141 Ελλάδα<br />
Τηλ. 6942059172<br />
<a href="mailto:info@andreoufoundation.org">info@andreoufoundation.org</a></p>
<p class="white">* Πιθανή επίσκεψη στο χώρο της γλυπτοθήκης του Κώστα Ανδρέου γίνεται κατόπιν ραντεβού.</p></td>
</tr>
</table>
<table width="961" border="0" class="dates">
<tr>
<td><p> </p>
<p><img src="images/LINE WHITE.png" alt="" width="961" height="7" /></p></td>
</tr>
</table></td>
</tr>
<tr class="grey">
<td align="right"> </td>
</tr>
<tr class="grey">
<td align="center"><table width="1010" border="0">
<tr>
<td width="148" rowspan="3"><a href="index.html"><img src="images/logo white.png" width="148" height="105" border="0" /></a></td>
<td width="100" class="line"><a href="index.html">ΑΡΧΙΚΗ</a></td>
<td width="100" class="line"><a href="viografia.html">ΒΙΟΓΡΑΦΙΑ</a></td>
<td width="100" class="line"><a href="erga.html">ΕΡΓΑ</a></td>
<td width="100" class="line"><a href="diagonismoi.html">ΔΙΑΓΩΝΙΣΜΟΙ</a></td>
<td width="210" class="line"><a href="contact.html">ΕΠΙΚΟΙΝΩΝΙΑ</a></td>
<td align="right"><span class="white">FOLLOW US </span><a href="https://www.facebook.com/pages/%CE%8A%CE%B4%CF%81%CF%85%CE%BC%CE%B1-%CE%9A%CF%8E%CF%83%CF%84%CE%B1-%CE%91%CE%BD%CE%B4%CF%81%CE%AD%CE%BF%CF%85/166971170020445" target="_blank"><img src="images/facebook icon.png" width="19" height="19" border="0" /></a></td>
</tr>
<tr>
<td> </td>
<td valign="top" class="white"><a href="viografia.html">ΒΙΟΓΡΑΦΙΚΟ</a><br />
<span class="space"><a href="xronologio.html">ΧΡΟΝΟΛΟΓΙΟ</a></span> <br /></td>
<td valign="top" class="white"><a href="erga.html#glipta">ΓΛΥΠΤΑ</a><br />
<a href="erga.html#ladia">ΛΑΔΙΑ</a><br />
<a href="erga.html#meletes">ΜΕΛΕΤΕΣ</a><br />
<a href="erga.html#allaerga">ΑΛΛΑ ΕΡΓΑ</a><br />
<a href="ergo.html">ΣΥΝΟΛΙΚΟ ΕΡΓΟ</a></td>
<td> </td>
<td valign="top" class="white">Χατζή 25, Αθήνα 11141 Ελλάδα<br />
Τηλ. 6942059172 <br />
Email <a href="mailto:info@andreoufoundation.org">info@andreoufoundation.org</a></td>
<td> </td>
</tr>
<tr>
<td colspan="6"> </td>
</tr>
<tr>
<td colspan="7" align="center" class="white">All Rights Reserved © Ίδρυμα Κώστα Ανδρέου, Custom Design <a href="http://www.oneintwo.gr">One in Two Design</a></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>