400
by stevenbird
first commit of homepage at ivle.sourceforge.net, including screenshots; just web-presence at this stage |
1 |
<?xml version="1.0" encoding="iso-8859-1"?>
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
3 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
4 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
5 |
<head> |
|
6 |
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
|
7 |
<title>IVLE - Informatics Virtual Learning Environment</title> |
|
8 |
<meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" /> |
|
9 |
</head> |
|
10 |
||
11 |
<body> |
|
12 |
<img src="images/ivle_banner.png"/> |
|
13 |
<h1>IVLE - Informatics Virtual Learning Environment</h1> |
|
14 |
||
15 |
<p><em>A web-based, interactive, Python tutoring system</em></p> |
|
16 |
||
17 |
<p> |
|
18 |
<a href="http://sourceforge.net/projects/ivle"> |
|
19 |
<img src="http://sourceforge.net/sflogo.php?group_id=211309&type=1" width="88" height="26" border="1" alt="SourceForge" align="top"/> |
|
20 |
</a> |
|
21 |
</p> |
|
22 |
||
23 |
<h2>Screenshots</h2> |
|
24 |
||
25 |
<p>Click to enlarge.</p> |
|
26 |
||
27 |
<table border="1" padding="5"> |
|
28 |
<tr> |
|
29 |
<td>File Browser<br/><a href="images/file_browser.png"><img src="images/file_browser_small.png" border=0/></a></td> |
|
30 |
<td>Text Editor<br/><a href="images/text_editor.png"><img src="images/text_editor_small.png" border=0/></a></td> |
|
31 |
</tr> |
|
32 |
<tr> |
|
33 |
<td>Console<br/><a href="images/console.png"><img src="images/console_small.png" border=0/></a></td> |
|
34 |
<td>Tutorial<br/><a href="images/tutorial.png"><img src="images/tutorial_small.png border=0"/></a></td> |
|
35 |
</tr> |
|
36 |
</table> |
|
37 |
||
38 |
</body> |
|
39 |
</html> |