-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (43 loc) · 2.15 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Discimus Demo</title>
<link rel="stylesheet" type="text/css" href="tyylit.css" />
</head>
<frameset cols="50%,50%">
<frame src="main-fi.html" id="vasen" name="vasen" title="vasen" />
<frame src="main-en.html" id="oikea" name="oikea" title="oikea" />
<noframes>
<body>
<h1>Multilingual learning</h1>
<p>
On this site (Discimus) you can study and practise school subjects and other things in different languages. There are always two languages side by side. On the preliminary site we have content in Finnish, Swedish, English and Persian.
</p>
<p>
This is just a small demo version, an initial idea on what this project Discimus might look like. Only a few mini lessons on mathematics, physics, and history are currently on display. Technically the site is rather clumsy.
</p>
<p>
Hopefully soon we can develop the site in many ways. One goal is to produce a wiki-style simple site for primary school students who need to study in a foreign language: you could study the same content in your own language and in the new language. Learning material will be produced, if possible, also in audio and video format.
</p>
<p>
If you are interested in commenting or joining the team please visit the "About us" page for further information.
</p>
<p>
Note! This index.html page should not be viewed because the demo site uses frames. If you don't see two different languages you are not viewing the intended pages.
</p>
<p> (obsolete info/code follows)
Tämä on vajaa kotisivu, koska enimmäkseen käytän kehyksiä. Katso
<a href="vasen.html">Left side</a> and <a href="oikea.html"> right side </a>. There is one language on the left and another on the right.
</p>
<p>
Aku Talikka<br />
aku.talikka at outlook.com <br />
040 759 0903
</p>
</body>
</noframes>
</frameset>
</html>