-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLangMelo3.html
84 lines (81 loc) · 3.24 KB
/
LangMelo3.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
<!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 3</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 3</h1>
<div>
<a class="audiolink" href="./Listening_3.html">
<h2 class="audiotitle">Language Melody Listening File</h2>
</a>
<div class="audio">
<audio controls>
<source src="./Lesson3/Listening/Language melody_mixdown.mp3">
Your browser does not support the audio element.
</audio>
</div>
</div>
<div>
<p class="text">
<span class="red_text">Sam:</span>
Shayan,do you like spring?<br>
<span class="red_text">Shayan:</span>
Yes,I like spring a lot.<br>
<span class="red_text">Sam:</span>
Do you like rainy weather?<br>
<span class="red_text">Shayan:</span>
Oh yes!But not on Nature Day.<br>
<span class="red_text">Sam:</span>
Why not ?<br>
<span class="red_text">Shayan:</span>
Because we always go out on 13th of Farvardin.
</p>
<br>
<p class="text">
1.Do you like rainy weather?
<span class="red_text">↑</span>
<br>2.Does it rain a lot in Tehran?
<span class="red_text">↑</span>
<br>3.Does she cook lunch?
<span class="red_text">↑</span>
<br>4.Do you tell stories?
<span class="red_text">↑</span>
<br>5.Does he like spring?
<span class="red_text">↑</span>
<br>6.Does she eat nuts?
<span class="red_text">↑</span>
</p>
</div>
</body>
</html>