-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (66 loc) · 2.88 KB
/
index.html
File metadata and controls
81 lines (66 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E Learning</title>
<!--style-->
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div class="mainarea">
<div class="navbarleft">
<div class="link-container">
<a href="index.html">
<div class="linkcontainer-link-container homelink"></div>
</a>
<a href="learningzone.html">
<div class="linkcontainer-link-container learningzone-icon"></div>
</a>
<a href="symbolgame.html">
<div class="linkcontainer-link-container symbolgame-icon"></div>
</a>
<a href="numbergame.html">
<div class="linkcontainer-link-container numbergame-icon"></div>
</a>
<a href="about.html">
<div class="linkcontainer-link-container helppage-icon"></div>
</a>
</div>
</div>
<div class="maincontentsection">
<h2 class="mainText">Welcome to E-learning where you can practice your numberacy skills in a fun and
engaging way</h2>
<p class="secondaryText">This site is intended to be used by 5-12 year olds. There is difficulty
settings on each game to make it age appropriate.</p>
<div class="homepage-button-container">
<a href="learningzone.html" class="button-homepage sniglet"> Start learning!</a>
<a href="About.html" class="button-homepage sniglet">Information for parents</a>
</div>
<div class="gamepreviewcontainer">
<div style="background-image: url(images/symbolgamescreenshot.png); background-size:100% ;"
class="gamepreview"><a href="symbolgame.html" class="button-gamepreview sniglet"> Play!</a>
</div>
<div style="background-image:url(images/numbergamescreenshot.PNG); background-size:100%;"
class="gamepreview"><a href="numbergame.html" class="button-gamepreview sniglet">Play!</a>
</div>
</div>
<div class="bottom-fotd-container">
<div class="factofthedaycontainermobile sniglet">
Fact of the day:<br>
<i>7 is most people's favourite number</i>
</div>
</div>
</div>
<div class="rightarea">
<div class="elearninglogo sniglet">
E-Learning
</div>
<div class="factofthedaycontainer sniglet">
Fact of the day:<br>
<i style="font-size:75%;">7 is most people's favourite number</i>
</div>
</div>
</div>
</body>
</html>