-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCyprusWords.html
235 lines (217 loc) · 7.58 KB
/
CyprusWords.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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="icon"
href="Asset/euro_flag.jpg" />
<title>GreekWords</title>
<link href="wordSounds.css" rel="stylesheet" type="text/css">
</head>
<body background="Asset/cyprusfinal1.gif">
<script type="text/javascript">
function playNai(){
var sound = document.getElementById("nai");
sound.play();
}
function playOxi(){
var sound = document.getElementById("oxi");
sound.play();
}
function playEuxaristw(){
var sound = document.getElementById("euxaristw");
sound.play();
}
function playParakalw(){
var sound = document.getElementById("Parakalw");
sound.play();
}
function playSeParakalw(){
var sound = document.getElementById("separakalw");
sound.play();
}
function playGeia(){
var sound = document.getElementById("geia");
sound.play();
}
function playKalimera(){
var sound = document.getElementById("kalimera");
sound.play();
}
function playKalinixta(){
var sound = document.getElementById("kalinixta");
sound.play();
}
function playXairete(){
var sound = document.getElementById("xairete");
sound.play();
}
function playXairw(){
var sound = document.getElementById("xairw");
sound.play();
}
function playPwsSeLene(){
var sound = document.getElementById("pwsselene");
sound.play();
}
function playMeLene(){
var sound = document.getElementById("melene");
sound.play();
}
function playPwsEisai(){
var sound = document.getElementById("pwseisai");
sound.play();
}
function playEimaiKala(){
var sound = document.getElementById("eimaikala");
sound.play();
}
function playDenEimaiKala(){
var sound = document.getElementById("deneimaikala");
sound.play();
}
</script>
<div id="container">
<div id="header">
<h1>Learn greek Words</h1>
</div>
<div id="main_page">
<div id="back"> <a href="LearningOption.html"><img id="back_img" src="Asset/back.png" width="80" height="80"/></a></div>
<div id="home"> <a href="Index2.html"><img id="home_img" src="Asset/home.png" width="80" height="80"/></a></div>
<div id="id_papiros"><img id="papiros" src="Asset/papyrus.gif" /></div>
<table id="table_lang" >
<tr>
<td style="font-size:25px;"> English </td>
<td style="font-size:25px;"> Greek </td>
<td style="font-size:25px;"> Sound</td>
</tr>
<tr>
<td> Yes </td>
<td> Ναι </td>
<td><a onclick="playNai();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="nai">
<source src="Asset/words_sounds/Ναι.ogg" hidden="true">
<source src="Asset/words_sounds/Ναι.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> No </td>
<td> Όχι </td>
<td><a onclick="playOxi();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="oxi">
<source src="Asset/words_sounds/Οχι.ogg" hidden="true">
<source src="Asset/words_sounds/Οχι.mp3" hidden="true">
</audio>
</a></td>
</tr>
<tr>
<td> Thank you </td>
<td> Ευχαριστώ </td>
<td><a onclick="playEuxaristw();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="euxaristw">
<source src="Asset/words_sounds/Ευχαριστω.ogg" hidden="true">
<source src="Asset/words_sounds/Ευχαριστω.ogg" hidden="true">
</audio>
</a></td>
</tr>
<tr>
<td> Please </td>
<td> Παρακαλώ </td>
<td><a onclick="playParakalw();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="Parakalw">
<source src="Asset/words_sounds/Παρακαλω.ogg" hidden="true">
<source src="Asset/words_sounds/Παρακαλω.mp3" hidden="true">
</audio>
</a></td>
</tr>
<tr>
<td> Excuse me </td>
<td> Σε παρακαλώ </td>
<td><a onclick="playSeParakalw();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="separakalw">
<source src="Asset/words_sounds/Σε παρακαλω.ogg" hidden="true">
<source src="Asset/words_sounds/Σε παρακαλω.mp3" hidden="true">
</audio>
</a></td>
</tr>
<tr>
<td> Bye Bye </td>
<td> Γεια σου</td>
<td><a onclick="playGeia();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="geia">
<source src="Asset/words_sounds/Γεια σου.ogg" hidden="true">
<source src="Asset/words_sounds/Γεια σου.mp3" hidden="true">
</audio>
</a></td>
</tr>
<tr>
<td> Goodmorning </td>
<td> Καλημέρα </td>
<td><a onclick="playKalimera();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="kalimera">
<source src="Asset/words_sounds/Καλημερα.ogg" hidden="true">
<source src="Asset/words_sounds/Καλημερα.mp3" hidden="true">
</audio>
</a></td>
</tr>
<tr>
<td> Goodnight </td>
<td> Καληνύχτα </td>
<td><a onclick="playKalinixta();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="kalinixta" src="Asset/wav files/Καληνυχτα.wav" hidden="true"></audio>
</a></td>
</tr>
<tr>
<td> Hello</td>
<td>Χαίρετε </td>
<td><a onclick="playXairete();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="xairete" src="Asset/wav files/Χαιρετε.wav" hidden="true"></audio>
</a></td>
</tr>
<tr>
<td> Nice to meet you </td>
<td> Χαίρω πολύ</td>
<td><a onclick="playXairw();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="xairw" src="Asset/wav files/Χαιρω πολυ.wav" hidden="true"></audio>
</a></td>
</tr>
<tr>
<td> What’s your name? </td>
<td>Πως σε λένε;</td>
<td><a onclick="playPwsSeLene();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="pwsselene" src="Asset/wav files/Πωσ σε λενε.wav" hidden="true"></audio>
</a></td>
</tr>
<tr>
<td> My name is </td>
<td> Με λένε </td>
<td><a onclick="playMeLene();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="melene" src="Asset/wav files/Με λενε.wav" hidden="true"></audio>
</a></td>
</tr>
<tr>
<td> How are you? </td>
<td> Πως είσαι;</td>
<td><a onclick="playPwsEisai();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="pwseisai" src="Asset/wav files/Πως εισαι.wav" hidden="true"></audio>
</a></td>
</tr>
<tr>
<td> I’m fine</td>
<td> Είμαι καλά </td>
<td><a onclick="playEimaiKala();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="eimaikala" src="Asset/wav files/Ειμαι καλα.wav" hidden="true"></audio>
</a></td>
</tr>
<tr>
<td> I’m not fine </td>
<td> Δεν είμαι καλά</td>
<td><a onclick="playDenEimaiKala();"><img src="Asset/soundon1.png" width="25" height="25" />
<audio id="deneimaikala" src="Asset/wav files/Δεν ειμαι καλα.wav" hidden="true"></audio>
</a></td>
</tr>
</table>
</div>
</div>
</body>
</html>