-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
139 lines (107 loc) · 4.73 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!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>
<!-- <base href="champlainww.ca/"> -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="KSVYNUFk6iYOZP1kd53EHjG1TGRdg5MIg5uv0DZ2IPo" />
<title>Champlain College WeBWorK</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="css/webwork.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
#mainContent, #sidebar1 li a { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<a href="http://www.champlainonline.com/" target="_blank"><img class="logo" src="images/spacer.gif" /></a>
</div>
<div id="nav">
<ul>
<li><a href="http://champlainww.ca/webwork2/">Courses</a></li>
<li><a href="wwdoc/WWstudenttips.html">Tips for Students</a></li>
<li><a href="http://webwork.maa.org/wiki/Student_Information">Mathematical Association of America</a></li>
</ul>
</div>
<div id="nav-title">
Department of Mathematics WeBWorK
</div>
<!-- end #header -->
<div id="container-content">
<div id="mainContent">
<h1></h1>
<p>WeBWorK is an Internet-based system for generating and delivering homework problems to students. Its goal is to make homework more effective and efficient. It increases the effectiveness of traditional homework as a learning tool.</p>
<!-- end #mainContent --></div>
<div id="sidebar1">
<div id="mail">
<img class="icon-mail" src="images/spacer.gif" />
<h3>Malcolm Harper</h3>
<h3>Michèle Titcombe</h3>
</p>
</div>
<!-- start "THEY SAID..." quote box -->
<div id="quotes">
<img class="icon-quotes" src="images/spacer.gif" />
<h3>They Said...</h3>
<div id="slider-shadow">
<div id="slider">
<div id="mask">
<ul>
<li>
<p1>I like the green bar that shows up when I get the right answer. It's encouraging. <br /><em>Champlain WeBWorK Student</em> </p1>
</li>
<li>
<p1>Its different from doing problems on paper, its really fast and it is really my generation.<br /><em>Champlain WeBWorK Student</em> </p1>
</li>
<li>
<p1>I liked the way it is online and you can do it at home and know whether it is immediately correct or wrong.<br /><em>Champlain WeBWorK Student</em> </p1>
</li>
<li>
<p1>I can fix my mistakes while the problem is fresh in my mind. <br /><em>Champlain WeBWorK Student</em> </p1>
</li>
<li>
<p1>I understand the problems better when given the ability to correct them. <em>Champlain WeBWorK Student</em> </p1>
</li>
<li>
<p1>It gives us a chance to correct our own mistakes which helps me learn better. <em>Champlain WeBWorK Student</em> </p1>
</li>
</ul>
</div>
<div id="pause">
</div>
</div>
<!-- end "THEY SAID..." quote box -->
</div>
</div>
</div>
<!-- end #sidebar1 -->
<div id="sidebar2">
<img class="icon-news" src="images/spacer.gif" />
<!------------------------ START *EDIT LATEST NEWS HERE* ------------------------------->
<p class="date">August 18, 2021</p>
<p class="info">The Champlain WeBWorK system has been moved to a new host located in Toronto, Canada. The WeBWorK version is now 2.16.
More details can be found in the <a href="https://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.16">release notes</a>.
<a href="news.html"><img class="icon-morenews" src="images/spacer.gif"></a></p>
<!------------------------ START *EDIT LATEST NEWS HERE* ------------------------------->
<!-- *If your news is more than 4 lines long, put "..." on the 4th line and post full version on "news.html" -->
<!-- end #sidebar2 -->
</div>
</div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
<!-- end #container -->
</div>
<!-- start #footer -->
<div id="footer">
<p>© 2009-2021 Champlain College Saint-Lambert. All Rights Reserved.</p>
</div>
<!-- end #footer -->
</body>
</html>