-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
56 lines (47 loc) · 2.3 KB
/
about.html
File metadata and controls
56 lines (47 loc) · 2.3 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="zh-cn">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="sigmix (Andy)" />
<title>about</title>
<link rel="shortcut icon" href="/media/favicon.ico">
<link href="/atom.xml" rel="alternate" title="SIGMIX" type="application/atom+xml" />
<link rel="stylesheet" href="/media/css/style.css">
<link rel="stylesheet" href="/media/css/github.css">
<link rel="stylesheet" href="/media/css/pygments.css">
<script type="text/javascript" src="/media/js/highlight.pack.js"></script>
<script type="text/javascript">
hljs.initHighlightingOnLoad();
</script>
</head>
<body>
<div id="main" role="main">
<header>
<div id="header">
<h1><a title="SIGMIX" class="" href="/">SIGMIX</a></h1>
<nav>
<span><a title="archive of articles" class="" href="/archive.html">archive</a></span>
<span><a title="articles by tags" class="" href="/tags.html">tags</a></span>
<span><a title="about SIGMIX" class="" href="/about.html">about</a></span>
<span><a title="blogroll" class="" href="/links.html">links</a></span>
<span><a title="subscribe SIGMIX" class="" href="/atom.xml">feed</a></span>
</nav>
</div>
</header>
<div id="content">
<article>
<section class="title">
<h2>about </h2>
</section>
<hr>
<section class="post">
<p>SIGMIX is for Signal Mixed.</p>
<p>A blog on Embedded System, FPGA Design and Computer Architecture.</p>
<p>Maintained by sigmix (Andy). sigmix<span style="display:none">REMOVE_THIS</span>.andy@gmail<span style="display:none">REMOVE_THIS</span>.com</p>
</section>
</article>
</div>
<footer>2013 <a href="http://creativecommons.org/licenses/by-nc/3.0/deed.en" title="Creative Commons BY-NC 3.0">(cc by-nc)</a> <a href="http://sigmix.github.com/" title="sigmix.github.com">sigmix (Andy)</a> | sourcecode based on <a href="http://lhzhang.com/" title="lhzhang.com">sext iv</a> and <a href="http://jekyllrb.com/" title="jekyllrb.com">jekyll</a> </footer>
</div> <!-- main -->
</body>
</html>