-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (78 loc) · 3.61 KB
/
index.html
File metadata and controls
89 lines (78 loc) · 3.61 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Welcome to the NAEP Assessment</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row row-header">
<div class="col-xs-12 col-sm-4 col-md-5">
<div class="col-xs-5 col-sm-12">
<img src="img/logo.png" alt="NAEP Logo" class="img-responsive center-block logo" />
</div>
<div class="col-xs-7 col-sm-12">
<img src="img/laptop.png" alt="eNAEP on Surface Pro" class="img-responsive center-block screenshot" />
</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-7">
<h1>Welcome to the NAEP Assessment!</h1>
<p>NAEP assessments are being transitioned to touch-screen tablets incorporating cutting-edge learning technologies.</p>
</div>
</div>
<div class="arrow-down" aria-hidden="true"></div>
<div class="row row-instructions">
<div class="col-xs-12 col-md-4">
On-screen tools allow student interaction during the assessment.
</div>
<div class="col-xs-12 col-md-4">
Some of the interactive tools may be familiar to students, while others may be unique to the NAEP assessment.
</div>
<div class="col-xs-12 col-md-4">
Each assessment begins with a short tutorial that demonstrates these tools so that students may use them effectively during the assessment.
</div>
</div>
<div class="row row-tutorial">
<div class="col-heading text-center">
<h2>Select a tutorial to begin.</h2>
<p>
<span>You can now experience the same tutorial shown to students at the beginning of a NAEP assessment.</span>
<span>You can access the tutorial using a tablet or computer.</span>
</p>
</div>
<div class="col-xs-8 col-sm-4">
<h3>Reading</h3>
<!--Reading Grade 4
<a href="app/EN/main.html?subject=Reading4"><span class="glyphicon glyphicon-play-circle"></span><span class="link-text">Grade 4<span></a>
-->
<a href="app/EN/main.html?subject=Reading8"><span class="glyphicon glyphicon-play-circle"></span><span class="link-text">Grade 8<span></a>
<!--Reading Grade 12
<a href="app/EN/main.html?subject=Reading12"><span class="glyphicon glyphicon-play-circle"></span><span class="link-text">Grade 12<span></a>
-->
</div>
<div class="col-xs-8 col-sm-4">
<h3>Social Sciences</h3>
<a href="app/EN/main.html?subject=SocialSciences8"><span class="glyphicon glyphicon-play-circle"></span><span class="link-text">Grade 8<span></a>
</div>
<!--Science
<div class="col-xs-8 col-sm-4">
<h3>Science</h3>
<a href="app/EN/main.html?subject=Science4"><span class="glyphicon glyphicon-play-circle"></span><span class="link-text">Grade 4<span></a>
<a href="app/EN/main.html?subject=Science8"><span class="glyphicon glyphicon-play-circle"></span><span class="link-text">Grade 8<span></a>
<a href="app/EN/main.html?subject=Science12"><span class="glyphicon glyphicon-play-circle"></span><span class="link-text">Grade 12<span></a>
</div>-->
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</body>
</html>