-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPlusBlocks.html
More file actions
33 lines (25 loc) · 1.13 KB
/
APlusBlocks.html
File metadata and controls
33 lines (25 loc) · 1.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A Plus Blocks</title>
</head>
<body>
<div class="single-work">
<div class="container">
<div class="row text-center">
<div class="col-md-10 offset-md-1 mb-40">
<h1 class="title mb-30">A Plus Blocks</h1>
<p class="mb-30">This app is being designed to help teacheers gather information on student progress. It will also allow teachers to desgin quizzes and activities to enchance student learning and understanding .</p>
<ul class="information">
<li><span class="title">Github:</span>https://github.com/dmh34/A-PlusBlocks</li>
</ul>
<figure class="mt-30"><img src="/img/single-work/aplusblocks.PNG" alt=""></figure>
<figure class="mt-30"><img src="/img/single-work/aplusblocks2.PNG" alt=""></figure>
<figure class="mt-30"><img src="/img/single-work/aplusblocks3.PNG" alt=""></figure>
</div>
</div>
</div>
</div>
</body>
</html>