-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
41 lines (34 loc) · 2.79 KB
/
index.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>The K-12 Mathematics Curriculum Center</title>
<link href="css/main.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="container">
<div id="header">
<h1>Welcome to the K–12 Mathematics Curriculum Center</h1>
</div>
<?php include 'includes/navigation.inc'; ?>
<div id="maincontent">
<h1>The K–12 Mathematics Curriculum Center</h1>
<img src="images/3squares.gif" width="100" height="35" class ="bigsquares" alt="Squares" title="Squares">
<p><img src="images/homepage.jpg" alt="Adult Learners" width="104" height="84" class="leftphoto">The K–12 Mathematics Curriculum Center aims to help teachers and administrators make thoughtful, informed decisions about mathematics curriculum and instructional materials. Our projects explore and analyze how curriculum decisions are made in K–12 mathematics programs, provide resources that support good curriculum selection and implementation, and connect research and practice in mathematics instruction. Funded by the National Science Foundation from 1997 to 2007, the center was based at Education Development Center, Inc. </p>
</div>
<div id="news">
<h2>News & Highlights</h2>
<div id="leftcolumn">
<p><img src="images/pubslogo.gif" alt="Resources icon" width="70" height="55">If you are preparing for an upcoming textbook adoption, download our <a href="mbiblionew.php">New Annotated Bibliography</a> for articles and resources relevant to the selection process.</p>
</div>
<div id="middlecolumn">
<p><img src="images/key-issues.gif" width="57" height="70">Adopting new mathematics materials and not sure where to start? Check out our <a href="mgotolists.php">“go to” lists</a> for elementary, middle and high school that provide article annotations of key articles related to the selection and implementation of mathematics materials.</p>
</div>
<div id="rightcolumn">
<p><img src="images/ideas.gif" width="57" height="70">Learn more about the <a href="curriculum.php">Mathematics Instructional Materials Study at EDC</a>, a recently funded NSF project studying school districts’ implementation of elementary mathematics materials.</p>
</div>
</div>
<?php include 'includes/footer.inc'; ?>
</div>
</body>
</html>