-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRomanianWords.html
260 lines (241 loc) · 8.09 KB
/
RomanianWords.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
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
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="wordSounds.css" type ="text/css">
<meta charset="utf-8">
<link rel="icon"
href="Asset/euro_flag.jpg" />
<title>RomanianWords</title>
</head>
<body style="background-image:url(Asset/romaniafinal.gif);">
<script type="text/javascript">
function playDa(){
var sound = document.getElementById("Da");
sound.play();
}
function playNu(){
var sound = document.getElementById("Nu");
sound.play();
}
function playMul(){
var sound = document.getElementById("Mul");
sound.play();
}
function playTerog(){
var sound = document.getElementById("Terog");
sound.play();
}
function playScuza(){
var sound = document.getElementById("Scuza");
sound.play();
}
function playPa(){
var sound = document.getElementById("Pa");
sound.play();
}
function playBuna(){
var sound = document.getElementById("Buna");
sound.play();
}
function playNoapte(){
var sound = document.getElementById("Noapte");
sound.play();
}
function playSalut(){
var sound = document.getElementById("Salut");
sound.play();
}
function playIncantat(){
var sound = document.getElementById("Incantat");
sound.play();
}
function playCare(){
var sound = document.getElementById("Care");
sound.play();
}
function playNumele(){
var sound = document.getElementById("Numele");
sound.play();
}
function playCe(){
var sound = document.getElementById("Ce");
sound.play();
}
function playSunt(){
var sound = document.getElementById("Sunt");
sound.play();
}
function playNusunt(){
var sound = document.getElementById("Nusunt");
sound.play();
}
</script>
<div id="container">
<div id="header">
<h1>Learn Romanian 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;"> Romanian </td>
<td style="font-size:25px;"> Sound </td>
</tr>
<tr>
<td> Yes </td>
<td>Da</td>
<td><a onclick="playDa();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Da">
<source src="Asset/words_sounds/Yes Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Yes Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> No </td>
<td>Nu</td>
<td><a onclick="playNu();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Nu">
<source src="Asset/words_sounds/No Romania.ogg" hidden="true">
<source src="Asset/words_sounds/No Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Thank you </td>
<td>Mulţumesc</td>
<td><a onclick="playMul();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Mul">
<source src="Asset/words_sounds/Thank you Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Thank you Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Please </td>
<td>Te rog</td>
<td><a onclick="playTerog();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Terog">
<source src="Asset/words_sounds/Please Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Please Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Excuse me </td>
<td>Scuză-mă</td>
<td><a onclick="playScuza();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Scuza">
<source src="Asset/words_sounds/Excuse me Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Excuse me Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Bye Bye </td>
<td>Pa</td>
<td><a onclick="playPa();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Pa">
<source src="Asset/words_sounds/Bye bye Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Bye bye Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Goodmorning </td>
<td>Bună dimineaţa</td>
<td><a onclick="playBuna();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Buna">
<source src="Asset/words_sounds/Goodmorning Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Goodmorning Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Goodnight </td>
<td>Noapte bună</td>
<td><a onclick="playNoapte();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Noapte">
<source src="Asset/words_sounds/Goodnight Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Goodnight Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Hello</td>
<td>Salut</td>
<td><a onclick="playSalut();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Salut">
<source src="Asset/words_sounds/Hello Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Hello Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> Nice to meet you </td>
<td>Ȋncântat de cunoştinţă</td>
<td><a onclick="playIncantat();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Incantat">
<source src="Asset/words_sounds/Nice to meet you Romania.ogg" hidden="true">
<source src="Asset/words_sounds/Nice to meet you Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> What’s your name? </td>
<td>Care este numele tău?</td>
<td><a onclick="playCare();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Care">
<source src="Asset/words_sounds/What's your name Romania.ogg" hidden="true">
<source src="Asset/words_sounds/What's your name Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> My name is </td>
<td>Numele meu este</td>
<td><a onclick="playNumele();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Numele">
<source src="Asset/words_sounds/My name is Romania.ogg" hidden="true">
<source src="Asset/words_sounds/My name is Romania.ogg">
</audio>
</a></td>
</tr>
<tr>
<td> How are you? </td>
<td>Ce faci?</td>
<td><a onclick="playCe();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Ce">
<source src="Asset/words_sounds/How are you Romania.ogg" hidden="true">
<source src="Asset/words_sounds/How are you Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> I’m fine</td>
<td>Sunt bine</td>
<td><a onclick="playSunt();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Sunt">
<source src="Asset/words_sounds/I'm fine Romania.ogg" hidden="true">
<source src="Asset/words_sounds/I'm fine Romania.mp3">
</audio>
</a></td>
</tr>
<tr>
<td> I’m not fine </td>
<td>Nu sunt bine</td>
<td><a onclick="playNusunt();"><img src="Asset/soundon1.png" width="25" height="25"/>
<audio id="Nusunt">
<source src="Asset/words_sounds/I'm not fine Romania.ogg" hidden="true">
<source src="Asset/words_sounds/I'm not fine Romania.mp3" >
</audio>
</a></td>
</tr>
</table>
</div>
</div>
</body>
</html>