forked from MapMaths/mapmaths.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (55 loc) · 3.05 KB
/
index.html
File metadata and controls
61 lines (55 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="GitHub" />
<meta name="author" content="MapMaths">
<meta property="og:type" content="GitHub-Page" />
<meta property="og:description" content="Know more about MapMaths here." />
<meta property="og:title" content="Welcome~" />
<meta property="og:image" content="favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>MapMaths Website Homepage</title>
</head>
<body>
<header id="to-navjs"></header>
<script src="/nav.js"></script>
<main>
<div class="main">
<h1 class="center-title">Welcome!</h1>
<hr />
<h2 class="center-title">I am MapMaths<br />You can know more about me here</h2>
You can see me on <a href="http://scratch.mit.edu/users/MapMaths/" target="_blank">Scratch</a> or see me on <a href="http://github.com/MapMaths/" target="_blank">GitHub</a>.
Here are some links to my wonderful Scratch games:
<ol>
<li><a href="https://scratch.mit.edu/projects/392797113/" target="_blank">«Scяατснlαиd»-A scrolling platformer</a></li>
<li><a href="https://scratch.mit.edu/projects/388989871/" target="_blank">G҉host I͡n EͤcͨhͪoͦⅠ —— A Platformer</a></li>
<li><a href="https://scratch.mit.edu/projects/373667870/" target="_blank">Kick it! The Bouncing Emaji Ball</a></li>
</ol>
If you have some Maths problems, try these Scratch projects:
<ol>
<li><a href="https://scratch.mit.edu/projects/377027194/" target="_blank">Change rational decimals into fractions calculator</a></li>
<li><a href="https://scratch.mit.edu/projects/377647857/" target="_blank">Logarithm calculator</a></li>
</ol>
Also see my processing projects:
<ol>
<li><a href="https://github.com/MapMaths/Processing/blob/master/ColourfulFollowingEllipse.pde" target="_blank">ColourfulFollowingEllipse</a></li>
<li><a href="https://github.com/MapMaths/Processing/blob/master/Candy_Pink_Chcolate.pde" target="_blank">Candy_Pink_Chcolate</a></li>
</ol>
</div>
</main>
<footer>
<hr/>
<p>If you have some suggestions or you find some bugs, sign them on <a href="https://scratch.mit.edu/projects/395904431/" target="_blank">Scratch</a> or on <a href="https://github.com/MapMaths/mapmaths.github.io/issues" target="_blank">GitHub</a>.</p>
<hr/>
<p>language selete: <a href="/en">English</a> <a href="/ch">简体中文(Simplified Chinese)</a></p>
<details>
<summary>2020</summary>
<p>All pages and graphics on this web site are the property of <a href="https://github.com/MapMaths/" target="_blank">MapMaths on GitHub</a>.<br>See the <a href="/css/2.css" target="_blank">CSS code</a></p>
<a href="/updatelog" target="_blank">Update Log</a>
</details>
</footer>
</body>
</html>