-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
41 lines (41 loc) · 1.29 KB
/
blog.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
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="icon" type="image/png" href="img/glider.png" />
<link rel="stylesheet" href="style.css">
</head>
<title href=".">andsanmar</title>
<body>
<nav class="nav-bar">
<div class="container">
<input type="checkbox" id="drop-down-cbox"/>
<label for="drop-down-cbox">
<span></span>
<span></span>
<span></span>
</label>
<h1 class="site-logo"><a href=".">andsanmar</a></h1>
<ul class="main-nav small-caps">
<li><span>About</span>
<ul><li><a href="cv.pdf">CV</a></li></ul>
<ul><li><a href="publications.html">Publications</a></li></ul>
<ul><li><a href="blog.html">Blog</a></li></ul> </li>
<li><span>Find me</span>
<ul> <li><a href="https://github.com/andsanmar">Github</a></li> </ul>
<ul> <li><a href="https://scholar.google.com/citations?user=bRJpHdQAAAAJ&hl=en">Google
Scholar</a></li> </ul>
<ul> <li><a href="https://dblp.org/pers/hd/s/S=aacute=nchez:Andr=eacute=s">DBLP</a></li> </ul>
<li><span>Contact</span>
<ul> <li><a href="mailto:[email protected]">email</a></li></ul>
<ul> <li><a href="https://www.linkedin.com/in/andsanmar/">linkedin</a></li>
</li>
</ul>
</div>
</nav>
<br>
<div class="content">
To be done...
</div>
</body>
</html>