-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLangMelo2.html
78 lines (75 loc) · 3.05 KB
/
LangMelo2.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
<!DOCTYPE html>
<!--
7-14 : css and js
17-36 : sidenav menu
38-40 : audio
50-80 : text
-->
<html>
<head>
<link rel="stylesheet" href="./style/LangMelo.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<img onclick="openNav()" src="./style/pic/menu.png" class="menuimg" title="Menu">
<title>Language Melody Lesson 2</title>
<link rel="stylesheet" href="./style/Menu.css">
<link rel="stylesheet" href="./style/Scrollbar.css">
<script src="./Javascript/Menu.js"></script>
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="homepage.html">Home</a>
<div class="dropdown">
<a href="./lessons.html">Lessons</a>
<div class="dropdown-content">
<a href="./L1.html">Lesson 1</a>
<a href="./L2.html">Lesson 2</a>
<a href="./L3.html">Lesson 3</a>
<a href="./L4.html">Lesson 4</a>
<a href="./L5.html">Lesson 5</a>
<a href="./L6.html">Lesson 6</a>
</div>
</div>
<a href="./irregular_verbs.html">Irregular Varbs</a>
<a href="./livereading.html">Live Reading</a>
<a class="aboutus" href="#">About us</a>
</div>
<h1 class="pagetitle">Language Melody Lesson 2</h1>
<div>
<a class="audiolink" href="./Listening_2.html">
<h2 class="audiotitle">Language Melody Listening File</h2>
</a>
<div class="audio">
<audio controls>
<source src="./Lesson2/Listening/Language melody_mixdown.mp3">
Your browser does not support the audio element.
</audio>
</div>
</div>
<div>
<p class="text"><span class="red_text">Kiana:</span>
Are you working with the computer now?<br>
<span class="red_text">Sara:</span>
Yes,I'm searching for a hotel in Sanandaj.<br>
<span class="red_text">Kiana:</span>
Is it possible to book it online ?<br>
<span class="red_text">Sara:</span>
Yes,of course.</p>
<br>
<p class="text">
1.Is it a beatutiful country?
<span class="red_text">↑</span>
<br>2.Is he a tourist?
<span class="red_text">↑</span>
<br>3.Are you staying here?
<span class="red_text">↑</span>
<br>4.Is she searching for a hotel?
<span class="red_text">↑</span>
<br>5.Are you traveling to Shiraz?
<span class="red_text">↑</span>
<br>6.Are they checking out?
<span class="red_text">↑</span>
</p>
</div>
</body>
</html>