Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/index.html
blob: 8db6c4d90b2c007a371751d730a660e59a0c4ded (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type="text/javascript" language="JavaScript">
<!--
logos = new Array();
logos = ['logo_white_01.png', 'logo_white_02.png', 'logo_white_03.png', 'logo_white_04.png', 'logo_white_05.png', 'logo_white_06.png', 'logo_white_07.png', 'logo_white_08.png', 'logo_white_09.png', 'logo_white_10.png', 'logo_white_11.png', 'logo_white_12.png'];
link_colours = new Array();
link_colours = ['link1', 'link2', 'link3', 'link4', 'link5', 'link6', 'link7', 'link8', 'link9', 'link10', 'link11', 'link12'];
r = Math.round(Math.random() * 11);
function logo_filename() {
    return logos[r]
}
function link_colour() {
    return link_colours[r]
}
-->
</script>
<style type="text/css">
html { 	margin-right: 8px; 	margin-left: 8px; 	font-family: Helvetica, Arial, sans-serif;}
.links-container { 	padding-bottom: 4px; 	padding-top: 4px; 	display: block; 	text-align: right;}
.link1 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #006e00;}
.link1:hover { color: white; background-color: #006e00;}
.link2 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
.link2:hover { color: white; background-color: #033cd2;}
.link3 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #006e00;}
.link3:hover { color: white; background-color: #006e00;}
.link4 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
.link4:hover { color: white; background-color: #033cd2;}
.link5 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #6e008c;}
.link5:hover { color: white; background-color: #6e008c;}
.link6 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #a00000;}
.link6:hover { color: white; background-color: #a00000;}
.link7 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
.link7:hover { color: white; background-color: #033cd2;}
.link8 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #6e008c;}
.link8:hover { color: white; background-color: #6e008c;}
.link9 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #6e008c;}
.link9:hover { color: white; background-color: #6e008c;}
.link10 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
.link10:hover { color: white; background-color: #033cd2;}
.link11 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #006e00;}
.link11:hover { color: white; background-color: #006e00; }
.link12 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
.link12:hover { color: white; background-color: #033cd2;}
</style>
<title>Sugar Labs</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="favicon_01.png"/>
</head>
<body>
<div class="links-container">
<script type="text/javascript" language="JavaScript">
<!--
document.write("<a class=\"" + link_colour() + "\" href=\"https://www.sugarlabs.org/\">home</a> / <a class=\"" + link_colour() + "\" href=\"http://wiki.sugarlabs.org/\">wiki</a> / <a class=\"" + link_colour() + "\" href=\"https://bugs.sugarlabs.org/\">bugs</a> / <a class=\"" + link_colour() + "\" href=\"http://schoolserver/\">school</a> / <a class=\"" + link_colour() + "\" href=\"http://activities.sugarlabs.org/\">activities</a>")
-->
</script>
</div>
<center>
<script type="text/javascript" language="JavaScript">
<!--
document.write("<br/><br/><br/><a href=\"https://www.sugarlabs.org/\"><img src=\"")
document.write(logo_filename())
document.write("\" alt=\"Sugar Labs logo\" width=\"750\" height=\"250\" border=\"0\"/></a><br/><br/>")
-->
</script>
<table border="0" cellspacing="0" cellpadding="0" width="700px"><tr>
<td width="130px" align="center">
<form action="http://google.com/search" name="f" target="_top">
<input name="hl" type="hidden" value="en"/>
<br/><br/><input maxlength="2048" name="q" size="35" title="Google Search" value=""/> <input name="btnG" type="submit" value="Google Search"/>
</form>
</td>
</tr></table>
</center>
</body>
</html>