-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGames.html
95 lines (76 loc) · 2.51 KB
/
Games.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
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
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.65">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Swedish Learning Games</title>
<link rel="stylesheet" type="text/css" href="css/games.css">
<script src = "js/games.js" async></script>
<link rel="icon" href="imgs/swfl.png">
</head>
<body>
<!--start-->
<header>
<h1>Swedish Learning Games</h1>
<nav>
<ul class="main-navigation">
<li><a href="index.html">Home</a></li>
<li><a href="Games.html" class = "active">Games</a></li>
<li><a href="Quiz.html">Quiz</a></li>
<li><a href="#">Links</a>
<ul>
<li><a href="#">lessons</a>
<ul>
<li><a href="page1.html">1-13</a></li>
<li><a href="page2.html">14-20</a></li>
<li><a href="page3.html">21- ...</a></li>
<li><a href="#">... - ... </a></li>
</ul>
</li>
<li><a href="#">Dialogue</a>
<ul>
<li><a href="DialoguesPage1.html">1 - ...</a></li>
<li><a href="#">... - ...</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</header>
<h4 class="Swedish_Memory">Swedish Learning Games</h4>
<p>This is the very 1st game <b>Memory 12 Cards</b>, I have created with the help of a you tube video. That one had a haloween theme. <b>This Game is not working in Internet Explorer. Sorry.</b></p>
<br>
<br>
<h2>Swedish Memory Games</h2>
<div class="box"><img class="base" src="imgs/memory_12cards.JPG" alt="12cards">
<br>
<a href="Memory12Cards.html">12 Cards - Click <b>HERE</b> to Play</a>
</div>
<div class="box">
<img class="base" src="imgs/memory_16cards.JPG" alt="16cards">
<br>
<a href="Memory16Cards.html">16 Cards - Click <b>HERE</b> to Play</a>
</div>
<div class="box">
<img class="base" src="imgs/memory_24cards.JPG" alt="24cards">
<br>
<a href="Memory24Cards.html">24 Cards - Click <b>HERE</b> to Play</a>
</div>
<br>
<br>
<br>
<br>
<br>
<footer>
<!-- Start of WebFreeCounter Code -->
<a href="https://www.webfreecounter.com/" target="_blank"><img src="https://www.webfreecounter.com/hit.php?id=gmnqdfo&nd=7&style=5" border="0" alt="free counter" style="float: right; width: 190px; height: 25px;"></a>
<!-- End of WebFreeCounter Code -->
<form action="#top">
<button type="submit">Back to Top</button>
</form>
</footer>
</body>
</html>