-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelevate.html
More file actions
36 lines (27 loc) · 1.38 KB
/
elevate.html
File metadata and controls
36 lines (27 loc) · 1.38 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<link rel="icon"
type="image/png"
href="images/icon.png">
<link href="http://cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="http://cdn.rawgit.com/noelboss/featherlight/1.3.4/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://use.typekit.net/cpx7tuy.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body style="background-color: #ddd">
<center>
<img src="images/elevate/dashboard.png" width="60%" style="margin-top: 30px;"><br>
<img src="images/elevate/library%20titles.png" width="60%" style="margin-top: 30px;"><br>
<img src="images/elevate/library%20reading.png" width="60%" style="margin-top: 30px;"><br>
<img src="images/elevate/library%20reading%20-%20quiz.png" width="60%" style="margin-top: 30px;"><br>
<img src="images/elevate/reading%20results.png" width="60%" style="margin-top: 30px;"><br>
<img src="images/elevate/lesson%20select.png" width="60%" style="margin-top: 30px;"><br>
</center>
</body>
</html>