-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
74 lines (72 loc) · 3.31 KB
/
index.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
<!DOCTYPE html>
<head>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>
English exercises
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
img {
max-width: 100%;
height: auto;
}
</style>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(91922670, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<script src="js/eventer.js" ></script>
<!-- /Yandex.Metrika counter -->
<script>
hidden = true;
function showHidePrepositions(){
console.log("clicked");
if (hidden) {
document.getElementById("listAllPrepositionsTopic").style.display="block";
hidden = false;
} else {
document.getElementById("listAllPrepositionsTopic").style.display="none";
hidden = true;
}
}
</script>
</head>
<body>
<noscript><div><img src="https://mc.yandex.ru/watch/91922670" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
Table of content:<br><br>
Chapter 1. <a href="#" onclick="showHidePrepositions()">Prepositions</a><br><br>
<div id="listAllPrepositionsTopic" style="display:none">
<a href="lesson.html?lesson=prepositions_of_time">1.1 Prepositions of time</a><br><br>
<a href="lesson.html?lesson=prepositions_of_place">1.2 Prepositions of place</a><br><br>
<a href="lesson.html?lesson=prepositions_in_on_time_at_in_the_end">1.3 In/on time, at/in the end</a><br><br>
<a href="lesson.html?lesson=prepositions_to_at_in_into">1.4 To/at/in/into</a><br><br>
<a href="lesson.html?lesson=prepositions_on_in_at">1.5 On/in/at(other cases)</a><br><br>
<a href="lesson.html?lesson=prepositions_by">1.6 By prepositions</a><br><br>
<a href="lesson.html?lesson=prepositions_with_nouns">1.7 Prepositions with nouns</a><br><br>
<a href="lesson.html?lesson=prepositions_with_adjectives" >1.8 Prepositions with adjectives</a><br><br>
<a href="lesson.html?lesson=prepositions_with_adjectives2">1.9 Prepositions with adjectives (2)</a><br><br>
<a href="lesson.html?lesson=prepositions_with_verbs" >1.10 Prepositions with verbs</a><br><br>
<a href="lesson.html?lesson=prepositions_with_verbs2">1.11 Prepositions with verbs (2)</a><br><br>
<a href="lesson.html?lesson=prepositions_with_verbs3">1.12 Prepositions with verbs (3)</a><br><br>
<a href="lesson.html?lesson=prepositions_with_verbs4">1.13 Prepositions with verbs (4)</a><br><br>
<a href="lesson.html?lesson=prepositions_with_verbs5">1.14 Prepositions with verbs (5)</a><br><br>
</div>
Chapter 2. <a href="lesson.html?lesson=irregular_verbs">Irregular verbs</a><br><br>
Chapter 3. <a href="lesson.html?lesson=do_or_make">Do or Make</a><br><br>
Chapter 4. <a href="lesson.html?lesson=negative_prefixes">Negative Prefixes</a><br><br>
Chapter 5. <a href="lesson.html?lesson=adjectives">Adjectives</a><br><br>
Non-grammar exercises:<br><br>
<a href="lesson.html?lesson=synonyms">synonyms</a><br><br>
<br><br>
</body>
</html>