-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (57 loc) · 2.59 KB
/
index.html
File metadata and controls
73 lines (57 loc) · 2.59 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-generic" href="minimaths_favicon.png">
<link rel="stylesheet" href="css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:700" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://use.fontawesome.com/3cddd5c683.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83201270-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<title>mini Maths - Maths ideas in less than 3 minutes</title>
<body>
<div class="header">
<h1 class="title"><a href="index.html"><span>mini</span>Maths.org</a></h1>
</div>
<div class="wrap">
<div class="box clearfix">
<ul>
<li class="mod_header"><a href="#">Modules</a></li>
<li><a href="c1.html">C1</a></li>
<li><a href="c2.html">C2</a></li>
<li><a href="s1.html">S1</a></li>
</ul>
</div>
<!-- box_wrap -->
<div class="content">
<div class="videoFrame">
<iframe src="https://www.youtube.com/embed/kWwkXnkxHQE" allowfullscreen></iframe>
</div>
<p>Hi and welcome to <strong>miniMaths.org</strong>. My goal is to provide maths ideas, <strong>fast</strong>.</p>
<p>Use this site if you need revision on a topic, want to prepare yourself before a class or just need a bit of a boost to get you started?</p>
<p>The instruction in these videos will never be longer than <strong>3 minutes</strong> so you can always find the time to understand the key ideas.</p>
<p><em>My videos will be linked to the MEI syllabus.</em></p>
</div>
<!-- content -->
</div>
<!-- wrapper -->
<div class="footer">
<ul>
<li><i class="fa fa-university" aria-hidden="true"></i>
<a href="http://www.mei.org.uk/index.php">MEI</a></li>
<li><i class="fa fa-youtube" aria-hidden="true"></i>
<a href="https://www.youtube.com/channel/UCSWZMMeFFNchAF3DSbxIEQQ">TeachTooting</a></li>
</ul>
</div>
<!-- footer -->
</body>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="js.js" type="text/javascript"></script>
</html>