-
Notifications
You must be signed in to change notification settings - Fork 0
/
_content.html
56 lines (50 loc) · 2.17 KB
/
_content.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
<!doctype html>
<html lang="en" xml: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">
<link rel="stylesheet" href="code/css/bootstrap.min.css">
<link rel="stylesheet" href="code/css/customStyle.css">
<link href="https://fonts.googleapis.com/css?family=Arimo:400,400italic,700'|Alfa+Slab+One|Anton|Archivo+Black|Lalezar|Merriweather:900|Source+Sans+Pro" rel="stylesheet">
<script src="code/js/jquery-1.11.3.min.js"></script>
<script src="code/js/bootstrap.min.js"></script>
<script src="code/js/main.js"></script>
<script type="text/javascript" src="code/js/tooltip.js"></script>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="gallery">
<figure><a href="../G1BL_Carousels/English%20Language/ViewStrands.html?ou=7587" target="blank">
<img src="_images/carousel1.png" alt="grade one carousel image" />
<figcaption><small>Grade 1</small></figcaption></a>
</figure>
<figure><a href="../G2BL_Carousels/English%20Language/ViewStrands.html?ou=7587" target="blank">
<img src="_images/carousel2.png" alt="" />
<figcaption><small>Grade 2</small></figcaption></a>
</figure>
<figure><a href="../G3BL_Carousels/English%20Language/ViewStrands.html?ou=7587" target="blank">
<img src="_images/carousel3.png" alt="" />
<figcaption><small>Grade 3</small></figcaption></a>
</figure>
<figure><a href="../ELO_MIN_GR4/English%20Language/ViewStrands.html" target="blank">
<img src="_images/carousel4.png" alt="" />
<figcaption><small>Grade 4</small></figcaption></a>
</figure>
<figure><a href="../ELO_MIN_GR5/English%20Language/ViewStrands.html" target="blank">
<img src="_images/carousel5.png" alt="" />
<figcaption><small>Grade 5</small></figcaption></a>
</figure>
<figure><a href="../ELO_MIN_GR6/English%20Language/ViewStrands.html" target="blank">
<img src="_images/carousel6.png" alt="" />
<figcaption><small>Grade 6</small></figcaption></a>
</figure>
</div>
</div>
</div>
</body>
</html>