-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
38 lines (33 loc) · 1.55 KB
/
blog.html
File metadata and controls
38 lines (33 loc) · 1.55 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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Michael Luo - Blog</title>
<meta name="author" content="Michael Luo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" type="image/png" href="images/seal_icon.png">
<style>
.topnav { background-color: #f5f5f5; border-bottom: 1px solid #e0e0e0; padding: 0; margin: 0; text-align: right; position: sticky; top: 0; z-index: 100; }
.topnav a { display: inline-block; padding: 12px 20px; color: #555; font-size: 14px; font-family: 'Lato', Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: 700; letter-spacing: 0.5px; }
.topnav a:hover { color: #1772d0; }
.topnav a.active { color: #1772d0; border-bottom: 2px solid #1772d0; }
</style>
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="publications.html">Publications</a>
<a href="blog.html" class="active">Blog</a>
<a href="data/Michael_Luo_CV_PhD.pdf">CV</a>
</div>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:40px 20px;text-align:center;vertical-align:middle">
<heading>Blog</heading>
<p style="margin-top:40px;color:#777;font-size:16px;">
Under construction. Check back soon!
</p>
</td>
</tr>
</tbody></table>
</body>
</html>