-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (71 loc) · 2.63 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<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="description" content="Home page of mika">
<meta name="keywords" content="programing, personal site, share">
<title>Mika's Home page.</title>
<link href="assets/css/index.css" rel="stylesheet" />
</head>
<body>
<div class="main">
<article class="post">
<div class="pic">
<img src="assets/img/abandom-your-privacy-for-security.jpg" alt="Security that provided by authority is useless for most people, it's just an excuse to infringe privacy."/>
</div>
<p>
一九八四的動物農莊,我們的美麗新世界
</p>
<!--
<p>
PEOPLE SHOULD NOT BE AFRAID OF THEIR GOVERNMENTS. GOVERNMENTS SHOULD BE AFRAID OF THEIR PEOPLE.
</p>
-->
</article>
</div>
<aside class="sidebar">
<div class="about">
</div>
<div class="projects">
<div class="project">
<h3><a target="_blank" href="blog/index.html">My Blog</a></h3>
<div class="intro">
:D
</div>
</div>
<div class="project">
<h3><a target="_blank" href="maoxian-web-clipper/index.html">MaoXian Web Clipper</a></h3>
<div class="intro">
It’s a web extension to clip information from web page. save to your local machine to avoid information invalidation.
</div>
</div>
<div class="project">
<h3><a target="_blank" href="https://greasyfork.org/en/scripts/40188-colordate">ColorDate</a></h3>
<div class="intro">
A user script. It highlight date on webpage according to how long it since now. Using it, you can avoid wasting your time on outdate information.
</div>
</div>
<div class="project">
<h3><a target="_blank" href="https://github.com/mika-cn/web-ext-native-app-packer">web-ext-native-app-packer</a></h3>
<div class="intro">
A tool(GEM) to pack web extension native application easily
</div>
</div>
<div class="project">
<h3><a target="_blank" href="https://github.com/mika-cn/mathml2latex">mathml2latex</a></h3>
<div class="intro">
A Javascript library to convert mathML to LaTeX
</div>
</div>
</div>
<noscript>
<hr />
<div class="noscript">
<h3>Cool, javascript is disabled :)</h3>
</div>
</noscript>
</aside>
</body>
</html>