-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (53 loc) · 1.84 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
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.26" />
<title>Binxiang Ni</title>
<meta property="og:title" content="Binxiang Ni">
<meta property="og:type" content="website">
<meta property="description" content="A personal website of Binxiang Ni.">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Binxiang Ni" />
<link rel="stylesheet" href="/css/fonts.css" media="all">
<link rel="stylesheet" href="/css/main.css" media="all">
</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="/" class="nav-logo">
<img src="/images/logo.jpg"
width="50"
height="50"
alt="Logo">
</a>
<ul class="nav-links">
<li><a href="/about/">About</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</nav>
</header>
<main class="content" role="main">
<div class="archive">
<h2 class="archive-title">2017</h2>
<article class="archive-item">
<a href="/blog/2017-08-20-gsoc-2017-report/" class="archive-item-link">GSOC 2017 Report</a>
<span class="archive-item-date">
2017/08/20
</span>
</article>
<article class="archive-item">
<a href="/blog/2017-08-01-sparse-matrix-support-in-rcpparmadillo/" class="archive-item-link">Sparse Matrix Support in RcppArmadillo</a>
<span class="archive-item-date">
2017/08/01
</span>
</article>
</div>
</main>
<footer class="footer">
<ul class="footer-links">
<li><a href="https://github.com/binxiangni">Github</li>
<li><a href="https://twitter.com/br1anu">Twitter</span></li>
</ul>
</footer>