-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (109 loc) · 4.4 KB
/
index.html
File metadata and controls
115 lines (109 loc) · 4.4 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<title>MapMaths Website Homepage</title>
<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" />
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css" integrity="sha384-018NAG72u4VZOnuDWITeFX3sAZwR1olH/YyXeCFp2k4/RjIW9we+TZ2B8DxW0Iuc" crossorigin="anonymous">
<link rel="icon" href="https://avatars.githubusercontent.com/u/62785981?v=4" />
<script src="script.js" defer></script>
<script src="https://unpkg.com/@triggerjs/trigger@1.0.8/dist/bundle.js" integrity="sha384-ABonN/Dfg/YXZTj14FSDcJmkGZm5f8PbnE6DEOkPWRuUkrtveGahsH0shc40NaKW" crossorigin="anonymous" defer></script>
</head>
<body class="ms-Fabric">
<nav class="ms-depth-8">
<table aria-describedby="nav bar table">
<tbody>
<tr>
<td>
<strong>MapMaths</strong>
</td>
<td id="gh" class="shareicons" title="GitHub">
<img src="assets/github.svg" alt="GitHub">
</td>
<td id="gl" class="shareicons" title="Glitch">
<img width="40px" src="assets/glitch-day.svg" alt="Glitch">
</td>
</tr>
</tbody>
</table>
<p>Hello! Welcome to my website. This is <strong>MapMaths</strong>.</p>
</nav>
<div class="skeleton">
<section id="projects" class="l">
<h1>My Projects</h1>
<section id="p-glitch" class="s">
<div class="textblock" class="ms-motion-fadeIn ms-motion-duration-4 ms-motion-timing-standard">
<h1 class="note">Glitch</h1>
</div>
<div class="cell">
<div class="card">
<div class="image">
<img src="assets/lunarshow.jpg" alt="lunarshow">
</div>
<div class="content">
<h4><a href="https://lunarshow.glitch.me" target="_blank" rel="noopener noreferrer">Lunarshow</a></h4>
<div class="description">
A cool Lunar-cycle simulator, contains a VR mode(not completed). With Node.js Express.
</div>
<p class="type">Web · JavaScript - Node - aframe.js - showdown.js</p>
</div>
</div>
</div>
<div class="cell">
<div class="card">
<div class="image">
<img src="assets/degree-calculator.jpg" alt="degree-calculator">
</div>
<div class="content">
<h4><a href="https://degree-calculator.glitch.me" target="_blank" rel="noopener noreferrer">Degree
Calculator</a>
</h4>
<div class="description">
Degree calculator - A calculator for angle calculating.
</div>
<p class="type">Frontend · JavaScript</p>
</div>
</div>
</div>
<div class="cell">
<div class="card">
<div class="image">
<img src="assets/fancy-man-face.jpg" alt="fancy-man-face">
</div>
<div class="content">
<h4><a href="https://fancy-man-face.glitch.me" target="_blank" rel="noopener noreferrer">Fancy Man
Face</a></h4>
<div class="description">
My first CSS painting.
</div>
<p class="type">Pure · HTML - CSS</p>
</div>
</div>
</div>
<div class="cell">
<div class="card">
<div class="image">
<img src="assets/reflex-arc.png" alt="reflex-arc">
</div>
<div class="content">
<h4><a href="https://reflex-arc.glitch.me" target="_blank" rel="noopener noreferrer">Reflex Arc</a></h4>
<div class="description">
Click the ball on the canvas as quick as you can.
</div>
<p class="type">Front-end · JavaScript</p>
</div>
</div>
</div>
</section>
</section>
</div>
</body>
</html>